Subject: CVS commit: pkgsrc/sysutils/logrotate
From: Nils Ratusznik
Date: 2016-02-24 21:50:29
Message id: 20160224205029.B893CFBB7@cvs.NetBSD.org

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)

Files:
RevisionActionfile
1.11modifypkgsrc/sysutils/logrotate/Makefile
1.3modifypkgsrc/sysutils/logrotate/PLIST
1.11modifypkgsrc/sysutils/logrotate/distinfo
1.3addpkgsrc/sysutils/logrotate/patches/patch-config.c
1.1removepkgsrc/sysutils/logrotate/patches/patch-Makefile.am