pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/logrotate
Module Name: pkgsrc
Committed By: nils
Date: Wed Feb 24 20:50:29 UTC 2016
Modified Files:
pkgsrc/sysutils/logrotate: Makefile PLIST distinfo
Added Files:
pkgsrc/sysutils/logrotate/patches: patch-config.c
Removed Files:
pkgsrc/sysutils/logrotate/patches: patch-Makefile.am
Log Message:
Updated to version 3.9.2. Changelog :
3.9.1 -> 3.9.2
- Upstream moved to GitHub: https://github.com/logrotate/logrotate.
- Add support for %M, %S and %V in "dateext" directive.
- Fix bad filename in subject of email when "compress" and "maillast"
is used.
- Allow rotating files created before 1996.
- Fix compilation errors on NetBSD caused by
"array subscript has type 'char' in config.c".
- Fix matching subdirectories on BSD systems for patterns like "*/log"
in situation where logrotate tried to match "foo/log" even when
"foo" has not been a directory.
- Fix logging dates in debug messages.
- Remove state file entries for logs which do not exist and
have not been rotated for more than a year.
- Fix poor performance with big state file.
- Support logging to syslog by using '-l syslog'.
- Allow running test-suite using dash.
Pkgsrc changes :
- patch for Makefile.am removed thanks to fixes for compilation errors
- however, some compilation errors with the same cause were still there,
so a patch for config.c is neccessary
(patch merged upstream, will be in next release)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/logrotate/Makefile \
pkgsrc/sysutils/logrotate/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/logrotate/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/logrotate/patches/patch-Makefile.am
cvs rdiff -u -r0 -r1.3 pkgsrc/sysutils/logrotate/patches/patch-config.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index