update to Quagga 0.99.21

This commit is contained in:
sthen 2012-09-19 16:35:06 +00:00
parent a75f393242
commit 46b6a18c80
8 changed files with 32 additions and 34 deletions

View File

@ -1,16 +1,14 @@
# $OpenBSD: Makefile,v 1.29 2012/04/28 11:06:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2012/09/19 16:35:06 sthen Exp $
COMMENT= multi-threaded routing daemon
DISTNAME= quagga-0.99.20.1
DISTNAME= quagga-0.99.21
SHARED_LIBS= ospf 0.0 \
ospfapiclient 0.0 \
zebra 0.0
CATEGORIES= net
MASTER_SITES= http://www.quagga.net/download/
REVISION= 0
HOMEPAGE= http://www.quagga.net/
# GPLv2+
@ -30,7 +28,7 @@ USE_LIBTOOL= Yes
SYSCONFDIR= ${BASESYSCONFDIR}/quagga
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.68
AUTOCONF_VERSION= 2.69
CONFIGURE_ARGS+= --includedir=${LOCALBASE}/include/quagga \
--enable-user=_quagga \
--enable-group=_quagga \

View File

@ -1,5 +1,2 @@
MD5 (quagga-0.99.20.1.tar.gz) = Jw3dRkQH+M5vqK2ovBq71w==
RMD160 (quagga-0.99.20.1.tar.gz) = VtD2vuZVQ+Nxxv8e0UQ4CdsbM1o=
SHA1 (quagga-0.99.20.1.tar.gz) = MDQVXihbxvts2uztDXmlcP/7NHE=
SHA256 (quagga-0.99.20.1.tar.gz) = 3oysUecjsUCr7xEmaW3PnGhQBUax2zBDzOQxrp0ykfQ=
SIZE (quagga-0.99.20.1.tar.gz) = 2251259
SHA256 (quagga-0.99.21.tar.gz) = m4rqkCa0dxoo4lSmbL2FRyO80Nce69AgHRGDjU6zku4=
SIZE (quagga-0.99.21.tar.gz) = 2297174

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_ac,v 1.1 2012/03/31 10:51:47 sthen Exp $
--- configure.ac.orig Tue Mar 20 20:59:59 2012
+++ configure.ac Tue Mar 20 21:00:03 2012
@@ -935,7 +935,7 @@ AC_CHECK_MEMBERS([struct ip_mreqn.imr_ifindex], [], []
$OpenBSD: patch-configure_ac,v 1.2 2012/09/19 16:35:06 sthen Exp $
--- configure.ac.orig Tue May 1 20:42:00 2012
+++ configure.ac Wed Sep 19 14:40:30 2012
@@ -946,7 +946,7 @@ AC_CHECK_MEMBERS([struct ip_mreqn.imr_ifindex], [], []
AC_MSG_CHECKING([for BSD struct ip_mreq hack])
AC_TRY_COMPILE([#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_Makefile_in,v 1.10 2012/03/31 10:51:47 sthen Exp $
--- doc/Makefile.in.orig Mon Mar 12 11:43:03 2012
+++ doc/Makefile.in Tue Mar 20 20:11:40 2012
@@ -381,7 +381,7 @@ clean-libtool:
$OpenBSD: patch-doc_Makefile_in,v 1.11 2012/09/19 16:35:06 sthen Exp $
--- doc/Makefile.in.orig Tue May 1 21:48:05 2012
+++ doc/Makefile.in Wed Sep 19 14:40:30 2012
@@ -421,7 +421,7 @@ clean-libtool:
.texi.dvi:
TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
@ -10,7 +10,7 @@ $OpenBSD: patch-doc_Makefile_in,v 1.10 2012/03/31 10:51:47 sthen Exp $
$(TEXI2DVI) $<
.texi.pdf:
@@ -759,7 +759,7 @@ install-info-am: $(INFO_DEPS)
@@ -820,7 +820,7 @@ install-info-am: $(INFO_DEPS)
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
esac; \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ospfclient_Makefile_in,v 1.10 2012/08/04 14:24:23 espie Exp $
--- ospfclient/Makefile.in.orig Mon Mar 12 12:43:04 2012
+++ ospfclient/Makefile.in Sat Jul 21 12:05:18 2012
@@ -131,7 +131,8 @@ CPP = @CPP@
$OpenBSD: patch-ospfclient_Makefile_in,v 1.11 2012/09/19 16:35:06 sthen Exp $
--- ospfclient/Makefile.in.orig Tue May 1 21:48:05 2012
+++ ospfclient/Makefile.in Wed Sep 19 14:40:30 2012
@@ -154,7 +154,8 @@ CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CURSES = @CURSES@
CYGPATH_W = @CYGPATH_W@
@ -11,7 +11,7 @@ $OpenBSD: patch-ospfclient_Makefile_in,v 1.10 2012/08/04 14:24:23 espie Exp $
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DOC = @DOC@
@@ -280,7 +281,7 @@ top_build_prefix = @top_build_prefix@
@@ -305,7 +306,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
lib_LTLIBRARIES = libospfapiclient.la

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ospfd_Makefile_in,v 1.1 2012/08/04 14:25:33 espie Exp $
--- ospfd/Makefile.in.orig Sat Jul 21 11:52:01 2012
+++ ospfd/Makefile.in Sat Jul 21 11:52:14 2012
@@ -286,7 +286,7 @@ top_builddir = @top_builddir@
$OpenBSD: patch-ospfd_Makefile_in,v 1.2 2012/09/19 16:35:06 sthen Exp $
--- ospfd/Makefile.in.orig Tue May 1 21:48:05 2012
+++ ospfd/Makefile.in Wed Sep 19 14:40:30 2012
@@ -311,7 +311,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
INSTALL_SDATA = @INSTALL@ -m 600
lib_LTLIBRARIES = libospf.la

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-zebra_kernel_socket_c,v 1.6 2010/07/09 11:46:02 sthen Exp $
--- zebra/kernel_socket.c.orig Wed Dec 9 12:37:12 2009
+++ zebra/kernel_socket.c Sun Jun 20 13:58:21 2010
$OpenBSD: patch-zebra_kernel_socket_c,v 1.7 2012/09/19 16:35:06 sthen Exp $
--- zebra/kernel_socket.c.orig Tue May 1 20:40:13 2012
+++ zebra/kernel_socket.c Wed Sep 19 14:40:24 2012
@@ -136,7 +136,7 @@ const struct message rtm_type_str[] =
{RTM_REDIRECT, "RTM_REDIRECT"},
{RTM_MISS, "RTM_MISS"},
@ -10,7 +10,7 @@ $OpenBSD: patch-zebra_kernel_socket_c,v 1.6 2010/07/09 11:46:02 sthen Exp $
{RTM_OLDADD, "RTM_OLDADD"},
#endif /* RTM_OLDADD */
#ifdef RTM_OLDDEL
@@ -728,9 +728,7 @@ rtm_read_mesg (struct rt_msghdr *rtm,
@@ -740,9 +740,7 @@ rtm_read_mesg (struct rt_msghdr *rtm,
/* rt_msghdr version check. */
if (rtm->rtm_version != RTM_VERSION)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2012/04/28 11:06:12 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.15 2012/09/19 16:35:06 sthen Exp $
@conflict zebra-*
@newgroup _quagga:525
@newuser _quagga:525:_quagga:daemon:Quagga Account:/nonexistent:/sbin/nologin
@ -66,12 +66,14 @@ lib/libzebra.a
lib/libzebra.la
@man man/man1/vtysh.1
@man man/man8/bgpd.8
@man man/man8/isisd.8
@man man/man8/ospf6d.8
@man man/man8/ospfclient.8
@man man/man8/ospfd.8
@man man/man8/ripd.8
@man man/man8/ripngd.8
@man man/man8/watchquagga.8
@man man/man8/zebra.8
@bin sbin/babeld
@bin sbin/bgpd
@bin sbin/ospf6d
@bin sbin/ospfclient
@ -84,6 +86,7 @@ share/doc/quagga/
share/doc/quagga/README
share/doc/quagga/SERVICES
share/examples/quagga/
share/examples/quagga/babeld.conf.sample
share/examples/quagga/bgpd.conf.sample
share/examples/quagga/bgpd.conf.sample2
share/examples/quagga/ospf6d.conf.sample