Next | Query returned 27 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2013-07-28 13:21:23 by OBATA Akio | Files touched by this commit (3)
Log message:
Update logrotate to 3.8.5.
Based on PR pkg/48073 by Nils Ratusznik.
(drop FETCH_USING=curl, put distfile on ftp.n.o).

3.8.4 -> 3.8.5
	- Improved rotation during daylight saving time and between timezone
	  changes.
	- Fixed ACL setting problem caused by ext3 erroneously reporting ENOSYS
	  instead of ENOSUP.
	- Do not continue with rotation if state file is corrupted.
	- Make logrotate.status creation atomic.
	- Allow "hourly" rotation. See manpage for more information.
	- Use "/bin/echo" in tests. Fixes tests execution in Dash.
	- Do no try to parse config files bigger than 16MB.
	- Improved manpage consistency and formatting.
	- Fix race condition between acl_set_fd() and fchmod().
   2013-05-07 22:30:22 by Guillaume Lasmayous | Files touched by this commit (2)
Log message:
Update sysutils/logrotate to 3.8.4.
From Nils Ratusznik per PR pkg/47800

pkgsrc changes:
---------------
Update MASTER_SITES. Now requires curl to fetch on https mirror.

Upstream changes:
-----------------

 3.8.3 -> 3.8.4
- Added --version command line option
- Disable ACL tests if logrotate is not compiled WITH_ACL support or if
  ACLs are not supported by the system running tests
- Disable SELinux tests if logrotate is not compiled WITH_SELINUX support
  or if SELinux is not supported by the system running tests
- Fixed bug which prevented skipping particular log file config
  if the config contained errors.
- Fixed skipping of configs containing firstaction/lastaction scripts
  with '}' character in case of error before these scripts.
- Support also 'K' unit for *size directives.
- Added preremove option to let admin to do something with the old logs
  before they are removed by logrotate.
- Fixed possible loop in tabooext parsing.
- Move code to set SELinux context before compressLogFile calls to create
  compressed log files with the proper context.
- Call prerotate/postrotate script only for really rotated files in
  nosharedscripts mode (as stated in man page).
   2013-03-07 13:58:11 by OBATA Akio | Files touched by this commit (2)
Log message:
Update logrotate to 3.8.3.
PR pkg/47581 by Nils Ratusznik.

3.8.2 -> 3.8.3
	- Fixed setting "size" bigger than 4GB on 32bit architectures
	- Do not overwrite mode set by "create" option when using ACL. \ 
"create"
	  directive is now not mixed up with ACLs. If you use "create" in config
	  file and log file has some ACLs set, ACLs are not kept and are
	  overwritten by the mode set in "create" directive.
	- Mode argument in "create" directive can be omitted. Only owner and group
	  is set in this case. Check man page for more info.
   2013-02-20 10:20:29 by Dieter Baron | Files touched by this commit (2)
Log message:
Fix path to default status file.
   2013-01-10 19:16:29 by Thomas Klausner | Files touched by this commit (8)
Log message:
Update to 3.8.2, from Nils Ratusznik via pkgsrc-wip.

Changes:
- show error and ignore config if '{' is not present after log files declaration
- support whitespaces in compressoptions directive
- support for tilde expansion in config files
- fixed mail sending for 'mailfirst', 'dateext' and 'delaycompress' combination
- do not use gzip/gunzip from /usr/local on Solaris
- Do not include alloca.h on NetBSD, since alloca() is declared in stdlib.h there
   2012-10-23 21:51:39 by Aleksej Saushev | Files touched by this commit (447)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-03-06 05:53:24 by Steven Drake | Files touched by this commit (11) | Imported package
Log message:
Add logrotate-3.8.1 as sysutils/logrotate

The logrotate utility is designed to simplify the administration of
log files on a system which generates a lot of log files.  Logrotate
allows for the automatic rotation compression, removal and mailing of
log files.  Logrotate can be set to handle a log file daily, weekly,
monthly or when the log file gets to a certain size.  Normally,
logrotate runs as a daily cron job.


Next | Query returned 27 messages, browsing 21 to 30 | previous