summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-11-27 08:10:34 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-11-27 08:10:34 +0000
commit6afb16c896ee5912db6f9b49056c58ae1e9b25c2 (patch)
treeab50c885711c9f6ea398a814e72904072a0ca591 /net/zebra
parentUpdate to a vaguely recent snapshot (2006-08-13 vs 2004-04-26) (diff)
Upgrade to 0.95a.
Notes
Notes: svn path=/head/; revision=178091
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile3
-rw-r--r--net/zebra/distinfo6
-rw-r--r--net/zebra/files/patch-ospf19
3 files changed, 4 insertions, 24 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 567923cd412c..37837b3ebddc 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= zebra
-PORTVERSION= 0.95
-PORTREVISION= 2
+PORTVERSION= 0.95a
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \
ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \
diff --git a/net/zebra/distinfo b/net/zebra/distinfo
index 6386c6fb0816..374429002bee 100644
--- a/net/zebra/distinfo
+++ b/net/zebra/distinfo
@@ -1,3 +1,3 @@
-MD5 (zebra-0.95.tar.gz) = 44f402c90fd353b2c6a6ecb70ee70ba1
-SHA256 (zebra-0.95.tar.gz) = 542afbf0812f3816714f622d86367c6a8e542e5ef778cb1ec5102048a52988c5
-SIZE (zebra-0.95.tar.gz) = 1379369
+MD5 (zebra-0.95a.tar.gz) = 9b8fec2d4f910334e50167414fcf193b
+SHA256 (zebra-0.95a.tar.gz) = e7f8cbb367c325062625c881a97adc4cf6d3d138a25341451193652944888d1f
+SIZE (zebra-0.95a.tar.gz) = 1370152
diff --git a/net/zebra/files/patch-ospf b/net/zebra/files/patch-ospf
deleted file mode 100644
index bfb9bee93a42..000000000000
--- a/net/zebra/files/patch-ospf
+++ /dev/null
@@ -1,19 +0,0 @@
---- ospfd/ospf_packet.c.original Thu May 19 14:22:55 2005
-+++ ospfd/ospf_packet.c Thu May 19 14:23:32 2005
-@@ -270,7 +270,7 @@
- ospfh = (struct ospf_header *) ibuf;
-
- /* Get pointer to the end of the packet. */
-- pdigest = ibuf + length;
-+ pdigest = (unsigned char *)ibuf + length;
-
- /* Get secret key. */
- ck = ospf_crypt_key_lookup (OSPF_IF_PARAM (oi, auth_crypt),
-@@ -1786,6 +1786,7 @@
- if (listcount (mylsa_upds) > 0)
- ospf_opaque_self_originated_lsa_received (nbr, mylsa_upds);
-
-+ list_delete (mylsa_acks);
- list_delete (mylsa_upds);
- #endif /* HAVE_OPAQUE_LSA */
-