From owner-svn-ports-all@FreeBSD.ORG Thu May 2 19:41:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2CE78FDD; Thu, 2 May 2013 19:41:08 +0000 (UTC) (envelope-from tmseck@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 059531275; Thu, 2 May 2013 19:41:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r42Jf7MP093550; Thu, 2 May 2013 19:41:07 GMT (envelope-from tmseck@svn.freebsd.org) Received: (from tmseck@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r42Jf7o2093541; Thu, 2 May 2013 19:41:07 GMT (envelope-from tmseck@svn.freebsd.org) Message-Id: <201305021941.r42Jf7o2093541@svn.freebsd.org> From: Thomas-Martin Seck Date: Thu, 2 May 2013 19:41:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317143 - in head: security/vuxml www/squid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 19:41:08 -0000 Author: tmseck Date: Thu May 2 19:41:06 2013 New Revision: 317143 URL: http://svnweb.freebsd.org/changeset/ports/317143 Log: - Add the vendor patch for SQUID-2012:1 (CVE-2012-5643) and update VuXML information accordingly - Bump PORTREVISION PR: ports/177773 Submitted by: Kan Sasaki Approved by: flo (mentor) Security: c37de843-488e-11e2-a5c9-0019996bc1f7 Modified: head/security/vuxml/vuln.xml head/www/squid/Makefile head/www/squid/distinfo Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu May 2 19:37:23 2013 (r317142) +++ head/security/vuxml/vuln.xml Thu May 2 19:41:06 2013 (r317143) @@ -3849,7 +3849,8 @@ executed in your Internet Explorer while squid - 3.1.23 + 2.7.9_4 + 3.13.1.23 3.23.2.6 3.33.3.0.3 @@ -3877,7 +3878,7 @@ executed in your Internet Explorer while 2012-12-17 2012-12-28 - 2013-01-11 + 2013-05-02 Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Thu May 2 19:37:23 2013 (r317142) +++ head/www/squid/Makefile Thu May 2 19:41:06 2013 (r317143) @@ -77,7 +77,7 @@ PORTNAME= squid PORTVERSION= 2.7.${SQUID_STABLE_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://mirrors.ccs.neu.edu/Squid/ \ @@ -108,8 +108,8 @@ PATCH_SITES= http://www.squid-cache.org/ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://www2.tw.squid-cache.org/%SUBDIR%/ PATCH_SITE_SUBDIR= Versions/v2/2.7/changesets -PATCH_DIST_STRIP= -p1 -PATCHFILES= # empty +#PATCH_DIST_STRIP= -p1 +PATCHFILES= SQUID-2012_1.patch MAINTAINER= tmseck@FreeBSD.org COMMENT= HTTP Caching Proxy Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Thu May 2 19:37:23 2013 (r317142) +++ head/www/squid/distinfo Thu May 2 19:41:06 2013 (r317143) @@ -1,2 +1,4 @@ SHA256 (squid2.7/squid-2.7.STABLE9.tar.bz2) = c0bdfcb5bb68debc1c9441308178bf148c67979b824c892a4710dc80a5b05d5e SIZE (squid2.7/squid-2.7.STABLE9.tar.bz2) = 1351366 +SHA256 (squid2.7/SQUID-2012_1.patch) = a456ed7a45fbecd94a4c68c0e72905135c4424c41c01ab858dc8c5760ee03a6f +SIZE (squid2.7/SQUID-2012_1.patch) = 4804