diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-25 04:59:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-25 04:59:50 +0800 |
commit | a7989555dbf9c00a4609d1f703b24a7e19e59e84 (patch) | |
tree | 60b3941552a552d60b716b914f0ffaf075a3ea49 /www | |
parent | 48be5ad68916135d362d4379add8bd44095b4a2e (diff) | |
download | freebsd-ports-graphics-a7989555dbf9c00a4609d1f703b24a7e19e59e84.tar.gz freebsd-ports-graphics-a7989555dbf9c00a4609d1f703b24a7e19e59e84.tar.zst freebsd-ports-graphics-a7989555dbf9c00a4609d1f703b24a7e19e59e84.zip |
- Update to 2.6.STABLE9
PR: ports/108314
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/squid26/Makefile | 4 | ||||
-rw-r--r-- | www/squid26/distinfo | 6 | ||||
-rw-r--r-- | www/squid26/files/icap-2.6-core.patch | 29 | ||||
-rw-r--r-- | www/squid27/Makefile | 4 | ||||
-rw-r--r-- | www/squid27/distinfo | 6 | ||||
-rw-r--r-- | www/squid27/files/icap-2.6-core.patch | 29 |
6 files changed, 30 insertions, 48 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index dc148ecb53e..ae9024b2d8f 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -75,7 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.7 +PORTVERSION= 2.6.9 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://ftp.vistech.net/pub/squid/%SUBDIR%/ \ @@ -87,7 +87,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.6.STABLE7 +DISTNAME= squid-2.6.STABLE9 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 79d209cae30..b3805d1f82c 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -1,3 +1,3 @@ -MD5 (squid2.6/squid-2.6.STABLE7.tar.bz2) = 7e8eed297ceb4f3067c960d4c4d04e87 -SHA256 (squid2.6/squid-2.6.STABLE7.tar.bz2) = 86538b29cfe07955a3e7cf76693ec42dc6845dc8c4b8d9326e2d31ca07e13d29 -SIZE (squid2.6/squid-2.6.STABLE7.tar.bz2) = 1262361 +MD5 (squid2.6/squid-2.6.STABLE9.tar.bz2) = 95997d6cb38fdb562ecb790c553f9cfc +SHA256 (squid2.6/squid-2.6.STABLE9.tar.bz2) = 9cc204d41091642e480277af09872ae36097f9325cf62711d0a8ba125408b7ab +SIZE (squid2.6/squid-2.6.STABLE9.tar.bz2) = 1263060 diff --git a/www/squid26/files/icap-2.6-core.patch b/www/squid26/files/icap-2.6-core.patch index f887f4e0406..4287961a3b5 100644 --- a/www/squid26/files/icap-2.6-core.patch +++ b/www/squid26/files/icap-2.6-core.patch @@ -16,7 +16,7 @@ cvs diff -u -b -N -kk -rZ-icap-2_6_merge_HEAD -ricap-2_6 See http://devel.squid-cache.org/icap/ for further information about the ICAP client project. -Patch last updated: 2006-12-14 +Patch last updated: 2007-01-24 Index: errors/Azerbaijani/ERR_ICAP_FAILURE =================================================================== @@ -2694,19 +2694,14 @@ diff -p -u -b -r1.43 -r1.20.4.10 debug(17, 3) ("fwdComplete: %s\n\tstatus %d\n", storeUrl(e), e->mem_obj->reply->sline.status); Index: src/globals.h -=================================================================== -RCS file: /cvsroot/squid/squid/src/globals.h,v -retrieving revision 1.27 -retrieving revision 1.22.4.5 -diff -p -u -b -r1.27 -r1.22.4.5 ---- src/globals.h 25 Sep 2006 19:51:46 -0000 1.27 -+++ src/globals.h 26 Sep 2006 22:47:36 -0000 1.22.4.5 +--- src/globals.h.orig Fri Jan 19 01:19:26 2007 ++++ src/globals.h Wed Jan 24 17:15:33 2007 @@ -171,6 +171,9 @@ extern const char *external_acl_message; #if HAVE_SBRK extern void *sbrk_start; /* 0 */ #endif +#if HS_FEAT_ICAP -+extern char *icap_service_type_str[]; ++extern const char *icap_service_type_str[]; +#endif extern int opt_send_signal; /* -1 */ extern int opt_no_daemon; /* 0 */ @@ -6582,20 +6577,16 @@ diff -p -u -b -r1.27 -r1.24.4.3 StrPools[i].pool = memPoolCreate(StrPoolsAttrs[i].name, StrPoolsAttrs[i].obj_size); Index: src/mk-string-arrays.pl =================================================================== -RCS file: /cvsroot/squid/squid/src/mk-string-arrays.pl,v -retrieving revision 1.2 -retrieving revision 1.2.180.1 -diff -p -u -b -r1.2 -r1.2.180.1 ---- src/mk-string-arrays.pl 23 Oct 2000 15:04:21 -0000 1.2 -+++ src/mk-string-arrays.pl 17 May 2006 17:58:01 -0000 1.2.180.1 -@@ -16,6 +16,7 @@ $pat{'err_type'} = "err_type_str"; - $pat{'icp_opcode'} = "icp_opcode_str"; +--- src/mk-string-arrays.pl.orig Fri Jan 19 01:19:26 2007 ++++ src/mk-string-arrays.pl Wed Jan 24 12:31:03 2007 +@@ -17,6 +17,7 @@ $pat{'icp_opcode'} = "icp_opcode_str"; $pat{'swap_log_op'} = "swap_log_op_str"; $pat{'lookup_t'} = "lookup_t_str"; + $pat{'log_type'} = "log_tags"; +$pat{'icap_service_t'} = "icap_service_type_str"; - $state = 0; # start state - while (<>) { + print "#include \"squid.h\"\n"; + Index: src/pconn.c =================================================================== RCS file: /cvsroot/squid/squid/src/pconn.c,v diff --git a/www/squid27/Makefile b/www/squid27/Makefile index dc148ecb53e..ae9024b2d8f 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -75,7 +75,7 @@ # Enable experimental multicast notification of cachemisses. PORTNAME= squid -PORTVERSION= 2.6.7 +PORTVERSION= 2.6.9 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://ftp.vistech.net/pub/squid/%SUBDIR%/ \ @@ -87,7 +87,7 @@ MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.6.STABLE7 +DISTNAME= squid-2.6.STABLE9 DIST_SUBDIR= squid2.6 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ diff --git a/www/squid27/distinfo b/www/squid27/distinfo index 79d209cae30..b3805d1f82c 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -1,3 +1,3 @@ -MD5 (squid2.6/squid-2.6.STABLE7.tar.bz2) = 7e8eed297ceb4f3067c960d4c4d04e87 -SHA256 (squid2.6/squid-2.6.STABLE7.tar.bz2) = 86538b29cfe07955a3e7cf76693ec42dc6845dc8c4b8d9326e2d31ca07e13d29 -SIZE (squid2.6/squid-2.6.STABLE7.tar.bz2) = 1262361 +MD5 (squid2.6/squid-2.6.STABLE9.tar.bz2) = 95997d6cb38fdb562ecb790c553f9cfc +SHA256 (squid2.6/squid-2.6.STABLE9.tar.bz2) = 9cc204d41091642e480277af09872ae36097f9325cf62711d0a8ba125408b7ab +SIZE (squid2.6/squid-2.6.STABLE9.tar.bz2) = 1263060 diff --git a/www/squid27/files/icap-2.6-core.patch b/www/squid27/files/icap-2.6-core.patch index f887f4e0406..4287961a3b5 100644 --- a/www/squid27/files/icap-2.6-core.patch +++ b/www/squid27/files/icap-2.6-core.patch @@ -16,7 +16,7 @@ cvs diff -u -b -N -kk -rZ-icap-2_6_merge_HEAD -ricap-2_6 See http://devel.squid-cache.org/icap/ for further information about the ICAP client project. -Patch last updated: 2006-12-14 +Patch last updated: 2007-01-24 Index: errors/Azerbaijani/ERR_ICAP_FAILURE =================================================================== @@ -2694,19 +2694,14 @@ diff -p -u -b -r1.43 -r1.20.4.10 debug(17, 3) ("fwdComplete: %s\n\tstatus %d\n", storeUrl(e), e->mem_obj->reply->sline.status); Index: src/globals.h -=================================================================== -RCS file: /cvsroot/squid/squid/src/globals.h,v -retrieving revision 1.27 -retrieving revision 1.22.4.5 -diff -p -u -b -r1.27 -r1.22.4.5 ---- src/globals.h 25 Sep 2006 19:51:46 -0000 1.27 -+++ src/globals.h 26 Sep 2006 22:47:36 -0000 1.22.4.5 +--- src/globals.h.orig Fri Jan 19 01:19:26 2007 ++++ src/globals.h Wed Jan 24 17:15:33 2007 @@ -171,6 +171,9 @@ extern const char *external_acl_message; #if HAVE_SBRK extern void *sbrk_start; /* 0 */ #endif +#if HS_FEAT_ICAP -+extern char *icap_service_type_str[]; ++extern const char *icap_service_type_str[]; +#endif extern int opt_send_signal; /* -1 */ extern int opt_no_daemon; /* 0 */ @@ -6582,20 +6577,16 @@ diff -p -u -b -r1.27 -r1.24.4.3 StrPools[i].pool = memPoolCreate(StrPoolsAttrs[i].name, StrPoolsAttrs[i].obj_size); Index: src/mk-string-arrays.pl =================================================================== -RCS file: /cvsroot/squid/squid/src/mk-string-arrays.pl,v -retrieving revision 1.2 -retrieving revision 1.2.180.1 -diff -p -u -b -r1.2 -r1.2.180.1 ---- src/mk-string-arrays.pl 23 Oct 2000 15:04:21 -0000 1.2 -+++ src/mk-string-arrays.pl 17 May 2006 17:58:01 -0000 1.2.180.1 -@@ -16,6 +16,7 @@ $pat{'err_type'} = "err_type_str"; - $pat{'icp_opcode'} = "icp_opcode_str"; +--- src/mk-string-arrays.pl.orig Fri Jan 19 01:19:26 2007 ++++ src/mk-string-arrays.pl Wed Jan 24 12:31:03 2007 +@@ -17,6 +17,7 @@ $pat{'icp_opcode'} = "icp_opcode_str"; $pat{'swap_log_op'} = "swap_log_op_str"; $pat{'lookup_t'} = "lookup_t_str"; + $pat{'log_type'} = "log_tags"; +$pat{'icap_service_t'} = "icap_service_type_str"; - $state = 0; # start state - while (<>) { + print "#include \"squid.h\"\n"; + Index: src/pconn.c =================================================================== RCS file: /cvsroot/squid/squid/src/pconn.c,v |