|
|
900687 |
Summary: Rotates, compresses, removes and mails system log files
|
|
|
900687 |
Name: logrotate
|
|
|
900687 |
Version: 3.8.6
|
|
|
900687 |
Release: 19%{?dist}
|
|
|
900687 |
License: GPL+
|
|
|
900687 |
Group: System Environment/Base
|
|
|
900687 |
URL: https://github.com/logrotate/logrotate
|
|
|
900687 |
Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz
|
|
|
900687 |
Source1: rwtab
|
|
|
900687 |
Patch0: logrotate-3.8.6-force.patch
|
|
|
900687 |
Patch1: logrotate-3.8.6-r465.patch
|
|
|
900687 |
Patch2: logrotate-3.8.6-sortglob.patch
|
|
|
900687 |
Patch3: logrotate-3.8.6-r460.patch
|
|
|
900687 |
Patch4: logrotate-3.8.6-compress-subject.patch
|
|
|
900687 |
Patch5: logrotate-3.8.6-olddircopy.patch
|
|
|
900687 |
Patch6: logrotate-3.8.6-state-clean.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1381719 - make /var/lib/logrotate/logrotate.status the default state file
|
|
|
900687 |
Patch7: logrotate-3.8.6-statusfile.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1192936 - provide diagnostic in case log does not need rotating
|
|
|
900687 |
Patch9: logrotate-3.8.6-diagnostic.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1375638 - make olddir respect the missingok flag
|
|
|
900687 |
Patch10: logrotate-3.8.6-olddir-missingok.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1369438 - heap buffer overflow when using long date format
|
|
|
900687 |
Patch11: logrotate-3.8.6-longdate-crash.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1377335 - make 'createolddir' preserve sticky bit
|
|
|
900687 |
Patch12: logrotate-3.8.6-createolddir.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1374331 - preserve SELinux context with 'compress' and 'sharedscripts'
|
|
|
900687 |
Patch13: logrotate-3.8.6-selinux.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1387533 - make 'su' directive accept usernames starting with digits
|
|
|
900687 |
Patch14: logrotate-3.8.6-su-username.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1461907 - make 'copy' and 'copytruncate' work together
|
|
|
900687 |
Patch15: logrotate-3.8.6-copy-and-copytruncate.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1465720 - trigger weekly rotations more predictably
|
|
|
900687 |
Patch16: logrotate-3.8.6-weekly.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1472984 - improve the error message for bad config file mode
|
|
|
900687 |
Patch17: logrotate-3.8.6-config-mode-err.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1483800 - update references to project page
|
|
|
900687 |
Patch18: logrotate-3.8.6-upstream-url.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1556993 - premature monthly rotation due to DST switch
|
|
|
900687 |
Patch19: logrotate-3.8.6-monthly-dst.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1374550 - unlink destination file when rotation fails
|
|
|
900687 |
Patch20: logrotate-3.8.6-unlink-on-failure.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1631218 - rename already existing file
|
|
|
900687 |
Patch21: logrotate-3.8.6-rename-existing.patch
|
|
|
900687 |
|
|
|
900687 |
# fix #1680436 - do not treat errors in reading configuration as fatal
|
|
|
900687 |
Patch22: logrotate-3.8.6-config-error.patch
|
|
|
900687 |
|
|
|
900687 |
Requires: coreutils >= 5.92 popt
|
|
|
900687 |
BuildRequires: libselinux-devel popt-devel libacl-devel acl
|
|
|
900687 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
900687 |
|
|
|
900687 |
%description
|
|
|
900687 |
The logrotate utility is designed to simplify the administration of
|
|
|
900687 |
log files on a system which generates a lot of log files. Logrotate
|
|
|
900687 |
allows for the automatic rotation compression, removal and mailing of
|
|
|
900687 |
log files. Logrotate can be set to handle a log file daily, weekly,
|
|
|
900687 |
monthly or when the log file gets to a certain size. Normally,
|
|
|
900687 |
logrotate runs as a daily cron job.
|
|
|
900687 |
|
|
|
900687 |
Install the logrotate package if you need a utility to deal with the
|
|
|
900687 |
log files on your system.
|
|
|
900687 |
|
|
|
900687 |
%prep
|
|
|
900687 |
%setup -q
|
|
|
900687 |
|
|
|
900687 |
%patch0 -p1 -b .force
|
|
|
900687 |
%patch1 -p1 -b .r465
|
|
|
900687 |
%patch2 -p1 -b .sortglob
|
|
|
900687 |
%patch3 -p1 -b .r460
|
|
|
900687 |
%patch4 -p1 -b .compressmail
|
|
|
900687 |
%patch5 -p1 -b .olddircopy
|
|
|
900687 |
%patch6 -p1 -b .stateclean
|
|
|
900687 |
%patch7 -p1
|
|
|
900687 |
%patch9 -p1
|
|
|
900687 |
%patch10 -p1
|
|
|
900687 |
%patch11 -p1
|
|
|
900687 |
%patch12 -p1
|
|
|
900687 |
%patch13 -p1
|
|
|
900687 |
%patch14 -p1
|
|
|
900687 |
%patch15 -p1
|
|
|
900687 |
%patch16 -p1
|
|
|
900687 |
%patch17 -p1
|
|
|
900687 |
%patch18 -p1
|
|
|
900687 |
%patch19 -p1
|
|
|
900687 |
%patch20 -p1
|
|
|
900687 |
%patch21 -p1
|
|
|
900687 |
%patch22 -p1
|
|
|
900687 |
|
|
|
900687 |
%build
|
|
|
900687 |
make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes WITH_ACL=yes
|
|
|
900687 |
|
|
|
900687 |
%check
|
|
|
900687 |
make test
|
|
|
900687 |
|
|
|
900687 |
%install
|
|
|
900687 |
rm -rf $RPM_BUILD_ROOT
|
|
|
900687 |
make PREFIX=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
|
|
|
900687 |
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d
|
|
|
900687 |
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/cron.daily
|
|
|
900687 |
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/logrotate
|
|
|
900687 |
|
|
|
900687 |
install -p -m 644 examples/logrotate-default $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.conf
|
|
|
900687 |
install -p -m 755 examples/logrotate.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.daily/logrotate
|
|
|
900687 |
|
|
|
900687 |
# Make sure logrotate is able to run on read-only root
|
|
|
900687 |
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/rwtab.d
|
|
|
900687 |
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/logrotate
|
|
|
900687 |
|
|
|
900687 |
%pre
|
|
|
900687 |
# If /var/lib/logrotate/logrotate.status does not exist, create it and copy
|
|
|
900687 |
# the /var/lib/logrotate.status in it (if it exists). We have to do that in pre
|
|
|
900687 |
# script, otherwise the /var/lib/logrotate/logrotate.status would not be there,
|
|
|
900687 |
# because during the update, it is removed/renamed.
|
|
|
900687 |
if [ ! -d %{_localstatedir}/lib/logrotate/ -a -f %{_localstatedir}/lib/logrotate.status ]; then
|
|
|
900687 |
mkdir -p %{_localstatedir}/lib/logrotate
|
|
|
900687 |
cp -a %{_localstatedir}/lib/logrotate.status %{_localstatedir}/lib/logrotate
|
|
|
900687 |
fi
|
|
|
900687 |
|
|
|
900687 |
%clean
|
|
|
900687 |
rm -rf $RPM_BUILD_ROOT
|
|
|
900687 |
|
|
|
900687 |
%files
|
|
|
900687 |
%defattr(-,root,root)
|
|
|
900687 |
%doc CHANGES COPYING
|
|
|
900687 |
%attr(0755, root, root) %{_sbindir}/logrotate
|
|
|
900687 |
%attr(0644, root, root) %{_mandir}/man8/logrotate.8*
|
|
|
900687 |
%attr(0644, root, root) %{_mandir}/man5/logrotate.conf.5*
|
|
|
900687 |
%attr(0700, root, root) %config(noreplace) %{_sysconfdir}/cron.daily/logrotate
|
|
|
900687 |
%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/logrotate.conf
|
|
|
900687 |
%attr(0755, root, root) %dir %{_sysconfdir}/logrotate.d
|
|
|
900687 |
%attr(0755, root, root) %dir %{_localstatedir}/lib/logrotate
|
|
|
900687 |
%attr(0644, root, root) %ghost %verify(not size md5 mtime) %{_localstatedir}/lib/logrotate/logrotate.status
|
|
|
900687 |
%config(noreplace) %{_sysconfdir}/rwtab.d/logrotate
|
|
|
900687 |
|
|
|
900687 |
%changelog
|
|
|
900687 |
* Wed Aug 07 2019 Kamil Dudka <kdudka@redhat.com> - 3.8.6-19
|
|
|
900687 |
- related #1631218 - eliminate a time-of-check/time-of-use race condition
|
|
|
900687 |
|
|
|
900687 |
* Tue Aug 06 2019 Kamil Dudka <kdudka@redhat.com> - 3.8.6-18
|
|
|
900687 |
- fix #1680436 - do not treat errors in reading configuration as fatal
|
|
|
900687 |
- fix #1631218 - rename already existing file
|
|
|
900687 |
|
|
|
900687 |
* Fri Jun 15 2018 Kamil Dudka <kdudka@redhat.com> - 3.8.6-17
|
|
|
900687 |
- fix #1374550 - unlink destination file when rotation fails
|
|
|
900687 |
|
|
|
900687 |
* Tue Mar 20 2018 Kamil Dudka <kdudka@redhat.com> - 3.8.6-16
|
|
|
900687 |
- fix #1556993 - premature monthly rotation due to DST switch
|
|
|
900687 |
|
|
|
900687 |
* Mon Sep 25 2017 Kamil Dudka <kdudka@redhat.com> - 3.8.6-15
|
|
|
900687 |
- fix #1483800 - update references to project page
|
|
|
900687 |
- fix #1472984 - improve the error message for bad config file mode
|
|
|
900687 |
- fix #1465720 - trigger weekly rotations more predictably
|
|
|
900687 |
- fix #1461907 - make 'copy' and 'copytruncate' work together
|
|
|
900687 |
|
|
|
900687 |
* Tue Jan 24 2017 Kamil Dudka <kdudka@redhat.com> - 3.8.6-14
|
|
|
900687 |
- fix #1381719 - make /var/lib/logrotate/logrotate.status the default state file
|
|
|
900687 |
- fix #1387533 - make 'su' directive accept usernames starting with digits
|
|
|
900687 |
|
|
|
900687 |
* Tue Sep 13 2016 Kamil Dudka <kdudka@redhat.com> - 3.8.6-13
|
|
|
900687 |
- fix #1393247 - migration of state file from previous versions of logrotate
|
|
|
900687 |
- fix #1374331 - preserve SELinux context with 'compress' and 'sharedscripts'
|
|
|
900687 |
- fix #1377335 - make 'createolddir' preserve sticky bit
|
|
|
900687 |
- fix #1369438 - heap buffer overflow when using long date format
|
|
|
900687 |
- fix #1375638 - make olddir respect the missingok flag
|
|
|
900687 |
|
|
|
900687 |
* Thu Jul 14 2016 Kamil Dudka <kdudka@redhat.com> - 3.8.6-12
|
|
|
900687 |
- make the /var/lib/logrotate directory owned by logrotate (#1272236)
|
|
|
900687 |
|
|
|
900687 |
* Mon Jul 11 2016 Kamil Dudka <kdudka@redhat.com> - 3.8.6-11
|
|
|
900687 |
- fix #1354203 - remove the fix for bug #1321980
|
|
|
900687 |
|
|
|
900687 |
* Fri Jul 01 2016 Kamil Dudka <kdudka@redhat.com> - 3.8.6-10
|
|
|
900687 |
- fix #1192936 - provide diagnostic in case log does not need rotating
|
|
|
900687 |
- fix #1321980 - do not exit if status file is corrupted
|
|
|
900687 |
|
|
|
900687 |
* Fri Jul 01 2016 Jan Kaluza <jkaluza@redhat.com> - 3.8.6-9
|
|
|
900687 |
- fix #1272236 - add missing rwtab file
|
|
|
900687 |
|
|
|
900687 |
* Fri Mar 11 2016 Jan Kaluza <jkaluza@redhat.com> - 3.8.6-8
|
|
|
900687 |
- fix #1201252 - delete unused entries in state file, fix bad performance
|
|
|
900687 |
with big state file
|
|
|
900687 |
- fix #1272236 - move logrotate.status to /var/lib/logrotate and add it to rwtab.d
|
|
|
900687 |
|
|
|
900687 |
* Mon Nov 09 2015 Jan Kaluza <jkaluza@redhat.com> - 3.8.6-7
|
|
|
900687 |
- fix #1163437 - support olddir on different device with copy or copytruncate
|
|
|
900687 |
|
|
|
900687 |
* Tue Oct 06 2015 Jan Kaluza <jkaluza@redhat.com> - 3.8.6-6
|
|
|
900687 |
- fix #1244156 - make filename in subject consistent when used with compress
|
|
|
900687 |
|
|
|
900687 |
* Thu Apr 23 2015 Jan Kaluza <jkaluza@redhat.com> - 3.8.6-5
|
|
|
900687 |
- mention copy/copytruncate/renamecopy influence to olddir option (#1175292)
|
|
|
900687 |
- delete last log when dateformat cannot be sorted alphabetically (#1174208)
|
|
|
900687 |
- mark cron.daily/logrotate as config file (#1174207)
|
|
|
900687 |
- create olddir diectory if it does not exist (#1187161)
|
|
|
900687 |
|
|
|
900687 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.6-4
|
|
|
900687 |
- Mass rebuild 2014-01-24
|
|
|
900687 |
|
|
|
900687 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.6-3
|
|
|
900687 |
- Mass rebuild 2013-12-27
|
|
|
900687 |
|
|
|
900687 |
* Mon Oct 07 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.6-2
|
|
|
900687 |
- fix -f/--force option (#1015017)
|
|
|
900687 |
- use mode 0700 for crontab script (#1012764)
|
|
|
900687 |
|
|
|
900687 |
* Wed Jul 31 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.6-1
|
|
|
900687 |
- new upstream version 3.8.6
|
|
|
900687 |
|
|
|
900687 |
* Wed Jul 10 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.5-2
|
|
|
900687 |
- fix #982409 - do not crash when no logs are rotated and "sharedscripts" and
|
|
|
900687 |
"prerotate" is used
|
|
|
900687 |
|
|
|
900687 |
* Mon Jun 10 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.5-1
|
|
|
900687 |
- new upstream version 3.8.5
|
|
|
900687 |
|
|
|
900687 |
* Tue May 14 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.4-2
|
|
|
900687 |
- do not try to parse config files bigger than 16MB
|
|
|
900687 |
- remove unused patches
|
|
|
900687 |
|
|
|
900687 |
* Tue Apr 30 2013 Jan Kaluza <jkaluza@redhat.com> - 3.8.4-1
|
|
|
900687 |
- new upstream version 3.8.4
|
|
|
900687 |
|
|
|
900687 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.3-2
|
|
|
900687 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
900687 |
|
|
|
900687 |
* Thu Oct 04 2012 Jan Kaluza <jkaluza@redhat.com> 3.8.3-1
|
|
|
900687 |
- new upstream version 3.8.3
|
|
|
900687 |
|
|
|
900687 |
* Thu Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> 3.8.2-1
|
|
|
900687 |
- new upstream version 3.8.2
|
|
|
900687 |
- tests are enabled during build
|
|
|
900687 |
|
|
|
900687 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.1-4
|
|
|
900687 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
900687 |
|
|
|
900687 |
* Wed Jan 04 2012 Jan Kaluza <jkaluza@redhat.com> 3.8.1-3
|
|
|
900687 |
- fix #736054 - check for missing '{' in config file
|
|
|
900687 |
|
|
|
900687 |
* Mon Oct 03 2011 Jan Kaluza <jkaluza@redhat.com> 3.8.1-2
|
|
|
900687 |
- fix #742731 - man page syntax, formatting, and spelling fixes
|
|
|
900687 |
|
|
|
900687 |
* Tue Sep 06 2011 Jan Kaluza <jkaluza@redhat.com> 3.8.1-1
|
|
|
900687 |
- new upstream version 3.8.1
|
|
|
900687 |
|
|
|
900687 |
* Mon Aug 08 2011 Jan Kaluza <jkaluza@redhat.com> 3.8.0-5
|
|
|
900687 |
- fix #723797 - added maxsize option
|
|
|
900687 |
|
|
|
900687 |
* Wed Aug 01 2011 Jan Kaluza <jkaluza@redhat.com> 3.8.0-4
|
|
|
900687 |
- fix #726980 - work properly when acl_get_fd is supported,
|
|
|
900687 |
but acl_set_fd is not
|
|
|
900687 |
|
|
|
900687 |
* Fri Jul 22 2011 Jan Kaluza <jkaluza@redhat.com> 3.8.0-3
|
|
|
900687 |
- fix #723547 - fixed size directive parsing
|
|
|
900687 |
|
|
|
900687 |
* Wed Jul 20 2011 Jan Kaluza <jkaluza@redhat.com> 3.8.0-2
|
|
|
900687 |
- fix #722825 - do not redirect logrotate output in cron script
|
|
|
900687 |
|
|
|
900687 |
* Tue Jun 21 2011 Jan Kaluza <jkaluza@redhat.com> 3.8.0-1
|
|
|
900687 |
- new upstream version 3.8.0
|
|
|
900687 |
- removed unused patches
|
|
|
900687 |
|
|
|
900687 |
* Tue May 31 2011 Jan Kaluza <jkaluza@redhat.com> 3.7.9-11
|
|
|
900687 |
- fix #709034 - work properly when ACLs are not supported
|
|
|
900687 |
|
|
|
900687 |
* Mon May 30 2011 Jan Kaluza <jkaluza@redhat.com> 3.7.9-10
|
|
|
900687 |
- fix #708367 - fixed mail directive parsing
|
|
|
900687 |
|
|
|
900687 |
* Mon Mar 28 2011 Jan Kaluza <jkaluza@redhat.com> 3.7.9-9
|
|
|
900687 |
- fix #689061 - added Url
|
|
|
900687 |
|
|
|
900687 |
* Mon Mar 21 2011 Jan Kaluza <jkaluza@redhat.com> 3.7.9-8
|
|
|
900687 |
- fix #688520 - fixed CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098
|
|
|
900687 |
|
|
|
900687 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.9-7
|
|
|
900687 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
900687 |
|
|
|
900687 |
* Wed Feb 02 2011 Jan Kaluza <jkaluza@redhat.com> 3.7.9-6
|
|
|
900687 |
- fix #671926 - fixed crash when tabooext is used in config file
|
|
|
900687 |
|
|
|
900687 |
* Wed Dec 15 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.9-5
|
|
|
900687 |
- fix #661181 - fixed SIGBUS when config file is empty or 4096 bytes
|
|
|
900687 |
- fix #666677 - preserve ACLs when rotating files
|
|
|
900687 |
|
|
|
900687 |
* Tue Oct 19 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.9-4
|
|
|
900687 |
- fix #644309 - mention all logrotate params in man page
|
|
|
900687 |
|
|
|
900687 |
* Wed Sep 29 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.9-3
|
|
|
900687 |
- fix #638629 - better size directive description
|
|
|
900687 |
|
|
|
900687 |
* Mon Aug 09 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.9-2
|
|
|
900687 |
- fixed AUTHORS in man page
|
|
|
900687 |
|
|
|
900687 |
* Mon Jun 28 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.9-1
|
|
|
900687 |
- new upstream version 3.7.9
|
|
|
900687 |
|
|
|
900687 |
* Tue Jun 22 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.8-12
|
|
|
900687 |
- fix #602643 - update manpage to reflect scripts changes
|
|
|
900687 |
- fix #606675 - pass currently rotated file as argument to
|
|
|
900687 |
postrotate/prerotate script in nosharedscripts mode
|
|
|
900687 |
|
|
|
900687 |
* Tue Jun 15 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.8-11
|
|
|
900687 |
- fix #603040 - do not remove log if there is an error in
|
|
|
900687 |
rotate process
|
|
|
900687 |
|
|
|
900687 |
* Tue Apr 20 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.8-10
|
|
|
900687 |
- fix #602643 - logrotate "size" directive cannot exceed
|
|
|
900687 |
1895825408 bytes
|
|
|
900687 |
|
|
|
900687 |
* Tue Apr 20 2010 Daniel Novotny <dnovotny@redhat.com> 3.7.8-9
|
|
|
900687 |
- revert the "create 0640 root adm" permission change (#489038)
|
|
|
900687 |
|
|
|
900687 |
* Tue Apr 06 2010 Daniel Novotny <dnovotny@redhat.com> 3.7.8-8
|
|
|
900687 |
- fix #578115 - missingok problem with globs
|
|
|
900687 |
|
|
|
900687 |
* Mon Jan 11 2010 Daniel Novotny <dnovotny@redhat.com> 3.7.8-7
|
|
|
900687 |
- fix #489038 - RFE: useful permissions on log files
|
|
|
900687 |
|
|
|
900687 |
* Wed Dec 09 2009 Henrique Martins <bugzilla-redhat-2009@martins.cc> 3.7.8-6
|
|
|
900687 |
- fix #545919 (rotate non-writable files when copy is set)
|
|
|
900687 |
|
|
|
900687 |
* Tue Sep 29 2009 Daniel Novotny <dnovotny@redhat.com> 3.7.8-5
|
|
|
900687 |
- fix #525659 (man page for logrotate.conf)
|
|
|
900687 |
|
|
|
900687 |
* Thu Sep 17 2009 Daniel Novotny <dnovotny@redhat.com> 3.7.8-4
|
|
|
900687 |
- fix #517321 (logrotate blocking anacron)
|
|
|
900687 |
|
|
|
900687 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.8-3
|
|
|
900687 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
900687 |
|
|
|
900687 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.8-2
|
|
|
900687 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
900687 |
|
|
|
900687 |
* Mon Feb 02 2009 Daniel Novotny <dnovotny@redhat.com> 3.7.8-1
|
|
|
900687 |
- new upstream version 3.7.8
|
|
|
900687 |
|
|
|
900687 |
* Fri Nov 21 2008 Daniel Novotny <dnovotny@redhat.com> 3.7.7-4
|
|
|
900687 |
- fix #468926 (segfault with very large /var/log/messages)
|
|
|
900687 |
|
|
|
900687 |
* Thu Nov 20 2008 Daniel Novotny <dnovotny@redhat.com> 3.7.7-3
|
|
|
900687 |
- less aggressive approach to the fix
|
|
|
900687 |
|
|
|
900687 |
* Thu Nov 20 2008 Daniel Novotny <dnovotny@redhat.com> 3.7.7-2
|
|
|
900687 |
- fix #471463 (selinux problems with logrotate)
|
|
|
900687 |
|
|
|
900687 |
* Mon May 19 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.7-1
|
|
|
900687 |
- new upstream version
|
|
|
900687 |
|
|
|
900687 |
* Wed Apr 23 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.6-4
|
|
|
900687 |
- improve patch for #432330
|
|
|
900687 |
- fix #437748 - don't forget to close log files
|
|
|
900687 |
|
|
|
900687 |
* Mon Feb 11 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.6-3
|
|
|
900687 |
- fix #432330 segfault on corrupted status file
|
|
|
900687 |
|
|
|
900687 |
* Mon Jan 21 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.6-2.2
|
|
|
900687 |
- fix #429454 - logrotate fails due to invalid pointer
|
|
|
900687 |
|
|
|
900687 |
* Wed Jan 09 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.6-2.1
|
|
|
900687 |
- fix the selinux patch
|
|
|
900687 |
|
|
|
900687 |
* Wed Jan 09 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.6-2
|
|
|
900687 |
- fix #427274 - logrotate fails to preserve SELinux file contexts
|
|
|
900687 |
- fix #427661 - SELinux stops vsftpd from working correctly
|
|
|
900687 |
|
|
|
900687 |
* Thu Sep 27 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.6-1.3
|
|
|
900687 |
- popt-devel dependency was still missing
|
|
|
900687 |
|
|
|
900687 |
* Thu Sep 27 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.6-1.2
|
|
|
900687 |
- add missing dependencies to spec file
|
|
|
900687 |
|
|
|
900687 |
* Thu Aug 23 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.6-1.1
|
|
|
900687 |
- rebuild
|
|
|
900687 |
|
|
|
900687 |
* Tue Aug 07 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.6-1
|
|
|
900687 |
- new upstream version
|
|
|
900687 |
- fix #248565 logrotate never rotates /var/log/btmp
|
|
|
900687 |
- fix compile warnings
|
|
|
900687 |
- tabooext accepts wildcards (related #247816)
|
|
|
900687 |
- fix minor errors and update man page (related #250059)
|
|
|
900687 |
- fix handling of size directive (related #247410)
|
|
|
900687 |
|
|
|
900687 |
* Thu May 31 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.5-5
|
|
|
900687 |
- fix ignoring pre/postrotate arguments (related #241766)
|
|
|
900687 |
|
|
|
900687 |
* Wed May 23 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.5-4
|
|
|
900687 |
- use dateext in the default config file (#240292)
|
|
|
900687 |
- add options to use shred for deleting files -- adapt patch sent by
|
|
|
900687 |
Peter Eckersley <pde@eff.org> (#239934)
|
|
|
900687 |
- ignore .cfsaved files by default (#223476)
|
|
|
900687 |
|
|
|
900687 |
* Sat Mar 31 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.5-3
|
|
|
900687 |
- add error checking before running prerotate and postrotate scripts
|
|
|
900687 |
|
|
|
900687 |
* Thu Mar 29 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.5-2
|
|
|
900687 |
- fix error hadnling after prerotate, postrotate, firstaction
|
|
|
900687 |
script failure. (http://qa.mandriva.com/show_bug.cgi?id=29979)
|
|
|
900687 |
|
|
|
900687 |
* Thu Mar 01 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.5-1
|
|
|
900687 |
- new upstream release.
|
|
|
900687 |
|
|
|
900687 |
* Fri Feb 09 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-13
|
|
|
900687 |
- another spec file fixes (#226104)
|
|
|
900687 |
|
|
|
900687 |
* Thu Feb 08 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-12
|
|
|
900687 |
- fix problem with compress_options_list (#227706)
|
|
|
900687 |
- fix spec file to meet Fedora standards (#226104)
|
|
|
900687 |
|
|
|
900687 |
* Tue Jan 23 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-11
|
|
|
900687 |
- logrotate won't stop if there are some errors in configuration
|
|
|
900687 |
or glob failures (#166510, #182062)
|
|
|
900687 |
|
|
|
900687 |
* Wed Jan 10 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-10
|
|
|
900687 |
- fix some rpmlint issues
|
|
|
900687 |
|
|
|
900687 |
* Tue Jan 09 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-9
|
|
|
900687 |
- allow multibyte characters in readPath() (#122145)
|
|
|
900687 |
|
|
|
900687 |
* Fri Jan 05 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-8
|
|
|
900687 |
- "size" option was ignored in config files (#221341)
|
|
|
900687 |
|
|
|
900687 |
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.7.4-7
|
|
|
900687 |
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
900687 |
|
|
|
900687 |
* Tue Sep 26 2006 Peter Vrabec <pvrabec@redhat.com> 3.7.4-6
|
|
|
900687 |
- fix leaking file descriptor (#205072)
|
|
|
900687 |
|
|
|
900687 |
* Wed Aug 09 2006 Dan Walsh <dwalsh@redhat.com> 3.7.4-5
|
|
|
900687 |
- Use selinux raw functions
|
|
|
900687 |
|
|
|
900687 |
* Mon Jul 24 2006 Peter Vrabec <pvrabec@redhat.com> 3.7.4-4
|
|
|
900687 |
- make error message, about ignoring certain config files,
|
|
|
900687 |
a debug message instead (#196052)
|
|
|
900687 |
|
|
|
900687 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.7.4-3.1
|
|
|
900687 |
- rebuild
|
|
|
900687 |
|
|
|
900687 |
* Tue Jun 13 2006 Peter Vrabec <pvrabec@redhat.com> 3.7.4-3
|
|
|
900687 |
- rename ENOSUP to ENOTSUP
|
|
|
900687 |
|
|
|
900687 |
* Tue Jun 13 2006 Peter Vrabec <pvrabec@redhat.com> 3.7.4-2
|
|
|
900687 |
- clean up a couple of SELinux problems. Patch from Daniel J. Walsh.
|
|
|
900687 |
|
|
|
900687 |
* Wed May 17 2006 Peter Vrabec <pvrabec@redhat.com> 3.7.4-1
|
|
|
900687 |
- add new "minsize" option (#173088)
|
|
|
900687 |
|
|
|
900687 |
* Tue Mar 28 2006 Peter Vrabec <pvrabec@redhat.com> 3.7.3-3
|
|
|
900687 |
- correct man page "extension" option description (#185318)
|
|
|
900687 |
|
|
|
900687 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.7.3-2.2.1
|
|
|
900687 |
- bump again for double-long bug on ppc(64)
|
|
|
900687 |
|
|
|
900687 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.7.3-2.2
|
|
|
900687 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
900687 |
|
|
|
900687 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
900687 |
- rebuilt
|
|
|
900687 |
|
|
|
900687 |
* Sun Nov 13 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.3-2
|
|
|
900687 |
- fix_free_segfaults (#172918)
|
|
|
900687 |
|
|
|
900687 |
* Sat Nov 12 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.3-1
|
|
|
900687 |
- new upstream release
|
|
|
900687 |
- indent sources
|
|
|
900687 |
|
|
|
900687 |
* Fri Nov 11 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-12
|
|
|
900687 |
- fix_free_segfaults (#172918)
|
|
|
900687 |
|
|
|
900687 |
* Mon Nov 07 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-11
|
|
|
900687 |
- man description for "nodateext" option (#171577)
|
|
|
900687 |
- remove not working "pattern" option (#171577)
|
|
|
900687 |
|
|
|
900687 |
* Tue Oct 25 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-10
|
|
|
900687 |
- some more clean up (#171587)
|
|
|
900687 |
|
|
|
900687 |
* Thu Oct 20 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-9
|
|
|
900687 |
- fix_free_segfaults (#171093)
|
|
|
900687 |
|
|
|
900687 |
* Tue Oct 18 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-8
|
|
|
900687 |
- fix leaks of tabooExts
|
|
|
900687 |
|
|
|
900687 |
* Sat Oct 15 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-7
|
|
|
900687 |
- fix_free_segfaults (#170904)
|
|
|
900687 |
|
|
|
900687 |
* Wed Oct 12 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-6
|
|
|
900687 |
- code clean up (#169885)
|
|
|
900687 |
|
|
|
900687 |
* Mon Oct 10 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-5
|
|
|
900687 |
- fix bug introduced in logrotate 3.7.2-3(#169858)
|
|
|
900687 |
- fix some memory leaks (#169888)
|
|
|
900687 |
|
|
|
900687 |
* Fri Sep 23 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-4
|
|
|
900687 |
- do not run compression program in debug mode (#166912)
|
|
|
900687 |
|
|
|
900687 |
* Wed Sep 07 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-3
|
|
|
900687 |
- even when sharedscript option used, do postrotate
|
|
|
900687 |
script before compress (#167575)
|
|
|
900687 |
|
|
|
900687 |
* Wed Aug 17 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-2
|
|
|
900687 |
- allow yearly rotations(#134612)
|
|
|
900687 |
|
|
|
900687 |
* Mon Aug 01 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.2-1
|
|
|
900687 |
- new upstream release
|
|
|
900687 |
|
|
|
900687 |
* Tue Jul 26 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.1-14
|
|
|
900687 |
- fix some "error running script" messages
|
|
|
900687 |
|
|
|
900687 |
* Tue Jul 26 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.1-13
|
|
|
900687 |
- fix man page (#163458,#163366)
|
|
|
900687 |
|
|
|
900687 |
* Wed Jun 22 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.1-12
|
|
|
900687 |
- enhance logrotate with "dateext", "maxage"
|
|
|
900687 |
|
|
|
900687 |
* Thu Mar 31 2005 Dan Walsh <dwalsh@redhat.com> 3.7.1-10
|
|
|
900687 |
- use security_getenforce() instead of selinux_getenforcemode
|
|
|
900687 |
|
|
|
900687 |
* Thu Mar 17 2005 Dan Walsh <dwalsh@redhat.com> 3.7.1-9
|
|
|
900687 |
- Add selinux_getenforce() calls to work when not in enforcing mode
|
|
|
900687 |
|
|
|
900687 |
* Thu Mar 17 2005 Peter Vrabec <pvrabec@redhat.com> 3.7.1-8
|
|
|
900687 |
- rebuild
|
|
|
900687 |
|
|
|
900687 |
* Tue Feb 22 2005 Peter Vrabec <pvrabec@redhat.com>
|
|
|
900687 |
- do not use tmpfile to run script anymore (#149270)
|
|
|
900687 |
|
|
|
900687 |
* Fri Feb 18 2005 Peter Vrabec <pvrabec@redhat.com>
|
|
|
900687 |
- remove logrotate-3.7.1-share.patch, it doesn't solve (#140353)
|
|
|
900687 |
|
|
|
900687 |
* Mon Dec 13 2004 Peter Vrabec <pvrabec@redhat.com> - 3.7.1-5
|
|
|
900687 |
- Add section to logrotate.conf for "/var/log/btmp" (#117844)
|
|
|
900687 |
|
|
|
900687 |
* Mon Dec 13 2004 Peter Vrabec <pvrabec@redhat.com> - 3.7.1-4
|
|
|
900687 |
- Typo and missing information in man page (#139346)
|
|
|
900687 |
|
|
|
900687 |
* Mon Dec 06 2004 Peter Vrabec <pvrabec@redhat.com> - 3.7.1-3
|
|
|
900687 |
- compressed logfiles and logrotate (#140353)
|
|
|
900687 |
|
|
|
900687 |
* Tue Oct 19 2004 Miloslav Trmac <mitr@redhat.com> - 3.7.1-2
|
|
|
900687 |
- Fix sending mails (#131583)
|
|
|
900687 |
- Preserve file attributes when compressing files (#121523, original patch by
|
|
|
900687 |
Daniel Himler)
|
|
|
900687 |
|
|
|
900687 |
* Fri Jul 16 2004 Elliot Lee <sopwith@redhat.com> 3.7.1-1
|
|
|
900687 |
- Fix #126490 typo
|
|
|
900687 |
|
|
|
900687 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
900687 |
- rebuilt
|
|
|
900687 |
|
|
|
900687 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
900687 |
- rebuilt
|
|
|
900687 |
|
|
|
900687 |
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 3.6.10-4
|
|
|
900687 |
- fix is_selinux_enabled call
|
|
|
900687 |
|
|
|
900687 |
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 3.6.10-3
|
|
|
900687 |
- Turn off selinux
|
|
|
900687 |
|
|
|
900687 |
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 3.6.10-2.sel
|
|
|
900687 |
- Turn on selinux
|
|
|
900687 |
|
|
|
900687 |
* Wed Aug 06 2003 Erik Troan <ewt@redhat.com>
|
|
|
900687 |
- always use compressext for the extension for compressed
|
|
|
900687 |
files; before compresscmd and compressext had to agree
|
|
|
900687 |
- moved all compression to one code block
|
|
|
900687 |
- compression, scripts don't use system() anymore
|
|
|
900687 |
- compress and maillast didn't work together properly
|
|
|
900687 |
- delaycompress and mailfirst didn't work properly
|
|
|
900687 |
- don't use system() for mailing (or uncompressing) logs anymore
|
|
|
900687 |
- use "-s" for speciying the subjected of mailed logs
|
|
|
900687 |
|
|
|
900687 |
* Thu Jul 24 2003 Elliot Lee <sopwith@redhat.com> 3.6.10-1
|
|
|
900687 |
- Fix #100546, change selinux port.
|
|
|
900687 |
|
|
|
900687 |
* Wed Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 3.6.9-2
|
|
|
900687 |
- Port to SELinux 2.5
|
|
|
900687 |
|
|
|
900687 |
* Wed Jul 09 2003 Elliot Lee <sopwith@redhat.com> 3.6.9-1
|
|
|
900687 |
- Fix #90229, #90274, #89458, #91408
|
|
|
900687 |
|
|
|
900687 |
* Mon Jan 20 2003 Elliot Lee <sopwith@redhat.com> 3.6.8-1
|
|
|
900687 |
- Old patch from pm@debian.org
|
|
|
900687 |
|
|
|
900687 |
* Tue Jan 14 2003 Elliot Lee <sopwith@redhat.com> 3.6.7-1
|
|
|
900687 |
- Fixes from bugzilla
|
|
|
900687 |
|
|
|
900687 |
* Fri Nov 15 2002 Elliot Lee <sopwith@redhat.com> 3.6.6-1
|
|
|
900687 |
- Commit patch from Fidelis Assis <fidelis@embratel.net.br>
|
|
|
900687 |
|
|
|
900687 |
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 3.6.5-1
|
|
|
900687 |
- Commit fix for #65299
|
|
|
900687 |
|
|
|
900687 |
* Mon Apr 15 2002 Elliot Lee <sopwith@redhat.com> 3.6.4-1
|
|
|
900687 |
- Commit fix for #62560
|
|
|
900687 |
|
|
|
900687 |
* Wed Mar 13 2002 Elliot Lee <sopwith@redhat.com> 3.6.3-1
|
|
|
900687 |
- Apply various bugfix patches from the openwall people
|
|
|
900687 |
|
|
|
900687 |
* Tue Jan 29 2002 Elliot Lee <sopwith@redhat.com> 3.6.2-1
|
|
|
900687 |
- Fix bug #55809 (include logrotate.status in "files")
|
|
|
900687 |
- Fix bug #58328 (incorrect error detection when reading state file)
|
|
|
900687 |
- Allow 'G' size specifier from bug #57242
|
|
|
900687 |
|
|
|
900687 |
* Mon Dec 10 2001 Preston Brown <pbrown@redhat.com>
|
|
|
900687 |
- noreplace config file
|
|
|
900687 |
|
|
|
900687 |
* Wed Nov 28 2001 Preston Brown <pbrown@redhat.com> 3.6-1
|
|
|
900687 |
- patch from Alexander Kourakos <awk@awks.org> to stop the shared
|
|
|
900687 |
postrotate/prerotate scripts from running if none of the log(s) need
|
|
|
900687 |
rotating. All log files are now checked for rotation in one batch,
|
|
|
900687 |
rather than sequentially.
|
|
|
900687 |
- more fixes from Paul Martin <pm@debian.org>
|
|
|
900687 |
|
|
|
900687 |
* Thu Nov 8 2001 Preston Brown <pbrown@redhat.com> 3.5.10-1
|
|
|
900687 |
- fix from paul martin <pm@debian.org> for zero-length state files
|
|
|
900687 |
|
|
|
900687 |
* Tue Sep 4 2001 Preston Brown <pbrown@redhat.com>
|
|
|
900687 |
- fix segfault when logfile is in current directory.
|
|
|
900687 |
|
|
|
900687 |
* Tue Aug 21 2001 Preston Brown <pbrown@redhat.com>
|
|
|
900687 |
- fix URL for source location
|
|
|
900687 |
|
|
|
900687 |
* Thu Aug 2 2001 Preston Brown <pbrown@redhat.com>
|
|
|
900687 |
- man page cleanups, check for negative rotation counts
|
|
|
900687 |
|
|
|
900687 |
* Mon Jul 2 2001 Preston Brown <pbrown@redhat.com>
|
|
|
900687 |
- more minor manpage updates (#45625)
|
|
|
900687 |
|
|
|
900687 |
* Thu Jun 21 2001 Preston Brown <pbrown@redhat.com> 3.5.6-1
|
|
|
900687 |
- enable LFS support (debian bug #100810)
|
|
|
900687 |
- quote filenames for running compress commands or pre/postrotate cmds (#21348)
|
|
|
900687 |
- deprecate "errors" directive (see bug #16544 for explanation)
|
|
|
900687 |
- update man page
|
|
|
900687 |
- configurable compression command by Colm Buckley <colm@tuatha.org>
|
|
|
900687 |
|
|
|
900687 |
* Fri Jun 1 2001 Preston Brown <pbrown@redhat.com> 3.5.5-1
|
|
|
900687 |
- be less strict about whitespace near filenames. Patch from Paul Martin <pm@debian.org>.
|
|
|
900687 |
|
|
|
900687 |
* Thu Jan 4 2001 Bill Nottingham <notting@redhat.com>
|
|
|
900687 |
- %%defattr
|
|
|
900687 |
|
|
|
900687 |
* Wed Jan 03 2001 Preston Brown <pbrown@redhat.com>
|
|
|
900687 |
- see CHANGES
|
|
|
900687 |
|
|
|
900687 |
* Tue Aug 15 2000 Erik Troan <ewt@redhat.com>
|
|
|
900687 |
- see CHANGES
|
|
|
900687 |
|
|
|
900687 |
* Sun Jul 23 2000 Erik Troan <ewt@redhat.com>
|
|
|
900687 |
- see CHANGES
|
|
|
900687 |
|
|
|
900687 |
* Tue Jul 11 2000 Erik Troan <ewt@redhat.com>
|
|
|
900687 |
- support spaces in filenames
|
|
|
900687 |
- added sharedscripts
|
|
|
900687 |
|
|
|
900687 |
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
|
|
900687 |
- use %%{_mandir} for man pages
|
|
|
900687 |
|
|
|
900687 |
* Thu Feb 24 2000 Erik Troan <ewt@redhat.com>
|
|
|
900687 |
- don't rotate lastlog
|
|
|
900687 |
|
|
|
900687 |
* Thu Feb 03 2000 Erik Troan <ewt@redhat.com>
|
|
|
900687 |
- gzipped manpages
|