[ubuntu/lucid-proposed] clamav 0.96.3+dfsg-2ubuntu0.10.04.1 (Accepted)

Scott Kitterman scott at kitterman.com
Sat Oct 2 21:53:40 BST 2010


clamav (0.96.3+dfsg-2ubuntu0.10.04.1) lucid-proposed; urgency=low

  * Microversion update to 0.96.3 for Lucid (LP: #653738)

clamav (0.96.3+dfsg-2ubuntu1) maverick; urgency=low

  * Merge from Debian Unstable.  Remaining Ubuntu changes:
    - Drop initial signature definitions from clamav-base
    - Drop build-dep on electric-fence (in Universe)
    - Add apparmor profiles for clamd and freshclam along with maintainer
      script changes

clamav (0.96.3+dfsg-2) unstable; urgency=low

  [ Stephen Gran ]
  * Add NotifyClamd only if set to nonempty value.

  [ Michael Tautschnig ]
  * Cherry-pick from upstream: Only enable RLIMIT_DATA warning on *BSD
    (already included in Ubuntu's 1ubuntu3) (closes: #598083).
  * Do rmdir /etc/clamav, /var/log/clamav, /var/lib/clamav in all postrms as
    we cannot count on clamav-base's postrm to be the last one being called
    (thanks piuparts).
  * Remove trailing / in freshclam's DatabaseDirectory default value
    (closes: #598084).

clamav (0.96.3+dfsg-1ubuntu4) maverick; urgency=low

  * debian/usr.sbin.clamd: updated to give read access to
    @{PROC}/[0-9]*/status and @{PROC}/filesystems. The latter is covered by
    the base abstraction, but we add it here to ease backporting.
    - LP: #645956

clamav (0.96.3+dfsg-1ubuntu3) maverick; urgency=low

  * Change from upstream to fix clamd/clamd.c to only check RLIMIT_DATA on
    FreeBSD since the check is not relevant to Linux (See clamav bug #1941 for
    details)

clamav (0.96.3+dfsg-1ubuntu2) maverick; urgency=low

  * debian/usr.bin.freshclam: updated to give read access to
    @{PROC}/[0-9]*/status and @{PROC}/filesystems. The latter is covered by
    the base abstraction, but we add it here to ease backporting.
    - LP: #645061

clamav (0.96.3+dfsg-1ubuntu1) maverick; urgency=low

    * Merge new upstream release from Debian Unstable. FFe (LP: #644707).
      Also fixes (LP: #643682).  Remaining Ubuntu changes:
      - Drop initial signature definitions from clamav-base
      - Drop build-dep on electric-fence (in Universe)
      - Add apparmor profiles for clamd and freshclam along with maintainer
        script changes
    * Fix NotifyClamd configurate in debian/clamav-freshclam.postinst
      - Cherry pick from Debian pkg-clamav Git, Thanks to Stephen Gran

clamav (0.96.3+dfsg-1) unstable; urgency=high

  [ Stephen Gran ]
  * Fixed NotifyClamd config options handling.

  [ Alberto WU ]
  * New upstream release
    - urgency=high as this addresses CVE-2010-0405
    - Reset MaxFileSize to default value if set to 0 (closes: #585479)
    - New config option ExtendedDetectionInfo (clamd.conf)

  [ Michael Tautschnig ]
  * Set data segment limit in tests to 524288 to make kfreebsd-i386 systems
    happy (closes: #591245).
  * Bumped Standards-Version to 3.9.1, no changes needed.
  * Preserve order of database mirrors (closes: #592322).
  * Added Vcs-Git and Vcs-Browser control fields.
  * Debconf translation updates
    - Italian (closes: #597307)
  * We'll stay with 1.0 Debian source format for now, added proper
    debian/source/format

clamav (0.96.1+dfsg-3ubuntu5.1) maverick; urgency=low

  * SECURITY UPDATE: fix integer overflow in BZ2_decompress()
    - libclamav/nsis/bzlib.c: return error if N is larger than 2*1024^2 which
      keeps us from overflowing but leaves enough room for the 900k maximum
      value of the RUNA/RUNB encoding
    - patch based on upstream bzip2
    - LP: #625849
    - CVE-2010-0405

clamav (0.96.1+dfsg-3ubuntu5) maverick; urgency=low

  * Revert bump in debhelper version requirement since we aren't using
    dh_apparmor

clamav (0.96.1+dfsg-3ubuntu4) maverick; urgency=low

  * debian/rules, debian/clamav-daemon.post{inst.in,rm},
    debian/clamav-freshclam.post{inst.in,rm}: don't use dh_apparmor but
    instead put it would dh_apparmor would do, since dh_apparmor isn't
    available in backports. Thanks to Scott Kitterman for pointint this
    out.

clamav (0.96.1+dfsg-3ubuntu3) maverick; urgency=low

  * debian/rules: move dh_apparmor before dh_installinit
  * debian/clamav-freshclam.postinst: move #DEBHELPER# to top, so it is
    added before starting freshclam

clamav (0.96.1+dfsg-3ubuntu2) maverick; urgency=low

  * update to use dh_apparmor:
    - debian/rules, debian/clamav-daemon.post{inst.in,rm},
      debian/clamav-freshclam.post{inst.in,rm}: updated to use dh_apparmor
    - debian/control: Build-Depends on debhelper >= 7.4.20ubuntu5
  * debian/usr.sbin.clamd and debian/usr.bin.freshclam: updated to use local
    include

clamav (0.96.1+dfsg-3ubuntu1) maverick; urgency=low

  * Merge from Debian Unstable.  Remaining Ubuntu changes:
    - Drop initial signature definitions from clamav-base
    - Drop build-dep on electric-fence (in Universe)
    - Add apparmor profiles for clamd and freshclam along with maintainer
      script changes
    - Detect incorrect value for clamav-freshclam/NotifyClamd and set it to
      true
    - Correct for differences between the Ubuntu and Debian orig.tar.gz in
      diff.gz (added win32 makefile targets, contrib/split-tarball.sh, and
      docs/man/clambc.1)

clamav (0.96.1+dfsg-3) unstable; urgency=low

  [ Michael Tautschnig ]
  * Increase memory limit for tests (closes: #590271).

clamav (0.96.1+dfsg-2) unstable; urgency=low

  [ Michael Tautschnig ]
  * Really ship clamav-milter.conf man page (closes: #585160)
  * Really fix PowerPC issue (closes: #587738, #579960)
  * Debconf translation updates
    - German (closes: #585482)
    - Russian (closes: #585691)
    - French (closes: #585894)
  * Copied BSD license text from concerned files into debian/copyright, as
    suggested by lintian.
  * Bumped Standards-Version to 3.9.0, no changes needed.

clamav (0.96.1+dfsg-1) unstable; urgency=medium

  [ Stephen Gran ]
  * Only manipulate /etc/aliases on fresh install (closes: #580020)
  * Handle RejectMsg with special care when upgrading (closes: #581410)
  * 0 is a valid value for StreamMaxLength, handle it properly (closes: #581408)

  [ Alberto WU ]
  * New upstream release
    - Includes PowerPC workaround (closes: #579960)
    - Ships clamav-milter.conf man page (closes: #565208)
    - Fixes CVE-2010-1639, CVE-2010-1640 (closes: #584183)

  [ Scott Kitterman ]
  * Add support for new TestDatabases option in
    debian/clamav-freshclam.postinst.in (match upstream default of yes)
  * Add VirusAction option to debian/clamav-milter.postinst.in

  [ Michael Tautschnig ]
  * Debconf translation updates
    - French (closes: #579827)
    - Swedish (closes: #580143)
    - Spanish (closes: #581735)

clamav (0.96.1+dfsg-0ubuntu2) maverick; urgency=low

  * Enhance README.Debian discssion of apparmor profiles to include Freshclam
    based on the discussion in lp #585026

clamav (0.96.1+dfsg-0ubuntu1) maverick; urgency=low

  * New upstream release
    - Remove non-free libclamunrar directory and repack +dfsg tarball
    - Remove win32/ for size reasons since the tarball is repacked already and
      adjust Makefile.in/am
    - Add support for new TestDatabases option in debian/clamav-
      freshclam.postinst.in (match upstream default of yes)
    - Add VirusAction option to debian/clamav-milter.postinst.in
    - Drop powerpc clamd fix, incorporated upstream
    - Drop diff in docs/man/clamd.conf.5.in, incorporated upstream
    - Drop addition of COPYING.llvm, incorporated upstream
  * Remaining differences from Debian:
    - Drop initial signature definitions from clamav-base
    - Drop build-dep on electric-fence (in Universe)
    - Add apparmor profiles for clamd and freshclam along with maintainer
      script changes
    - Detect incorrect value for clamav-freshclam/NotifyClamd and set it to true

clamav (0.96+dfsg-4) unstable; urgency=low

  [ Stephen Gran ]
  * Fixed typo in clamav-milter's postinst

  [ Michael Tautschnig ]
  * Fixed typo in clamav-freshclam's postinst (closes: #579271)
  * Debconf translation updates
    - Portuguese (closes: #579068)

Date: Sat, 02 Oct 2010 15:36:00 -0400
Changed-By: Scott Kitterman <scott at kitterman.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Scott Kitterman <ubuntu at kitterman.com>
https://launchpad.net/ubuntu/lucid/+source/clamav/0.96.3+dfsg-2ubuntu0.10.04.1
-------------- next part --------------
Format: 1.8
Date: Sat, 02 Oct 2010 15:36:00 -0400
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source
Version: 0.96.3+dfsg-2ubuntu0.10.04.1
Distribution: lucid-proposed
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Scott Kitterman <scott at kitterman.com>
Description: 
 clamav     - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Closes: 565208 579068 579271 579827 579960 580020 580143 581408 581410 581735 584183 585160 585479 585482 585691 585894 587738 590271 591245 592322 597307 598083 598084
Launchpad-Bugs-Fixed: 625849 643682 644707 645061 645956 653738
Changes: 
 clamav (0.96.3+dfsg-2ubuntu0.10.04.1) lucid-proposed; urgency=low
 .
   * Microversion update to 0.96.3 for Lucid (LP: #653738)
 .
 clamav (0.96.3+dfsg-2ubuntu1) maverick; urgency=low
 .
   * Merge from Debian Unstable.  Remaining Ubuntu changes:
     - Drop initial signature definitions from clamav-base
     - Drop build-dep on electric-fence (in Universe)
     - Add apparmor profiles for clamd and freshclam along with maintainer
       script changes
 .
 clamav (0.96.3+dfsg-2) unstable; urgency=low
 .
   [ Stephen Gran ]
   * Add NotifyClamd only if set to nonempty value.
 .
   [ Michael Tautschnig ]
   * Cherry-pick from upstream: Only enable RLIMIT_DATA warning on *BSD
     (already included in Ubuntu's 1ubuntu3) (closes: #598083).
   * Do rmdir /etc/clamav, /var/log/clamav, /var/lib/clamav in all postrms as
     we cannot count on clamav-base's postrm to be the last one being called
     (thanks piuparts).
   * Remove trailing / in freshclam's DatabaseDirectory default value
     (closes: #598084).
 .
 clamav (0.96.3+dfsg-1ubuntu4) maverick; urgency=low
 .
   * debian/usr.sbin.clamd: updated to give read access to
     @{PROC}/[0-9]*/status and @{PROC}/filesystems. The latter is covered by
     the base abstraction, but we add it here to ease backporting.
     - LP: #645956
 .
 clamav (0.96.3+dfsg-1ubuntu3) maverick; urgency=low
 .
   * Change from upstream to fix clamd/clamd.c to only check RLIMIT_DATA on
     FreeBSD since the check is not relevant to Linux (See clamav bug #1941 for
     details)
 .
 clamav (0.96.3+dfsg-1ubuntu2) maverick; urgency=low
 .
   * debian/usr.bin.freshclam: updated to give read access to
     @{PROC}/[0-9]*/status and @{PROC}/filesystems. The latter is covered by
     the base abstraction, but we add it here to ease backporting.
     - LP: #645061
 .
 clamav (0.96.3+dfsg-1ubuntu1) maverick; urgency=low
 .
     * Merge new upstream release from Debian Unstable. FFe (LP: #644707).
       Also fixes (LP: #643682).  Remaining Ubuntu changes:
       - Drop initial signature definitions from clamav-base
       - Drop build-dep on electric-fence (in Universe)
       - Add apparmor profiles for clamd and freshclam along with maintainer
         script changes
     * Fix NotifyClamd configurate in debian/clamav-freshclam.postinst
       - Cherry pick from Debian pkg-clamav Git, Thanks to Stephen Gran
 .
 clamav (0.96.3+dfsg-1) unstable; urgency=high
 .
   [ Stephen Gran ]
   * Fixed NotifyClamd config options handling.
 .
   [ Alberto WU ]
   * New upstream release
     - urgency=high as this addresses CVE-2010-0405
     - Reset MaxFileSize to default value if set to 0 (closes: #585479)
     - New config option ExtendedDetectionInfo (clamd.conf)
 .
   [ Michael Tautschnig ]
   * Set data segment limit in tests to 524288 to make kfreebsd-i386 systems
     happy (closes: #591245).
   * Bumped Standards-Version to 3.9.1, no changes needed.
   * Preserve order of database mirrors (closes: #592322).
   * Added Vcs-Git and Vcs-Browser control fields.
   * Debconf translation updates
     - Italian (closes: #597307)
   * We'll stay with 1.0 Debian source format for now, added proper
     debian/source/format
 .
 clamav (0.96.1+dfsg-3ubuntu5.1) maverick; urgency=low
 .
   * SECURITY UPDATE: fix integer overflow in BZ2_decompress()
     - libclamav/nsis/bzlib.c: return error if N is larger than 2*1024^2 which
       keeps us from overflowing but leaves enough room for the 900k maximum
       value of the RUNA/RUNB encoding
     - patch based on upstream bzip2
     - LP: #625849
     - CVE-2010-0405
 .
 clamav (0.96.1+dfsg-3ubuntu5) maverick; urgency=low
 .
   * Revert bump in debhelper version requirement since we aren't using
     dh_apparmor
 .
 clamav (0.96.1+dfsg-3ubuntu4) maverick; urgency=low
 .
   * debian/rules, debian/clamav-daemon.post{inst.in,rm},
     debian/clamav-freshclam.post{inst.in,rm}: don't use dh_apparmor but
     instead put it would dh_apparmor would do, since dh_apparmor isn't
     available in backports. Thanks to Scott Kitterman for pointint this
     out.
 .
 clamav (0.96.1+dfsg-3ubuntu3) maverick; urgency=low
 .
   * debian/rules: move dh_apparmor before dh_installinit
   * debian/clamav-freshclam.postinst: move #DEBHELPER# to top, so it is
     added before starting freshclam
 .
 clamav (0.96.1+dfsg-3ubuntu2) maverick; urgency=low
 .
   * update to use dh_apparmor:
     - debian/rules, debian/clamav-daemon.post{inst.in,rm},
       debian/clamav-freshclam.post{inst.in,rm}: updated to use dh_apparmor
     - debian/control: Build-Depends on debhelper >= 7.4.20ubuntu5
   * debian/usr.sbin.clamd and debian/usr.bin.freshclam: updated to use local
     include
 .
 clamav (0.96.1+dfsg-3ubuntu1) maverick; urgency=low
 .
   * Merge from Debian Unstable.  Remaining Ubuntu changes:
     - Drop initial signature definitions from clamav-base
     - Drop build-dep on electric-fence (in Universe)
     - Add apparmor profiles for clamd and freshclam along with maintainer
       script changes
     - Detect incorrect value for clamav-freshclam/NotifyClamd and set it to
       true
     - Correct for differences between the Ubuntu and Debian orig.tar.gz in
       diff.gz (added win32 makefile targets, contrib/split-tarball.sh, and
       docs/man/clambc.1)
 .
 clamav (0.96.1+dfsg-3) unstable; urgency=low
 .
   [ Michael Tautschnig ]
   * Increase memory limit for tests (closes: #590271).
 .
 clamav (0.96.1+dfsg-2) unstable; urgency=low
 .
   [ Michael Tautschnig ]
   * Really ship clamav-milter.conf man page (closes: #585160)
   * Really fix PowerPC issue (closes: #587738, #579960)
   * Debconf translation updates
     - German (closes: #585482)
     - Russian (closes: #585691)
     - French (closes: #585894)
   * Copied BSD license text from concerned files into debian/copyright, as
     suggested by lintian.
   * Bumped Standards-Version to 3.9.0, no changes needed.
 .
 clamav (0.96.1+dfsg-1) unstable; urgency=medium
 .
   [ Stephen Gran ]
   * Only manipulate /etc/aliases on fresh install (closes: #580020)
   * Handle RejectMsg with special care when upgrading (closes: #581410)
   * 0 is a valid value for StreamMaxLength, handle it properly (closes: #581408)
 .
   [ Alberto WU ]
   * New upstream release
     - Includes PowerPC workaround (closes: #579960)
     - Ships clamav-milter.conf man page (closes: #565208)
     - Fixes CVE-2010-1639, CVE-2010-1640 (closes: #584183)
 .
   [ Scott Kitterman ]
   * Add support for new TestDatabases option in
     debian/clamav-freshclam.postinst.in (match upstream default of yes)
   * Add VirusAction option to debian/clamav-milter.postinst.in
 .
   [ Michael Tautschnig ]
   * Debconf translation updates
     - French (closes: #579827)
     - Swedish (closes: #580143)
     - Spanish (closes: #581735)
 .
 clamav (0.96.1+dfsg-0ubuntu2) maverick; urgency=low
 .
   * Enhance README.Debian discssion of apparmor profiles to include Freshclam
     based on the discussion in lp #585026
 .
 clamav (0.96.1+dfsg-0ubuntu1) maverick; urgency=low
 .
   * New upstream release
     - Remove non-free libclamunrar directory and repack +dfsg tarball
     - Remove win32/ for size reasons since the tarball is repacked already and
       adjust Makefile.in/am
     - Add support for new TestDatabases option in debian/clamav-
       freshclam.postinst.in (match upstream default of yes)
     - Add VirusAction option to debian/clamav-milter.postinst.in
     - Drop powerpc clamd fix, incorporated upstream
     - Drop diff in docs/man/clamd.conf.5.in, incorporated upstream
     - Drop addition of COPYING.llvm, incorporated upstream
   * Remaining differences from Debian:
     - Drop initial signature definitions from clamav-base
     - Drop build-dep on electric-fence (in Universe)
     - Add apparmor profiles for clamd and freshclam along with maintainer
       script changes
     - Detect incorrect value for clamav-freshclam/NotifyClamd and set it to true
 .
 clamav (0.96+dfsg-4) unstable; urgency=low
 .
   [ Stephen Gran ]
   * Fixed typo in clamav-milter's postinst
 .
   [ Michael Tautschnig ]
   * Fixed typo in clamav-freshclam's postinst (closes: #579271)
   * Debconf translation updates
     - Portuguese (closes: #579068)
Checksums-Sha1: 
 9002166b0a3b78f4aedcf34d9dc93bac028bab19 1675 clamav_0.96.3+dfsg-2ubuntu0.10.04.1.dsc
 98b61421459addc3a21a2f920f3b1d3ac0f4c331 40572329 clamav_0.96.3+dfsg.orig.tar.gz
 28f9ed97aa6606e29ed086c099ca425dea9de30c 285902 clamav_0.96.3+dfsg-2ubuntu0.10.04.1.diff.gz
Checksums-Sha256: 
 ffec7ad0dfc44e55ef9e647d8bd19a095b2441dfb9e1a8b9eba51480c8187d2a 1675 clamav_0.96.3+dfsg-2ubuntu0.10.04.1.dsc
 f062321362ecffdf8a9a0b1cae451abf910e0dfb5e5d4824b21b5e37b6a52750 40572329 clamav_0.96.3+dfsg.orig.tar.gz
 bc73de16f7538d7d6dc5620d0ffcd8fc6eaf60fce46fa60b1ecda9635d514c36 285902 clamav_0.96.3+dfsg-2ubuntu0.10.04.1.diff.gz
Files: 
 9dee8419e4a77a5e18d2a3190aea5f22 1675 utils optional clamav_0.96.3+dfsg-2ubuntu0.10.04.1.dsc
 730c1af9badcee2bce4bbaf1cf8ea20a 40572329 utils optional clamav_0.96.3+dfsg.orig.tar.gz
 7976b52e3d986380188147c88e9ae8ee 285902 utils optional clamav_0.96.3+dfsg-2ubuntu0.10.04.1.diff.gz
Original-Maintainer: ClamAV Team <pkg-clamav-devel at lists.alioth.debian.org>


More information about the Lucid-changes mailing list