ports/108905: [patch] net/xorp patch for OSPF DoS bug
Nick Barkas
snb at threerings.net
Wed Feb 7 23:00:38 UTC 2007
>Number: 108905
>Category: ports
>Synopsis: [patch] net/xorp patch for OSPF DoS bug
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 07 23:00:37 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Nick Barkas
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
Three Rings Design
>Environment:
System: FreeBSD mail1.earth.threerings.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Thu Nov 16 14:17:55 PST 2006 root at mail1.earth.threerings.net:/usr/obj/usr/src/sys/SMP i386
>Description:
OSPF in XORP 1.2 and 1.3 can be remotely crashed with invalid Link State Update
Packets. http://www.xorp.org/advisories/XORP_SA_06:01.ospf.txt
Maintainer has been CC'd
>How-To-Repeat:
>Fix:
A patch is available on the XORP web site. The following patch to the net/xorp
port will apply this patch before building.
--- xorp.patch begins here ---
diff -urN xorp.orig/Makefile xorp/Makefile
--- xorp.orig/Makefile Wed Jan 31 16:20:05 2007
+++ xorp/Makefile Wed Feb 7 13:34:32 2007
@@ -7,13 +7,17 @@
PORTNAME= xorp
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.xorp.org/releases/${PORTVERSION}/ \
http://www2.xorp.org/releases/${PORTVERSION}/ \
http://www5.xorp.org/releases/${PORTVERSION}/ \
http://www3.xorp.org/releases/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+# Patch for http://www.xorp.org/advisories/XORP_SA_06:01.ospf.txt.
+PATCH_SITES= http://www.xorp.org/patches/SA-06:01/
+PATCHFILES= xorp_sa_06:01.ospf_1.3.patch:DEFAULT
MAINTAINER= bms at FreeBSD.org
COMMENT= The eXtensible Open Router Platform
diff -urN xorp.orig/distinfo xorp/distinfo
--- xorp.orig/distinfo Fri Sep 22 05:16:47 2006
+++ xorp/distinfo Wed Feb 7 12:34:50 2007
@@ -1,3 +1,6 @@
MD5 (xorp-1.3.tar.gz) = d428b0c3c7afdad32b529cce2f8b0b2b
SHA256 (xorp-1.3.tar.gz) = 4196f2d02268d732a4268924b971ff7fe9cc5425cde53ff10dd45665dcee7bbd
SIZE (xorp-1.3.tar.gz) = 8359944
+MD5 (xorp_sa_06:01.ospf_1.3.patch) = 8e4169a3aef75d716b55cefaf277cfd6
+SHA256 (xorp_sa_06:01.ospf_1.3.patch) = ed23037f353edc9f5eac8ee9ad1d05551b6e88f863de369eb3aa0f49c137eccf
+SIZE (xorp_sa_06:01.ospf_1.3.patch) = 3286
--- xorp.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list