Subject: CVS commit: pkgsrc/sysutils/logrotate
From: Nils Ratusznik
Date: 2015-06-29 14:28:55
Message id: 20150629122855.9700B98@cvs.netbsd.org

Log Message:
Updated to version 3.9.1. Changelog :
3.9.0 -> 3.9.1
	- Fix off-by-one error which can lead to crash when copytruncate is used.
3.8.9 -> 3.9.0
	- Fix crash when using long dateformat. [nmerdan]
	- Add support for %H dateformat. [czchen]
	- Fix regression introduced in 3.8.9 when when rotating multiple
	  logs when one of them is missing.
	- In the debug mode, do not skip the code-path which handles the case when
	  the last rotation does not exist. [Sergey Vidishev]
	- Show more precise description when "log does not need rotating".\
	- Add new -l option to log verbose output to file. The file is overwritten
	  on every logrotate execution.
	- Allow rotation of sparse files with copytruncate.

PKgsrc changes :
Switched from old Makefile to new building procedure, using autogen,
configure and (g)make, which was introduced in version 3.8.8.
The new patch file contains a workaround to get the new building procedure
working.

Files:
RevisionActionfile
1.10modifypkgsrc/sysutils/logrotate/Makefile
1.9modifypkgsrc/sysutils/logrotate/distinfo
1.1addpkgsrc/sysutils/logrotate/patches/patch-Makefile.am