Commit Graph

139 Commits

Author SHA1 Message Date
Jan Kaluza
209cf3d9cd move logrotate.status to /var/lib/logrotate and add it to rwtab.d (#1127415) 2015-06-17 15:54:43 +02:00
Jan Kaluza
6d709f3d1f new upstream version 3.9.1 2015-04-03 09:50:06 +02:00
Jan Kaluza
556730ee6a new upstream version 3.8.9 2015-02-13 07:30:05 +01:00
Jan Kaluza
ec15c03a05 fix merge conflict 2014-10-16 14:01:44 +02:00
Jan Kaluza
74b7164161 new upstream version 3.8.8 2014-10-16 13:35:51 +02:00
Peter Robinson
59e33e648c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 07:35:21 +00:00
Tom Callaway
2791a69d29 fix license handling 2014-07-18 15:52:45 -04:00
Dennis Gilmore
1214bd00cc - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 01:46:11 -05:00
Jan Kaluza
4188af13d3 new usptream version 3.8.7 2013-10-10 10:58:01 +02:00
Jan Kaluza
d157b63b27 Remove unused patches 2013-07-31 13:50:19 +02:00
Jan Kaluza
803eac34fd new upstream version 3.8.6 2013-07-31 13:49:45 +02:00
Jan Kaluza
db51f01cbb bump release... 2013-07-10 09:03:08 +02:00
Jan Kaluza
1f5e4c0cb5 fix #982409 - do not crash when no logs are rotated and "sharedscripts" and
"prerotate" is used
2013-07-10 09:02:12 +02:00
Jan Kaluza
7cea617805 new upstream version 3.8.5 2013-06-10 14:26:25 +02:00
Jan Kaluza
cf8f914e12 do not try to parse config files bigger than 16MB
- remove unused patches
2013-05-14 08:56:42 +02:00
Jan Kaluza
73d8d1d0ef new upstream version 3.8.4 2013-04-30 10:37:38 +02:00
Dennis Gilmore
e55722c95e - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 23:48:40 -06:00
Jan Kaluza
7a44a6767a new upstream version 3.8.3 2012-10-04 10:19:15 +02:00
Jan Kaluza
fefe773158 new upstream version 3.8.2
- tests are enabled during build
2012-08-01 13:27:04 +02:00
Dennis Gilmore
3f383c1427 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 17:06:51 -05:00
Jan Kaluza
f7cd9574fb fix #736054 - check for missing '{' in config file 2012-01-04 11:11:29 +01:00
Jan Kaluza
87613075c0 fix #742731 - man page syntax, formatting, and spelling fixes 2011-10-03 11:02:46 +02:00
Jan Kaluza
db8accfc64 fix #742731 - man page syntax, formatting, and spelling fixes 2011-10-03 11:02:26 +02:00
Jan Kaluza
3d12e15784 new upstream version 3.8.1 2011-09-06 09:12:41 +02:00
Jan Kaluza
b900bcd7bc fix #726980 - fixed ACL handling when acl_get_fd is supported,
bug acl_set_fd is not
2011-08-08 12:41:05 +02:00
Jan Kaluza
a6b37c7f6b Merge branch 'master' of ssh://pkgs.fedoraproject.org/logrotate
Conflicts:
	logrotate.spec
2011-08-01 09:00:26 +02:00
Jan Kaluza
8d1447c569 fix #726980 - work properly when acl_get_fd is supported,
but acl_set_fd is not
2011-08-01 08:54:26 +02:00
HanzZ
e93251a9b6 fix #723547 - fixed size directive parsing 2011-07-22 10:24:35 +02:00
HanzZ
f307856de3 fix #723547 - fixed size directive parsing 2011-07-22 10:24:18 +02:00
Jan Kaluza
5d6d8a191b Index: /trunk/examples/logrotate.cron
===================================================================
--- a/examples/logrotate.cron (revision 268)
+++ b/examples/logrotate.cron (revision 334)
@@ -1,5 +1,5 @@
 #!/bin/sh

-/usr/sbin/logrotate /etc/logrotate.conf >/dev/null 2>&1
+/usr/sbin/logrotate /etc/logrotate.conf
 EXITVALUE=$?
 if [ $EXITVALUE != 0 ]; then
2011-07-20 13:03:56 +02:00
Jan Kaluza
ae578d8228 new upstream version 3.8.0
removed unused patches
2011-06-21 10:38:42 +02:00
Jan Kaluza
c9620107cb fix #709034 - work properly when ACLs are not supported 2011-05-31 07:12:34 +02:00
Jan Kaluza
29f6dc636e fix #709034 - work properly when ACLs are not supported 2011-05-31 07:12:11 +02:00
Jan Kaluza
84316e3686 Added missing patch 2011-05-30 15:57:17 +02:00
Jan Kaluza
8b7a98e00b fix #708367 - fixed mail directive parsing 2011-05-30 15:52:24 +02:00
Jan Kaluza
a4149942bb - fix #689061 - added Url 2011-03-28 12:19:13 +02:00
Jan Kaluza
849f471971 - fix #688520 - fixed CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098 2011-03-21 13:42:59 +01:00
Jan Kaluza
41b11b90b8 - fix #688520 - fixed CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098 2011-03-21 13:42:31 +01:00
Dennis Gilmore
bfceeb2242 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 07:35:52 -06:00
Jan Kaluza
870b1ae9da - fix #671926 - fixed crash when tabooext is used in config file 2011-02-02 11:10:13 +01:00
Jan Kaluza
3ad5b60452 - fix #661181 - fixed SIGBUS when config file is empty or 4096 bytes
- fix #666677 - preserve ACLs when rotating files
2011-01-05 11:47:45 +01:00
Jan Kaluza
84407423c2 - fix #644309 - mention all logrotate params in man page 2010-10-21 13:40:23 +02:00
Jan Kaluza
611b3dc848 - fix #644309 - mention all logrotate params in man page 2010-10-19 14:15:01 +02:00
Jan Kaluza
b7f692446c - fix #638629 - better size directive description 2010-09-29 16:54:49 +02:00
Jan Kaluza
72f3d8780f * Mon Aug 09 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.9-2
- fixed AUTHORS in man page
2010-08-09 14:53:27 +02:00
Fedora Release Engineering
cab869aa7f dist-git conversion 2010-07-29 02:32:04 +00:00
Jan Kaluža
4f28f0f253 *** empty log message *** 2010-06-28 11:02:08 +00:00
Jan Kaluža
ea89d9100d Resolves:#602643,#606675 - pass currently rotated file as argument to
prerotate/postrotate script.
2010-06-22 08:46:22 +00:00
Jan Kaluža
3460fbd660 Resolves:#603040 - do not remove log if there is an error in rotate process 2010-06-15 14:06:54 +00:00
Jan Kaluža
9fabecb9f0 Fix #602643 - logrotate "size" directive cannot exceed 1895825408 bytes. 2010-06-10 12:05:12 +00:00