-
clamav (0.98.4+dfsg-2~ubuntu13.10.1) saucy-backports; urgency=medium
* No-change backport to saucy (LP: #1341962)
clamav (0.98.4+dfsg-2) unstable; urgency=high
[ Scott Kitterman ]
* Urgency high due to fix for undocumented API/ABI break
* debian/patches/0002-Fix-STAT64-definition-and-add-missing-includes.patch:
Removed, because the remaining changes are not needed to fix FTBFS and
upstream recommends drop due to potential issues with scanning large
files.
[ Andreas Cadhalpun ]
* Fix debian/watch to properly detect release candidates.
* Add patches to fix building on Hurd:
- 0008-Fix-compiling-on-Hurd.patch
- 0009-Workaround-a-bug-in-libc-on-Hurd.patch
* Fix 0004-Fix-FTBFS-with-LLVM-3.1-3.4.patch to correctly detect the
new LLVM version scheme X.Y.Z (instead of X.Y).
* Add versioned dependencies on procps (for 'pkill -F') and on dpkg
(for 'start-stop-daemon --status').
* Remove useless code from debian/freshclam.init.in.
* Avoid creation of an empty freshclam.pid file.
* Switch the watchfile to look at github.com, because the sf.net
website doesn't work correctly at the moment, see #752384.
* Add DEP-5 header with Files-Excluded field to debian/copyright
in order to let uscan remove unneeded files.
[ Julien Patriarca ]
* Updated French Debconf template translation (Closes: #752388)
[ Sebastian Andrzej Siewior ]
* Add 0010-Call-cl_initialize_crypto-in-cl_init.patch from upstream. The
cl_initialize_crypto() will now be invoked within libclamav in cl_init()
so there is now no need to force third party to invoke that function on
their own.
clamav (0.98.4+dfsg-1) unstable; urgency=medium
[ Andreas Cadhalpun ]
* Add 0008-bb-11028-fixed-a-deadlock-issue-with-fanotify-and-lo.patch
from upstream to fix a deadlock issue with fanotify. (Closes: #749027)
* Don't try to reload freshclam logs, when run from cron. (Closes: #750942)
[ Yuri Kozlov ]
* Updated Russian Debconf template translation (Closes: #750808)
[ Mario Blättermann ]
* Updated German Debconf template translation (Closes: #751562)
[ Scott Kitterman ]
* New upstream version (Closes: #750075)
- Update debian/patches/0002-Fix-STAT64-definition-and-add-missing-
includes.patch, partially incorporated upstream
- Drop debian/patches/0008-Add-REG-namespace-in-disasm-common.h-and-
users.patch, resolved upstream
- Drop debian/patches/0009-powerpc_jit_fix.patch, cherrypick from upstream
clamav (0.98.4~rc1+dfsg-3) unstable; urgency=medium
[ Andreas Cadhalpun ]
* Respect the $CLAMAVCONF variable at daemon start. (Closes: #748310)
* Make the exit status codes of the init scripts LSB compliant.
[ Holger Wansing ]
* Updated German translation (Closes: #744314)
[ Sebastian Andrzej Siewior ]
* Make the testsuite output verbose again.
[ Anthony ]
* Updated French translation (Closes: #749561)
[ victory ]
* Updated Japanese translation (Closes: #749589)
[ Scott Kitterman ]
* Add debian/patches/0009-powerpc_jit_fix.patch from upstream to test fix
for powerpc FTBFS (Closes: #748180)
clamav (0.98.4~rc1+dfsg-2) unstable; urgency=medium
* Only override dh_installdocs for arch indpedent packages to fix FTBFS on
the buildds
* Bump minimum debhelper requirement to 8.9.7 for build target specific
override
clamav (0.98.4~rc1+dfsg-1) unstable; urgency=medium
[ Scott Kitterman ]
* Drop changes to hard code use of auto* 1.11 as 0.98.3 builds with 1.14
- Change build-depends in debian/rules
- Change exported values in debian/rules
- Drop debian/patches/0002-configure.ac-patches-to-got-with-autoreconf-
and-auto.patch
* Update libclamav6 binary zlib lintian override for new so version
[ Andreas Cadhalpun ]
* debian/clamav-milter.config: Never load clamd.conf as fallback for
a missing clamav-milter.conf. Use default values instead.
* debian/rules: Make also dh_auto_test verbose.
* debian/rules: Don't use faketime on hurd. (Hopefully really fix FTBFS.)
[ Américo Monteiro ]
* Updated Portuguese translation
[ Adam Conrad ]
* Fix underlinking with llvm in libclamav/c++/Makefile.am
[ Sebastian Andrzej Siewior ]
* new upstream version
* add a patch to rename REG_EAX (and friends) to X86_REG_EAX (and for
friends). Fixes a FTBFS on i386.
- debian/patches/0008-Add-REG-namespace-in-disasm-common.h-and-users.patch
clamav (0.98.3+dfsg-1) unstable; urgency=medium
[ Scott Kitterman ]
* Only build-depend on llvm-dev on architectures that can use clamav JIT
(amd64, i386, and powerpc)
* Switch debian/rules from excluding certain archs from using LLVM to
listing archs that use it (it is auto disabled during configure on other
archs anyway)
[ Andreas Cadhalpun ]
* Add debian/patches/0007-enable-llvm-jit-on-kfreebsd.patch to enable
clamav JIT on kfreebsd-amd64 and kfreebsd-i386.
* Adjust debain/rules and debian/control accordingly.
* Fix building on hurd (hopefully).
* Add myself as uploader.
* Handle the clamd.conf file in clamav-daemon instead of clamav-base.
This fixes the creation of the logrotate file with users other than
clamav. (Closes: #669287)
* Update to new upstream version.
- clamd listens now on IPv6 sockets (Closes: #616172)
- libclamav links now with OpenSSL (via build dependcy on libssl-dev)
- clamsubmit: new tool to submit suspicious files/false positives
* Correct clamav-milter status action for non-local sockets.
Thanks to Raphaël Hertzog for the bug report and patch. (Closes: #747354)
* Mark clamav as Multi-Arch: foreign. (Closes: #731194)
[ Sebastian Andrzej Siewior ]
* Add myself as uploader.
* Backport fix for clamdscan infinite loop.
clamav (0.98.1+dfsg-6) experimental; urgency=medium
[ Américo Monteiro ]
* Updated Debconf translation for pt (Closes: #745754)
[ Andreas Cadhalpun ]
* Update debian/rules and control to use system LLVM instead of embedded
copy of LLVM 2.8
* Add debian/patches/0009-Fix-FTBFS-with-LLVM-3.1-3.4.patch to fix FTBFS
with newer LLVM (Clamav bugzilla #10981)
* Add 0010-Add-missing-libxml2-include-to-fix-compiler-warning-.patch
to resolve implicit definition warning (Clamav Bugzilla #10982)
* Update lintian overrides.
[ Sebastian Andrzej Siewior ]
* Extend the testcase runtime to 5 mins. This should avoid FTBFS on slower
buildds.
[ Tyler Hicks ]
* debian/usr.bin.freshclam: Grant freshclam permission to read and write the
clamd socket. AppArmor requires both permissions when applications connect
to path-based UNIX domain sockets. (LP: #1313282)
[ Scott Kitterman ]
* Add apport hook to clamav-base for apport in Experimental/Ubuntu
* Upload to Experimental to support testing using system LLVM
clamav (0.98.1+dfsg-5) unstable; urgency=medium
[ Américo Monteiro ]
* Updated Debconf translation for pt (Closes: #742164)
[ Sebastian Andrzej Siewior ]
* Convert debian/rules to dh.
* Add new debconf template translations:
- Japanese, thanks to victory (Closes: #743874)
* Use pkill and start-stop-daemon in initscripts to start/stop/status the
daemons. (Closes: 580188)
[ Andreas Cadhalpun ]
* Remove deprecated libclamav.la file.
* Use faketime to make the build more binary-reproducible.
* Add symbols file for libclamav.
* Fix lintian warnings:
- path-in-maintainer-script
- using-first-person-in-templates
* Automatically updated translation files
* Let 'dpkg-reconfigure clamav-base' recognise changes in 0.98-options.
* Fix updating the logrotate files.
* Merge AppArmor support from Ubuntu. (Closes: #554005)
* Don't mention non-existant INSTALL.gz in README.Debian. (Closes: #728188)
* Use log_action_msg instead of log_failure_msg in the usage message of the
init scripts. (Closes: #646845)
[ Scott Kitterman ]
* Add lintian override for source-is-missing unit_tests/encode.js.ref
- See lintian bug #745694
-- Scott Kitterman <email address hidden> Tue, 15 Jul 2014 01:08:10 -0400
-
clamav (0.98.1+dfsg-4ubuntu1~ubuntu13.10.2) saucy-security; urgency=medium
* Rebuild as a security update (LP: #1296856)
-- Marc Deslauriers <email address hidden> Thu, 27 Mar 2014 08:51:04 -0400
-
clamav (0.98.1+dfsg-4ubuntu1~ubuntu13.10.1) saucy-backports; urgency=low
* No-change backport to saucy (LP: #1292943)
clamav (0.98.1+dfsg-4ubuntu1) trusty; urgency=low
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
script changes
clamav (0.98.1+dfsg-4) unstable; urgency=medium
[ Sebastian Andrzej Siewior ]
* Postinst scripts: fix empty access and broken freshclam.conf in
clamav-base.postinst.in and clamav-freshclam.postinst.in (Closes: #741675)
(LP: #1293042)
* Postinst scripts: fix quoting
[ Andreas Cadhalpun ]
* Add templates and adapt postinst and config scripts for the new options
in 0.98 to fix the creation of the configuration files (Closes: #741675)
(LP: #1293042)
* Reset new options to default to fix breakage in previous upload
* Automatically updated translation files
clamav (0.98.1+dfsg-3ubuntu1) trusty; urgency=low
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
script changes
clamav (0.98.1+dfsg-3) unstable; urgency=medium
[ Scott Kitterman ]
* Switch to format 3.0 (quilt) to enable use of git-dpm
* Extract existing inline changes into new commits/dpm patches
- Change paths in sample conf file to match Debian
- Add patch so that RAR tests are not expected to pass with RAR disabled
- Add 0003-configure-use-pkg-config-for-check-so-test-is-detect.patch
- Add 0004-Stop-using-a-cargo-culted-syscall-table-and-trust-th.patch
- Add 0005-configure.ac-patches-to-got-with-autoreconf-and-auto.patch
- Add 0006-Fix-STAT64-definition-and-add-missing-includes.patch
* Fix vcs-field-not-canonical for both git and web access
* Add libxml2-dev to build-depends for dmg and xar support
* Add options in debian/clamav-base.postinst.in, clamav-daemon.postinst.in,
clamav-freshclam.postinst.in, and clamav-milter.postinst.in for new 0.98
series options
* Disable LLVM for hurd/ports that don't support it
[ Andreas Cadhalpun ]
* Remove unneccesary '-i' option from dh_autoreconf
* Remove trailing \ from --with-dbdir path to avoid resulting paths with \\
* Add debian/upstream/signing-key.asc and a lintian-override for the
lintian bug and update the watchfile
* debian/clamav-base.postinst.in: Update to reflect the change from
examples/clamd.conf to examples/clamd.conf.sample (Closes: #741512)
clamav (0.98.1+dfsg-2ubuntu2) trusty; urgency=medium
* Build without LLVM support on ppc64el to fix test failures.
-- Scott Kitterman <email address hidden> Wed, 19 Mar 2014 11:01:01 -0400
-
clamav (0.98.1+dfsg-2ubuntu2~ubuntu13.10.1) saucy-backports; urgency=low
* No-change backport to saucy (LP: #1289615)
clamav (0.98.1+dfsg-2ubuntu2) trusty; urgency=medium
* Build without LLVM support on ppc64el to fix test failures.
clamav (0.98.1+dfsg-2ubuntu1) trusty; urgency=low
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
script changes
clamav (0.98.1+dfsg-2) unstable; urgency=medium
[ Adam Conrad ]
* Stop using a cargo-culted syscall table and trust the glibc headers
(Closes: #733035)
[ Louis Bouchard ]
* debian/common_functions
- Fix slurp_config() that is sometimes not discriminative
enough which leads to invalid configuration files (LP: #799623 )
[ Yolanda Robla ]
* Add autopkgtests (Closes: #710260)
[ Sebastian Andrzej Siewior ]
* unit_test: check_clamav: skip .rar files if there is no rar support to fix
test failure (and FTBFS) when tests are run
* configure: use pkg-config for check so test is detected and tests will run
[ Scott Kitterman ]
* Add pkg-config to build-depends
* Remove rule that touched libclamav/version.h since it is no longer missing
in 0.98.1
clamav (0.98.1+dfsg-1ubuntu5) trusty; urgency=low
* debian/common_functions
- Fix slurp_config() that is sometimes not discriminative
enough which leads to invalid configuration files (LP: #799623)
clamav (0.98.1+dfsg-1ubuntu4) trusty; urgency=medium
* Stop using a cargo-culted syscall table and trust the glibc headers.
clamav (0.98.1+dfsg-1ubuntu3) trusty; urgency=low
* Add #ifndef __NR_fanotify_init in clamd/fan-syscalllib.h to avoid local
definitions when already defined and FTBFS if local definition is missing
- Fix for FTBFS on arm64
clamav (0.98.1+dfsg-1ubuntu2) trusty; urgency=low
* Really drop build-dep on electric-fence (in Universe)
clamav (0.98.1+dfsg-1ubuntu1) trusty; urgency=low
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
script changes
- Add autopkgtest
clamav (0.98.1+dfsg-1) unstable; urgency=low
* New upstream release
- Update embedded-library override for modified zlib for new SO version
* Add definitions in clamd/fan-syscalllib.h for missing arches to fix FTBFS
(Closes: #737119)
- Thanks to Andreas Cadhalpun for the patch
* Really use autoreconf (Closes: #727291) again
- Thanks to Andreas Cadhalpun for the corrected patch
clamav (0.98+dfsg-1) unstable; urgency=low
[ Matthias Klose ]
* Use dh_autotools-dev to update config.{sub,guess} for AArch64
(Closes: #727291)
[ Scott Kitterman ]
* New upstream release (Closes: #727027)
- Update embedded-library override for modified zlid for new SO version
- Update debian/clamav-*.examples for upstream change in sample config file
names
* Stop removing clamav user and group on purge (Closes: #626547)
* Moved split-tarball.sh from contrib to debian since it is debian specific
and not provided by upstream
* Update standards version to 3.9.5 without further change.
* Add missing includes to shared/output.c and libclamav/clamav.h to fix
FTBFS
* Fix STATBUF definition to be struct stat vice struct64 to resolve FTBFS on
32 bit archs (Thanks to Andreas Cadhalpun)
clamav (0.97.8+dfsg-1ubuntu5) trusty; urgency=medium
* Use dh_autoreconf to update libtool.
-- Scott Kitterman <email address hidden> Fri, 07 Mar 2014 17:38:44 -0500
-
clamav (0.97.8+dfsg-1ubuntu4.1) saucy; urgency=low
* debian/common_functions
- Fix slurp_config() that is sometimes not discriminative
enough which leads to invalid configuration files (LP: #799623)
-- Louis Bouchard <email address hidden> Thu, 27 Feb 2014 17:05:17 -0600
-
clamav (0.97.8+dfsg-1ubuntu4) saucy; urgency=low
* Use dh_autotools-dev to update config.{sub,guess} for AArch64.
-- Matthias Klose <email address hidden> Thu, 10 Oct 2013 13:10:04 +0200
-
clamav (0.97.8+dfsg-1ubuntu3) saucy; urgency=low
* debian/tests: Update clamd test to not require network access.
-- Yolanda Robla <email address hidden> Wed, 29 May 2013 11:33:15 +0200
-
clamav (0.97.8+dfsg-1ubuntu2) saucy; urgency=low
* debian/tests: Add autopkgtest.
-- Yolanda <email address hidden> Wed, 22 May 2013 12:29:44 +0200
-
clamav (0.97.8+dfsg-1ubuntu1.13.04.1) raring-security; urgency=low
[ Seth Arnold ]
* SECURITY UPDATE: Updated to 0.97.8 to fix multiple security issues.
- CVE-2013-2020 and CVE-2013-2021
[ Scott Kitterman ]
* Merge from Debian unstable (LP: #1172981). Remaining changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
script changes
-- Scott Kitterman <email address hidden> Thu, 25 Apr 2013 23:41:55 -0400
-
clamav (0.97.8+dfsg-1ubuntu1) saucy; urgency=low
* Merge from Debian unstable (LP: #1172981). Remaining changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
script changes
-- Scott Kitterman <email address hidden> Thu, 25 Apr 2013 23:41:55 -0400
-
clamav (0.97.7+dfsg-1ubuntu1) raring; urgency=low
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on electric-fence (in Universe)
- Add apparmor profiles for clamd and freshclam along with maintainer
script changes
clamav (0.97.7+dfsg-1) unstable; urgency=medium
* New upstream release
* Update libclamav6 lintian override to match updated soversion
* Urgency medium due to security fixes
-- Scott Kitterman <email address hidden> Tue, 19 Mar 2013 06:38:51 -0400