diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-05-14 22:10:05 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-05-14 22:10:05 +0000 |
commit | d7bb611dc513472fc260b0d3315e4eb386a7b0ce (patch) | |
tree | 9f77bae9666c46caef13965d16360a4db6a6ad6c /net-proxy/squidclamav | |
parent | clean up old revisions. (diff) | |
download | gentoo-2-d7bb611dc513472fc260b0d3315e4eb386a7b0ce.tar.gz gentoo-2-d7bb611dc513472fc260b0d3315e4eb386a7b0ce.tar.bz2 gentoo-2-d7bb611dc513472fc260b0d3315e4eb386a7b0ce.zip |
Version bump (#221171).
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-proxy/squidclamav')
-rw-r--r-- | net-proxy/squidclamav/ChangeLog | 11 | ||||
-rw-r--r-- | net-proxy/squidclamav/files/squidclamav-3.5-gentoo.patch (renamed from net-proxy/squidclamav/files/squidclamav-3.1-gentoo.patch) | 6 | ||||
-rw-r--r-- | net-proxy/squidclamav/squidclamav-3.5.ebuild (renamed from net-proxy/squidclamav/squidclamav-3.1.ebuild) | 6 |
3 files changed, 15 insertions, 8 deletions
diff --git a/net-proxy/squidclamav/ChangeLog b/net-proxy/squidclamav/ChangeLog index e4ff8f1e09e0..7819d584580d 100644 --- a/net-proxy/squidclamav/ChangeLog +++ b/net-proxy/squidclamav/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-proxy/squidclamav -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.5 2007/12/30 12:16:37 mrness Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.6 2008/05/14 22:10:05 mrness Exp $ + +*squidclamav-3.5 (14 May 2008) + + 14 May 2008; Alin Năstac <mrness@gentoo.org> + -files/squidclamav-3.1-gentoo.patch, +files/squidclamav-3.5-gentoo.patch, + -squidclamav-3.1.ebuild, +squidclamav-3.5.ebuild: + Version bump (#221171). *squidclamav-3.2 (30 Dec 2007) diff --git a/net-proxy/squidclamav/files/squidclamav-3.1-gentoo.patch b/net-proxy/squidclamav/files/squidclamav-3.5-gentoo.patch index 624d2ebaef14..169d84264e2b 100644 --- a/net-proxy/squidclamav/files/squidclamav-3.1-gentoo.patch +++ b/net-proxy/squidclamav/files/squidclamav-3.5-gentoo.patch @@ -1,6 +1,6 @@ -diff -Nru squidclamav-3.1.orig/squidclamav.conf.dist squidclamav-3.1/squidclamav.conf.dist ---- squidclamav-3.1.orig/squidclamav.conf.dist 2007-08-22 15:50:41.000000000 +0300 -+++ squidclamav-3.1/squidclamav.conf.dist 2007-11-02 17:44:11.000000000 +0200 +diff -Nru squidclamav-3.5.orig/squidclamav.conf.dist squidclamav-3.5/squidclamav.conf.dist +--- squidclamav-3.5.orig/squidclamav.conf.dist 2008-03-28 10:51:18.000000000 +0200 ++++ squidclamav-3.5/squidclamav.conf.dist 2008-05-15 01:05:55.000000000 +0300 @@ -29,7 +29,7 @@ # # stat 0|1 diff --git a/net-proxy/squidclamav/squidclamav-3.1.ebuild b/net-proxy/squidclamav/squidclamav-3.5.ebuild index 87a03ed773ae..dcbc94ff053e 100644 --- a/net-proxy/squidclamav/squidclamav-3.1.ebuild +++ b/net-proxy/squidclamav/squidclamav-3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-3.1.ebuild,v 1.1 2007/11/02 15:49:01 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-3.5.ebuild,v 1.1 2008/05/14 22:10:05 mrness Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=net-misc/curl-7.12.1 +DEPEND="net-misc/curl dev-libs/openssl sys-libs/zlib app-arch/bzip2" |