Changelog for
logrotate-debugsource-3.8.1-20.4.1.i586.rpm :
* Fri Jul 26 2013 vcizekAATTsuse.com- Call prerotate/postrotate script only for really rotated files in nosharedscripts mode (bnc#831057)
* added logrotate-fix_nosharedscripts_mode.patch
* Fri Sep 30 2011 uliAATTsuse.com- cross-build fix: use %__cc macro
* Wed Sep 07 2011 vcizekAATTsuse.com- update to 3.8.1- dropped CVE patches as they were merged to upstream- changelog - fixed 1 memory leak in prerotateSingleLog - do not redirect logrotate errors to /dev/null in cron script - fixed \"size\" directive parsing - handle situation when acl_get_fd is supported, but acl_set_fd is not - added \"maxsize\" directive (see man page) - added \"dateyesterday\" option (see man page) - fixed crash when config file had exactly 4096
*N bytes - added WITH_ACL make option to link against -lacl and preserve ACLs during rotation - added \"su\" option to define user/group for rotation. Logrotate now skips directories which are world writable or writable by group which is not \"root\" unless \"su\" directive is used. - fixed CVE-2011-1098: race condition by creation of new files - fixed possible shell injection when using \"shred\" directive (CVE-2011-1154) - fixed escaping of file names within \'write state\' action (CVE-2011-1155) - better \'size\' directive description - fixed possible buffer-overflow when reading config files
* Wed Sep 07 2011 vcizekAATTsuse.com- allow whitespace separated options in compressoptions (bnc#711780)
* Mon Jul 25 2011 jengelhAATTmedozas.de- Change compression scheme to xz
* Tue May 10 2011 puzelAATTnovell.com- add logrotate-CVE-2011-1098.patch (bnc#677336)- add logrotate-shred-CVE-2011-1154.patch (bnc#679661)- add logrotate-CVE-2011-1155.patch (bnc#679662)- use spec-cleaner
* Thu Nov 18 2010 lnusselAATTsuse.de- also rotate /var/log/btmp
* Tue Sep 14 2010 puzelAATTnovell.com- use proper syslog facility/priority in logrotate cron script (bnc#636236)
* Tue Aug 17 2010 puzelAATTnovell.com- update to logrotate-3.7.9 - don\'t copy config files on the stack -- mmap them instead (fixes segfaults with too large/invalid config files) - symlinked conf file man page as requested by Fedora guidelines - added rotating (copying) non-writable, readable files - fixed missingok problem with globs - fixed bug when log files could be removed even there was some error in rotation process. - allow setting size greater than 4.2GB in configuration file - pass currently rotated file to postrotate/prerotate script in nosharedscripts mode - added new TabooExts: \".disabled\", \".dpkg-old\", \".dpkg-dist\", \".dpkg-new\", \".cfsaved\", \".ucf-old\", \".ucf-dist\", \".ucf-new\" - Don\'t change utime atime/mtime when compressing files - Better
*rotate scripts parser. - Allow \'include\' directive in log file definitions- merge logrotate-3.7.8-cron-check-for-another-instance.patch into logrotate-3.7.8-suse.patch- add logrotate-rpmlintrc: suppress false-positive rpmlint warning
* Sun Dec 20 2009 jengelhAATTmedozas.de- enable parallel build
* Fri Mar 06 2009 puzelAATTsuse.cz- update to 3.7.8 - do not exit on status file errors - limit config file inclusion nesting - use hashes for status file handling - dateformat to allow unixtime - manual page corrections- drop hashes patch (upstream)