1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Update to 0.99.17.6

This commit is contained in:
Sergey Matveychuk 2012-01-11 15:24:03 +00:00
parent f536a70f75
commit 8203b92bd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288959
3 changed files with 3 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= quagga
PORTVERSION= 0.99.17.5
PORTVERSION= 0.99.17.6
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= quagga/Quagga-RE

View File

@ -1,2 +1,2 @@
SHA256 (quagga-0.99.17.5.tar.gz) = 4687ce2385770ba4e94262b1a3c6a4f7777d58281eb46ed9b44ec2de4ca19ebf
SIZE (quagga-0.99.17.5.tar.gz) = 2225727
SHA256 (quagga-0.99.17.6.tar.gz) = e45afcab76416c52254262dd98a1614009b94a7901cdb8644a8fbca8e76bd1b6
SIZE (quagga-0.99.17.6.tar.gz) = 2217027

View File

@ -1,11 +0,0 @@
--- ospfd/ospf_packet.c.orig 2011-09-29 18:59:32.000000000 +0600
+++ ospfd/ospf_packet.c 2011-11-12 12:02:58.000000000 +0600
@@ -2116,7 +2116,7 @@
ip_len = iph->ip_len;
-#if !defined(GNU_LINUX) && (OpenBSD < 200311)
+#if !defined(GNU_LINUX) && (OpenBSD < 200311) && (__FreeBSD_version < 1000000)
/*
* Kernel network code touches incoming IP header parameters,
* before protocol specific processing.