Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311865 - net-misc/quagga-0.99.17 version bump
Summary: net-misc/quagga-0.99.17 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Alin Năstac (RETIRED)
URL: http://www.quagga.net/download
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2010-2948
  Show dependency tree
 
Reported: 2010-03-29 03:02 UTC by Arsen Shnurkov
Modified: 2010-09-05 17:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arsen Shnurkov 2010-03-29 03:02:18 UTC
2010-march-10    Quagga 0.99.16 has been released
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-03-30 02:14:17 UTC
i've just renamed the 0.99.15 ebuild and modified it to use the 0.99.15 patch set. applies and compiles. have a lock http://svn.xmw.de/websvn/gentoo-overlay/net-misc/quagga and http://svn.xmw.de/gentoo-overlay .
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2010-06-21 21:52:29 UTC
I would like to register my interest to maintain this ebuild. Alin, could you let me know whether you agree? If I do not hear from you within 7 days, I will take up maintainership of net-misc/quagga after 12pm GMT on Monday, June 28. Thank you.
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2010-06-21 22:10:00 UTC
Based on input from darkside, it appears that Alin has been inactive since December 2009:
http://bugs.gentoo.org/custom_userhistory.cgi?matchstr=mrness@gentoo.org

As such, I plan to take this package over tomorrow morning at the start of UK office hours. Darkside & Craig_ on #gentoo-dev were not opposed.
Comment 4 Michael Weber (RETIRED) gentoo-dev 2010-08-28 15:02:14 UTC
there's a .17 version and a security issue bug 334303
Comment 5 Michael Weber (RETIRED) gentoo-dev 2010-08-28 15:47:18 UTC
I can't test the functionality, but this diff makes it work as .16 and .17

io quagga # diff -ru /usr/portage/net-misc/quagga/quagga-0.99.15.ebuild quagga-0.99.17.ebuild 
--- /usr/portage/net-misc/quagga/quagga-0.99.15.ebuild  2009-08-30 10:13:41.000000000 +0200
+++ quagga-0.99.17.ebuild       2010-08-28 17:06:01.989472452 +0200
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/quagga-0.99.15.ebuild,v 1.1 2009/08/30 08:13:41 mrness Exp $
+# $Header: $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 DESCRIPTION="A free routing daemon replacing Zebra supporting RIP, OSPF and BGP."
 HOMEPAGE="http://quagga.net/"
 SRC_URI="http://www.quagga.net/download/${P}.tar.gz
-       mirror://gentoo/${P}-patches-20090830.tar.gz"
+       mirror://gentoo/${PN}-0.99.15-patches-20090830.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -28,15 +28,15 @@
        sys-apps/iproute2"
 
 src_prepare() {
-       epatch "${WORKDIR}/patch/${P}-ipaddr-bug486.diff"
-       epatch "${WORKDIR}/patch/${P}-link-libcap.patch"
-       epatch "${WORKDIR}/patch/${P}-libpcre.patch"
+       epatch "${WORKDIR}/patch/${PN}-0.99.15-ipaddr-bug486.diff"
+       epatch "${WORKDIR}/patch/${PN}-0.99.15-link-libcap.patch"
+       epatch "${WORKDIR}/patch/${PN}-0.99.15-libpcre.patch"
 
        # Classless prefixes for BGP - http://hasso.linux.ee/doku.php/english:network:quagga
        use bgpclassless && epatch "${WORKDIR}/patch/ht-20040304-classless-bgp_adapted.patch"
 
        # Realms support (Calin Velea) - http://vcalinus.gemenii.ro/quaggarealms.html
-       use realms && epatch "${WORKDIR}/patch/${P}-realms.diff"
+       use realms && epatch "${WORKDIR}/patch/${PN}-0.99.15-realms.diff"
 
        eautoreconf
 }
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-05 15:55:24 UTC
I'm using quagga on my router, so I'll pick this up.
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-05 17:10:28 UTC
Okay .17 in tree with a bunch of lifting and new (mostly simplified, but also extended) init scripts.