[ubuntu/yakkety-proposed] clamav 0.99.2+dfsg-2ubuntu1 (Accepted)

Louis Bouchard louis.bouchard at ubuntu.com
Thu Aug 18 14:08:18 UTC 2016


clamav (0.99.2+dfsg-2ubuntu1) yakkety; urgency=medium

  Merge from Debian. Remaining changes :
    * Explicitly build using llvm-3.6.
  Dropped changes :
    * debian/rules: Restore --with-llvm-linking=dynamic to avoid underlinkage
      causing FTBS
    * d/p/llvm-don-t-use-system-libs.patch:
      Do not use system libraries for linking : We are not linking the .a
      files so we don't care about the libs llvm links against (like -ledit)
      Dropping this patch will cause FTBS on Ubuntu with unresolvable -ledit
    * d/p/0007-fix-ssize_t-size_t-off_t-printf-modifier.patch : Drop
      sigtool/sigtool.c cast patch modification : now upstream.
    * Ignore test results on armhf.

clamav (0.99.2+dfsg-2) unstable; urgency=medium

  * Ensure the users of PRIVATE symbols (clamd + freshclam) do not fall
    behind a upstream version (Closes: #824485).

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

  [ Sebastian Andrzej Siewior ]
  * also remove bytecode.cld on purge
  * Update to new upstream release 0.99.2
  * Drop AllowSupplementaryGroups option which is default now
    (Closes: #822444).
  * Let the LSB init script have more consistent output. Patch by Guillem
    Jover (Closes: #823074).

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

  [ Scott Kitterman ]
  * Update version guards for pid file checks in clamav-daemon and clamav-
    freshclam to account for squeeze-lts upload that did not include the
    related change
  * Bump standards version to 3.9.7 without further change
  * Bump debhelper minimum version requirement to 9 to match compat
  * Drop squeeze related work-arounds now that squeeze-lts is no longer
    supported
    - Strip llvm from the upstream tarball in Files-Excluded to make it more
      compatct (system llvm is always used now)
    - Clean up debian/rules by removing squeeze specific configuration and
      work arounds

  [ Adriano Rafael Gomes ]
  * Brazilian Portuguese debconf templates translation (Closes: #816956).

  [ Sebastian Andrzej Siewior ]
  * Import new upstream
  * Drop patches applied upstream:
    - add-LLVM-3.6-support.patch
    - libclamav-yara-avoid-unaliged-access-to-64bit-variab.patch
  * add new clamd.conf options.
  * update symbol version for cl_retflevel due to CL_FLEVEL change.
  * use a https:// prefix in VCS-* links and for the homepage.
  * use "hardening=+all" for building.
  * fixup typos in copyright file
  * exclude .zip files dh_strip_nondeterminism because it currently breaks
    them. This `repairs' the .zip files in clamav-testfiles.
  * Update pid checks clamav-daemon and clamav-freshclam match lower than 0.99
    version (to catch the upgrade path).
  * Apply malloc() check, from clamav's bugzilla #11524, #11526, #11529

clamav (0.99+dfsg-2) unstable; urgency=medium

  * Use compat 9 and drop clamav-dbg in favour of dbgsym.
  * use libtfm-dev instead of in-tree copy and drop all tfm related patches.
  * Add libclamav-yara-avoid-unaliged-access-to-64bit-variab.patch to get the
    testsuite passed on sparc. It also seem avoid invalid loads on ARMv5 cpus.

Date: Fri, 01 Jul 2016 13:45:29 +0200
Changed-By: Louis Bouchard <louis.bouchard at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Robie Basak <robie.basak at canonical.com>
https://launchpad.net/ubuntu/+source/clamav/0.99.2+dfsg-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 01 Jul 2016 13:45:29 +0200
Source: clamav
Binary: clamav-base clamav-docs clamav libclamav-dev libclamav7 clamav-daemon clamdscan clamav-testfiles clamav-freshclam clamav-milter
Architecture: source
Version: 0.99.2+dfsg-2ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Louis Bouchard <louis.bouchard at ubuntu.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-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
 clamdscan  - anti-virus utility for Unix - scanner client
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav7 - anti-virus utility for Unix - library
Closes: 816956 822444 823074 824485
Changes:
 clamav (0.99.2+dfsg-2ubuntu1) yakkety; urgency=medium
 .
   Merge from Debian. Remaining changes :
     * Explicitly build using llvm-3.6.
   Dropped changes :
     * debian/rules: Restore --with-llvm-linking=dynamic to avoid underlinkage
       causing FTBS
     * d/p/llvm-don-t-use-system-libs.patch:
       Do not use system libraries for linking : We are not linking the .a
       files so we don't care about the libs llvm links against (like -ledit)
       Dropping this patch will cause FTBS on Ubuntu with unresolvable -ledit
     * d/p/0007-fix-ssize_t-size_t-off_t-printf-modifier.patch : Drop
       sigtool/sigtool.c cast patch modification : now upstream.
     * Ignore test results on armhf.
 .
 clamav (0.99.2+dfsg-2) unstable; urgency=medium
 .
   * Ensure the users of PRIVATE symbols (clamd + freshclam) do not fall
     behind a upstream version (Closes: #824485).
 .
 clamav (0.99.2+dfsg-1) unstable; urgency=medium
 .
   [ Sebastian Andrzej Siewior ]
   * also remove bytecode.cld on purge
   * Update to new upstream release 0.99.2
   * Drop AllowSupplementaryGroups option which is default now
     (Closes: #822444).
   * Let the LSB init script have more consistent output. Patch by Guillem
     Jover (Closes: #823074).
 .
 clamav (0.99.1+dfsg-1) unstable; urgency=medium
 .
   [ Scott Kitterman ]
   * Update version guards for pid file checks in clamav-daemon and clamav-
     freshclam to account for squeeze-lts upload that did not include the
     related change
   * Bump standards version to 3.9.7 without further change
   * Bump debhelper minimum version requirement to 9 to match compat
   * Drop squeeze related work-arounds now that squeeze-lts is no longer
     supported
     - Strip llvm from the upstream tarball in Files-Excluded to make it more
       compatct (system llvm is always used now)
     - Clean up debian/rules by removing squeeze specific configuration and
       work arounds
 .
   [ Adriano Rafael Gomes ]
   * Brazilian Portuguese debconf templates translation (Closes: #816956).
 .
   [ Sebastian Andrzej Siewior ]
   * Import new upstream
   * Drop patches applied upstream:
     - add-LLVM-3.6-support.patch
     - libclamav-yara-avoid-unaliged-access-to-64bit-variab.patch
   * add new clamd.conf options.
   * update symbol version for cl_retflevel due to CL_FLEVEL change.
   * use a https:// prefix in VCS-* links and for the homepage.
   * use "hardening=+all" for building.
   * fixup typos in copyright file
   * exclude .zip files dh_strip_nondeterminism because it currently breaks
     them. This `repairs' the .zip files in clamav-testfiles.
   * Update pid checks clamav-daemon and clamav-freshclam match lower than 0.99
     version (to catch the upgrade path).
   * Apply malloc() check, from clamav's bugzilla #11524, #11526, #11529
 .
 clamav (0.99+dfsg-2) unstable; urgency=medium
 .
   * Use compat 9 and drop clamav-dbg in favour of dbgsym.
   * use libtfm-dev instead of in-tree copy and drop all tfm related patches.
   * Add libclamav-yara-avoid-unaliged-access-to-64bit-variab.patch to get the
     testsuite passed on sparc. It also seem avoid invalid loads on ARMv5 cpus.
Checksums-Sha1:
 682e858469d5520eae1f290337969ddd5177a23d 3125 clamav_0.99.2+dfsg-2ubuntu1.dsc
 b52737367372ddb80ed8d9b669540c3c6531baa2 5772404 clamav_0.99.2+dfsg.orig.tar.xz
 60d6bb07ce99582ff6ae73712fc0a1c320c30076 247340 clamav_0.99.2+dfsg-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 90a7fd9324d01e8fb16aa7d541d452c09603a54051e6146454479b05193ac577 3125 clamav_0.99.2+dfsg-2ubuntu1.dsc
 be7e4a5229bd3782243c923581e30722276b2814cf586b93e47161619165d0aa 5772404 clamav_0.99.2+dfsg.orig.tar.xz
 05b91bb1ad39d331652798e5af38b04f87f0dcadf3361a12a338f20f71674f9a 247340 clamav_0.99.2+dfsg-2ubuntu1.debian.tar.xz
Files:
 ee02852bd48c2f503daea3968ed7ba26 3125 utils optional clamav_0.99.2+dfsg-2ubuntu1.dsc
 228beb9d382fe2fa8d27f962b39b3040 5772404 utils optional clamav_0.99.2+dfsg.orig.tar.xz
 8cf5f90e3ee5f4e9d74b28f228641bd4 247340 utils optional clamav_0.99.2+dfsg-2ubuntu1.debian.tar.xz
Original-Maintainer: ClamAV Team <pkg-clamav-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXtcEwAAoJEOVkucJ1vdUuj8IP/ig7JQqORhCtIQK912VkH6+r
ZgOOTurGHjfz5RARAZWYYov2U3Kz39V/go7xHUO83pJFcVW2HE5XKUFwnHBCX8Tn
X82jaFjWJpXwuZ1NbAQtaT/9Dg4a1wJ7XegnlHiGiN25JTNBPd1SKzekwvIkwc8G
w/lTuDFIQWMCN6UKXaNJU/kniCHkp8nbluKURKEcpHgZMAXRiM3BH8/230+S+5DO
X0r2xyN798EASuoNKZFRIMjOVqERFOvI6QyCwkESi0ZuVUOC4ZC598M7aORt3c7q
ZpN+rudTrGV7svjajs84pgDjsOFUu7DSZ8jnBi9SKQGsVfMzthw8f3JWJnVkqivr
fO03tygme7d3f648eNvnmS18Yj74K2gfoXUMTGlr3cRuTSTZH9YSrYRXYhGyJpxj
Kg9U61E+2eJqTjMncdJacwcEYagEfj6XLjkfx1ZPvvftr3mY4wJRt0AmHRg7xKMW
E+i12AHyNGaUU5u8AC65Dt0nylOwlZ68G+B1CK/z7U/VZv/yUjXfBd26hgv1ZXN1
s9EJZmC5WMIa9RP9/QXV9pDDHt4wEAjMDTIyToE6xezXmXktzkWmvtuhmrtVfzV0
9nKnkr+F8dtrU0ibRx+Zr/GI7nmDxQxfbhS8DXgde3709X0Xb0umMQZYVPSxn5q4
ije8DVf7xHlawwY9r1Ui
=2QQE
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list