Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485728 - app-antivirus/clamav-0.98 version bump
Summary: app-antivirus/clamav-0.98 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL: http://www.clamav.net/lang/en/2013/09...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-09-23 10:40 UTC by Kevin
Modified: 2013-09-27 16:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
clamav-0.98.ebuild (clamav-0.98.ebuild,3.95 KB, text/plain)
2013-09-23 10:40 UTC, Kevin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin 2013-09-23 10:40:23 UTC
Created attachment 359292 [details]
clamav-0.98.ebuild

Released a couple of days ago.

Copied clamav-0.97.8-r2.ebuild to clamav-0.98.ebuild

And removed 0.97-nls.patch from ebuild.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-23 12:16:39 UTC
Comment on attachment 359292 [details]
clamav-0.98.ebuild

--- clamav-0.97.8-r2.ebuild     2013-09-08 12:50:14.000000000 +0200
+++ -   2013-09-23 14:16:29.144550187 +0200
@@ -39,7 +39,6 @@
 src_prepare() {
        use ppc64 && append-flags -mminimal-toic
        use uclibc && export ac_cv_type_error_t=yes
-       epatch "${FILESDIR}"/${PN}-0.97-nls.patch
 }
 
 src_configure() {
Comment 2 Marcin Mirosław 2013-09-27 08:57:46 UTC
Conf files has changed name:

--- clamav-0.97.8.ebuild        2013-06-12 23:31:02.000000000 +0200
+++ clamav-0.98.ebuild  2013-09-27 10:54:05.826644406 +0200
@@ -39,7 +39,6 @@
 src_prepare() {
        use ppc64 && append-flags -mminimal-toic
        use uclibc && export ac_cv_type_error_t=yes
-       epatch "${FILESDIR}"/${PN}-0.97-nls.patch
 }
 
 src_configure() {
@@ -81,7 +80,7 @@
                -e "s:^\#\(LogFile\) .*:\1 ${EPREFIX}/var/log/clamav/clamd.log:" \
                -e "s:^\#\(LogTime\).*:\1 yes:" \
                -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
-               "${ED}"/etc/clamd.conf
+               "${ED}"/etc/clamd.conf.sample
        sed -i -e "s:^\(Example\):\# \1:" \
                -e "s:.*\(PidFile\) .*:\1 ${EPREFIX}/var/run/clamav/freshclam.pid:" \
                -e "s:.*\(DatabaseOwner\) .*:\1 clamav:" \
@@ -89,7 +88,7 @@
                -e "s:^\#\(NotifyClamd\).*:\1 ${EPREFIX}/etc/clamd.conf:" \
                -e "s:^\#\(ScriptedUpdates\).*:\1 yes:" \
                -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
-               "${ED}"/etc/freshclam.conf
+               "${ED}"/etc/freshclam.conf.sample
 
        if use milter ; then
                # MilterSocket one to include ' /' because there is a 2nd line for
Comment 3 Eray Aslan gentoo-dev 2013-09-27 16:04:51 UTC
+*clamav-0.98 (27 Sep 2013)
+
+  27 Sep 2013; Eray Aslan <eras@gentoo.org> +clamav-0.98.ebuild,
+  +files/clamd.conf-r1, +files/clamd.initd-r6:
+  Version bump - bug #485728. Use ionice in init script - bug #469484. Add
+  database update notice for first time clamav usage - bug #483284.
+