Change log for logrotate package in Debian

150 of 51 results
Published in bullseye-release
logrotate (3.18.0-2+deb11u2) bullseye; urgency=medium

  * d/patches: cherry-pick usptream fix:
    - writeState: do nothing if state file is /dev/null (Closes: #1039868)

 -- Christian Göttsche <email address hidden>  Fri, 30 Jun 2023 19:45:16 +0200
Published in bookworm-release
Published in sid-release
logrotate (3.21.0-1) unstable; urgency=medium

  * New upstream version 3.21.0 (Closes: #1015964)

  [ Marc Deslauriers ]
  * d/rules: fix sed syntax to not end up with a backup file (Closes: #1011771)

  [ Christian Göttsche ]
  * d/watch: rework after GitHub API change
  * d/s/lintian-overrides: update format

 -- Christian Göttsche <email address hidden>  Wed, 14 Dec 2022 19:16:50 +0100
Superseded in bullseye-release
logrotate (3.18.0-2+deb11u1) bullseye; urgency=medium

  * d/patches: cherry-pick upstream fixes:
    - skip locking if state file is world-readable (CVE-2022-1348)

    - more strict configuration parsing to avoid parsing
      parts of foreign files, e.g. core dumps, (see #1002022)

    - do not use incorrect stat information when verifying an olddir
      configuration after creating the olddir

    - advance pointer in full_write on incomplete write to avoid data
      corruption

 -- Christian Göttsche <email address hidden>  Sun, 30 Jan 2022 17:29:14 +0100
Superseded in sid-release
logrotate (3.20.1-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Use group adm on Ubuntu for rotating logs
  * debian/ubuntu-logrotate.conf: Update comment to /var/log/

  [ Christian Göttsche ]
  * New upstream version 3.20.1
    - fix potential DoS from unprivileged users via the state file
      (CVE-2022-1348)
  * d/patches: drop upstream applied one
  * d/control: bump to std version 4.6.1 (no further changes)
  * d/control: reduce mailx from Recommends to Suggests

 -- Christian Göttsche <email address hidden>  Thu, 26 May 2022 00:15:57 +0200
Superseded in sid-release
logrotate (3.19.0-2) unstable; urgency=medium

  * d/patches: cherry-pick commit skip locking /dev/null,
    should fix FTBFS on GNU/Hurd

 -- Christian Göttsche <email address hidden>  Sun, 30 Jan 2022 16:15:24 +0100
Superseded in sid-release
logrotate (3.19.0-1) unstable; urgency=medium

  * New upstream version 3.19.0
    - More strict configuration parser, e.g. invalid lines are no longer
      accepted (Closes: #1002022)
    - Files with multiple hard links are no longer rotated by default

  * d/rules: enable LTO
  * d/copyright: update years and upstream names
  * d/control: bump to std version 4.6.0 (no further changes)
  * d/patches: add patch to drop ELF header from test case file

 -- Christian Göttsche <email address hidden>  Fri, 07 Jan 2022 19:14:25 +0100
Superseded in sid-release
logrotate (3.18.1-2) unstable; urgency=medium

   * Upload to unstable

 -- Christian Göttsche <email address hidden>  Mon, 16 Aug 2021 17:25:02 +0200
Deleted in experimental-release (Reason: None provided.)
logrotate (3.18.1-1) experimental; urgency=medium

  * New upstream version 3.18.1 (Closes: #987242)

  * d/patches: drop upstream applied ones

 -- Christian Göttsche <email address hidden>  Sat, 22 May 2021 18:04:29 +0200
Superseded in bullseye-release
Superseded in sid-release
logrotate (3.18.0-2) unstable; urgency=medium

  * d/patches: cherry-pick relevant commits for Bullseye
    - improve support for running as unprivileged user
      + Open files we want to compress as read-only.
      + Only attempt to set user/group if running as root.
    - documentation updates
      + logrotate.8: make the /var/log/news example consistent
      + Fix a typo in the example logrotate.conf
  * debian: refactor usage of configuration file
    No actual changes in default configuration.

 -- Christian Göttsche <email address hidden>  Sun, 28 Feb 2021 17:37:19 +0100
Superseded in sid-release
logrotate (3.18.0-1) unstable; urgency=medium

  * New upstream version 3.18.0

  * d/patches: drop all upstream applied patches
  * d/copyright: update years
  * d/control: bump to std version 4.5.1 (no further changes)

 -- Christian Göttsche <email address hidden>  Fri, 08 Jan 2021 10:06:25 +0100
Superseded in sid-release
logrotate (3.17.0-2) unstable; urgency=medium

  * d/patches: imported upstream applied patches
    - add support for Zstandard compressed files
    - configure: add -Wmissing-prototypes to default compiler warnings
    - Add fallback to resolve uids and gids numerically
      (Closes: #415857)
    - travis: add FreeBSD jobs
      (Makes the testsuite succeed on BSD platforms)
    - Use Bourne Shell for test scripts
    - Avoid mode conversion warning in readModeUidGid
      (Fixes FTBFS on kfreebsd)
  * d/rules: do not disable tests on non-linux platforms

 -- Christian Göttsche <email address hidden>  Mon, 02 Nov 2020 17:44:14 +0100
Superseded in sid-release
logrotate (3.17.0-1) unstable; urgency=medium

  * New upstream version 3.17.0 (Closes: #945097, #966016)

  * debian:
    - bump to debhelper compat level 13
    - wrap-and-sort
  * d/rules:
    - drop custom cleanup
  * d/patches:
    - rebase and drop applied ones
    - drop patch disabling test 70
    - move debian specific patch to subdir
    - cherry-pick upstream commits:
      + use getenv() on macOS and BSD
      + logrotate.service: harden with ProtectHostname
      + tests: always run logrotate in verbose mode
      + test-0070: set log modification time to current date
      + make `delaycompress` not to fail with `rotate 0`
  * d/logrotate.preinst: drop ancient maintainer script about old state file
    paths
  * d/control: add acl package to build-dependencies to run ACL unit tests
    on Linux
  * d/copyright: update years

 -- Christian Göttsche <email address hidden>  Thu, 17 Sep 2020 19:37:27 +0200
Superseded in sid-release
logrotate (3.16.0-3) unstable; urgency=medium

  * d/patches: cherry-pick upstream switch-user fixes
    - When using configuration directive su, accept staying as user root.
      In particular restore mailman's usage of 'su root list'.
    - Reset user/group when error returning early in rotateLogSet().

 -- Christian Göttsche <email address hidden>  Wed, 08 Apr 2020 20:04:29 +0200
Superseded in sid-release
logrotate (3.16.0-2) unstable; urgency=medium

  * d/patches:
    - add upstream commit to silence unused parameter warning in
      acl disabled build
      Should fix FTBFS on architectures without acl
    - add upstream commit to enable systemd hardening option ProtectClock

 -- Christian Göttsche <email address hidden>  Tue, 17 Mar 2020 12:14:13 +0100
Superseded in sid-release
logrotate (3.16.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Drop no longer supported add-log-mailing-address setting from
    debian/changelog.
  * Add missing colon in closes line.
  * Remove obsolete fields Name from debian/upstream/metadata.

  [ Christian Göttsche ]
  * New upstream version 3.16.0 (Closes: #915301)

  * d/patches: rebase and drop upstream applied ones
    - add new directive ProtectKernelLogs
    - drop NoNewPrivileges, which is actually not implied and
      might be needed for third party rotate scripts
  * d/copyright: add extra sections
    - add section for queue.h licensed under BSD-3-Clause
    - add section for build-aux/git-version-gen licensed under GPL-3+
  * d/control: bump to std version 4.5.0 (no further changes)
  * d/rules: fail on compiler warnings

 -- Christian Göttsche <email address hidden>  Sat, 29 Feb 2020 20:00:32 +0100
Superseded in sid-release
logrotate (3.15.1-2) unstable; urgency=medium

  * d/control: drop postgresql-common break
  * d/copyright: update for 2019
  * d/salsa-ci.yml: add standard salsa-ci configuration
  * d/tests: add additional small test script
  * d/patches: add testsuite patches to pass reprotest on salsa-ci
  * d/patches: tighten systemd service hardening
  * d/control: bump to std version 4.4.1 (no further changes)
  * d/source/lintian-overrides: ignore package-does-not-install-examples

 -- Christian Göttsche <email address hidden>  Tue, 12 Nov 2019 15:24:39 +0100
Superseded in sid-release
logrotate (3.15.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces

  [ Christian Göttsche ]
  * New upstream version 3.15.1

  * d/patches: rebase and drop upstream applied ones
  * d/patches: add spelling fix
  * d/control: bump to std version 4.4.0 (no further changes)
  * debian: Switch to debhelper compat level 12 (no further changes)

 -- Christian Göttsche <email address hidden>  Fri, 30 Aug 2019 20:37:13 +0200
Published in buster-release
Superseded in sid-release
logrotate (3.14.0-4) unstable; urgency=medium

  * d/control:
    - add Multi-Arch: foreign (Closes: #730420)
    - bump to std version 4.2.1 (no further changes)
  * d/tests: 
    - fix and add simple test
  * d/patches: drop MemoryDenyWriteExecute from systemd service (Closes:
    #907505)

 -- Christian Göttsche <email address hidden>  Wed, 29 Aug 2018 00:21:11 +0200
Superseded in buster-release
Superseded in sid-release
logrotate (3.14.0-3) unstable; urgency=medium

  * d/patches: 
    - re-introduce patch fixing test failure on ppc64el
    - fix order of patches

 -- Christian Göttsche <email address hidden>  Tue, 21 Aug 2018 22:23:48 +0200
Superseded in sid-release
logrotate (3.14.0-2) unstable; urgency=medium

  * d/upstream/metadata: update
  * d/logrotate.README.Debian: drop
  * d/rules: wrap configure options
  * d/patches: drop mapage patch
  * d/control: add Rules-Requires-Root no
  * d/control: bump to std version 4.2.0 (no further changes)
  * d/gbp.conf: add minimal config

 -- Christian Göttsche <email address hidden>  Tue, 21 Aug 2018 16:13:34 +0200
Superseded in buster-release
Published in stretch-release
Superseded in sid-release
logrotate (3.11.0-0.1) unstable; urgency=low

  * Non-maintainer upload
  * New upstream version 3.11.0  Closes: #734688
  * Refresh patch queue, and fix several regressions
  * Update watch file. Closes: #844578, also Homepage information
  * Specify bsd-mailx as default mailx provider. Closes: #849743

 -- Christoph Biedl <email address hidden>  Sat, 07 Jan 2017 19:54:50 +0100
Superseded in sid-release
logrotate (3.8.7-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Recommend bsd-mailx | mailx instead of just mailx (mailx provided by
    mailutils pulls in python 2.7 into the standard packages).
    Closes: #849743.

 -- Matthias Klose <email address hidden>  Tue, 03 Jan 2017 07:45:27 +0100
Deleted in experimental-release (Reason: None provided.)
logrotate (3.11.0-0.1~exp2) experimental; urgency=medium

  * Non-maintainer upload to experimental
  * Add build depency on automake, appearently needed on some buildds
  * Specify bsd-mailx as default mailx provider. Closes: #849743

 -- Christoph Biedl <email address hidden>  Thu, 05 Jan 2017 21:48:11 +0100
Deleted in experimental-release (Reason: None provided.)
logrotate (3.11.0-0.1~exp1) experimental; urgency=medium

  * Non-maintainer upload to experimental
  * New upstream version 3.11.0  Closes: #734688
  * Refresh patch queue
    - Now upstream:
      + datehack.patch
      + mktime-718332.patch
      + man-su-explanation-729315.patch
    - deb-config-h.patch: New way to enforce status file location
  * Update watch file. Closes: #844578
  * Update Homepage: information
  * Allow failure in the clean target
  * Fix broken test suite runner

 -- Christoph Biedl <email address hidden>  Thu, 29 Dec 2016 20:51:10 +0100
Deleted in experimental-release (Reason: None provided.)
logrotate (3.9.1-1~exp1) experimental; urgency=medium

  * New upstream release
    - Change in build system requires autoconf/autotools.
    - Unfortunately it doesn't clean up correctly, so have
      to add some files to debian/clean.
  * Patches changed:
    - manpage.patch: Most corrections adopted upstream.
  * Patches dropped:
    - mktime-718332.patch: Adopted upstream.
    - man-su-explanation-729315.patch: Adopted upstream.
    - cpp-crossbuild.patch: Upstream has moved to autoconf.
  * Patches added:
    - remove-makefile.patch: Make build system clean for source
      format 3.0 (quilt), as upstream have left original Makefile
      in tarball.

 -- Paul Martin <email address hidden>  Mon, 24 Aug 2015 16:02:17 +0100
Superseded in stretch-release
Superseded in sid-release
logrotate (3.8.7-2) unstable; urgency=low

  * New patch:
    - taboo-716649.patch: Add .dpkg-bak and .dpkg-del to taboo extensions.
      (Closes: #716649)
  * Bump standards version to 3.9.6. (No changes needed.)

 -- Paul Martin <email address hidden>  Tue, 05 May 2015 23:18:48 +0100
Superseded in stretch-release
Published in jessie-release
Superseded in sid-release
logrotate (3.8.7-1) unstable; urgency=low


  * New patch:
    - man-su-explanation-729315.patch: Explain how "su" may conflict with
      "create". (Closes: #729315)
  * New upstream release
    - Fix to forcing size-based rotations. (Closes: #714910)
  * Bump standards version to 3.9.5. (No changes needed.)

 -- Paul Martin <email address hidden>  Fri, 17 Jan 2014 09:46:01 +0000
Superseded in jessie-release
Superseded in sid-release
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)

 -- Paul Martin <email address hidden>  Tue, 03 Sep 2013 21:34:00 +0100
Superseded in jessie-release
Superseded in sid-release
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

 -- Paul Martin <email address hidden>  Wed, 26 Jun 2013 22:26:23 +0100
Superseded in sid-release
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.)

 -- Paul Martin <email address hidden>  Tue, 30 Apr 2013 18:44:41 +0100
Deleted in experimental-release (Reason: None provided.)
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

 -- Paul Martin <email address hidden>  Wed, 24 Apr 2013 14:29:30 +0100
Superseded in sid-release
logrotate (3.8.3-3) unstable; urgency=low


  * Remove acl from Build-Depends. Buildd servers don't support ACLs
    on their filing systems.
  * patches/acl-tests.patch.: disable ACL tests if setfacl is not present
    or doesn't work.

 -- Paul Martin <email address hidden>  Tue, 16 Oct 2012 15:12:55 +0100
Superseded in sid-release
logrotate (3.8.3-2) unstable; urgency=low


  * Add acl to Build-Depends on Linux as the self-tests require it.
  * We don't need to Build-Depend on quilt any more, as package source
    is in "3.0 (quilt)" format.
  * postrm and preinst: use separate "set -e" rather than use "-e" in
    "#!" line.
  * patches/manpage-hyphens.patch: Fix lintian warning
    "hyphen-used-as-minus-sign".

 -- Paul Martin <email address hidden>  Tue, 16 Oct 2012 13:36:27 +0100
Superseded in sid-release
logrotate (3.8.3-1) unstable; urgency=low


  * New upstream release. Major changes:
    + Fixed setting "size" bigger than 4GB on 32bit architectures.
    + Do not overwrite mode set by "create" option when using ACL.
    + Mode argument in "create" directive can be omitted.
  * debian/rules: allow "clean" to clean up test directory.
  * debian/rules: Build with ACLs and build-depend on libacl1-dev

 -- Paul Martin <email address hidden>  Mon, 15 Oct 2012 14:51:14 +0100
Superseded in sid-release
logrotate (3.8.2-1) unstable; urgency=low


  * New upstream release. Major changes:
    + More regression tests.
    + Fixed mail sending for 'mailfirst', 'dateext' and 'delaycompress'
      combination.
    + Check if the log is not symlink before rotation.
    + Do not call fchown in createOutputFile if newly created file already
      has proper owner. This fixes rotation of files stored on NFS where we
      can't change owner.
  * Patches:
    - svn*.patch removed as we're using upstream release.
      svn-r360.patch was reverted upstream. (Breathes sigh of relief.)
    - dateext-504079.patch removed. Applied upstream.
    - copyloginfo-512152.patch removed. Applied upstream.

 -- Paul Martin <email address hidden>  Thu, 16 Aug 2012 12:46:06 +0100
Deleted in experimental-release (Reason: None provided.)
logrotate (3.8.1-5) experimental; urgency=low


  * Add Homepage and Vcs-Svn to debian/control. (Closes: #675313)
  * Cherry pick upstream svn patches:
    + svn-r343.patch: Add strlen() sanity check to mbrtowc() call.
    + svn-r344.patch: Show error and ignore config if '{' is not present 
      after log files declaration.
    + svn-r346.patch: Support whitespaces in compressoptions directive
      (Closes: #159797)
    + svn-r348.patch: Fix typo in manpage. (overwite -> overwrite)
    + svn-r{349,350,351,352,353,368}.patch: Extra test cases.
    + svn-r354.patch: Fix ACL bug caused by bad merge.
    + svn-r355.patch: Typo in maxsize debug message (was reporting minsize)
    + svn-r356.patch: Fix potential bad free in ACL code.
    + svn-r357.patch: Support for tilde expansion in config files.
    + svn-r358.patch: Add O_NOFOLLOW when opening files as safeguard against
      symlink tricks.
    + svn-r359.patch: don't run external programs with uid != euid.
      (Slightly modified from upstream to use the runScriptMultiple fix.)
    + svn-r360.patch: Don't accept service owned log directories anymore.
      (This is the reason why this is going in "experimental" for now.)
    + svn-r361.patch: Fix to one of the tests.
    + svn-r362.patch: Run shred unprivileged.
    + svn-r363.patch: Parser: check for missing brackets.
    + svn-r364.patch: Return failure when refusing to rotate a log due to
      wrong permissions
  * Amended patches:
    + test-cleanup.patch: Clean up after regression tests.

 -- Paul Martin <email address hidden>  Thu, 31 May 2012 09:54:20 +0100
Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
logrotate (3.8.1-4) unstable; urgency=low


  * Switch to dh type debian/rules.
  * Patch:
    + test-cleanup.patch: Clean up after regression tests.

 -- Paul Martin <email address hidden>  Thu, 17 May 2012 13:58:57 +0100
Superseded in sid-release
logrotate (3.8.1-3) unstable; urgency=low


  * Enabled hardened build flags.
  * Patch:
    + asprintf-fixes.patch: Fix asprintf() warnings and allow build with
      hardened build flags.
  * Update standards version to 3.9.3.

 -- Paul Martin <email address hidden>  Thu, 17 May 2012 00:36:48 +0100
Superseded in wheezy-release
Superseded in sid-release
logrotate (3.8.1-1) unstable; urgency=low


  * New upstream release
    + Changes in 3.8.0 fix build problems on non-POSIX architectures 
      (Closes: #632501)
    + New config options: dateyesterday, maxsize, su. (See manpage.)
      (maxsize Closes: #635184)
  * New patch:
    + man-compressext-576362.patch. Correct manpage about compressext,
      compressoptions behaviour. (Closes: #576362)
  * debian/logrotate.README.Debian: update now that rsyslog is default
    for new installs. (Closes: #649598)
  * Incidentally, rsyslog is now default syslog, and that doesn't use 
    savelog but makes use of logrotate. (Closes: #379843)
  * Install logrotate.conf.5 (a redirect to logrotate.8) (Closes: #182261)
  * debian/control: depend on cron-daemon as an alternative to cron.
    (Closes: #334137)
  * lintian warning fix: move debian/logrotate.copyright to debian/copyright
  * debian/control: add Breaks: postgresql-common (<= 126) as its config 
    file requires an "su". Postgres maintainer is aware and awaits this
    upload.
  * Upload to unstable. (Closes: #648025)

 -- Paul Martin <email address hidden>  Mon, 05 Dec 2011 17:58:16 +0000
Deleted in experimental-release (Reason: None provided.)
logrotate (3.8.0-1) experimental; urgency=low


  * New upstream release (Closes: #633529)
    + Fixes for CVE-2011-1098, CVE-2011-1154, and CVE-2011-1155
      (Closes: #639302)
    + dateformat sorting noted in manpage (Closes: #580054)
  * Changed debian/control to use [linux-any] in Build-Depends.
    (Closes: #634704)
  * Removed patches:
    + create-388608.patch: Upstream has fixed this.
    + nofollow.patch: Upstream has fixed this.
    + security-388608.patch: Upstream has fixed this.
    + FTBFS-hurd-613342.patch: Adopted upstream. (Closes: #613342)

 -- Paul Martin <email address hidden>  Sun, 28 Aug 2011 19:11:09 +0100
Superseded in experimental-release
logrotate (3.7.9-1) experimental; urgency=low
  * New upstream release  * New patch:    + FTBFS-hurd-613342.patch. Half of a fix to #613342. Unfortunately      the rest of the supplied patch leaks memory badly.  * Removed patches:    - deb-taboos.patch (applied upstream)    - ucf-taboos.patch (applied upstream)    - compressutime.patch (applied upstream)    - rh-toolarge.patch (upstream does things a different way)    - rh-curdir2.patch (applied upstream)     - parser571033.patch (applied upstream)   * Added build-arch/build-indep targets to debian/rules.  * Update standards version to 3.9.2 (no changes). -- Paul Martin <email address hidden>  Wed, 22 Jun 2011 15:51:46 +0100
Superseded in wheezy-release
Superseded in sid-release
Published in squeeze-release
logrotate (3.7.8-6) unstable; urgency=low


  * New patch:
    + ucf-taboos.patch. Add common ucf files to default taboo list. Thanks
      to Noah Massey.

 -- Paul Martin <email address hidden>  Sat, 17 Apr 2010 22:01:47 +0100
Superseded in squeeze-release
Superseded in sid-release
logrotate (3.7.8-5) unstable; urgency=low


  * New patch:
    + parser571033.patch: fix the config parser to not get confused when
      a wildcard produces no results. (Closes: 571033)
  * Switch to dpkg-source 3.0 (quilt) format
  * Bump debhelper version to 7 (dh_clean -k -> dh_prep).
  * Update standards version to 3.8.4 (no changes).

 -- Paul Martin <email address hidden>  Sat, 20 Mar 2010 19:37:26 +0000
Superseded in squeeze-release
Superseded in sid-release
logrotate (3.7.8-4) unstable; urgency=high


  * New patch:
    + security-388608.patch: A race condition in the creation of 
      compressed and copied log files makes it possible to overwrite 
      arbitrary files by generating a link or symlink during a window 
      of opportunity between logrotate renaming a log file and creating 
      the copy of the next. (Closes: #388608) Once again, many thanks to
      Florian Zumbiehl for forcing me to think.
  * Uploading to unstable.

 -- Paul Martin <email address hidden>  Fri, 14 Aug 2009 23:22:04 +0100
Superseded in experimental-release
logrotate (3.7.8-3) experimental; urgency=low


  * New patch:
    + nofollow.patch: If a logfile is a symlink, it may be read when
      being compressed, being copied (copy, copytruncate) or mailed.
      Secure data (eg. password files) may be exposed. Thanks to
      Florian Zumbiehl for getting me thinking about this one.

 -- Paul Martin <email address hidden>  Thu, 06 Aug 2009 16:35:41 +0100
Superseded in squeeze-release
Superseded in sid-release
logrotate (3.7.7-5) unstable; urgency=high


  * Backport patch from 3.7.8-3 (in experimental):
    + nofollow.patch: If a logfile is a symlink, it may be read when 
      being compressed, being copied (copy, copytruncate) or mailed. 
      Secure data (eg. password files) may be exposed. Thanks to
      Florian Zumbiehl for getting me thinking about this one.

 -- Paul Martin <email address hidden>  Thu, 06 Aug 2009 16:41:26 +0100
Superseded in experimental-release
logrotate (3.7.8-2) experimental; urgency=low


  * New patch:
    + create-388608.patch: Really squash the race condition for the 
      creation of compressed log files and the creation of new ones.
      (Closes: 388608)

 -- Paul Martin <email address hidden>  Tue, 04 Aug 2009 21:16:03 +0100
Superseded in experimental-release
logrotate (3.7.8-1) experimental; urgency=low


  * New upstream release:
    - do not exit on status file errors
    - limit config file inclusion nesting
    - use hashes for status file handling (patch by Petr Tesarik 
      <email address hidden> and Leonardo Chiquitto)
    - dateformat to allow unixtime (patch by Sami Kerola <email address hidden>)
  * Upstream has taken some of our patches:
    - manpage.patch: partial uptake, updated
    - man-189243.patch: fully applied upstream
    - man-sizetypo.patch: fully applied upstream
    - man-overriden.patch: fully applied upstream
  * Added a watch file (but upstream has a redirect to https).
  * Upstream has also fixed createOutputFile to be more secure
    (Closes: #388608)
  * New Debian patch:
    + sharedscripts-519432.patch: Prerotate and postrotate scripts get the 
      list of rotated files passed to them as arguments. (Closes: #519432)
    + chown-484762.patch: If running as non-root, warn but don't abort if
      we can't chown the compressed log file. (Closes: #484762)
  * Update Standards-Version to 3.8.2. (No changes)

 -- Paul Martin <email address hidden>  Tue, 04 Aug 2009 15:18:18 +0100
Superseded in squeeze-release
Superseded in sid-release
logrotate (3.7.7-3) unstable; urgency=low


  * Fix sharedcycles. (Closes: #512152)

 -- Paul Martin <email address hidden>  Sun, 18 Jan 2009 00:48:49 +0000
Superseded in sid-release
logrotate (3.7.7-2) unstable; urgency=low


  * Upload to unstable.
  * Patches from upstream (3.7.7-4):
    + rh-curdir2.patch: logrotate would crash under SELinux.
    + rh-toolarge.patch: abort if the config file looks as though it 
      might be a huge log file, rather than segfaulting.
      (Closes: #435086)

 -- Paul Martin <email address hidden>  Wed, 17 Dec 2008 13:12:27 +0000
150 of 51 results