Fri Sep 18 02:01:35 2009 UTC ()
Update squid27 package to 2.7.7 (2.7.STABLE7).

pkgsrc changes: add LICENSE.

Changes to squid-2.7.STABLE7 (17 September 2009)
	- Bug #2661 - Solaris /dev/poll support broken with EINVAL
	- Clarify external_acl_type %{Header} documentation slightly
	- Bug #2482: Remove mem_obj->old_entry in async code to avoid deep ctx
	  errors
	- GCC-4.x cleanups
	- Bug #2605: Don't call setsid() on helper childs when running in
	  daemon mode
	- Windows port: Fix PSAPI.DLL usage, is always available on Windows NT
	  and later
	- Windows port: Added support for Windows 7, Windows Server 2008 R2
	  and later
	- Bug #2602: increase MAX_URL to 8192
	- The debug mode option '-d' was not documented in LDAP helpers usage
	  message
	- Windows port: Added a note about installation on Windows Vista and
	  later
	- Bug #2642: Remove duplicate peerMonitorInit() on reconfigure
	- Bug #2515: Final chunk parsing errors on FreeBSD6+
	- Bug #2647: Reprioritise override-* and stale-while-revalidate
	- Windows port: Fix improper access permissions to registry and DNS
	  parsing from registry
	- Windows port: Fix getservbyname() usage abuse.
	- Bug #2672: cacheMemMaxSize 32-bit overflow during snmpwalk
	- Bug #2691: store_url memory leak
	- Accept PUT/POST requests without an entity-body
	- Plug request_t + HttpStateData memory leak on PUT/POST requests with
	  early response
	- Bug #2710: squid_kerb_auth non-terminated string
	- Bug #2369: squid traffic counter 32-bit overflow
	- Bug #2080: wbinfo_group.pl - false positive under certain conditions
	- Bug #2739: DNS resolver option ndots can't be parsed from
	  resolv.conf
	- Windows port: fix mswin_negotiate_auth.exe crash when executing a
	  LocalCall authentication with verbose deBug #enabled
	- Add 0.0.0.0 as an to_localhost address
	- Windows port: Update mswin_check_ad_group to version 2.0
	- Windows port: There is no "-P" command line option into
	  mswin_check_ad_group helper.
	- Correct Valgrind mempool protection
	- Bug #2451: Correct length handling on 304 responses
	- Bug #2541: Hang in 100% CPU loop while extacting header details
	  using a delimiter other than comma (external_acl_type,
	  access_log_format, external_refresh_check)
	- Bug #2768 - squid_ldap_group -K argument parsing error


(taca)
diff -r1.8 -r1.9 pkgsrc/www/squid27/Makefile
diff -r1.5 -r1.6 pkgsrc/www/squid27/distinfo
diff -r1.2 -r1.3 pkgsrc/www/squid27/patches/patch-aa
diff -r1.2 -r1.3 pkgsrc/www/squid27/patches/patch-ac
diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/patch-ad
diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/patch-ah
diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/patch-ai
diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/patch-aj
diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/patch-al
diff -r1.1 -r0 pkgsrc/www/squid27/patches/patch-am

cvs diff -r1.8 -r1.9 pkgsrc/www/squid27/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/squid27/Attic/Makefile 2009/09/13 01:00:16 1.8
+++ pkgsrc/www/squid27/Attic/Makefile 2009/09/18 02:01:35 1.9
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.8 2009/09/13 01:00:16 taca Exp $ 1# $NetBSD: Makefile,v 1.9 2009/09/18 02:01:35 taca Exp $
2 2
3DISTNAME= squid-2.7.STABLE6 3DISTNAME= squid-2.7.STABLE7
4PKGNAME= ${DISTNAME:S/STABLE//} 4PKGNAME= ${DISTNAME:S/STABLE//}
5PKGREVISION= 2 
6CATEGORIES= www 5CATEGORIES= www
7MASTER_SITES= ${SQUID_MASTER_SITES} \ 6MASTER_SITES= ${SQUID_MASTER_SITES} \
8 http://www.squid-cache.org/Versions/v2/2.7/ 7 http://www.squid-cache.org/Versions/v2/2.7/
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= taca@NetBSD.org 10MAINTAINER= taca@NetBSD.org
12HOMEPAGE= http://www.squid-cache.org/ 11HOMEPAGE= http://www.squid-cache.org/
13COMMENT= Post-Harvest_cached WWW proxy cache and accelerator 12COMMENT= Post-Harvest_cached WWW proxy cache and accelerator
 13LICENSE= gnu-gpl-v2
14 14
15USE_TOOLS+= perl 15USE_TOOLS+= perl
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17PKG_DESTDIR_SUPPORT= destdir 17PKG_DESTDIR_SUPPORT= destdir
18 18
19.include "../../www/squid/Makefile.squid" 19.include "../../www/squid/Makefile.squid"
20.include "../../www/squid/options.mk" 20.include "../../www/squid/options.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/www/squid27/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/squid27/Attic/distinfo 2009/09/13 01:00:16 1.5
+++ pkgsrc/www/squid27/Attic/distinfo 2009/09/18 02:01:35 1.6
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1$NetBSD: distinfo,v 1.5 2009/09/13 01:00:16 taca Exp $ 1$NetBSD: distinfo,v 1.6 2009/09/18 02:01:35 taca Exp $
2 2
3SHA1 (squid-2.7.STABLE6.tar.bz2) = b4b323be1ff3617a22070c243b2504f30d6b302d 3SHA1 (squid-2.7.STABLE7.tar.bz2) = 0729116f309093e4f141e000136cdec39290628a
4RMD160 (squid-2.7.STABLE6.tar.bz2) = d804175b95c6b026abed505b086eeaa2c479d2e2 4RMD160 (squid-2.7.STABLE7.tar.bz2) = a13df321fb0831de963c77f6e33e3f374634d353
5Size (squid-2.7.STABLE6.tar.bz2) = 1345472 bytes 5Size (squid-2.7.STABLE7.tar.bz2) = 1341869 bytes
6SHA1 (patch-aa) = 7db6c34be31ecee1dd08486de14c3fbc3b21c5aa 6SHA1 (patch-aa) = e6b112b463b1bc996490c99b91945361f0c2506a
7SHA1 (patch-ab) = 0d8e73eab50a54bd9c8662ee418c0640f30fdeea 7SHA1 (patch-ab) = 0d8e73eab50a54bd9c8662ee418c0640f30fdeea
8SHA1 (patch-ac) = 2218ce7f6abdc0a33bb6ac5f6116bb00d44bf53e 8SHA1 (patch-ac) = 175bc741bb2adc6b5f3452c6a8d25e594e7c3acd
9SHA1 (patch-ad) = 3b0a8cf357d97053c52cd7429db621ea61932ba2 9SHA1 (patch-ad) = 24e7303aa3160a3e675da333737eade458c5c197
10SHA1 (patch-ae) = a78e762c1ad928eef66b12395d48bc69542e32d9 10SHA1 (patch-ae) = a78e762c1ad928eef66b12395d48bc69542e32d9
11SHA1 (patch-af) = d8bfc5e92988ffa37d39c799e62176974fb9c27a 11SHA1 (patch-af) = d8bfc5e92988ffa37d39c799e62176974fb9c27a
12SHA1 (patch-ag) = b375ecb8eefb4059642450fd25a0ec8e0d74efd7 12SHA1 (patch-ag) = b375ecb8eefb4059642450fd25a0ec8e0d74efd7
13SHA1 (patch-ah) = 6732a21860216e58322ab084e3d525237811cc89 13SHA1 (patch-ah) = c1c22c57e5e63d0d0756202224d156e47413a4d8
14SHA1 (patch-ai) = bf6438e8fb577342c782d2b729add0698bf99e9c 14SHA1 (patch-ai) = a227e6fc622f1bda3fa49406b4d588c1f1f78430
15SHA1 (patch-aj) = f1d18a900d7ada0985499979398bb12dace3ee40 15SHA1 (patch-aj) = c5c7cd10a63a5066eee63988775f71758ed5463e
16SHA1 (patch-ak) = 6863cac0fe9100f4b8c3c05cb321324a4abf0a4c 16SHA1 (patch-ak) = 6863cac0fe9100f4b8c3c05cb321324a4abf0a4c
17SHA1 (patch-al) = 43ff4508d964d273227263b7a623d67725e8b7bd 17SHA1 (patch-al) = a9e957a90dc6956e59668c297dd8566642baecff
18SHA1 (patch-am) = 2d098a9da3ba83a340cd9552950cc02e3de47cf9 

cvs diff -r1.2 -r1.3 pkgsrc/www/squid27/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/www/squid27/patches/Attic/patch-aa 2008/09/25 03:24:45 1.2
+++ pkgsrc/www/squid27/patches/Attic/patch-aa 2009/09/18 02:01:35 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-aa,v 1.2 2008/09/25 03:24:45 taca Exp $ 1$NetBSD: patch-aa,v 1.3 2009/09/18 02:01:35 taca Exp $
2 2
3--- Makefile.in.orig 2008-01-26 08:24:17.000000000 +0900 3--- Makefile.in.orig 2009-05-01 10:23:59.000000000 +0900
4+++ Makefile.in 4+++ Makefile.in
5@@ -725,8 +725,8 @@ dist-hook: 5@@ -697,8 +697,8 @@ dist-hook:
6 fi 6 fi
7  7
8 install-pinger: 8 install-pinger:
9- chown root $(DEFAULT_PINGER)  9- chown root $(DEFAULT_PINGER)
10- chmod 4711 $(DEFAULT_PINGER) 10- chmod 4711 $(DEFAULT_PINGER)
11+ chown root $(DESTDIR)$(DEFAULT_PINGER)  11+ chown root $(DESTDIR)$(DEFAULT_PINGER)
12+ chmod 4511 $(DESTDIR)$(DEFAULT_PINGER) 12+ chmod 4511 $(DESTDIR)$(DEFAULT_PINGER)
13 # Tell versions [3.59,3.63) of GNU make to not export all variables. 13 # Tell versions [3.59,3.63) of GNU make to not export all variables.
14 # Otherwise a system limit (for SysV at least) may be exceeded. 14 # Otherwise a system limit (for SysV at least) may be exceeded.
15 .NOEXPORT: 15 .NOEXPORT:

cvs diff -r1.2 -r1.3 pkgsrc/www/squid27/patches/Attic/patch-ac (expand / switch to unified diff)

--- pkgsrc/www/squid27/patches/Attic/patch-ac 2009/02/05 13:43:06 1.2
+++ pkgsrc/www/squid27/patches/Attic/patch-ac 2009/09/18 02:01:35 1.3
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1$NetBSD: patch-ac,v 1.2 2009/02/05 13:43:06 taca Exp $ 1$NetBSD: patch-ac,v 1.3 2009/09/18 02:01:35 taca Exp $
2 2
3--- configure.orig 2009-02-04 09:44:06.000000000 +0900 3--- configure.orig 2009-09-17 07:46:50.000000000 +0900
4+++ configure 4+++ configure
5@@ -8251,11 +8251,13 @@ for ac_header in sys/types.h \ 5@@ -8222,11 +8222,13 @@ for ac_header in sys/types.h \
6 libc.h \ 6 libc.h \
7 linux/netfilter_ipv4.h \ 7 linux/netfilter_ipv4.h \
8 linux/netfilter_ipv4/ip_tproxy.h \ 8 linux/netfilter_ipv4/ip_tproxy.h \
9+ machine/byte_swap.h \ 9+ machine/byte_swap.h \
10 malloc.h \ 10 malloc.h \
11 math.h \ 11 math.h \
12 memory.h \ 12 memory.h \
13 mount.h \ 13 mount.h \
14 net/if.h \ 14 net/if.h \
15+ net/pf/pfvar.h \ 15+ net/pf/pfvar.h \
16 net/pfvar.h \ 16 net/pfvar.h \
17 netdb.h \ 17 netdb.h \
18 netinet/if_ether.h \ 18 netinet/if_ether.h \
19@@ -22934,98 +22936,25 @@ _ACEOF 19@@ -22905,98 +22907,25 @@ _ACEOF
20 fi 20 fi
21  21
22  22
23-{ $as_echo "$as_me:$LINENO: checking for fd_mask" >&5 23-{ $as_echo "$as_me:$LINENO: checking for fd_mask" >&5
24-$as_echo_n "checking for fd_mask... " >&6; } 24-$as_echo_n "checking for fd_mask... " >&6; }
25-if test "${ac_cv_type_fd_mask+set}" = set; then 25-if test "${ac_cv_type_fd_mask+set}" = set; then
26+{ $as_echo "$as_me:$LINENO: checking for fd_set" >&5 26+{ $as_echo "$as_me:$LINENO: checking for fd_set" >&5
27+$as_echo_n "checking for fd_set... " >&6; } 27+$as_echo_n "checking for fd_set... " >&6; }
28+if test "${ac_cv_have_fd_mask+set}" = set; then 28+if test "${ac_cv_have_fd_mask+set}" = set; then
29 $as_echo_n "(cached) " >&6 29 $as_echo_n "(cached) " >&6
30 else 30 else
31- ac_cv_type_fd_mask=no 31- ac_cv_type_fd_mask=no
32-cat >conftest.$ac_ext <<_ACEOF 32-cat >conftest.$ac_ext <<_ACEOF
@@ -111,27 +111,27 @@ $NetBSD: patch-ac,v 1.2 2009/02/05 13:43 @@ -111,27 +111,27 @@ $NetBSD: patch-ac,v 1.2 2009/02/05 13:43
111- 111-
112- 112-
113+#include <sys/time.h> 113+#include <sys/time.h>
114+#include <sys/unistd.h> 114+#include <sys/unistd.h>
115 int 115 int
116 main () 116 main ()
117 { 117 {
118-if (sizeof ((fd_mask))) 118-if (sizeof ((fd_mask)))
119- return 0; 119- return 0;
120+fd_mask fds; 120+fd_mask fds;
121 ; 121 ;
122 return 0; 122 return 0;
123 } 123 }
124@@ -23048,38 +22977,21 @@ $as_echo "$ac_try_echo") >&5 124@@ -23019,38 +22948,21 @@ $as_echo "$ac_try_echo") >&5
125 test -z "$ac_c_werror_flag" || 125 test -z "$ac_c_werror_flag" ||
126 test ! -s conftest.err 126 test ! -s conftest.err
127 } && test -s conftest.$ac_objext; then 127 } && test -s conftest.$ac_objext; then
128- : 128- :
129-else 129-else
130- $as_echo "$as_me: failed program was:" >&5 130- $as_echo "$as_me: failed program was:" >&5
131-sed 's/^/| /' conftest.$ac_ext >&5 131-sed 's/^/| /' conftest.$ac_ext >&5
132- 132-
133- ac_cv_type_fd_mask=yes 133- ac_cv_type_fd_mask=yes
134-fi 134-fi
135- 135-
136-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 136-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
137+ ac_cv_have_fd_mask="yes" 137+ ac_cv_have_fd_mask="yes"
@@ -154,33 +154,33 @@ $NetBSD: patch-ac,v 1.2 2009/02/05 13:43 @@ -154,33 +154,33 @@ $NetBSD: patch-ac,v 1.2 2009/02/05 13:43
154-cat >>confdefs.h <<_ACEOF 154-cat >>confdefs.h <<_ACEOF
155-#define fd_mask int 155-#define fd_mask int
156-_ACEOF 156-_ACEOF
157  157
158 fi 158 fi
159  159
160- 160-
161- 161-
162+{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_fd_mask" >&5 162+{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_fd_mask" >&5
163+$as_echo "$ac_cv_have_fd_mask" >&6; } 163+$as_echo "$ac_cv_have_fd_mask" >&6; }
164  164
165 # The cast to long int works around a bug in the HP C Compiler 165 # The cast to long int works around a bug in the HP C Compiler
166 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 166 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
167@@ -26304,8 +26216,8 @@ if test "$GCC" = "yes"; then 167@@ -26275,8 +26187,8 @@ if test "$GCC" = "yes"; then
168 GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'` 168 GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'`
169 case "$GCCVER" in 169 case "$GCCVER" in
170 2.95.[123]) 170 2.95.[123])
171- echo "Removing -O for gcc on $host with GCC $GCCVER" 171- echo "Removing -O for gcc on $host with GCC $GCCVER"
172- CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*//'`" 172- CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*//'`"
173+ echo "Making -O\[2-9\] to -O for gcc on $host with GCC $GCCVER" 173+ echo "Making -O\[2-9\] to -O for gcc on $host with GCC $GCCVER"
174+ CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*/-O/'`" 174+ CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*/-O/'`"
175 ;; 175 ;;
176 esac 176 esac
177 fi 177 fi
178@@ -27437,7 +27349,7 @@ if test "$PF_TRANSPARENT" ; then 178@@ -27386,7 +27298,7 @@ if test "$PF_TRANSPARENT" ; then
179 { $as_echo "$as_me:$LINENO: checking if PF header file is installed" >&5 179 { $as_echo "$as_me:$LINENO: checking if PF header file is installed" >&5
180 $as_echo_n "checking if PF header file is installed... " >&6; } 180 $as_echo_n "checking if PF header file is installed... " >&6; }
181 # hold on to your hats... 181 # hold on to your hats...
182- if test "$ac_cv_header_net_pfvar_h" = "yes"; then 182- if test "$ac_cv_header_net_pfvar_h" = "yes"; then
183+ if test "$ac_cv_header_net_pfvar_h" = "yes" || test "$ac_cv_header_net_pf_pfvar_h" = "yes"; then 183+ if test "$ac_cv_header_net_pfvar_h" = "yes" || test "$ac_cv_header_net_pf_pfvar_h" = "yes"; then
184 PF_TRANSPARENT="yes" 184 PF_TRANSPARENT="yes"
185  185
186 cat >>confdefs.h <<\_ACEOF 186 cat >>confdefs.h <<\_ACEOF

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/www/squid27/patches/Attic/patch-ad 2008/09/12 15:02:47 1.1.1.1
+++ pkgsrc/www/squid27/patches/Attic/patch-ad 2009/09/18 02:01:35 1.2
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1$NetBSD: patch-ad,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ 1$NetBSD: patch-ad,v 1.2 2009/09/18 02:01:35 taca Exp $
2 2
3--- helpers/basic_auth/MSNT/Makefile.in.orig 2007-11-12 10:13:58.000000000 +0900 3--- helpers/basic_auth/MSNT/Makefile.in.orig 2009-05-01 10:24:06.000000000 +0900
4+++ helpers/basic_auth/MSNT/Makefile.in 4+++ helpers/basic_auth/MSNT/Makefile.in
5@@ -530,9 +530,9 @@ info: info-am 5@@ -484,11 +484,11 @@ info: info-am
6  6
7 info-am: 7 info-am:
8  8
9-install-data-am: install-data-local 9-install-data-am: install-data-local
10+install-data-am: 10+install-data-am:
11  11
 12 install-dvi: install-dvi-am
 13
12-install-exec-am: install-libexecPROGRAMS install-sysconfDATA 14-install-exec-am: install-libexecPROGRAMS install-sysconfDATA
13+install-exec-am: install-libexecPROGRAMS 15+install-exec-am: install-libexecPROGRAMS
14  16
15 install-info: install-info-am 17 install-html: install-html-am
16  18

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/Attic/patch-ah (expand / switch to unified diff)

--- pkgsrc/www/squid27/patches/Attic/patch-ah 2008/09/12 15:02:47 1.1.1.1
+++ pkgsrc/www/squid27/patches/Attic/patch-ah 2009/09/18 02:01:35 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ah,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ 1$NetBSD: patch-ah,v 1.2 2009/09/18 02:01:35 taca Exp $
2 2
3--- scripts/Makefile.in.orig 2007-11-12 10:14:20.000000000 +0900 3--- scripts/Makefile.in.orig 2009-05-01 10:24:41.000000000 +0900
4+++ scripts/Makefile.in 4+++ scripts/Makefile.in
5@@ -386,7 +386,7 @@ info-am: 5@@ -343,7 +343,7 @@ install-data-am:
6  6
7 install-data-am: 7 install-dvi: install-dvi-am
8  8
9-install-exec-am: install-binSCRIPTS 9-install-exec-am: install-binSCRIPTS
10+install-exec-am: 10+install-exec-am:
11  11
12 install-info: install-info-am 12 install-html: install-html-am
13  13

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/Attic/patch-ai (expand / switch to unified diff)

--- pkgsrc/www/squid27/patches/Attic/patch-ai 2008/09/12 15:02:47 1.1.1.1
+++ pkgsrc/www/squid27/patches/Attic/patch-ai 2009/09/18 02:01:35 1.2
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1$NetBSD: patch-ai,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ 1$NetBSD: patch-ai,v 1.2 2009/09/18 02:01:35 taca Exp $
2 2
3--- src/Makefile.in.orig 2008-01-03 10:16:40.000000000 +0900 3--- src/Makefile.in.orig 2009-05-01 10:24:42.000000000 +0900
4+++ src/Makefile.in 4+++ src/Makefile.in
5@@ -657,7 +657,7 @@ DEFAULT_LOG_PREFIX = $(localstatedir)/lo 5@@ -617,7 +617,7 @@ DEFAULT_LOG_PREFIX = $(localstatedir)/lo
6 DEFAULT_CACHE_LOG = $(DEFAULT_LOG_PREFIX)/cache.log 6 DEFAULT_CACHE_LOG = $(DEFAULT_LOG_PREFIX)/cache.log
7 DEFAULT_ACCESS_LOG = $(DEFAULT_LOG_PREFIX)/access.log 7 DEFAULT_ACCESS_LOG = $(DEFAULT_LOG_PREFIX)/access.log
8 DEFAULT_STORE_LOG = $(DEFAULT_LOG_PREFIX)/store.log 8 DEFAULT_STORE_LOG = $(DEFAULT_LOG_PREFIX)/store.log
9-DEFAULT_PID_FILE = $(DEFAULT_LOG_PREFIX)/squid.pid 9-DEFAULT_PID_FILE = $(DEFAULT_LOG_PREFIX)/squid.pid
10+DEFAULT_PID_FILE = $(VARBASE)/run/squid.pid 10+DEFAULT_PID_FILE = $(VARBASE)/run/squid.pid
11 DEFAULT_NETDB_FILE = $(DEFAULT_LOG_PREFIX)/netdb.state 11 DEFAULT_NETDB_FILE = $(DEFAULT_LOG_PREFIX)/netdb.state
12 DEFAULT_SWAP_DIR = $(localstatedir)/cache 12 DEFAULT_SWAP_DIR = $(localstatedir)/cache
13 DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'` 13 DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`
14@@ -1190,10 +1190,9 @@ info: info-recursive 14@@ -1148,12 +1148,11 @@ info: info-recursive
15  15
16 info-am: 16 info-am:
17  17
18-install-data-am: install-data-local install-dataDATA 18-install-data-am: install-data-local install-dataDATA
19+install-data-am: install-dataDATA 19+install-data-am: install-dataDATA
20  20
 21 install-dvi: install-dvi-recursive
 22
21-install-exec-am: install-libexecPROGRAMS install-sbinPROGRAMS \ 23-install-exec-am: install-libexecPROGRAMS install-sbinPROGRAMS \
22- install-sysconfDATA 24- install-sysconfDATA
23+install-exec-am: install-libexecPROGRAMS install-sbinPROGRAMS 25+install-exec-am: install-libexecPROGRAMS install-sbinPROGRAMS
24  26
25 install-info: install-info-recursive 27 install-html: install-html-recursive
26  28

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/Attic/patch-aj (expand / switch to unified diff)

--- pkgsrc/www/squid27/patches/Attic/patch-aj 2008/09/12 15:02:47 1.1.1.1
+++ pkgsrc/www/squid27/patches/Attic/patch-aj 2009/09/18 02:01:35 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-aj,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ 1$NetBSD: patch-aj,v 1.2 2009/09/18 02:01:35 taca Exp $
2 2
3--- src/cf.data.pre.orig 2008-06-25 07:54:18.000000000 +0900 3--- src/cf.data.pre.orig 2009-08-17 06:52:42.000000000 +0900
4+++ src/cf.data.pre 4+++ src/cf.data.pre
5@@ -3753,12 +3753,12 @@ DOC_END 5@@ -3787,12 +3787,12 @@ DOC_END
6  6
7 NAME: cache_effective_user 7 NAME: cache_effective_user
8 TYPE: string 8 TYPE: string
9-DEFAULT: nobody 9-DEFAULT: nobody
10+DEFAULT: @USER@ 10+DEFAULT: @USER@
11 LOC: Config.effectiveUser 11 LOC: Config.effectiveUser
12 DOC_START 12 DOC_START
13 If you start Squid as root, it will change its effective/real 13 If you start Squid as root, it will change its effective/real
14 UID/GID to the user specified below. The default is to change 14 UID/GID to the user specified below. The default is to change
15- to UID to nobody. If you define cache_effective_user, but not 15- to UID to nobody. If you define cache_effective_user, but not
16+ to UID to @USER@. If you define cache_effective_user, but not 16+ to UID to @USER@. If you define cache_effective_user, but not
17 cache_effective_group, Squid sets the GID to the effective 17 cache_effective_group, Squid sets the GID to the effective
18 user's default group ID (taken from the password file) and 18 user's default group ID (taken from the password file) and

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/squid27/patches/Attic/patch-al (expand / switch to unified diff)

--- pkgsrc/www/squid27/patches/Attic/patch-al 2008/09/12 15:02:47 1.1.1.1
+++ pkgsrc/www/squid27/patches/Attic/patch-al 2009/09/18 02:01:35 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-al,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ 1$NetBSD: patch-al,v 1.2 2009/09/18 02:01:35 taca Exp $
2 2
3--- tools/Makefile.in.orig 2007-11-12 10:14:28.000000000 +0900 3--- tools/Makefile.in.orig 2009-05-01 10:24:45.000000000 +0900
4+++ tools/Makefile.in 4+++ tools/Makefile.in
5@@ -737,7 +737,7 @@ info: info-recursive 5@@ -698,7 +698,7 @@ info: info-recursive
6  6
7 info-am: 7 info-am:
8  8
9-install-data-am: install-data-local 9-install-data-am: install-data-local
10+install-data-am: 10+install-data-am:
11  11
12 install-exec-am: install-binPROGRAMS install-libexecPROGRAMS 12 install-dvi: install-dvi-recursive
13  13

File Deleted: pkgsrc/www/squid27/patches/Attic/patch-am