aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmseck <tmseck@FreeBSD.org>2013-05-03 03:41:06 +0800
committertmseck <tmseck@FreeBSD.org>2013-05-03 03:41:06 +0800
commitfaa5cbc6c02edfbca398d193896db0547c4ce025 (patch)
tree391d1e44684495df76f07559b30efc114d93040f
parentd709493df91dfcf8ff5eb5c8f64672aeb552e1c7 (diff)
downloadfreebsd-ports-gnome-faa5cbc6c02edfbca398d193896db0547c4ce025.tar.gz
freebsd-ports-gnome-faa5cbc6c02edfbca398d193896db0547c4ce025.tar.zst
freebsd-ports-gnome-faa5cbc6c02edfbca398d193896db0547c4ce025.zip
- 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
-rw-r--r--security/vuxml/vuln.xml5
-rw-r--r--www/squid/Makefile6
-rw-r--r--www/squid/distinfo2
3 files changed, 8 insertions, 5 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index c6ab23a8ab6a..93759eed999e 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -3849,7 +3849,8 @@ executed in your Internet Explorer while displaying the email.</p>
<affects>
<package>
<name>squid</name>
- <range><lt>3.1.23</lt></range>
+ <range><lt>2.7.9_4</lt></range>
+ <range><ge>3.1</ge><lt>3.1.23</lt></range>
<range><ge>3.2</ge><lt>3.2.6</lt></range>
<range><ge>3.3</ge><lt>3.3.0.3</lt></range>
</package>
@@ -3877,7 +3878,7 @@ executed in your Internet Explorer while displaying the email.</p>
<dates>
<discovery>2012-12-17</discovery>
<entry>2012-12-28</entry>
- <modified>2013-01-11</modified>
+ <modified>2013-05-02</modified>
</dates>
</vuln>
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 4c8d38e99673..28ae2e674658 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -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/%SUBDIR%/ \
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
diff --git a/www/squid/distinfo b/www/squid/distinfo
index e740564e0a1c..e8c257715b85 100644
--- a/www/squid/distinfo
+++ b/www/squid/distinfo
@@ -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