From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 29 17:50:03 2009 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 D0C091065675 for ; Thu, 29 Jan 2009 17:50:03 +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 A47DC8FC0A for ; Thu, 29 Jan 2009 17:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0THo2F7001378 for ; Thu, 29 Jan 2009 17:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0THo2tb001377; Thu, 29 Jan 2009 17:50:02 GMT (envelope-from gnats) Date: Thu, 29 Jan 2009 17:50:02 GMT Message-Id: <200901291750.n0THo2tb001377@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Yuan-Chung Hsiao Cc: Subject: Re: ports/130934: [vuxml] update for vulnerability in devel/websvn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuan-Chung Hsiao List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 17:50:04 -0000 The following reply was made to PR ports/130934; it has been noted by GNATS. From: Yuan-Chung Hsiao To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/130934: [vuxml] update for vulnerability in devel/websvn Date: Fri, 30 Jan 2009 01:28:14 +0800 please apply this patch (upgrade to 2.10) diff -ruN --exclude=CVS /usr/ports/devel/websvn/Makefile /home/ychsiao/project/websvn/Makefile --- /usr/ports/devel/websvn/Makefile 2007-09-06 12:16:57.000000000 +0800 +++ /home/ychsiao/project/websvn/Makefile 2009-01-30 01:21:09.000000000 +0800 @@ -6,9 +6,9 @@ # PORTNAME= websvn -PORTVERSION= 2.0 +PORTVERSION= 2.1.0 CATEGORIES= devel www -MASTER_SITES= http://websvn.tigris.org/files/documents/1380/39378/ +MASTER_SITES= http://websvn.tigris.org/files/documents/1380/44451/ MAINTAINER= ychsiao@ychsiao.org COMMENT= Subversion repository web frontend diff -ruN --exclude=CVS /usr/ports/devel/websvn/distinfo /home/ychsiao/project/websvn/distinfo --- /usr/ports/devel/websvn/distinfo 2007-09-06 12:16:57.000000000 +0800 +++ /home/ychsiao/project/websvn/distinfo 2009-01-30 01:25:51.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (websvn-2.0.tar.gz) = 047e02c0fa2948fdf98a3e348e3f1530 -SHA256 (websvn-2.0.tar.gz) = 38104a86d6a90bb3f18a5b0a957b46cf0c1409037bb2a83c09e9f24543cfa2ea -SIZE (websvn-2.0.tar.gz) = 172005 +MD5 (websvn-2.1.0.tar.gz) = 0973edc5ca348424104147846b7d7152 +SHA256 (websvn-2.1.0.tar.gz) = d201eaf8dcf962c8402c2fdd1a798a5b5d4a9700b20c0dadfd83397ffe15afa6 +SIZE (websvn-2.1.0.tar.gz) = 572038 diff -ruN --exclude=CVS /usr/ports/devel/websvn/pkg-descr /home/ychsiao/project/websvn/pkg-descr --- /usr/ports/devel/websvn/pkg-descr 2004-05-26 04:41:27.000000000 +0800 +++ /home/ychsiao/project/websvn/pkg-descr 2009-01-30 01:22:55.000000000 +0800 @@ -4,4 +4,4 @@ given revision. You can also view the differences between 2 versions of a file so as to see exactly what was changed in a particular revision. -WWW: http://websvn.tigris.org/ +WWW: http://www.websvn.info/ * Edwin Groothuis [090124 15:40]: > Maintainer of devel/websvn, > > Please note that PR ports/130934 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130934 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org