www-servers/varnish: remove vulnerable versions, bug #626872
authorAnthony G. Basile <blueness@gentoo.org>
Mon, 25 Sep 2017 00:34:34 +0000 (20:34 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Mon, 25 Sep 2017 00:35:04 +0000 (20:35 -0400)
Package-Manager: Portage-2.3.8, Repoman-2.3.1

www-servers/varnish/Manifest
www-servers/varnish/varnish-4.0.3.ebuild [deleted file]
www-servers/varnish/varnish-4.1.6.ebuild [deleted file]

index 9bd74616458b401a9760c17055a893f995b98cb3..93ed113d07e0e05746db1d600d2b2220e66e3108 100644 (file)
@@ -1,5 +1,3 @@
-DIST varnish-4.0.3.tar.gz 1866760 SHA256 94b9a174097f47db2286acd2c35f235e49a2b7a9ddfdbd6eb7aa4da9ae8f8206 SHA512 db7bb141afd4617ac95573983dc30591b0eb9bc1af06df1094f2c1eeac539da936afb4a239d2f446d3c3a51b88a781b7f9f6d9a0b2028eaf0e7049ea2159d883 WHIRLPOOL 942456e19be427859283959dabe5522667519d36decbc598c8ee1e949767ea7435469393289d4373db6abac5275e50a95fc3799a837dc17740a490b4912bfe6f
 DIST varnish-4.0.5.tar.gz 1947888 SHA256 d90ffa33902d3ac40742cbb50588a37f467f23797f93e67a261724f4a7fb0aff SHA512 a08259f6f9c6fffa188b26c1f8c630de5e6d2f6d52f6efa9d5d8239cdd8721c53e2be3379f8100efb537e74416eadd6c865f4cc687db1c5a9f757bb3f73abeda WHIRLPOOL feea23e932e4bb422885679f15ddfed8d87976ab129f9658a96a01c81de8b3cd92e747739ad96693477b09025aecc9a5da9ce9170fdb9fdfc04c1d7c4ef8d3f4
-DIST varnish-4.1.6.tar.gz 2201975 SHA256 c7ac460b521bebf772868b2f5aefc2f2508a1e133809cd52d3ba1b312226e849 SHA512 c97b6245d467472dc61d1471cbfbefc1cca0839abbca73940efb800e7751437a64437a0c68e2c65e6f4dc039f25bb51ef4d9f3da4e50ccb854646457fb147927 WHIRLPOOL 6b10fc7c2b19f8ba6e8b89cad41b034ce1ab126db510f239a725fa3e1319e2b130c872c3a88b2f3f9c1a5bf9a926540b0fa4aa8238b92eb5174722bee8d307c4
 DIST varnish-4.1.8.tar.gz 2254772 SHA256 908e7fbfa0325498717686b2050181134aa0a69d1495c02b2625cd34d35a4ff1 SHA512 c642359118d87e8713d2ccf817da317a454a0f9ae6f7a07da1d10b5076aa7e5d7dcc203ef71ae19d56b7592db0c66b4ca96cb43d5fa0e6aa588d1dc8e03e026e WHIRLPOOL 2e04466f2a7a60cb788177b6328f47a4929767c927c0083da33ccb30bfa2fa39b220ddab965c1093e77c2b222f959798f91090a37e809476781c45e23601fb3e
 DIST varnish-5.1.3.tar.gz 2643223 SHA256 7439c93ca581340f3722b8c790160f46dc6c5328188e4c0bc233c42f3f04a54e SHA512 a10c317dc38ddff139ca8153f6388955df449c3abeb4d4f069b632ba2b32064a2827ab05fa8515994b251a68507fc3a7bf4e08eacc991fc03283ab234b9efd0a WHIRLPOOL 7dbd0da80bb9b8de194da83c6e8d198ec2652ae8d17105196b0af76d9df1129cecc67b3fd47a73c53d0f175872782478ee836ec6a75738b343b444ecb1dd1f19
diff --git a/www-servers/varnish/varnish-4.0.3.ebuild b/www-servers/varnish/varnish-4.0.3.ebuild
deleted file mode 100644 (file)
index 6dd7e90..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit user autotools-utils eutils systemd python-r1
-
-DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator"
-HOMEPAGE="http://www.varnish-cache.org/"
-SRC_URI="http://repo.varnish-cache.org/source/${P}.tar.gz"
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips x86"
-IUSE="jemalloc jit static-libs"
-
-CDEPEND="
-       || ( dev-libs/libedit sys-libs/readline )
-       dev-libs/libpcre[jit?]
-       jemalloc? ( dev-libs/jemalloc )
-       sys-libs/ncurses:="
-
-#varnish compiles stuff at run time
-RDEPEND="
-       ${PYTHON_DEPS}
-       ${CDEPEND}
-       sys-devel/gcc"
-
-DEPEND="
-       ${CDEPEND}
-       dev-python/docutils
-       virtual/pkgconfig"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="test" #315725
-
-DOCS=( README doc/changes.rst )
-
-AUTOTOOLS_AUTORECONF="yes"
-
-pkg_setup() {
-       ebegin "Creating varnish user and group"
-       enewgroup varnish 40
-       enewuser varnish 40 -1 /var/lib/varnish varnish
-       eend $?
-}
-
-src_prepare() {
-       # Remove bundled libjemalloc. We also fix
-       # automagic dep in our patches, bug #461638
-       rm -rf lib/libjemalloc
-
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable static-libs static)
-               $(use_enable jit pcre-jit )
-               $(use_with jemalloc)
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-
-       python_replicate_script "${D}/usr/share/varnish/vmodtool.py"
-
-       newinitd "${FILESDIR}"/varnishlog.initd varnishlog
-       newconfd "${FILESDIR}"/varnishlog.confd varnishlog
-
-       newinitd "${FILESDIR}"/varnishncsa.initd-r1 varnishncsa
-       newconfd "${FILESDIR}"/varnishncsa.confd varnishncsa
-
-       newinitd "${FILESDIR}"/varnishd.initd-r3 varnishd
-       newconfd "${FILESDIR}"/varnishd.confd-r3 varnishd
-
-       insinto /etc/logrotate.d/
-       newins "${FILESDIR}/varnishd.logrotate-r2" varnishd
-
-       diropts -m750
-
-       dodir /var/log/varnish/
-
-       systemd_dounit "${FILESDIR}/${PN}d.service"
-
-       insinto /etc/varnish/
-       doins lib/libvmod_std/vmod.vcc
-       doins etc/example.vcl
-
-       fowners root:varnish /etc/varnish/
-       fowners varnish:varnish /var/lib/varnish/
-       fperms 0750 /var/lib/varnish/ /etc/varnish/
-}
-
-pkg_postinst () {
-       elog "No demo-/sample-configfile is included in the distribution.  Please"
-       elog "read the man-page for more info.  A sample configuration proxying"
-       elog "localhost:8080 for localhost:80 is given in /etc/conf.d/varnishd."
-}
diff --git a/www-servers/varnish/varnish-4.1.6.ebuild b/www-servers/varnish/varnish-4.1.6.ebuild
deleted file mode 100644 (file)
index e0e8515..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit user autotools-utils eutils systemd python-r1
-
-DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator"
-HOMEPAGE="http://www.varnish-cache.org/"
-SRC_URI="http://repo.varnish-cache.org/source/${P}.tar.gz"
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86"
-IUSE="jemalloc jit static-libs"
-
-CDEPEND="
-       sys-libs/readline:0=
-       dev-libs/libpcre[jit?]
-       jemalloc? ( dev-libs/jemalloc )
-       sys-libs/ncurses:0="
-
-#varnish compiles stuff at run time
-RDEPEND="
-       ${PYTHON_DEPS}
-       ${CDEPEND}
-       sys-devel/gcc"
-
-DEPEND="
-       ${CDEPEND}
-       dev-python/docutils
-       virtual/pkgconfig"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="test" #315725
-
-DOCS=( README.rst doc/changes.rst )
-
-AUTOTOOLS_AUTORECONF="yes"
-
-pkg_setup() {
-       ebegin "Creating varnish user and group"
-       enewgroup varnish
-       enewuser varnish -1 -1 /var/lib/varnish varnish
-       eend $?
-}
-
-src_prepare() {
-       # Remove bundled libjemalloc. We also fix
-       # automagic dep in our patches, bug #461638
-       rm -rf lib/libjemalloc
-
-       # Fix bug #620952
-       epatch "${FILESDIR}"/fix-build-x86.patch
-
-       # Remove -Werror bug #528354
-       sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac
-
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable static-libs static)
-               $(use_enable jit pcre-jit )
-               $(use_with jemalloc)
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-
-       python_replicate_script "${D}/usr/share/varnish/vmodtool.py"
-
-       newinitd "${FILESDIR}"/varnishlog.initd varnishlog
-       newconfd "${FILESDIR}"/varnishlog.confd varnishlog
-
-       newinitd "${FILESDIR}"/varnishncsa.initd varnishncsa
-       newconfd "${FILESDIR}"/varnishncsa.confd varnishncsa
-
-       newinitd "${FILESDIR}"/varnishd.initd-r4 varnishd
-       newconfd "${FILESDIR}"/varnishd.confd-r4 varnishd
-
-       insinto /etc/logrotate.d/
-       newins "${FILESDIR}/varnishd.logrotate-r2" varnishd
-
-       diropts -m750
-
-       dodir /var/log/varnish/
-
-       systemd_dounit "${FILESDIR}/${PN}d.service"
-
-       insinto /etc/varnish/
-       doins lib/libvmod_std/vmod.vcc
-       doins etc/example.vcl
-
-       fowners root:varnish /etc/varnish/
-       fowners varnish:varnish /var/lib/varnish/
-       fperms 0750 /var/lib/varnish/ /etc/varnish/
-}