Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2013 14:48:56 +0800 (CST)
From:      Hung-Yi Chen <gaod@hychen.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180250: [UPDATE] www/squid33: Update to 3.3.6
Message-ID:  <201307040648.r646muU2032164@cse.tw>
Resent-Message-ID: <201307040700.r647018A072739@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180250
>Category:       ports
>Synopsis:       [UPDATE] www/squid33: Update to 3.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 07:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
        Update to 3.3.6.
        Add patch squid-3.3-12584.patch from upstream (Fix build on FreeBSD 9.x platform with clang).
        Add patch squid-3.3-12585.patch from upstream (Bug #3297: Fix openSSL related build failures).
>How-To-Repeat:
>Fix:


--- squid33.diff begins here ---
Index: www/squid33/Makefile
===================================================================
--- www/squid33/Makefile	(revision 322261)
+++ www/squid33/Makefile	(working copy)
@@ -67,13 +67,8 @@
 		http://www1.jp.squid-cache.org/%SUBDIR%/ \
 		http://www2.tw.squid-cache.org/%SUBDIR%/
 PATCH_SITE_SUBDIR=	Versions/v3/${PORTVERSION:R}/changesets
-PATCHFILES=		squid-3.3-12566.patch \
-			squid-3.3-12567.patch \
-			squid-3.3-12568.patch \
-			squid-3.3-12569.patch \
-			squid-3.3-12570.patch \
-			squid-3.3-12571.patch \
-			squid-3.3-12572.patch
+PATCHFILES=	squid-3.3-12584.patch \
+		squid-3.3-12585.patch
 
 MAINTAINER=	tmseck@FreeBSD.org
 COMMENT=	HTTP Caching Proxy
@@ -83,7 +78,7 @@
 
 LATEST_LINK=	squid33
 
-SQUID_STABLE_VER=	5
+SQUID_STABLE_VER=	6
 
 CONFLICTS_INSTALL=	squid-2.[0-9].* squid-3.[!3].* cacheboy-[0-9]* lusca-head-[0-9]*
 GNU_CONFIGURE=	yes
Index: www/squid33/distinfo
===================================================================
--- www/squid33/distinfo	(revision 322261)
+++ www/squid33/distinfo	(working copy)
@@ -1,16 +1,6 @@
-SHA256 (squid3.3/squid-3.3.5.tar.bz2) = eb60d37721ac8180269bc3d8b27c0c688ed7fef0412b35cc51875d085e821355
-SIZE (squid3.3/squid-3.3.5.tar.bz2) = 2990661
-SHA256 (squid3.3/squid-3.3-12566.patch) = f8410049bb8bba3ed80bd82c25c0e6fe694ec9ef132696a67cb35a6ae1674857
-SIZE (squid3.3/squid-3.3-12566.patch) = 3125
-SHA256 (squid3.3/squid-3.3-12567.patch) = 1509b86bdd24587d56542c13dc2966437911ac98f4eb984616b6b8d5efddea11
-SIZE (squid3.3/squid-3.3-12567.patch) = 1582
-SHA256 (squid3.3/squid-3.3-12568.patch) = 259e73aa5e5aa547db0c2f051d02cc2abbf92e55b9790691263a72706c058c1f
-SIZE (squid3.3/squid-3.3-12568.patch) = 1657
-SHA256 (squid3.3/squid-3.3-12569.patch) = a3fdfdcaad9e65519992338cb8054ebf9a34978effd7f58c765e9f417f58b891
-SIZE (squid3.3/squid-3.3-12569.patch) = 2370
-SHA256 (squid3.3/squid-3.3-12570.patch) = 4ab5b0722bcaad33b0bee428c801b714af8a91414c5c7c5cb7141af6dca35d22
-SIZE (squid3.3/squid-3.3-12570.patch) = 1417
-SHA256 (squid3.3/squid-3.3-12571.patch) = 7709fa29ce6ff9a8a853c60837492afcb670a80a0b941e7ecd8b3ba3576ad0b5
-SIZE (squid3.3/squid-3.3-12571.patch) = 7368
-SHA256 (squid3.3/squid-3.3-12572.patch) = 6acc746569c8a770937f1e1f497c4e3e56ea23bd1c73682da339aaf84c7e1bd2
-SIZE (squid3.3/squid-3.3-12572.patch) = 2952
+SHA256 (squid3.3/squid-3.3.6.tar.bz2) = 03a600d7fd251bce2f48cbd7924921d3cf173c11ddff4bf978819cb518ef4c64
+SIZE (squid3.3/squid-3.3.6.tar.bz2) = 2990040
+SHA256 (squid3.3/squid-3.3-12584.patch) = b18a47ed492fa5e61ef1d95ce08687df6e0248cf197ea0e71ab393f3c7fae976
+SIZE (squid3.3/squid-3.3-12584.patch) = 2523
+SHA256 (squid3.3/squid-3.3-12585.patch) = d02de23c60e25f824ff35d8d6b1740f75d6ed35498af879ad2c09a37fd5cca45
+SIZE (squid3.3/squid-3.3-12585.patch) = 7878
--- squid33.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?201307040648.r646muU2032164>