From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 12 01:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D82A1065673 for ; Fri, 12 Sep 2008 01:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1741E8FC19 for ; Fri, 12 Sep 2008 01:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8C1o3Np072542 for ; Fri, 12 Sep 2008 01:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8C1o3M8072541; Fri, 12 Sep 2008 01:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 12 Sep 2008 01:50:03 GMT Resent-Message-Id: <200809120150.m8C1o3M8072541@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Barkas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83181106564A for ; Fri, 12 Sep 2008 01:42:50 +0000 (UTC) (envelope-from snb@c213-100-26-131.swipnet.se) Received: from swip.net (mailfe16.tele2.se [212.247.155.225]) by mx1.freebsd.org (Postfix) with ESMTP id D82028FC1B for ; Fri, 12 Sep 2008 01:42:49 +0000 (UTC) (envelope-from snb@c213-100-26-131.swipnet.se) Received: from c213-100-26-131.swipnet.se (account mj607215@tele2.se [213.100.26.131] verified) by mailfe16.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 332066679 for FreeBSD-gnats-submit@freebsd.org; Fri, 12 Sep 2008 02:42:46 +0200 Received: by c213-100-26-131.swipnet.se (Postfix, from userid 1001) id AA7BD5C1A; Fri, 12 Sep 2008 02:42:43 +0200 (CEST) Message-Id: <20080912004243.AA7BD5C1A@c213-100-26-131.swipnet.se> Date: Fri, 12 Sep 2008 02:42:43 +0200 (CEST) From: Nick Barkas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127307: [patch] Upgrade www/neon28 to 0.28.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Barkas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 01:50:04 -0000 >Number: 127307 >Category: ports >Synopsis: [patch] Upgrade www/neon28 to 0.28.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 12 01:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Nick Barkas >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: Three Rings Design, Inc. >Environment: System: FreeBSD c213-100-26-131.swipnet.se 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Tue Sep 2 18:48:24 UTC 2008 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This patch upgrades www/neon28 to the latest release. It fixes a DoS vulnerabilty: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-3746 along with some other changes. >How-To-Repeat: >Fix: --- neon28.diff begins here --- diff -urN neon28.orig/Makefile neon28/Makefile --- neon28.orig/Makefile 2008-06-06 07:07:03.000000000 -0700 +++ neon28/Makefile 2008-09-11 17:32:37.000000000 -0700 @@ -6,8 +6,7 @@ # PORTNAME= neon28 -PORTVERSION= 0.28.2 -PORTREVISION= 1 +PORTVERSION= 0.28.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ \ http://keyserver.kjsl.com/~jharris/distfiles/ @@ -122,7 +121,6 @@ ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${MANPREFIX}/man/man3 .ifndef NOPORTDOCS (cd ${WRKSRC} ; ${MAKE} install-html) - ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${DOCSDIR} .endif .include diff -urN neon28.orig/distinfo neon28/distinfo --- neon28.orig/distinfo 2008-05-05 00:35:03.000000000 -0700 +++ neon28/distinfo 2008-09-11 17:21:01.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (neon-0.28.2.tar.gz) = b99b3f44e8507ae2d17362f1b34aaf02 -SHA256 (neon-0.28.2.tar.gz) = d9cd601613db6affb25655e0908b0bf8c266669cef31999b6b4121d585ff9094 -SIZE (neon-0.28.2.tar.gz) = 797944 +MD5 (neon-0.28.3.tar.gz) = 47599a328862ce64ac3c52726d6daa12 +SHA256 (neon-0.28.3.tar.gz) = 90dee51b4c70bc50ce2fa106ca945349b81cd86c90aa9d4dbff73abb284fcdc2 +SIZE (neon-0.28.3.tar.gz) = 799681 diff -urN neon28.orig/pkg-plist neon28/pkg-plist --- neon28.orig/pkg-plist 2008-05-05 00:35:03.000000000 -0700 +++ neon28/pkg-plist 2008-09-11 17:36:10.000000000 -0700 @@ -81,7 +81,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/refxml.html %%PORTDOCS%%%%DOCSDIR%%/html/using.html %%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%%%DOCSDIR%%/using-neon.txt %%PORTDOCS%%@dirrm %%DOCSDIR%%/html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/neon --- neon28.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: