From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 7 12:10:27 2011 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 702DB1065675; Sun, 7 Aug 2011 12:10:27 +0000 (UTC) (envelope-from peter@vereshagin.org) Received: from mx1.skyriver.ru (ns1.skyriver.ru [89.108.118.221]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1AD8FC15; Sun, 7 Aug 2011 12:10:26 +0000 (UTC) Received: from localhost (tor-exit-router45-readme.formlessnetworking.net [199.48.147.45]) by mx1.skyriver.ru (Postfix) with ESMTPSA id BE7335A83; Sun, 7 Aug 2011 15:22:30 +0400 (MSD) Date: Sun, 7 Aug 2011 15:51:01 +0400 From: Peter Vereshagin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20110807115101.GC6824@external.screwed.box> References: <201108070724.p777OPPI088121@red.freebsd.org> <201108070730.p777U8ej096297@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="t0UkRYy7tHLRMCai" Content-Disposition: inline In-Reply-To: <201108070730.p777U8ej096297@freefall.freebsd.org> Organization: ' X-Face: 8T>{1owI$Byj]]a; ^G]kRf*dkq>E-3':F>4ODP[#X4s"dr?^b&2G@'3lukno]A1wvJ_L(~u 6>I2ra/<,j1%@C[LN=>p#_}RIV+#:KTszp-X$bQOj,K Cc: Subject: Re: ports/159576: Security Advisory for Bugzilla Versions Prior to 3.6.6, 4.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2011 12:10:27 -0000 --t0UkRYy7tHLRMCai Content-Type: text/plain; charset=koi8-r Content-Disposition: inline You can't take no for an answer, FreeBSD-gnats-submit! Attaching a patch here for devel/bugzilla it works for me that way. devel/bugzilla3 still needs a patch. 2011/08/07 07:30:08 +0000 FreeBSD-gnats-submit@FreeBSD.org => To Peter Vereshagin : > Thank you very much for your problem report. > It has the internal identification `ports/159576'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=159576 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: Security Advisory for Bugzilla Versions Prior to 3.6.6, 4.0.2 > >Arrival-Date: Sun Aug 07 07:30:08 UTC 2011 73! Peter pgp: A0E26627 (4A42 6841 2871 5EA7 52AB 12F8 0CE1 4AAC A0E2 6627) -- http://vereshagin.org --t0UkRYy7tHLRMCai Content-Type: text/x-diff; charset=koi8-r Content-Disposition: attachment; filename="devel_bugzilla-4.0.2-20110807-00.patch" diff -u bugzilla.orig/Makefile bugzilla/Makefile --- bugzilla.orig/Makefile 2011-07-19 01:56:01.000000000 +0400 +++ bugzilla/Makefile 2011-08-07 11:36:17.000000000 +0400 @@ -6,8 +6,7 @@ # PORTNAME= bugzilla -PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTVERSION= 4.0.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived diff -u bugzilla.orig/distinfo bugzilla/distinfo --- bugzilla.orig/distinfo 2011-07-19 01:56:01.000000000 +0400 +++ bugzilla/distinfo 2011-08-07 11:49:19.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-4.0.1.tar.gz) = 7be2f05bb187c4e15caef2a98497e12c87a69ad5aeaf654b2197ae5b48e93209 -SIZE (bugzilla/bugzilla-4.0.1.tar.gz) = 2985506 +SHA256 (bugzilla/bugzilla-4.0.2.tar.gz) = 9513d53f75aaf7dc6efc4b145c09d95d8148b976cd71a2cda3a1093a2183bd77 +SIZE (bugzilla/bugzilla-4.0.2.tar.gz) = 2987667 Common subdirectories: bugzilla.orig/files and bugzilla/files --t0UkRYy7tHLRMCai--