[ubuntu/trusty-proposed] logrotate 3.8.6-1ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Tue Oct 29 15:23:13 UTC 2013
logrotate (3.8.6-1ubuntu1) trusty; urgency=low
* Resynchronise with Debian. Remaining changes:
- debian/control: Drop mailx to Suggests for Ubuntu; it's only used
on request, and we don't configure an MTA by default.
- debian/cron.daily: Clean non-existent log files from logrotate status
file.
logrotate (3.8.6-1) unstable; urgency=low
* New upstream release
- logrotate crashes with sharedscripts when no logs are rotated.
- Fix potential buffer overflow in parsing config.
* New patch:
- mktime-718332.patch: Fix incorrectly initialized struct tm causing
extra rotations. (Closes: #718332)
logrotate (3.8.5-1) unstable; urgency=low
* New upstream release
+ Check for both possible orders of script output in tests.
(Closes: #707526)
+ If logrotate state file is corrupted, fail with error.
+ Make logrotate state file creation atomic. (Closes: #707526)
+ Add fsync during log copytruncate and gzip+unlink.
+ Allow 'hourly' rotation.
+ Do not try to parse big (16+ MB) config files.
* Debian patches merged upstream:
- dst.patch
- man-startcount.patch
- man-compressext-576362.patch
- asprintf-fixes.patch
- makefile-test-cleanup.patch
- manpage-hyphens.patch
- acl-nosys-706050.patch
- size-longlong-706460.patch
- timetraveller-704950.patch
logrotate (3.8.3-5) unstable; urgency=low
* New patches:
+ timetraveller-704950.patch: don't complain if the local time has changed
such that the last rotation was in the "future" if the change is less
than 25 hours. This allows for timezone shifts for travellers.
(Closes: #704950) Please note that logrotate should not be relied upon
if you are using a TARDIS.
+ size-longlong-706460.patch: Parse the number in the size/minsize/maxsize
as an unsigned long long instead of just an unsigned long. For those who
like to write their multigigabyte values in bytes. (Closes: #706460)
* Update standards version to 3.9.4. (No changes needed.)
logrotate (3.8.3-4) experimental; urgency=low
* Accommodate cross-building and "nocheck". (Closes: #694835)
* Accommodate ext3 filesystem returning wrong error if ACL is disabled.
(Closes: #706050)
* Replace patches/acl-tests.patch with the ones from upstream SVN, as
patches/rh391-acl-test.patch, rh394-acl-tests.patch, rh397-acl-tests.patch
* Replace patches/configparse.patch with upstream's rh401-tabooextloop.patch
* Imported from upstream SVN:
+ patch/rh390-version.patch: Add --version option.
+ patch/rh392-skip-errors.patch: Fixed bug which prevented skipping
particular log file config if the config contains errors
+ patch/rh393-kilo.patch: Allow both 'k' and 'K' in size.
+ patch/rh395-action-error-skip.patch: Fixed skipping of configs
containing firstaction/lastaction in case of error before these
directives
+ patch/rh396-changes.patch: update to CHANGES file
+ patch/rh398-preremove.patch: new option "preremove"
+ patch/rh399-leakedfds.patch: Close leaked fds
+ patch/rh400-install.patch: Add INSTALL file
+ patch/rh402-selinux-compress-context.patch: set SELinux context before
compressLogFile calls to create compressed log files with proper context
+ patch/rh403-prepostrotate.patch: Call prerotate/postrotate script only
for really rotated files (Closes: #652971)
- patches/sharedscripts-519432.patch: removed
Date: Tue, 29 Oct 2013 08:20:39 -0700
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/logrotate/3.8.6-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 29 Oct 2013 08:20:39 -0700
Source: logrotate
Binary: logrotate
Architecture: source
Version: 3.8.6-1ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
logrotate - Log rotation utility
Closes: 652971 694835 704950 706050 706460 707526 718332
Changes:
logrotate (3.8.6-1ubuntu1) trusty; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- debian/control: Drop mailx to Suggests for Ubuntu; it's only used
on request, and we don't configure an MTA by default.
- debian/cron.daily: Clean non-existent log files from logrotate status
file.
.
logrotate (3.8.6-1) unstable; urgency=low
.
* New upstream release
- logrotate crashes with sharedscripts when no logs are rotated.
- Fix potential buffer overflow in parsing config.
* New patch:
- mktime-718332.patch: Fix incorrectly initialized struct tm causing
extra rotations. (Closes: #718332)
.
logrotate (3.8.5-1) unstable; urgency=low
.
* New upstream release
+ Check for both possible orders of script output in tests.
(Closes: #707526)
+ If logrotate state file is corrupted, fail with error.
+ Make logrotate state file creation atomic. (Closes: #707526)
+ Add fsync during log copytruncate and gzip+unlink.
+ Allow 'hourly' rotation.
+ Do not try to parse big (16+ MB) config files.
* Debian patches merged upstream:
- dst.patch
- man-startcount.patch
- man-compressext-576362.patch
- asprintf-fixes.patch
- makefile-test-cleanup.patch
- manpage-hyphens.patch
- acl-nosys-706050.patch
- size-longlong-706460.patch
- timetraveller-704950.patch
.
logrotate (3.8.3-5) unstable; urgency=low
.
* New patches:
+ timetraveller-704950.patch: don't complain if the local time has changed
such that the last rotation was in the "future" if the change is less
than 25 hours. This allows for timezone shifts for travellers.
(Closes: #704950) Please note that logrotate should not be relied upon
if you are using a TARDIS.
+ size-longlong-706460.patch: Parse the number in the size/minsize/maxsize
as an unsigned long long instead of just an unsigned long. For those who
like to write their multigigabyte values in bytes. (Closes: #706460)
* Update standards version to 3.9.4. (No changes needed.)
.
logrotate (3.8.3-4) experimental; urgency=low
.
* Accommodate cross-building and "nocheck". (Closes: #694835)
* Accommodate ext3 filesystem returning wrong error if ACL is disabled.
(Closes: #706050)
* Replace patches/acl-tests.patch with the ones from upstream SVN, as
patches/rh391-acl-test.patch, rh394-acl-tests.patch, rh397-acl-tests.patch
* Replace patches/configparse.patch with upstream's rh401-tabooextloop.patch
* Imported from upstream SVN:
+ patch/rh390-version.patch: Add --version option.
+ patch/rh392-skip-errors.patch: Fixed bug which prevented skipping
particular log file config if the config contains errors
+ patch/rh393-kilo.patch: Allow both 'k' and 'K' in size.
+ patch/rh395-action-error-skip.patch: Fixed skipping of configs
containing firstaction/lastaction in case of error before these
directives
+ patch/rh396-changes.patch: update to CHANGES file
+ patch/rh398-preremove.patch: new option "preremove"
+ patch/rh399-leakedfds.patch: Close leaked fds
+ patch/rh400-install.patch: Add INSTALL file
+ patch/rh402-selinux-compress-context.patch: set SELinux context before
compressLogFile calls to create compressed log files with proper context
+ patch/rh403-prepostrotate.patch: Call prerotate/postrotate script only
for really rotated files (Closes: #652971)
- patches/sharedscripts-519432.patch: removed
Checksums-Sha1:
64d5eecd90bf1f016372c4ad32cb65dc83c7e677 1992 logrotate_3.8.6-1ubuntu1.dsc
2c99e7e76f5f4bc95dbab63a72095974bade80cf 58502 logrotate_3.8.6.orig.tar.gz
c8bbe7a00280d9cf4217d0e394d5f183c72f58cc 23491 logrotate_3.8.6-1ubuntu1.debian.tar.gz
Checksums-Sha256:
fd09c5b7eb86915ebacd1a1b7b3eff03c6e6abeab484ac6c29e362daa62a26f6 1992 logrotate_3.8.6-1ubuntu1.dsc
0e0ef0609afe9ef2a2ef6cae307b5ca618ddd349923ccce6e064513afd4e9d92 58502 logrotate_3.8.6.orig.tar.gz
27a9674925299c8360f93a8dd75812a04911e13b6f9d0b163bedc82217535b57 23491 logrotate_3.8.6-1ubuntu1.debian.tar.gz
Files:
7a795b49cb4e2391f04e5e1d85b549e2 1992 admin important logrotate_3.8.6-1ubuntu1.dsc
cd0082bbd7248e627ec659f2442fcdf9 58502 admin important logrotate_3.8.6.orig.tar.gz
81529cbb1fcd1d37950ce0c3ca5cb13a 23491 admin important logrotate_3.8.6-1ubuntu1.debian.tar.gz
Original-Maintainer: Paul Martin <pm at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBUm/SYjk1h9l9hlALAQiTZA/+NFBHvwO8f1Swk5hhwTptQeR+l9vB4vzP
R5Lj3MWOjtagEJvEvZ5TgXDIa8ThZKFspYccKwXci8RRny3LTYd1yy6l84mSQ8rp
0t6BjY4xKiNDTnRtwdspDmVrWPnY/Qm8yam8/0pt4zBkf45hRVxZv1PUBQyKQzpY
QcgGE6gsK8zqBJWgZvb+HdDJ5wv3dmR02URaC6vK8oTDf/RdRx6krmLkMzMkkyNd
CzOEChXvRd9UHaV1quhRMd3JBEnFe5JzGeOootxzElVJS6Nj6KZjVsEeYXlsnFew
xjRbQJ5DbzVB7Cal97G3kGedQ9OtY3KUl8UUeEhEIriuqEZ+76J6jO6+PYhlqCOa
eYJPH6W5YZnVU3tkmpEhDnICqhIqtI3nz18LcZMClYHFv+aD+cm8LBwgO5hZx2c+
btX/uTOOMmkuMxa6VKleXv77ziWrFxOoaRbEe2ZsNu3ZPFBtCLT4QDl8jqUVexr8
Esk3SN+pY2AKk3gFUki+7vmQv+F3dO79S+fGVEEC3tU99xnCYBlrlEHJ6p/aafjq
phUcQWmh46j/qCy9ubur8aP4lkxzkC95L/DUoMGJ8XDbsKQZhKQhh/7k/x3iEQBv
i2+HnN4/be3fo3sdNFfKupHBM9rXb2nRa1kGWZwmIbeB7Le1IvKwVG7g7eND7QZ9
aaTDABuQ704=
=Nq/R
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list