summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-03-06 19:37:17 +0000
committerAlin Năstac <mrness@gentoo.org>2009-03-06 19:37:17 +0000
commitd5fd72e20cd4235c0dc25af18461f9c6877ab1c9 (patch)
tree30e7f324fbc1dd9597488e37d85167b870f09e98 /net-proxy
parentalpha/arm/ia64/s390/sh/x86 stable wrt #261108 (diff)
downloadgentoo-2-d5fd72e20cd4235c0dc25af18461f9c6877ab1c9.tar.gz
gentoo-2-d5fd72e20cd4235c0dc25af18461f9c6877ab1c9.tar.bz2
gentoo-2-d5fd72e20cd4235c0dc25af18461f9c6877ab1c9.zip
Version bump wrt security bug 261210.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/ziproxy/ChangeLog10
-rw-r--r--net-proxy/ziproxy/ziproxy-2.6.9_beta.ebuild (renamed from net-proxy/ziproxy/ziproxy-2.5.1.ebuild)14
2 files changed, 15 insertions, 9 deletions
diff --git a/net-proxy/ziproxy/ChangeLog b/net-proxy/ziproxy/ChangeLog
index 658a99d34332..3d0b5f29375b 100644
--- a/net-proxy/ziproxy/ChangeLog
+++ b/net-proxy/ziproxy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-proxy/ziproxy
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ChangeLog,v 1.19 2008/07/14 10:42:27 sbriesen Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ChangeLog,v 1.20 2009/03/06 19:37:17 mrness Exp $
+
+*ziproxy-2.6.9_beta (06 Mar 2009)
+
+ 06 Mar 2009; Alin Năstac <mrness@gentoo.org> -ziproxy-2.5.1.ebuild,
+ +ziproxy-2.6.9_beta.ebuild:
+ Version bump wrt security bug 261210.
14 Jul 2008; Stefan Briesenick <sbriesen@gentoo.org> files/ziproxy.initd:
finally fixed init-sript for OpenRC.
diff --git a/net-proxy/ziproxy/ziproxy-2.5.1.ebuild b/net-proxy/ziproxy/ziproxy-2.6.9_beta.ebuild
index 184bde14d8fe..960cbd00e56f 100644
--- a/net-proxy/ziproxy/ziproxy-2.5.1.ebuild
+++ b/net-proxy/ziproxy/ziproxy-2.6.9_beta.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ziproxy-2.5.1.ebuild,v 1.2 2008/07/08 19:07:08 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/ziproxy-2.6.9_beta.ebuild,v 1.1 2009/03/06 19:37:17 mrness Exp $
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
+EAPI="2"
inherit eutils
DESCRIPTION="A forwarding, non-caching, compressing web proxy server"
HOMEPAGE="http://ziproxy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P/beta/BETA}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -24,6 +23,8 @@ DEPEND="media-libs/giflib
RDEPEND="${DEPEND}
xinetd? ( virtual/inetd )"
+S="${WORKDIR}/${P/beta/BETA}"
+
pkg_setup() {
enewgroup ziproxy
enewuser ziproxy -1 -1 -1 ziproxy
@@ -43,11 +44,10 @@ src_unpack() {
-e "s:root:ziproxy:g" etc/xinetd.d/ziproxy
}
-src_compile() {
+src_configure() {
local myconf="--with-cfgfile=/etc/ziproxy/ziproxy.conf" # --enable-testprogs
use jpeg2k && myconf="${myconf} --with-jasper" # use_with doesn't work
econf ${myconf} || die "econf failed"
- emake || die "emake failed"
}
src_install() {