Skip to content

Commit

Permalink
app-antivirus/clamav: new version 0.102.1.
Browse files Browse the repository at this point in the history
This new version fixes some major problems in the last one. The milter
isn't totally busted, a DoS was patched (CVE-2019-15961), we don't need
to patch the build system to detect libxml2, and fanotify should now
be found when it's there.

I've also tweaked the documentation location so that we don't wind up
with nested "html" directories, and stopped USE="-metadata-analysis-api"
from clobbering USE="clamsubmit" in the ebuild.

The mailing list reports that there are still intermittent test
failures and a ./configure bug, but this one might actually be usable.

Closes: https://bugs.gentoo.org/697686
Closes: https://bugs.gentoo.org/697688
Closes: https://bugs.gentoo.org/701094
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <[email protected]>
  • Loading branch information
orlitzky committed Nov 25, 2019
1 parent d1c81e7 commit 0bed854
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 111 deletions.
2 changes: 1 addition & 1 deletion app-antivirus/clamav/Manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIST clamav-0.101.2.tar.gz 21722932 BLAKE2B 5c2960e678510a6f829fc9333e05a45a57a704e13eb407e0f890dd5553a1f9644eb3b1122c677755237b8c682127319d447a508087bc9130d14cd2cfec92896a SHA512 f9ea4589a8081acf7b6d454d1a068da05ae6574a9070a08f9438935795cb6dc084ffb9222b11fb1623f31962f859e6536a2f5bd1de29ef6b9b314efa5edc8c7e
DIST clamav-0.101.3.tar.gz 21389753 BLAKE2B f254846dad40bd9dda650ece9dd672ca040fe4779b4f46a5cfa087808711055745d02c65f24da9589420e979a777bc435f68d25f6940ebf283cd0a8f240908b5 SHA512 285e6011ef5b68683daae7287005b2a615d7ee2fb9dac28d6db347cf7fe101da627aaec800366e83551f41afb78c6b08517def7aa30d0f0c347e54344b0b14d3
DIST clamav-0.101.4.tar.gz 21408145 BLAKE2B 5eba85dcf203f56cbd943e479e660469dcc1972819674f5624207f4123ec74207b664cba3c9b0318665d261176da338f3c3fba9c938eeb626ce75174d525a43f SHA512 fae914a95b674fa6bdea044abec702401146590ca0aaaea1245deb1c4770641a794f60ff7b448b24d8c1923150cb7ba230848974837257c3a8ab20ea1e2f86d3
DIST clamav-0.102.0.tar.gz 13211357 BLAKE2B b3ba01f7ff63dbb4fcba57955b3ea364b56da6b71c01770cb6fabbd48a60cf43935aa0a869ef8d96d8f7adc65c9ebc681d08e87c2e07bc7469584a0d9833a4fd SHA512 7228f5f572e5ca32a458c262a5d297694059de04cb4a64364dd92e1d2e4560d58263d05bfb2053641ea7521c4040bef5a49b3cea27e77b907c95195cf4a54d84
DIST clamav-0.102.1.tar.gz 13215586 BLAKE2B 653e5506ed0b19c154038e960184abf2773a8a12a775dda81ce4f69fe7e58c457c39d85e24ce43bda9f09f43766c81af69d5462e7459077b0e4886f73a2a5ba2 SHA512 2d0cd2dece771ab8228771f9a95eb0342e756083a0107b2bef31bd2f5f46c36aa692e15d7eb2ea321f535ea4e18c8df043c8663ae350d40fbe1bdb4d073dcb90
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ DEPEND="${CDEPEND}
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-clamav )"

#DOCS=( docs/UserManual.md docs/UserManual )
HTML_DOCS=( docs/html )
HTML_DOCS=( docs/html/. )

PATCHES=(
"${FILESDIR}/${PN}-0.102.0-libxml2_pkgconfig.patch" #661328
"${FILESDIR}/${PN}-0.101.2-tinfo.patch" #670729
)

Expand All @@ -71,15 +69,13 @@ src_configure() {
# but that does not work
# do not add this, since --disable-xml seems to override
# --without-xml
JSONUSE=""
JSONUSE="--without-libjson"

if [ use clamsubmit ] || [ use metadata-analysis-api ]; then
if use clamsubmit || use metadata-analysis-api; then
# either of those 2 requires libjson.
# clamsubmit will be built as soon as libjson and curl are found
# but we only install the binary if requested
JSONUSE="--with-libjson=/usr"
else
JSONUSE="--without-libjson"
JSONUSE="--with-libjson=${EPREFIX}/usr"
fi

econf \
Expand All @@ -91,7 +87,6 @@ src_configure() {
$(use_enable test check) \
$(use_with xml) \
$(use_with iconv) \
$(use_with metadata-analysis-api libjson /usr) \
${JSONUSE} \
$(use_enable libclamav-only) \
--with-system-libmspack \
Expand Down
101 changes: 0 additions & 101 deletions app-antivirus/clamav/files/clamav-0.102.0-libxml2_pkgconfig.patch

This file was deleted.

0 comments on commit 0bed854

Please sign in to comment.