Commit Graph

160 Commits

Author SHA1 Message Date
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
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
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
29f6dc636e fix #709034 - work properly when ACLs are not supported 2011-05-31 07:12:11 +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
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
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
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
Daniel Novotny
66e5c663df revert the "create 0640 root adm" permission change 2010-04-20 13:41:26 +00:00
Daniel Novotny
77feb3e131 fix #578115 - missingok problem with globs 2010-04-06 10:01:15 +00:00
Daniel Novotny
5bfc02ae0f - fix #489038 - RFE: useful permissions on log files 2010-01-11 12:54:32 +00:00
Daniel Novotny
9d4885c274 fix #545919 2009-12-17 14:26:55 +00:00
Daniel Novotny
264f8f79de fix #525659 2009-09-29 13:34:11 +00:00
Daniel Novotny
d710891f97 fix #517321 2009-09-17 09:37:46 +00:00
Jesse Keating
ec0eeb05ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 11:15:06 +00:00
Jesse Keating
d9892cfd92 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 20:53:35 +00:00
Daniel Novotny
da1174946a new upstream version 2009-02-02 13:27:22 +00:00
Daniel Novotny
2a9a4322c8 fix #468926 2008-11-21 12:06:33 +00:00
Daniel Novotny
d7ad98efc1 . 2008-11-20 14:39:06 +00:00
Daniel Novotny
3e3b27eb33 fix #471463 2008-11-20 13:55:53 +00:00
Tomas Smetana
651cd213b6 - new upstream version 2008-05-19 10:30:05 +00:00
Tomas Smetana
dc41421b56 fix #437748 - don't forget to close log files 2008-04-23 12:51:14 +00:00
Tomas Smetana
9cc9e6b7bd - improve patch for #432330 2008-04-23 12:45:56 +00:00
Tomas Smetana
4ff29482eb - fix #432330 segfault on corrupted status file 2008-02-11 10:41:13 +00:00
Tomas Smetana
5b32d9402d - fix #429454 - logrotate fails due to invalid pointer 2008-01-21 13:25:25 +00:00
Tomas Smetana
fcfb46ffad - fix the selinux patch 2008-01-09 09:41:16 +00:00
Tomas Smetana
7b2ce26494 - fix #427274 - logrotate fails to preserve SELinux file contexts
- fix #427661 - SELinux stops vsftpd from working correctly
2008-01-09 09:00:21 +00:00
Tomas Smetana
13e28a860c - popt-devel dependency was still missing 2007-09-27 06:54:13 +00:00
Tomas Smetana
55c281b4b1 - add missing dependencies to spec file 2007-09-27 06:26:01 +00:00
Tomas Smetana
6d40892198 - rebuild 2007-08-23 06:20:23 +00:00
Tomas Smetana
09013345a1 - new upstream version
- fix #248565 logrotate never rotates /var/log/btmp
- fix compile warnings
- tabooext accepts wildcards (related #247816)
- fix minor errors and update man page (related #250059)
- fix handling of size directive (related #247410)
2007-08-07 11:35:18 +00:00
Tomas Smetana
fb9fe1eb21 Related: #241766 2007-05-31 10:20:33 +00:00
Tomas Smetana
c06a6ee6c9 Resolves: #240292, #239934 #223476 2007-05-23 12:05:19 +00:00
Peter Vrabec
d39149986b add error checking before running prerotate and postrotate scripts 2007-03-31 10:56:49 +00:00
Peter Vrabec
66263396dd - fix error hadnling after prerotate, postrotate, firstaction script
failure. (http://qa.mandriva.com/show_bug.cgi?id=29979)
2007-03-29 14:07:49 +00:00
Peter Vrabec
42cc6b26d0 new upstream release 2007-03-01 11:11:38 +00:00
Peter Vrabec
5d6152d4f2 another spec file fixes (#226104) 2007-02-09 10:20:36 +00:00
Peter Vrabec
3c767f3eeb - fix problem with compress_options_list (#227706)
- fix spec file to meet Fedora standards (#226104)
2007-02-08 16:05:58 +00:00
Peter Vrabec
749629f6e6 - logrotate won't stop if there are some errors in configuration or glob
failures (#166510, #182062)
2007-01-23 12:09:11 +00:00
Peter Vrabec
6d6b23c943 fix some rpmlint issues 2007-01-10 14:07:27 +00:00
Peter Vrabec
bc40b29ca6 allow multibyte characters in readPath() (#122145) 2007-01-09 09:47:04 +00:00
Peter Vrabec
da4368bb5e "size" option was ignored in config files (#221341) 2007-01-05 11:47:36 +00:00
Jesse Keating
2cefe23f18 bump for gcc bug 2006-10-01 20:20:23 +00:00
Peter Vrabec
8dde766d66 fix leaking file descriptor (#205072) 2006-09-26 13:44:07 +00:00
Daniel J Walsh
f541a917d5 - Use selinux raw functions 2006-08-10 00:50:09 +00:00
Peter Vrabec
207d71d6a3 - make error message, about ignoring certain config files, a debug message
instead (#196052)
2006-07-24 12:18:42 +00:00
Jesse Keating
7a6dd4236b bumped for rebuild 2006-07-12 07:14:36 +00:00
Peter Vrabec
cf4a7e6e4e - rename ENOSUP to ENOTSUP
- clean up a couple of SELinux problems. Patch from Daniel J. Walsh.
2006-06-13 12:56:30 +00:00
Peter Vrabec
6b5e941f90 add new "minsize" option (#173088) 2006-05-17 15:08:08 +00:00
Peter Vrabec
6fed02a641 - correct man page "extension" option description (#185318) 2006-03-29 09:41:37 +00:00
Jesse Keating
65858f5817 bump for bug in double-long on ppc(64) 2006-02-11 04:25:09 +00:00
Jesse Keating
aca168b6de bump for new gcc/glibc 2006-02-07 12:52:55 +00:00
Jesse Keating
e4cdc30b46 gcc update bump 2005-12-09 22:41:49 +00:00
Peter Vrabec
6cc2aa0221 fix_free_segfaults (#172918) 2005-11-13 13:36:38 +00:00
Peter Vrabec
8d769c03d1 upgrade 2005-11-12 19:19:16 +00:00
Peter Vrabec
d26038cc48 fix spec file 2005-11-11 15:29:20 +00:00
Peter Vrabec
c02330e234 fix_free_segfaults (#172918) 2005-11-11 15:18:21 +00:00
Peter Vrabec
248704e994 - man description for "nodateext" option (#171577)
- remove not working "pattern" option (#171577)
2005-11-07 13:30:22 +00:00
Peter Vrabec
873027e7ed some more clean up (#171587) 2005-10-25 12:07:16 +00:00
Peter Vrabec
57dd2b0c4d fix_free_segfaults (#171093) 2005-10-21 08:18:24 +00:00
Peter Vrabec
97f9424f6c fix leaks of tabooExts 2005-10-18 14:14:51 +00:00
Peter Vrabec
5f73aa3fe8 fix_free_segfaults (#170904) 2005-10-15 12:27:04 +00:00
Peter Vrabec
09d391a1f4 code clean up (#169885) 2005-10-12 12:23:34 +00:00
Peter Vrabec
93a2a71efc - fix bug introduced in logrotate 3.7.2-3(#169858)
- fix some memory leaks (#169888)
2005-10-10 12:18:18 +00:00
Peter Vrabec
ef202888cb do not run compression program in debug mode (#166912) 2005-09-28 11:47:36 +00:00
Peter Vrabec
e1a963ad7b - even when sharedscript option used, do postrotate script before compress
(#167575)
2005-09-07 15:30:53 +00:00
Peter Vrabec
c8ce30854d allow yearly rotations(#134612) 2005-08-17 14:23:45 +00:00
Peter Vrabec
0d05394997 new upstream release 2005-08-01 12:22:18 +00:00
Peter Vrabec
1cde878ad4 fix some "error running script" messages 2005-07-26 14:42:07 +00:00
Peter Vrabec
43a39db72a - fix man page (#163458,#163366) 2005-07-26 13:47:08 +00:00
Peter Vrabec
0250e7aab8 - enhance logrotate with "dateext", "maxage" 2005-06-22 13:31:33 +00:00
Daniel J Walsh
dfc0a56da9 - use security_getenforce() instead of selinux_getenforcemode 2005-03-31 19:53:25 +00:00
Daniel J Walsh
8a479531db - Add selinux_getenforce() calls to work when not in enforcing mode 2005-03-17 22:39:50 +00:00
Peter Vrabec
c0e113ed14 rebuild 2005-03-17 13:54:02 +00:00
Peter Vrabec
5cc24050e5 fix (#149270) do not use tmpfile to run script 2005-02-22 13:08:44 +00:00
Peter Vrabec
e6e6ca8048 stop using share.patch, it not solves #140353 2005-02-18 09:30:11 +00:00
Peter Vrabec
0ead1d914f Typo and missing information in man page (#139346) Add section to
logrotate.conf for "/var/log/btmp" (#117844)
2004-12-13 12:30:28 +00:00
Peter Vrabec
322855f5d8 turn on LOG_FLAG_CREATE if LOG_FLAG_SHAREDSCRIPTS (#140353) 2004-12-09 08:29:16 +00:00
Miloslav Trmac
ca407f86e8 - Fix sending mails (#131583)
- Preserve file attributes when compressing files (#121523, original patch
    by Daniel Himler)
Fri Jul 16 2004 Elliot Lee <sopwith@redhat.com> 3.7.1-1
- Fix #126490 typo
2004-10-19 21:55:48 +00:00
cvsdist
5e3819e4b7 auto-import changelog data from logrotate-3.7-5.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 08:04:16 +00:00
cvsdist
263a405910 auto-import changelog data from logrotate-3.7-4.1.src.rpm
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 08:04:09 +00:00
cvsdist
8f23003c85 auto-import changelog data from logrotate-3.7-4.src.rpm
Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 3.6.10-4
- fix is_selinux_enabled call
2004-09-09 08:03:28 +00:00
cvsdist
1daf1101a9 auto-import changelog data from logrotate-3.7-2.sel.src.rpm
Fri Sep 05 2003 Dan Walsh <dwalsh@redhat.com> 3.6.10-2.sel
- Turn on selinux
Wed Aug 06 2003 Erik Troan <ewt@redhat.com>
- always use compressext for the extension for compressed files; before
    compresscmd and compressext had to agree
- moved all compression to one code block
- compression, scripts don't use system() anymore
- compress and maillast didn't work together properly
- delaycompress and mailfirst didn't work properly
- don't use system() for mailing (or uncompressing) logs anymore
- use "-s" for speciying the subjected of mailed logs
2004-09-09 08:03:22 +00:00
cvsdist
e79cf1b592 auto-import changelog data from logrotate-3.6.10-1.src.rpm
Thu Jul 24 2003 Elliot Lee <sopwith@redhat.com> 3.6.10-1
- Fix #100546, change selinux port.
Fri Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 3.6.9-2
- Port to SELinux 2.5
Wed Jul 09 2003 Elliot Lee <sopwith@redhat.com> 3.6.9-1
- Fix #90229, #90274, #89458, #91408
2004-09-09 08:03:16 +00:00