Date: Fri, 12 Sep 2008 02:42:43 +0200 (CEST) From: Nick Barkas <snb@threerings.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/127307: [patch] Upgrade www/neon28 to 0.28.3 Message-ID: <20080912004243.AA7BD5C1A@c213-100-26-131.swipnet.se> Resent-Message-ID: <200809120150.m8C1o3M8072541@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080912004243.AA7BD5C1A>