-
clamav (0.100.3+dfsg-0ubuntu0.14.04.1) trusty-security; urgency=medium
* Updated to version 0.100.3 to fix security issues. (LP: #1822503)
- debian/libclamav7.symbols: updated to new version.
- CVE-2019-1787
- CVE-2019-1788
- CVE-2019-1789
-- Marc Deslauriers <email address hidden> Thu, 04 Apr 2019 10:02:52 -0400
-
clamav (0.100.2+dfsg-1ubuntu0.14.04.2) trusty-security; urgency=medium
* SECURITY UPDATE: Denial of service
- debian/patches/CVE-2018-18585.patch: Ensure file names are valid in
libclamav/libmspack-0.5alpha/mspack/chmd.c
- CVE-2018-18585
* SECURITY UPDATE: One byte buffer overflow -
- debian/patches/CVE-2018-18584.patch: Ensure input buffer is large
enough in libclamav/libmspack-0.5alpha/mspack/cab.h
- CVE-2018-18584
-- Alex Murray <email address hidden> Fri, 09 Nov 2018 16:38:09 +1030
-
clamav (0.100.2+dfsg-1ubuntu0.14.04.1) trusty-security; urgency=medium
* Updated to version 0.100.2 to fix security issue.
- CVE-2018-15378
* Bump to new symbol version
- debian/rules: set CL_FLEVEL 93.
- debian/libclamav7.symbols: updated to new version.
* Removed patches included in new version:
- debian/patches/CVE-2018-14679-and-CVE-2018-14680.patch
- debian/patches/CVE-2018-14681.patch
- debian/patches/CVE-2018-14682.patch
-- Marc Deslauriers <email address hidden> Wed, 10 Oct 2018 13:33:17 -0400
-
clamav (0.100.1+dfsg-1ubuntu0.14.04.4) trusty-security; urgency=medium
* debian/clamav-daemon.config.in: fix infinite loop during
dpkg-reconfigure (LP: #1792051)
-- Marc Deslauriers <email address hidden> Thu, 13 Sep 2018 14:00:26 -0400
-
clamav (0.100.1+dfsg-1ubuntu0.14.04.3) trusty-security; urgency=medium
* SECURITY UPDATE: Denial of service
- debian/patches/CVE-2018-14679-and-CVE-2018-14680.patch:
fix in libclamav/libmspack-0.5alpha/mspack/cchmd.c.
- CVE-2018-14679
- CVE-2018-14680
* SECURITY UPDATE: Bytes overwire with bad KWAJ file extension
- debian/patches/CVE-2018-14681.patch: fix in
libclamav/libmspack-0.5alpha/mspack/kwajd.c.
- CVE-2018-14681
* SECURITY UPDATE: Off-by-one error
- debian/patches/CVE-2018-14682.patch: fix in
libclamav/libmspack-0.5alpha/mspack/chmd.c.
- CVE-2018-14682
-- <email address hidden> (Leonidas S. Barbosa) Wed, 01 Aug 2018 13:18:44 -0300
-
clamav (0.100.1+dfsg-1ubuntu0.14.04.2) trusty-security; urgency=medium
* SECURITY REGRESSION: clamav-daemon fails to start due to options
removed in new version and manually edited configuration file.
(LP: #1783632)
- debian/patches/Deprecate-unused-options-instead-of-removing-it.patch:
add patch from Debian stretch to simply warn about removed options.
-- Marc Deslauriers <email address hidden> Thu, 26 Jul 2018 10:28:32 -0400
-
clamav (0.100.1+dfsg-1ubuntu0.14.04.1) trusty-security; urgency=medium
* Rebuild as security update for 14.04 to fix multiple issues
- CVE-2018-0360
- CVE-2018-0361
* Re-enable LLVM support:
- debian/control: add llvm-3.6-dev to BuildDepends.
- debian/rules: add llvm back.
* debian/clamav-daemon.postinst.in: updated version to drop support for
clamav-daemon.socket.
* debian/control: switch libtfm-dev to libtommath-dev, remove
dh-strip-nondeterminism, electric-fence, and libsystemd-dev.
* Use internal libmspack:
- debian/control: remove libmspack-dev.
- debian/rules: remove --with-system-libmspack.
- debian/libclamav7.install: add libclammspack.so.0*.
- debian/libclamav-dev.install: add libclammspack.so.
* Revert to Debhelper in 14.04:
- debian/compat: set to 8
- debian/control: set debhelper to 8.9.7
* debian/{libclamav7,libclamav-dev}.install: fix file locations
* debian/rules: modify to not use dpkg-parsechangelog -S
* debian/control: remove Multi-Arch and Rules-Requires-Root tags.
* Don't built with json and curl:
- debian/rules: remove --with-libjson and --with-libcurl=/usr.
- debian/control: remove libjson-c-dev, libcurl4-openssl-dev.
- debian/clamav.install: remove clamsubmit.
- debian/clamav.manpages: remove clamsubmit.1.
* Removed clamdscan package:
- debian/control: removed package section
- debian/clamdscan.*: removed and added files to clamav-daemon.*
* Added clamav-dbg package:
- debian/control: added package section
- debian/rules: use --dbg-package, not --dbgsym-migration
* debian/control: updated clamav-daemon Breaks versions.
-- Marc Deslauriers <email address hidden> Mon, 23 Jul 2018 09:27:00 -0400
-
clamav (0.99.4+addedllvm-0ubuntu0.14.04.1) trusty-security; urgency=medium
* Updated to 0.99.4 to fix multiple security issues
- CVE-2018-0202
- CVE-2018-1000085
* Removed patches no longer required
- bb11549-fix-temp-file-cleanup-issue.patch
-- Marc Deslauriers <email address hidden> Wed, 07 Mar 2018 13:58:55 +0100
-
clamav (0.99.3+addedllvm-0ubuntu0.14.04.1) trusty-security; urgency=medium
* Updated to 0.99.3 to fix multiple security issues
- CVE-2017-12374, CVE-2017-12375, CVE-2017-12376, CVE-2017-12377,
CVE-2017-12378, CVE-2017-12379, CVE-2017-12380
* Removed patches no longer required
- debian/patches/CVE-2017-6418.patch
- debian/patches/CVE-2017-6419.patch
- debian/patches/CVE-2017-6420.patch
- debian/patches/CVE-2017-6420-2.patch
* debian/patches/bb11549-fix-temp-file-cleanup-issue.patch: fix temp file
cleanup issue.
-- Marc Deslauriers <email address hidden> Mon, 29 Jan 2018 11:06:20 -0500
-
clamav (0.99.2+addedllvm-0ubuntu0.14.04.2) trusty-security; urgency=medium
* SECURITY UPDATE: DoS via crafted e-mail message
- debian/patches/CVE-2017-6418.patch: fix invalid read in
libclamav/message.c.
- CVE-2017-6418
* SECURITY UPDATE: DoS and possible code execution via crafted CHM file
- debian/patches/CVE-2017-6419.patch: fix OOB write in
libclamav/mspack.c.
- CVE-2017-6419
* SECURITY UPDATE: DoS via WWPack compression
- debian/patches/CVE-2017-6420.patch: add bounds checks to
libclamav/wwunpack.c.
- debian/patches/CVE-2017-6420-2.patch: fix unit tests in
libclamav/wwunpack.c, unit_tests/check_jsnorm.c.
- CVE-2017-6420
-- Marc Deslauriers <email address hidden> Tue, 08 Aug 2017 13:13:56 -0400
-
clamav (0.99.2+addedllvm-0ubuntu0.14.04.1) trusty-security; urgency=medium
* Updated to 0.99.2 to fix multiple security issues
- CVE-2016-1371
- CVE-2016-1372
- CVE-2016-1405
* Removed patches no longer required
- 0003-unit_tests-increment-test-timeout-from-40secs-to-5mi.patch
- 0006-remove-unnecessary-harmful-flags-from-libclamav.pc.patch
- 0010-hardcode-LLVM-linker-flag-because-llvm-config-return.patch
- 0018-llvm-don-t-use-system-libs.patch
* debian/clamav-base.postinst.in: updated to handle new options
- OnAccessMountPath
- OnAccessDisableDDD
- OnAccessPrevention
- OnAccessExtraScanning
- PCREMatchLimit
- PCRERecMatchLimit
- PCREMaxFileSize
- ScanXMLDOCS
- ScanHWP3
- MaxRecHWP3
* debian/*: rename libclamav6 to libclamav7.
* debian/control: add libpcre3-dev to Build-Depends as new signatures
rely on PCRE support.
-- Marc Deslauriers <email address hidden> Tue, 20 Sep 2016 14:34:14 -0400
-
clamav (0.98.7+dfsg-0ubuntu0.14.04.1) trusty-security; urgency=medium
* Updated to 0.98.7 to fix multiple issues
- CVE-2015-2170
- CVE-2015-2221
- CVE-2015-2222
- CVE-2015-2305
- CVE-2015-2668
* Refreshed patches for 0.98.7:
- d/p/0010-hardcode-LLVM-linker-flag-because-llvm-config-return.patch
- d/p/0018-llvm-don-t-use-system-libs.patch
-- Marc Deslauriers <email address hidden> Mon, 04 May 2015 15:47:25 -0400
-
clamav (0.98.6+dfsg-0ubuntu0.14.04.1) trusty-security; urgency=medium
* Updated to 0.98.6 to fix security issues, including CVE-2014-9328.
* Removed upstreamed patches:
- d/p/0002-Add-an-additional-n-after-the-number-in-the-pidfile.patch
- d/p/0017-Bump-.so-version-number.patch
-- Marc Deslauriers <email address hidden> Fri, 30 Jan 2015 08:53:43 -0500
-
clamav (0.98.5+addedllvm-0ubuntu0.14.04.1) trusty-security; urgency=medium
* Updated to 0.98.5 to fix security issues, including CVE-2013-6497.
* Removed patches no longer needed:
- d/p/0002-Sebastian-Andrzej-Siewior.patch
- d/p/0003-configure-use-pkg-config-for-check-so-test-is-detect.patch
- d/p/0004-Stop-using-a-cargo-culted-syscall-table-and-trust-th.patch
- d/p/0005-configure.ac-patches-to-got-with-autoreconf-and-auto.patch
- d/p/0006-Fix-STAT64-definition-and-add-missing-includes.patch
* Added patches from vivid to fix FTBFS, .so version and other issues:
- d/p/0002-Add-an-additional-n-after-the-number-in-the-pidfile.patch
- d/p/0003-unit_tests-increment-test-timeout-from-40secs-to-5mi.patch
- d/p/0006-remove-unnecessary-harmful-flags-from-libclamav.pc.patch
- d/p/0010-hardcode-LLVM-linker-flag-because-llvm-config-return.patch
- d/p/0017-Bump-.so-version-number.patch
- d/p/0018-llvm-don-t-use-system-libs.patch
* debian/clamav-docs.docs: use wildcards, as some docs have changed.
* debian/clamav-base.postinst.in: added new options.
* debian/clamav-base.config.in: added new options.
* debian/clamav-base.templates: added new options.
* debian/control: added libssl-dev BuildDepends.
* clamav-testfiles.install: removed rar files.
-- Marc Deslauriers <email address hidden> Thu, 20 Nov 2014 14:29:18 -0500
-
clamav (0.98.4+dfsg-2~ubuntu14.04.1) trusty-backports; urgency=medium
* No-change backport to trusty (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 00:58:14 -0400
-
clamav (0.98.1+dfsg-4ubuntu1.1) trusty-proposed; urgency=medium
[ 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 <email address hidden> Mon, 28 Apr 2014 17:29:57 -0400
-
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
-- Scott Kitterman <email address hidden> Wed, 19 Mar 2014 08:59:31 -0400
-
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)
-- Scott Kitterman <email address hidden> Sat, 15 Mar 2014 12:47:13 -0400
-
clamav (0.98.1+dfsg-2ubuntu2) trusty; urgency=medium
* Build without LLVM support on ppc64el to fix test failures.
-- Colin Watson <email address hidden> Fri, 07 Mar 2014 15:18:32 +0000
-
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
-- Scott Kitterman <email address hidden> Wed, 05 Mar 2014 23:59:25 -0500
-
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)
-- Louis Bouchard <email address hidden> Mon, 10 Feb 2014 17:56:52 +0100
-
clamav (0.98.1+dfsg-1ubuntu4) trusty; urgency=medium
* Stop using a cargo-culted syscall table and trust the glibc headers.
-- Adam Conrad <email address hidden> Mon, 03 Feb 2014 17:04:49 -0700
-
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
-- Scott Kitterman <email address hidden> Mon, 03 Feb 2014 13:24:29 -0500
-
clamav (0.98.1+dfsg-1ubuntu2) trusty; urgency=low
* Really drop build-dep on electric-fence (in Universe)
-- Scott Kitterman <email address hidden> Sat, 01 Feb 2014 14:42:28 -0500
-
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 zlid 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)
-- Scott Kitterman <email address hidden> Sat, 01 Feb 2014 11:06:17 -0500
-
clamav (0.97.8+dfsg-1ubuntu5) trusty; urgency=medium
* Use dh_autoreconf to update libtool.
-- Dimitri John Ledkov <email address hidden> Fri, 20 Dec 2013 21:46:34 +0000
-
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