summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-10-10 23:25:17 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-10-10 23:25:17 +0000
commitdd46288033fbbe62e700612bec03bc775e0ac98a (patch)
tree1be2926732b591835f107327d5693ce156de1e3a /net-proxy
parentVersion bump. (diff)
downloadgentoo-2-dd46288033fbbe62e700612bec03bc775e0ac98a.tar.gz
gentoo-2-dd46288033fbbe62e700612bec03bc775e0ac98a.tar.bz2
gentoo-2-dd46288033fbbe62e700612bec03bc775e0ac98a.zip
Cleanup of old ebuilds for security bug #432046.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/tinyproxy/ChangeLog6
-rw-r--r--net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild78
-rw-r--r--net-proxy/tinyproxy/tinyproxy-1.8.3-r2.ebuild83
-rw-r--r--net-proxy/tinyproxy/tinyproxy-1.8.3.ebuild82
4 files changed, 5 insertions, 244 deletions
diff --git a/net-proxy/tinyproxy/ChangeLog b/net-proxy/tinyproxy/ChangeLog
index df744ee3856c..eb93b0eb6f16 100644
--- a/net-proxy/tinyproxy/ChangeLog
+++ b/net-proxy/tinyproxy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-proxy/tinyproxy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/ChangeLog,v 1.53 2013/10/09 17:10:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/ChangeLog,v 1.54 2013/10/10 23:25:16 tomwij Exp $
+
+ 10 Oct 2013; Tom Wijsman <TomWij@gentoo.org> -tinyproxy-1.8.3-r1.ebuild,
+ -tinyproxy-1.8.3-r2.ebuild, -tinyproxy-1.8.3.ebuild:
+ Cleanup of old ebuilds for security bug #432046.
09 Oct 2013; Agostino Sarubbo <ago@gentoo.org> tinyproxy-1.8.3-r3.ebuild:
Stable for sparc, wrt bug #432046
diff --git a/net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild
deleted file mode 100644
index a42382b3d6ad..000000000000
--- a/net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild,v 1.1 2013/05/29 17:48:35 flameeyes Exp $
-
-EAPI=5
-inherit autotools eutils user
-
-DESCRIPTION="A lightweight HTTP/SSL proxy"
-HOMEPAGE="http://www.banu.com/tinyproxy/"
-SRC_URI="http://www.banu.com/pub/${PN}/1.8/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="test debug +filter-proxy minimal reverse-proxy
- transparent-proxy +upstream-proxy +xtinyproxy-header"
-
-REQUIRED_USE="test? ( xtinyproxy-header )"
-
-DEPEND="
- !minimal? ( app-text/asciidoc )
-"
-RDEPEND=""
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} "" "" "" ${PN}
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.8.1-ldflags.patch
- use minimal && epatch "${FILESDIR}/${PN}-1.8.1-minimal.patch"
- sed -i \
- -e "s|nobody|${PN}|g" \
- -e 's|/var/run/|/run/|g' \
- etc/${PN}.conf.in || die "sed failed"
- sed -i \
- -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
- configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- if use minimal; then
- ln -s /bin/true "${T}"/a2x
- export PATH="${T}:${PATH}"
- fi
- econf \
- $(use_enable debug) \
- $(use_enable filter-proxy filter) \
- $(use_enable reverse-proxy reverse) \
- $(use_enable transparent-proxy transparent) \
- $(use_enable upstream-proxy upstream) \
- $(use_enable xtinyproxy-header xtinyproxy) \
- --disable-silent-rules \
- --localstatedir=/var
-}
-
-src_test() {
- # The make check target does not run the test suite
- emake test
-}
-
-src_install() {
- default
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- diropts -m0775 -o ${PN} -g ${PN}
- keepdir /var/log/${PN}
-
- newinitd "${FILESDIR}"/${PN}-1.8.3.initd tinyproxy
-}
-
-pkg_postinst() {
- elog "For filtering domains and URLs, enable filter option in the configuration"
- elog "file and add them to the filter file (one domain or URL per line)."
-}
diff --git a/net-proxy/tinyproxy/tinyproxy-1.8.3-r2.ebuild b/net-proxy/tinyproxy/tinyproxy-1.8.3-r2.ebuild
deleted file mode 100644
index ac053c0ef9b1..000000000000
--- a/net-proxy/tinyproxy/tinyproxy-1.8.3-r2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.3-r2.ebuild,v 1.3 2013/09/01 13:33:34 tomwij Exp $
-
-EAPI="5"
-
-inherit autotools eutils user
-
-DESCRIPTION="A lightweight HTTP/SSL proxy"
-HOMEPAGE="http://www.banu.com/tinyproxy/"
-SRC_URI="http://www.banu.com/pub/${PN}/1.8/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-
-IUSE="test debug +filter-proxy minimal reverse-proxy
- transparent-proxy +upstream-proxy +xtinyproxy-header"
-
-REQUIRED_USE="test? ( xtinyproxy-header )"
-
-DEPEND="!minimal? ( app-text/asciidoc )"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} "" "" "" ${PN}
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.8.1-ldflags.patch
- epatch "${FILESDIR}"/${PF}-DoS-Prevention.patch
-
- use minimal && epatch "${FILESDIR}/${PN}-1.8.1-minimal.patch"
-
- sed -i \
- -e "s|nobody|${PN}|g" \
- -e 's|/var/run/|/run/|g' \
- etc/${PN}.conf.in || die "sed failed"
-
- sed -i \
- -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
- configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- if use minimal; then
- ln -s /bin/true "${T}"/a2x
- export PATH="${T}:${PATH}"
- fi
-
- econf \
- $(use_enable debug) \
- $(use_enable filter-proxy filter) \
- $(use_enable reverse-proxy reverse) \
- $(use_enable transparent-proxy transparent) \
- $(use_enable upstream-proxy upstream) \
- $(use_enable xtinyproxy-header xtinyproxy) \
- --disable-silent-rules \
- --localstatedir=/var
-}
-
-src_test() {
- # The make check target does not run the test suite
- emake test
-}
-
-src_install() {
- default
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- diropts -m0775 -o ${PN} -g ${PN}
- keepdir /var/log/${PN}
-
- newinitd "${FILESDIR}"/${PF}.initd tinyproxy
-}
-
-pkg_postinst() {
- elog "For filtering domains and URLs, enable filter option in the configuration"
- elog "file and add them to the filter file (one domain or URL per line)."
-}
diff --git a/net-proxy/tinyproxy/tinyproxy-1.8.3.ebuild b/net-proxy/tinyproxy/tinyproxy-1.8.3.ebuild
deleted file mode 100644
index 4680d1432e6f..000000000000
--- a/net-proxy/tinyproxy/tinyproxy-1.8.3.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.3.ebuild,v 1.8 2013/04/24 17:47:02 jer Exp $
-
-EAPI=4
-inherit autotools eutils user
-
-DESCRIPTION="A lightweight HTTP/SSL proxy"
-HOMEPAGE="http://www.banu.com/tinyproxy/"
-SRC_URI="http://www.banu.com/pub/${PN}/1.8/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="debug +filter-proxy minimal reverse-proxy
- transparent-proxy +upstream-proxy +xtinyproxy-header"
-
-DEPEND="
- !minimal? ( app-text/asciidoc )
-"
-RDEPEND=""
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} "" "" "" ${PN}
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.8.1-ldflags.patch
- use minimal && epatch "${FILESDIR}/${PN}-1.8.1-minimal.patch"
- sed -i \
- -e "s|nobody|${PN}|g" \
- -e 's|/run/tinyproxy/|/run/|g' \
- etc/${PN}.conf.in || die "sed failed"
- sed -i \
- -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
- configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- if use minimal; then
- ln -s /bin/true "${T}"/a2x
- export PATH="${T}:${PATH}"
- fi
- econf \
- $(use_enable debug) \
- $(use_enable filter-proxy filter) \
- $(use_enable reverse-proxy reverse) \
- $(use_enable transparent-proxy transparent) \
- $(use_enable upstream-proxy upstream) \
- $(use_enable xtinyproxy-header xtinyproxy) \
- --disable-silent-rules \
- --localstatedir=/var
-}
-
-src_test() {
- if use xtinyproxy-header;then
- # The make check target does not run the test suite
- emake test
- else
- einfo "The test suite needs USE=xtinyproxy-header to succeed"
- fi
-}
-
-src_install() {
- default
-
- if ! use minimal; then
- dodoc AUTHORS ChangeLog NEWS README TODO
- fi
-
- diropts -m0775 -o ${PN} -g ${PN}
- keepdir /var/log/${PN}
-
- newinitd "${FILESDIR}"/${PN}-1.8.2.initd tinyproxy
-}
-
-pkg_postinst() {
- einfo "For filtering domains and URLs, enable filter option in the configuration"
- einfo "file and add them to the filter file (one domain or URL per line)."
-}