From snb@smtp.earth.threerings.net  Wed Feb  7 22:51:31 2007
Return-Path: <snb@smtp.earth.threerings.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 025B916A400;
	Wed,  7 Feb 2007 22:51:31 +0000 (UTC)
	(envelope-from snb@smtp.earth.threerings.net)
Received: from smtp.earth.threerings.net (smtp1.earth.threerings.net [64.127.109.108])
	by mx1.freebsd.org (Postfix) with ESMTP id E775713C442;
	Wed,  7 Feb 2007 22:51:30 +0000 (UTC)
	(envelope-from snb@smtp.earth.threerings.net)
Received: by smtp.earth.threerings.net (Postfix, from userid 10038)
	id 2587661DD0; Wed,  7 Feb 2007 14:22:34 -0800 (PST)
Message-Id: <20070207222234.2587661DD0@smtp.earth.threerings.net>
Date: Wed,  7 Feb 2007 14:22:34 -0800 (PST)
From: Nick Barkas <snb@threerings.net>
Reply-To: Nick Barkas <snb@threerings.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bms@FreeBSD.org
Subject: [patch] net/xorp patch for OSPF DoS bug
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108905
>Category:       ports
>Synopsis:       [patch] net/xorp patch for OSPF DoS bug
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 07 23:00:37 GMT 2007
>Closed-Date:    Wed Feb 07 23:04:08 GMT 2007
>Last-Modified:  Wed Feb  7 23:10:33 GMT 2007
>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@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@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:
State-Changed-From-To: open->closed 
State-Changed-By: bms 
State-Changed-When: Wed Feb 7 23:03:51 UTC 2007 
State-Changed-Why:  
committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108905 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108905: commit references a PR
Date: Wed,  7 Feb 2007 23:03:58 +0000 (UTC)

 bms         2007-02-07 23:03:48 UTC
 
   FreeBSD ports repository (src committer)
 
   Modified files:
     net/xorp             Makefile distinfo 
   Log:
   Add patch for OSPF security advisory.
   
   PR:             108905
   Submitted by:   Nick Barkas
   
   Revision  Changes    Path
   1.7       +5 -1      ports/net/xorp/Makefile
   1.2       +3 -0      ports/net/xorp/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
