commit:     9eed0274b015110654fbb3c1f8fde2118042bf0b
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 20:55:23 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 20:55:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eed0274

net-misc/quagga: drop old vulnerable versions

Package-Manager: portage-2.3.0_rc1

 net-misc/quagga/Manifest                   |   2 -
 net-misc/quagga/quagga-0.99.23.1.ebuild    | 116 --------------------------
 net-misc/quagga/quagga-0.99.24.1-r1.ebuild | 127 -----------------------------
 3 files changed, 245 deletions(-)

diff --git a/net-misc/quagga/Manifest b/net-misc/quagga/Manifest
index 9b3a813..424a635 100644
--- a/net-misc/quagga/Manifest
+++ b/net-misc/quagga/Manifest
@@ -1,4 +1,2 @@
 DIST ht-20040304-classless-bgp.patch 1581 SHA256 
39993890f9e31d662ed0564c732fb22392a901beb45b64261ffeadd9edf27887 SHA512 
3df102d8ab88aaee1f109a2310602d6f734f2268252e5e42df752df7db7abeac526e969289481c4abfe905dcd41c35dee65196c48ac320fe9d083305451476e8
 WHIRLPOOL 
cef99d64d52ab8c28bd672fb93dfbd8d716a31c76a5403496a6d104a5ff39531d6085134124d41fe4ff7adf895fa001cbe77b6e42846d849d6c108c81583d04e
-DIST quagga-0.99.23.1.tar.xz 1682104 SHA256 
202e8b7fbec810f28a84e3fbb6aafdaf08a3b51527c258807abc8a74ed617eb8 SHA512 
7a222d4a5aa41deeb233f2e9ce922e5c29787c2f74c1b99177089e3183b69d3c0e4db5846676485a1990b728e007e687070ba4cecab67aa61f8be6c0851581cc
 WHIRLPOOL 
90e37fcb1b87ec1ea618d42c19a1350f84ffe87f2cd4e6e4629a9e7edef1ba792a8f287b3367b31eb6f2d387e6c287da47a69c5cacf0a76be8099c1f79878888
-DIST quagga-0.99.24.1.tar.xz 1779120 SHA256 
6fd6baadb136a801c29c1dd72d0fe69da9f19ae498e87bff7057778361e43b14 SHA512 
71c340ce0f4e52c69892d8fed82d30956161b09b029fb0a82ba774664aa2303b493068664ea057870bec3c7c2a1ffea0a68fba0c400d6868efef691d7b055d2a
 WHIRLPOOL 
e7b4fd86561513b08244a5217821cc7d911b077eccd4c798484a4b13b4acabba133c664a463a7b2261e6e5e1bf3e2d37de9d2b6005a18e004e526f741a22bd9a
 DIST quagga-1.0.20160315.tar.xz 1819488 SHA256 
d284af5dd875dbba90ab875d40db5d68fdc9ede17a76f2af525f85344be56767 SHA512 
ad633d189017a2cef68cf1653b85e082a0dc4fe146720a985da8cdf2aa4c61f2df8a8339419c986e9d74aa88f7f7109bc6d0c13d9ff4904a23852cee3e112edc
 WHIRLPOOL 
6f0ac5da5fef382cf7a462f8d2c139bb0d8068e7b772cd48b63aa0752098515d6b5eb9a10a4e1fc7021085e0635248f6075d937901c6207d51bd0f284388541c

diff --git a/net-misc/quagga/quagga-0.99.23.1.ebuild 
b/net-misc/quagga/quagga-0.99.23.1.ebuild
deleted file mode 100644
index 278ca25..0000000
--- a/net-misc/quagga/quagga-0.99.23.1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-CLASSLESS_BGP_PATCH=ht-20040304-classless-bgp.patch
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils eutils flag-o-matic multilib pam readme.gentoo user
-
-DESCRIPTION="A free routing daemon replacing Zebra supporting RIP, OSPF and 
BGP"
-HOMEPAGE="http://quagga.net/";
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz
-       bgpclassless? ( 
http://hasso.linux.ee/stuff/patches/quagga/${CLASSLESS_BGP_PATCH} )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ~s390 sparc x86"
-IUSE="bgpclassless caps doc elibc_glibc ipv6 multipath ospfapi pam +readline 
snmp tcp-zebra"
-
-COMMON_DEPEND="
-       caps? ( sys-libs/libcap )
-       snmp? ( net-analyzer/net-snmp )
-       readline? (
-               sys-libs/readline
-               pam? ( sys-libs/pam )
-       )
-       !elibc_glibc? ( dev-libs/libpcre )"
-DEPEND="${COMMON_DEPEND}
-       app-arch/xz-utils
-       sys-apps/gawk
-       sys-devel/libtool:2"
-RDEPEND="${COMMON_DEPEND}
-       sys-apps/iproute2"
-
-PATCHES=( "${FILESDIR}/${PN}-0.99.22.4-ipctl-forwarding.patch" )
-
-DISABLE_AUTOFORMATTING=1
-DOC_CONTENTS="Sample configuration files can be found in 
/usr/share/doc/${PF}/samples
-You have to create config files in /etc/quagga before
-starting one of the daemons.
-
-You can pass additional options to the daemon by setting the EXTRA_OPTS
-variable in their respective file in /etc/conf.d"
-
-pkg_setup() {
-       enewgroup quagga
-       enewuser quagga -1 -1 /var/empty quagga
-}
-
-src_prepare() {
-       # Classless prefixes for BGP
-       # http://hasso.linux.ee/doku.php/english:network:quagga
-       use bgpclassless && epatch "${DISTDIR}/${CLASSLESS_BGP_PATCH}"
-
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       append-flags -fno-strict-aliasing
-
-       # do not build PDF docs
-       export ac_cv_prog_PDFLATEX=no
-       export ac_cv_prog_LATEXMK=no
-
-       local myeconfargs=(
-               --enable-exampledir=/usr/share/doc/${PF}/samples
-               --enable-isisd --enable-isis-topology
-               --enable-user=quagga
-               --enable-group=quagga
-               --enable-vty-group=quagga
-               --with-cflags="${CFLAGS}"
-               --with-pkg-extra-version="-gentoo"
-               --sysconfdir=/etc/quagga
-               --localstatedir=/run/quagga
-               --disable-static
-               --disable-pie
-               $(use_enable caps capabilities)
-               $(usex snmp '--enable-snmp' '' '' '')
-               $(use_enable !elibc_glibc pcreposix)
-               $(use_enable tcp-zebra)
-               $(use_enable doc)
-               $(usex multipath $(use_enable multipath) '' '=0' '')
-               $(usex ospfapi '--enable-opaque-lsa --enable-ospf-te 
--enable-ospfclient' '' '' '')
-               $(use_enable readline vtysh)
-               $(use_with pam libpam)
-               $(use_enable ipv6)
-               $(use_enable ipv6 babeld) # babeld does not build properly with 
USE="-ipv6", bug #446289
-               $(use_enable ipv6 ripngd)
-               $(use_enable ipv6 ospf6d)
-               $(use_enable ipv6 rtadv)
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-       readme.gentoo_create_doc
-
-       keepdir /etc/quagga
-       fowners root:quagga /etc/quagga
-       fperms 0770 /etc/quagga
-
-       # install zebra as a file, symlink the rest
-       newinitd "${FILESDIR}"/quagga-services.init.3 zebra
-
-       for service in isisd ripd ospfd bgpd $(use ipv6 && echo babeld ospf6d 
ripngd); do
-               dosym zebra /etc/init.d/${service}
-       done
-
-       use readline && use pam && newpamd "${FILESDIR}/quagga.pam" quagga
-
-       insinto /etc/logrotate.d
-       newins redhat/quagga.logrotate quagga
-}

diff --git a/net-misc/quagga/quagga-0.99.24.1-r1.ebuild 
b/net-misc/quagga/quagga-0.99.24.1-r1.ebuild
deleted file mode 100644
index c8af9d0..0000000
--- a/net-misc/quagga/quagga-0.99.24.1-r1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-CLASSLESS_BGP_PATCH=ht-20040304-classless-bgp.patch
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils eutils flag-o-matic multilib pam readme.gentoo systemd 
user
-
-DESCRIPTION="A free routing daemon replacing Zebra supporting RIP, OSPF and 
BGP"
-HOMEPAGE="http://quagga.net/";
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz
-       bgpclassless? ( 
http://hasso.linux.ee/stuff/patches/quagga/${CLASSLESS_BGP_PATCH} )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
-IUSE="bgpclassless caps doc elibc_glibc ipv6 multipath ospfapi pam +readline 
snmp tcp-zebra"
-
-COMMON_DEPEND="
-       caps? ( sys-libs/libcap )
-       snmp? ( net-analyzer/net-snmp )
-       readline? (
-               sys-libs/readline:0
-               pam? ( sys-libs/pam )
-       )
-       !elibc_glibc? ( dev-libs/libpcre )"
-DEPEND="${COMMON_DEPEND}
-       app-arch/xz-utils
-       sys-apps/gawk
-       sys-devel/libtool:2"
-RDEPEND="${COMMON_DEPEND}
-       sys-apps/iproute2"
-
-PATCHES=( "${FILESDIR}/${PN}-0.99.22.4-ipctl-forwarding.patch" )
-
-DISABLE_AUTOFORMATTING=1
-DOC_CONTENTS="Sample configuration files can be found in 
/usr/share/doc/${PF}/samples
-You have to create config files in /etc/quagga before
-starting one of the daemons.
-
-You can pass additional options to the daemon by setting the EXTRA_OPTS
-variable in their respective file in /etc/conf.d"
-
-pkg_setup() {
-       enewgroup quagga
-       enewuser quagga -1 -1 /var/empty quagga
-}
-
-src_prepare() {
-       # Classless prefixes for BGP
-       # http://hasso.linux.ee/doku.php/english:network:quagga
-       use bgpclassless && epatch "${DISTDIR}/${CLASSLESS_BGP_PATCH}"
-
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       append-flags -fno-strict-aliasing
-
-       # do not build PDF docs
-       export ac_cv_prog_PDFLATEX=no
-       export ac_cv_prog_LATEXMK=no
-
-       local myeconfargs=(
-               --enable-exampledir=/usr/share/doc/${PF}/samples
-               --enable-irdp
-               --enable-isisd --enable-isis-topology
-               --enable-pimd
-               --enable-user=quagga
-               --enable-group=quagga
-               --enable-vty-group=quagga
-               --with-cflags="${CFLAGS}"
-               --with-pkg-extra-version="-gentoo"
-               --sysconfdir=/etc/quagga
-               --localstatedir=/run/quagga
-               --disable-static
-               --disable-pie
-               $(use_enable caps capabilities)
-               $(usex snmp '--enable-snmp' '' '' '')
-               $(use_enable !elibc_glibc pcreposix)
-               $(use_enable tcp-zebra)
-               $(use_enable doc)
-               $(usex multipath $(use_enable multipath) '' '=0' '')
-               $(usex ospfapi '--enable-opaque-lsa --enable-ospf-te 
--enable-ospfclient' '' '' '')
-               $(use_enable readline vtysh)
-               $(use_with pam libpam)
-               $(use_enable ipv6 babeld) # babeld does not build properly with 
USE="-ipv6", bug #446289
-               $(use_enable ipv6 ripngd)
-               $(use_enable ipv6 ospf6d)
-               $(use_enable ipv6 rtadv)
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-       readme.gentoo_create_doc
-
-       keepdir /etc/quagga
-       fowners root:quagga /etc/quagga
-       fperms 0770 /etc/quagga
-
-       # Path for PIDs before first reboot should be created here, bug #558194
-       dodir /run/quagga
-       fowners quagga:quagga /run/quagga
-       fperms 0770 /run/quagga
-
-       # Install systemd-related stuff, bug #553136
-       systemd_dotmpfilesd "${FILESDIR}/systemd/quagga.conf"
-       systemd_dounit "${FILESDIR}/systemd/zebra.service"
-
-       # install zebra as a file, symlink the rest
-       newinitd "${FILESDIR}"/quagga-services.init.3 zebra
-
-       for service in bgpd isisd ospfd pimd ripd $(use ipv6 && echo babeld 
ospf6d ripngd); do
-               dosym zebra /etc/init.d/${service}
-               systemd_dounit "${FILESDIR}/systemd/${service}.service"
-       done
-
-       use readline && use pam && newpamd "${FILESDIR}/quagga.pam" quagga
-
-       insinto /etc/logrotate.d
-       newins redhat/quagga.logrotate quagga
-}

Reply via email to