Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 701094

Summary: app-antivirus/clamav-0.101.4 installs user manual in /usr/share/doc/${PF}/html/html/UserManual
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: Current packagesAssignee: Antivirus Team <antivirus>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Mayo 2019-11-24 19:24:04 UTC
/usr/share/doc/clamav-0.101.4/html/html/UserManual

Suggest in the ebuild:

-HTML_DOCS=( docs/html )
+HTML_DOCS=( docs/html/. )
Comment 1 Larry the Git Cow gentoo-dev 2019-11-25 04:08:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bed854e02879dce0dd783dafb9ab175eb7ca443

commit 0bed854e02879dce0dd783dafb9ab175eb7ca443
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2019-11-25 03:02:23 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2019-11-25 03:54:20 +0000

    app-antivirus/clamav: new version 0.102.1.
    
    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 <mjo@gentoo.org>

 app-antivirus/clamav/Manifest                      |   2 +-
 ...mav-0.102.0-r2.ebuild => clamav-0.102.1.ebuild} |  13 +--
 .../files/clamav-0.102.0-libxml2_pkgconfig.patch   | 101 ---------------------
 3 files changed, 5 insertions(+), 111 deletions(-)