Your message dated Tue, 25 Nov 2014 21:47:06 +0000 with message-id <[email protected]> and subject line Bug#763300: fixed in clamav 0.98.5+dfsg-0+deb7u1 has caused the Debian Bug report #763300, regarding "clamscan -a -i -r -z --remove" causes a segfault to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 763300: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763300 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Subject: clamav: --remove option causes segmentation fault Package: clamav Version: 0.98.4+dfsg-0+deb7u2 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these lines *** -- Package-specific info: --- configuration --- # Automatically created by the clamav-freshclam postinst # Comments will get lost when you reconfigure the clamav-freshclam package DatabaseOwner clamav UpdateLogFile /var/log/clamav/freshclam.log LogVerbose false LogSyslog false LogFacility LOG_LOCAL6 LogFileMaxSize 0 LogRotate true LogTime true Foreground false Debug false MaxAttempts 5 DatabaseDirectory /var/lib/clamav DNSDatabaseInfo current.cvd.clamav.net AllowSupplementaryGroups false PidFile /var/run/clamav/freshclam.pid ConnectTimeout 30 ReceiveTimeout 30 TestDatabases yes ScriptedUpdates yes CompressLocalDatabase no SafeBrowsing false Bytecode true NotifyClamd /etc/clamav/clamd.conf # Check for new database 24 times a day Checks 24 DatabaseMirror db.local.clamav.net DatabaseMirror database.clamav.net --- data dir --- total 136172 -rw-r--r-- 1 clamav clamav 74230 Sep 28 00:57 bytecode.cvd -rw-r--r-- 1 clamav clamav 74634752 Sep 28 19:01 daily.cld -rw-r--r-- 1 clamav clamav 64720632 Sep 28 00:55 main.cvd -rw------- 1 clamav clamav 364 Sep 28 19:01 mirrors.dat -- System Information: Debian Release: 7.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages clamav depends on: ii clamav-freshclam [clamav-data] 0.98.4+dfsg-0+deb7u2 ii libc6 2.13-38+deb7u4 ii libclamav6 0.98.4+dfsg-0+deb7u2 ii libcurl3 7.26.0-1+wheezy10 ii libssl1.0.0 1.0.1e-2+deb7u12 ii zlib1g 1:1.2.7.dfsg-13 Versions of packages clamav recommends: ii clamav-base 0.98.4+dfsg-0+deb7u2 Versions of packages clamav suggests: pn clamav-docs <none> -- no debconf information I'm a user, not a maintainer. I've tried running as root and user. No luck. I've posted to Debian Forum http://forums.debian.net/viewtopic.php?f=10&t=117439 I've reinstalled.
--- End Message ---
--- Begin Message ---Source: clamav Source-Version: 0.98.5+dfsg-0+deb7u1 We believe that the bug you reported is fixed in the latest version of clamav, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Scott Kitterman <[email protected]> (supplier of updated clamav package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 21 Nov 2014 08:42:58 -0500 Source: clamav Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 clamav-daemon clamav-testfiles clamav-freshclam clamav-milter Architecture: source all amd64 Version: 0.98.5+dfsg-0+deb7u1 Distribution: stable Urgency: medium Maintainer: ClamAV Team <[email protected]> Changed-By: Scott Kitterman <[email protected]> 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: 636877 636881 753973 763300 763634 769384 Changes: clamav (0.98.5+dfsg-0+deb7u1) stable; urgency=medium . [ Sebastian Andrzej Siewior ] * import new upsstream version, refresh patches (Closes: #763300): updated: - hardcode-LLVM-linker-flag-because-llvm-config-return * Add fix-ssize_t-size_t-off_t-printf-modifier.patch. This in conjunction with _FILE_OFFSET_BITS=64 should fix test suite failures due to wrong printf format modifier. * Add "Bump-.so-version-number", likely the RPM version of 769384. * Add "llvm-don-t-use-system-libs", since we don't link against .a libs, we don't need the deps either. * Add "clamav-milter-add-additinal-SMFIF_-flags-before-invo" to make sure clamav-milter is able to add/replace X-Virus-Status + X-Virus-Scanned header flags. * Add bb-10731-Allow-to-specificy-a-group-for-the-socket-o.patch as a prepation to allow running clamav-milter in a group of which the user is not part of. * Init milter socket before dropping root permissions (Closes: #636881). * Drop SOCKET_RWGROUP and start milter as root and let it drop permissions later. Now there is no need for /etc/default/clamav-milter. (Closes: #636877) * Add "bb-10731-Allow-to-specificy-a-group-for-the-socket-o" as dependecy for "clamav-milter-add-additinal-SMFIF_-flags-before-invo" * Update embedded copy of libmspack to be used as fallback, when libmspack-dev is not available. * Convert debian/copyright to DEP-5 copyright format 1.0. * Ignore test failures on hurd, because sockets don't work in the build chroot on the buildd. * Fix implicit declaration warnings. * Switch Vcs-Browser to the cgit interface. * Compile with large file support to avoid incompatibility with libmspack. . [ Scott Kitterman ] * Update libclamav6: embedded-library lintian override for new libclamav6 so version * Fix hyphen-used-as-minus-sign in sigtool.1 and clamsubmit.1 * Add source:Version minimum version requirements for freshclam to clamav, clamav-daemon, and clamav-milter * Run wrap-and-sort to improve readability of debian/control and other packaging files * Consolidate unstable/experimental changelog entries * Adjust revision number to ensure smooth upgrades to jessie . [ Andreas Cadhalpun ] * Bump the version requirement for the cl_retflevel symbol to 0.98.5~rc1, because the CL_FLEVEL, which this function returns, increased in that version the last time. This ensures that the functionality level of libclamav is always new enough. (Closes: #769384) * Add 4 new symbols to libclamav6.symbols. * Fix debian/copyright. * Update lintian overrides. * Update Standards-Version to 3.9.6 (no changes needed). * Remove unnecessary shlibs:Depends from clamav-dbg. * Add patches to support LLVM 3.5. * Add hardcode-LLVM-linker-flag-because-llvm-config-return.patch to make clamav link to LLVM dynamically, which considerably decreases the size of libclamav. * Drop explicit po2debconf handling from debian/rules. It has been unused, because the templates are nowadays handled by dh_installdebconf. * Remove superfluous debian/*.dirs files and unneeded directories from the remaining debian/*.dirs files. * Don't mention non-existant file libclamav/crypto.h in debian/copyright. * Add lintian overrides for false positive tags: - space-in-std-shortname-in-dep5-copyright - wildcard-matches-nothing-in-dep5-copyright - package-contains-timestamped-gzip * Fix the watch file to correctly mangle beta version numbers. * Switch back to the sourceforge.net redirector, since #752384 got fixed. * Don't suggest daemon on hurd, as it doesn't build there. * Let debian/script include /etc/clamav/clamav-milter.conf in bug reports, even if clamconf from clamav-daemon is not available. * Install all documentation PDFs, including phishsigs_howto.pdf. * Remove unused function wait_for_socket from clamav-milter.init.in. * Simplify libclamav6.install file by using a wildcard. * Improve comments in debian/rules. * Stop ignoring test failures on hurd, because hurd's libc got fixed. * Don't use '--with systemd' on wheezy, where dh_systemd is not available. * Depend on libjson0-dev and enable libjson . [ Frans Spiesschaert ] * Updated Dutch Debconf template translation (Closes: #763634) . [ Joe Dalton ] * Updated Danish Debconf template translation (Closes: #753973) Checksums-Sha1: 4a7c9953ec610d0e8a327fb484a19110301b50b7 2906 clamav_0.98.5+dfsg-0+deb7u1.dsc e7df5b8654c165afa4a299cb914c2d6afcf05788 5286536 clamav_0.98.5+dfsg.orig.tar.xz 0948892788e1c283baef93bdcbd224cdd41b64bf 842503 clamav_0.98.5+dfsg-0+deb7u1.debian.tar.gz d9807b059c856eb7cedd3b6a5c31f29e5431932e 277246 clamav-base_0.98.5+dfsg-0+deb7u1_all.deb 851b274a166c3be510fdf202c416839b7ec9069e 927638 clamav-docs_0.98.5+dfsg-0+deb7u1_all.deb c99a5fd61de4aaf2c6f234ada59688f49a4ab250 3876278 clamav-dbg_0.98.5+dfsg-0+deb7u1_amd64.deb 4763a78b120cd275c244300be3e8b1b6a41c2df6 403170 clamav_0.98.5+dfsg-0+deb7u1_amd64.deb f9e497419b0537cdb77120109d7d34748e8fa24b 241012 libclamav-dev_0.98.5+dfsg-0+deb7u1_amd64.deb 8c210ecbeaa6b06d795bd3f528379f3d1dcfc3f4 1086272 libclamav6_0.98.5+dfsg-0+deb7u1_amd64.deb aff5ab48e698b935d9496471e29359699f1bf498 539850 clamav-daemon_0.98.5+dfsg-0+deb7u1_amd64.deb e6047a37102723a506a11bbc2a3adde9033bd5ed 5281140 clamav-testfiles_0.98.5+dfsg-0+deb7u1_all.deb 5eb73200ab14e8b3c0f2537d724bb578ad259402 349500 clamav-freshclam_0.98.5+dfsg-0+deb7u1_amd64.deb 43cd1f7bd3b5f77cef0e77420915380d8ff6abbc 386158 clamav-milter_0.98.5+dfsg-0+deb7u1_amd64.deb Checksums-Sha256: 6ea6a121e8c94ff2d3bdf4d363dd48b36ccc02cb99a30c9f1614253f68beca4f 2906 clamav_0.98.5+dfsg-0+deb7u1.dsc 0e353f646a0add17ca42e75ccfc7edf4f8b7c1acc972a86c317543f6b365db2d 5286536 clamav_0.98.5+dfsg.orig.tar.xz 6d55db4545792ef99a729f6e6740a7acc66875665018203395bcedd977e57df5 842503 clamav_0.98.5+dfsg-0+deb7u1.debian.tar.gz 279be71e8ea51b45b283c924b0eeeee97544746434a0c2ee580781a7def4a80d 277246 clamav-base_0.98.5+dfsg-0+deb7u1_all.deb 17cb302e4e5f57ca6dd1fcefc132214f84fde59b20a2196eb206bc597395cf78 927638 clamav-docs_0.98.5+dfsg-0+deb7u1_all.deb 17be7604144b6239c73587bd4a3ef40a7d1d2f700749997c9dc3c96804251d46 3876278 clamav-dbg_0.98.5+dfsg-0+deb7u1_amd64.deb 492e282e9473fec1be17d8a5db2cb66adf2f3515975e3b3890157ac5807a0a71 403170 clamav_0.98.5+dfsg-0+deb7u1_amd64.deb e7f40d36fae80b5df1422c08143de56c741f1eb483d78f6593a01b1ef8821d38 241012 libclamav-dev_0.98.5+dfsg-0+deb7u1_amd64.deb c6c60fa8916ac6b0b87682e3fb0728097dd43d354c4121975de266f3eb01980e 1086272 libclamav6_0.98.5+dfsg-0+deb7u1_amd64.deb cfe65e260f4fe18f6a9637308a823d85a03bbf81c138ac3f9d5f17a08a972f3d 539850 clamav-daemon_0.98.5+dfsg-0+deb7u1_amd64.deb 9701aaa7ebd395c5efc75e4d0cff7292b9e98b919f1a1ab21a1df5e012e7ffec 5281140 clamav-testfiles_0.98.5+dfsg-0+deb7u1_all.deb 4305c6eff70ddec929c6d0493540112eb72c5f58a05513904199339e2b8cdaca 349500 clamav-freshclam_0.98.5+dfsg-0+deb7u1_amd64.deb 9c881f97605bf707c66abfba91a789f3ea0065f910f869f4b5a9a93c7e099fc9 386158 clamav-milter_0.98.5+dfsg-0+deb7u1_amd64.deb Files: 2a4b6749508e03b136024c008f093703 2906 utils optional clamav_0.98.5+dfsg-0+deb7u1.dsc 34d5e8698e57ce45c4a8c3c2cb211cf3 5286536 utils optional clamav_0.98.5+dfsg.orig.tar.xz 41310c4f5deefe2e975d1b2ef31b585f 842503 utils optional clamav_0.98.5+dfsg-0+deb7u1.debian.tar.gz 13bb7655e90493fd623513c29e38af62 277246 utils optional clamav-base_0.98.5+dfsg-0+deb7u1_all.deb abefaf429b73b61c53f326233c676add 927638 doc optional clamav-docs_0.98.5+dfsg-0+deb7u1_all.deb dc26e608810f666958a08beb07c1e07e 3876278 debug extra clamav-dbg_0.98.5+dfsg-0+deb7u1_amd64.deb 736a4ecb8e1ed50ccae7b6b54e6341ff 403170 utils optional clamav_0.98.5+dfsg-0+deb7u1_amd64.deb 004218cb8f691be81000a920cc8bc1f5 241012 libdevel optional libclamav-dev_0.98.5+dfsg-0+deb7u1_amd64.deb 83522ce3207031df8dfdb0076508aa0f 1086272 libs optional libclamav6_0.98.5+dfsg-0+deb7u1_amd64.deb 704580604ace571b196d875dc2ba01ce 539850 utils optional clamav-daemon_0.98.5+dfsg-0+deb7u1_amd64.deb e97170c1160669807cf205b0bb287490 5281140 utils optional clamav-testfiles_0.98.5+dfsg-0+deb7u1_all.deb 845f9aeb5295251deefaa91f3f41d87b 349500 utils optional clamav-freshclam_0.98.5+dfsg-0+deb7u1_amd64.deb 84f275bf199acff3243910489312c20d 386158 utils extra clamav-milter_0.98.5+dfsg-0+deb7u1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUb1OwAAoJEHjX3vua1ZrxmaIP/itKdJLUT25Lc2/+vqaG4cJA /GAxx70mBdi3zasRMIZgC4WZCYoOD5PA1jnClCsPaCnvHanBrYoVqEQY8KP6UmW4 8iNRpyy4klydpB24+EnPrt4EulU4JYZvIJ22gR66V9MXqxUgz2m0Cjsqc/REco2K dgqTaEb2WJlrGA4abDxHvfRlHV7xJkNxsQsK3aN6iJvI4eUCaPKBjdSNNG0MTFEt xsqkW9lDFVxsr7GSCwzcedOrwUO3lS8Fkq9SOK+a0ga1jlee5IqpNiJxju7PPwj9 0OGc3/AUhCpvWZkv91n52C+bCeL7H5kSzt6UZb2QNjgBAjo7okaFSLdlCCHz9S0S MwRKKzM6Iq36RChgo90ESW4oPI04KNEXWGVbUIvmfD3b+8tVTTxPWGoWsj6b1JsV hGbJSpD7T2To2WErcmLvxjbubdr+Q5whpyfU7PaM/eThC8htYQVOGVA199EaVI1l 8R5CBkFCdJNysOkiTFJStSZU0D0nBEB3Y87N+WDdXsQc3TbkxAtMK9a3x1IDBJra GCyLDxgwHVxud9SAHPCe95p5OWutGCDl9uAr1gZn4wnTMZeSoT8/SmVoxfN9MZPQ 4kClfKy1JpC2AM1aR7IYWvg3/Jfbg7LSolueA2xNaxVqByu2Ff6DlvRRGgDl0PT7 m9AN7GfPOTyjrfoTedHp =rtnu -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
