View | Details | Raw Unified | Return to bug 113155 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-52 / +76 lines)
Lines 42-66 Link Here
42
#
42
#
43
#    --enable-dlmalloc
43
#    --enable-dlmalloc
44
#     Compile and use the malloc package from Doug Lea
44
#     Compile and use the malloc package from Doug Lea
45
#    --enable-gnuregex
46
#     Compile and use the supplied GNUregex routines instead of BSD regex
47
#     (not recommended).
48
#    --enable-xmalloc-statistics
45
#    --enable-xmalloc-statistics
49
#     Show malloc statistics in status page
46
#     Show malloc statistics in status page
50
#    --enable-cachemgr-hostname=some.hostname
47
#    --enable-cachemgr-hostname=some.hostname
51
#     Set an explicit hostname in cachemgr.cgi
48
#     Make cachemgr.cgi default to this host
52
#    --enable-truncate
53
#     Use truncate() rather than unlink()
54
#    --disable-unlinkd
49
#    --disable-unlinkd
55
#     Do not use "unlinkd"
50
#     Do not use "unlinkd"
56
#    --with-aufs-threads=N_THREADS
51
#    --with-aufs-threads=N_THREADS
57
#     Tune the number of worker threads for the aufs object
52
#     Tune the number of worker threads for the aufs object
58
#    --with-coss-membuf-size
53
#    --with-coss-membuf-size
59
#     COSS membuf size (default: 1048576 bytes)
54
#     COSS membuf size (default: 1048576 bytes)
60
#    --with-maxfd=N
55
#    --with-filedescriptors=N
61
#     Override the maximum number of filedescriptors. Useful if you
56
#     Force Squid to use N filedescriptors.
62
#     build as another user who is not privileged to use the amount
63
#     of filedescriptors the resulting binary is expected to support.
64
#    --enable-ntlm-fail-open
57
#    --enable-ntlm-fail-open
65
#     Enable NTLM fail open, where a helper that fails one of the
58
#     Enable NTLM fail open, where a helper that fails one of the
66
#     Authentication steps can allow Squid to still authenticate the user
59
#     Authentication steps can allow Squid to still authenticate the user
Lines 69-81 Link Here
69
#     to indicate variance within an accelerator setup. Typically used
62
#     to indicate variance within an accelerator setup. Typically used
70
#     together with other code that adds custom HTTP headers to the
63
#     together with other code that adds custom HTTP headers to the
71
#     requests.
64
#     requests.
72
#    --enable-forward-log
73
#     Enable experimental forward_log directive.
74
#    --enable-multicast-miss
75
#     Enable experimental multicast notification of cachemisses.
76
65
77
PORTNAME=	squid
66
PORTNAME=	squid
78
PORTVERSION=	2.6.13
67
PORTVERSION=	3.0.p6.${PATCHSET_DATE}
79
CATEGORIES=	www
68
CATEGORIES=	www
80
MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
69
MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
81
		ftp://ftp.vistech.net/pub/squid/%SUBDIR%/ \
70
		ftp://ftp.vistech.net/pub/squid/%SUBDIR%/ \
Lines 86-94 Link Here
86
		ftp://ftp.ntua.gr/pub/www/Squid/%SUBDIR%/ \
75
		ftp://ftp.ntua.gr/pub/www/Squid/%SUBDIR%/ \
87
		ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \
76
		ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \
88
		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,}
77
		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,}
89
MASTER_SITE_SUBDIR=	squid-2/STABLE
78
MASTER_SITE_SUBDIR=	squid-3/DEVEL
90
DISTNAME=	squid-2.6.STABLE13
79
DISTNAME=	squid-3.0.PRE6
91
DIST_SUBDIR=	squid2.6
80
DIST_SUBDIR=	squid3.0
92
81
93
PATCH_SITES=	http://www.squid-cache.org/%SUBDIR%/ \
82
PATCH_SITES=	http://www.squid-cache.org/%SUBDIR%/ \
94
		http://www2.us.squid-cache.org/%SUBDIR%/ \
83
		http://www2.us.squid-cache.org/%SUBDIR%/ \
Lines 99-113 Link Here
99
		http://www1.uk.squid-cache.org/%SUBDIR%/ \
88
		http://www1.uk.squid-cache.org/%SUBDIR%/ \
100
		http://www1.jp.squid-cache.org/%SUBDIR%/ \
89
		http://www1.jp.squid-cache.org/%SUBDIR%/ \
101
		http://www1.tw.squid-cache.org/%SUBDIR%/
90
		http://www1.tw.squid-cache.org/%SUBDIR%/
102
PATCH_SITE_SUBDIR=	Versions/v2/2.6/changesets
91
PATCH_SITE_SUBDIR=	Versions/v3/3.0/changesets
103
PATCHFILES=
92
# Inspired by editors/vim:
93
# (I know that portlint is not happy with this, but putting this code at any
94
# other location makes it even unhappier.)
95
PATCHSET_DATE=		20070529
96
FIRST_PATCHSET=		10789
97
LAST_PATCHSET=		10834
98
IGNORE_PATCHSETS=	10792 10793 10794 10795 10796 10798 10799 10803 10807 \
99
			10810 10814 10819
100
PATCHFILES!=	jot -w "%d.patch" - ${FIRST_PATCHSET} ${LAST_PATCHSET} 1
101
.for cs in ${IGNORE_PATCHSETS}
102
PATCHFILES:=	${PATCHFILES:N${cs}\.patch}
103
.endfor
104
PATCH_DIST_STRIP=	-p1
104
PATCH_DIST_STRIP=	-p1
105
105
106
MAINTAINER=	tmseck@netcologne.de
106
MAINTAINER=	tmseck@netcologne.de
107
COMMENT=	HTTP Caching Proxy
107
COMMENT=	HTTP Caching Proxy (development version)
108
108
109
CONFLICTS=	squid-2.[^6]*
109
LATEST_LINK=	squid30
110
111
CONFLICTS=	squid-2.[0-9].*
110
GNU_CONFIGURE=	yes
112
GNU_CONFIGURE=	yes
113
USE_AUTOTOOLS=	autoconf:259 automake:19 libtool:15
111
USE_BZIP2=	yes
114
USE_BZIP2=	yes
112
USE_PERL5=	yes
115
USE_PERL5=	yes
113
USE_RC_SUBR=	squid
116
USE_RC_SUBR=	squid
Lines 139-153 Link Here
139
		SQUID_REFERER_LOG "Enable Referer-header logging" off \
142
		SQUID_REFERER_LOG "Enable Referer-header logging" off \
140
		SQUID_USERAGENT_LOG "Enable User-Agent-header logging" off \
143
		SQUID_USERAGENT_LOG "Enable User-Agent-header logging" off \
141
		SQUID_ARP_ACL "Enable ACLs based on ethernet address" off \
144
		SQUID_ARP_ACL "Enable ACLs based on ethernet address" off \
145
		SQUID_IPFW "Enable transparent proxying with IPFW" off \
142
		SQUID_PF "Enable transparent proxying with PF" off \
146
		SQUID_PF "Enable transparent proxying with PF" off \
143
		SQUID_IPFILTER "Enable transp. proxying with IPFilter" off \
147
		SQUID_IPFILTER "Enable transp. proxying with IPFilter" off \
144
		SQUID_FOLLOW_XFF "Follow X-Forwarded-For headers" off \
145
		SQUID_ICAP "Enable ICAP client functionality" off \
148
		SQUID_ICAP "Enable ICAP client functionality" off \
149
		SQUID_ESI "Enable ESI support (experimental)" off \
146
		SQUID_AUFS "Enable the aufs storage scheme" off \
150
		SQUID_AUFS "Enable the aufs storage scheme" off \
147
		SQUID_COSS "Enable the COSS storage scheme" off \
151
		SQUID_COSS "Enable the COSS storage scheme" off \
148
		SQUID_KQUEUE "Use kqueue(2) instead of poll(2)" on \
152
		SQUID_KQUEUE "Use kqueue(2) instead of poll(2)" on \
149
		SQUID_LARGEFILE "Support log and cache files >2GB" off \
153
		SQUID_LARGEFILE "Support log and cache files >2GB" off \
150
		SQUID_STACKTRACES "Create backtraces on fatal errors" off
154
		SQUID_STACKTRACES "Create backtraces on fatal errors" off \
155
		SQUID_DEBUG "Enable debugging options" off
151
156
152
etc_files=	squid/cachemgr.conf.default \
157
etc_files=	squid/cachemgr.conf.default \
153
		squid/mib.txt squid/mime.conf.default \
158
		squid/mib.txt squid/mime.conf.default \
Lines 165-181 Link Here
165
170
166
error_files=	ERR_ACCESS_DENIED ERR_CACHE_ACCESS_DENIED \
171
error_files=	ERR_ACCESS_DENIED ERR_CACHE_ACCESS_DENIED \
167
		ERR_CACHE_MGR_ACCESS_DENIED ERR_CANNOT_FORWARD \
172
		ERR_CACHE_MGR_ACCESS_DENIED ERR_CANNOT_FORWARD \
168
		ERR_CONNECT_FAIL ERR_DNS_FAIL ERR_FORWARDING_DENIED \
173
		ERR_CONNECT_FAIL ERR_DNS_FAIL ERR_ESI ERR_FORWARDING_DENIED \
169
		ERR_FTP_DISABLED ERR_FTP_FAILURE ERR_FTP_FORBIDDEN \
174
		ERR_FTP_DISABLED ERR_FTP_FAILURE ERR_FTP_FORBIDDEN \
170
		ERR_FTP_NOT_FOUND ERR_FTP_PUT_CREATED \
175
		ERR_FTP_NOT_FOUND ERR_FTP_PUT_CREATED \
171
		ERR_FTP_PUT_ERROR ERR_FTP_PUT_MODIFIED ERR_FTP_UNAVAILABLE \
176
		ERR_FTP_PUT_ERROR ERR_FTP_PUT_MODIFIED ERR_FTP_UNAVAILABLE \
172
		ERR_INVALID_REQ ERR_INVALID_RESP ERR_INVALID_URL \
177
		ERR_ICAP_FAILURE ERR_INVALID_REQ ERR_INVALID_RESP \
173
		ERR_LIFETIME_EXP ERR_NO_RELAY ERR_ONLY_IF_CACHED_MISS \
178
		ERR_INVALID_URL ERR_LIFETIME_EXP ERR_NO_RELAY \
174
		ERR_READ_ERROR ERR_READ_TIMEOUT ERR_SHUTTING_DOWN \
179
		ERR_ONLY_IF_CACHED_MISS ERR_READ_ERROR ERR_READ_TIMEOUT \
175
		ERR_SOCKET_FAILURE ERR_TOO_BIG ERR_UNSUP_REQ \
180
		ERR_SHUTTING_DOWN ERR_SOCKET_FAILURE ERR_TOO_BIG ERR_UNSUP_REQ \
176
		ERR_URN_RESOLVE ERR_WRITE_ERROR ERR_ZERO_SIZE_OBJECT
181
		ERR_URN_RESOLVE ERR_WRITE_ERROR ERR_ZERO_SIZE_OBJECT
177
182
178
libexec=	cachemgr.cgi digest_pw_auth diskd-daemon ip_user_check \
183
libexec=	cachemgr.cgi digest_pw_auth diskd ip_user_check \
179
		msnt_auth ncsa_auth ntlm_auth \
184
		msnt_auth ncsa_auth ntlm_auth \
180
		pam_auth smb_auth smb_auth.sh squid_session squid_unix_group \
185
		pam_auth smb_auth smb_auth.sh squid_session squid_unix_group \
181
		wbinfo_group.pl
186
		wbinfo_group.pl
Lines 183-189 Link Here
183
libexec+=	unlinkd
188
libexec+=	unlinkd
184
.endif
189
.endif
185
190
186
sbin=		RunCache squidclient squid
191
sbin=		RunAccel RunCache squidclient squid
187
192
188
CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin  \
193
CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin  \
189
		--sbindir=${PREFIX}/sbin  \
194
		--sbindir=${PREFIX}/sbin  \
Lines 203-209 Link Here
203
basic_auth=	NCSA PAM MSNT SMB
208
basic_auth=	NCSA PAM MSNT SMB
204
digest_auth=	password
209
digest_auth=	password
205
external_acl=	ip_user session unix_group wbinfo_group
210
external_acl=	ip_user session unix_group wbinfo_group
206
MAN8+=		ncsa_auth.8 pam_auth.8 squid_session.8 squid_unix_group.8
211
MAN8+=		pam_auth.8 squid_session.8 squid_unix_group.8
207
.if defined(WITH_SQUID_LDAP_AUTH)
212
.if defined(WITH_SQUID_LDAP_AUTH)
208
USE_OPENLDAP=	yes
213
USE_OPENLDAP=	yes
209
CFLAGS+=	-I${LOCALBASE}/include
214
CFLAGS+=	-I${LOCALBASE}/include
Lines 237-244 Link Here
237
storage_schemes=	ufs diskd null
242
storage_schemes=	ufs diskd null
238
.if defined(WITH_SQUID_AUFS)
243
.if defined(WITH_SQUID_AUFS)
239
storage_schemes+=	aufs
244
storage_schemes+=	aufs
240
.if ${OSVERSION}>=501000
245
# Only document switching from libpthread to libthr using libmap.conf
241
# Only document libmap.conf where it is available:
246
# where lipthread is the default threading library:
247
.if (${OSVERSION} >= 501000) && (${OSVERSION} < 700041)
242
EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-src-cf.data.pre.aufs
248
EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-src-cf.data.pre.aufs
243
.endif
249
.endif
244
# Nil aufs threads is default, set any other value via SQUID_CONFIGURE_ARGS
250
# Nil aufs threads is default, set any other value via SQUID_CONFIGURE_ARGS
Lines 247-261 Link Here
247
.endif
253
.endif
248
.if defined(WITH_SQUID_COSS)
254
.if defined(WITH_SQUID_COSS)
249
storage_schemes+=	coss
255
storage_schemes+=	coss
250
.if !defined(WITH_SQUID_AUFS)
251
# use Posix AIO instead of aufs' AIO; note that you then need the kernel to
252
# supply AIO support, either by loading the aio(4) module (n/a on 4.x) or by
253
# adding the option VFS_AIO to your kernel configuration if you want to
254
# actually use COSS storage:
255
CONFIGURE_ARGS+=	--enable-coss-aio-ops
256
.endif
256
.endif
257
sbin+=		cossdump
258
.endif
259
CONFIGURE_ARGS+=	--enable-storeio="${storage_schemes}"
257
CONFIGURE_ARGS+=	--enable-storeio="${storage_schemes}"
260
258
261
# Other options set via 'make config':
259
# Other options set via 'make config':
Lines 318-323 Link Here
318
.if defined(WITH_SQUID_ARP_ACL)
316
.if defined(WITH_SQUID_ARP_ACL)
319
CONFIGURE_ARGS+=	--enable-arp-acl
317
CONFIGURE_ARGS+=	--enable-arp-acl
320
.endif
318
.endif
319
.if defined(WITH_SQUID_IPFW)
320
CONFIGURE_ARGS+=	--enable-ipfw-transparent
321
.endif
321
.if defined(WITH_SQUID_PF)
322
.if defined(WITH_SQUID_PF)
322
CONFIGURE_ARGS+=	--enable-pf-transparent
323
CONFIGURE_ARGS+=	--enable-pf-transparent
323
.if ${OSVERSION} < 502106
324
.if ${OSVERSION} < 502106
Lines 337-363 Link Here
337
CONFIGURE_ARGS+=	--enable-ipf-transparent
338
CONFIGURE_ARGS+=	--enable-ipf-transparent
338
.endif
339
.endif
339
.endif
340
.endif
340
.if defined(WITH_SQUID_FOLLOW_XFF)
341
CONFIGURE_ARGS+=	--enable-follow-x-forwarded-for
342
.endif
343
.if defined(WITH_SQUID_ICAP)
341
.if defined(WITH_SQUID_ICAP)
344
EXTRA_PATCHES+=		${PATCHDIR}/icap-2.6-bootstrap.patch \
342
CONFIGURE_ARGS+=	--enable-icap-client
345
			${PATCHDIR}/icap-2.6-core.patch
346
CONFIGURE_ARGS+=	--enable-icap-support
347
error_files+=		ERR_ICAP_FAILURE
348
.endif
343
.endif
344
.if defined(WITH_SQUID_ESI)
345
CONFIGURE_ARGS+=	--enable-esi
346
LIB_DEPENDS+=		xml2:${PORTSDIR}/textproc/libxml2
347
.endif
349
.if defined(WITHOUT_SQUID_KQUEUE)
348
.if defined(WITHOUT_SQUID_KQUEUE)
349
# XXX: Squid3 -- unlike Squid2 -- does not automatically enable kqueue(2) at
350
#      this time so this is a no-op for now:
350
CONFIGURE_ARGS+=	--disable-kqueue
351
CONFIGURE_ARGS+=	--disable-kqueue
352
.else
353
CONFIGURE_ARGS+=	--enable-kqueue
351
.endif
354
.endif
352
.if defined(WITH_SQUID_LARGEFILE)
355
.if defined(WITH_SQUID_LARGEFILE)
353
CONFIGURE_ARGS+=	--with-large-files --enable-large-cache-files
356
CONFIGURE_ARGS+=	--with-large-files
354
.endif
357
.endif
355
.if defined(WITH_SQUID_STACKTRACES) || defined(WITH_DEBUG)
358
.if defined(WITH_SQUID_STACKTRACES)
356
CONFIGURE_ARGS+=	--enable-stacktraces
359
CONFIGURE_ARGS+=	--enable-stacktraces
357
CFLAGS+=	-g
360
CFLAGS+=	-g
358
STRIP=			""
361
STRIP=			""
359
.endif
362
.endif
360
363
.if defined(WITH_SQUID_DEBUG) || defined(WITH_DEBUG)
364
# TODO: are there other useful options that can/should be set to help
365
#       the developers in debugging failures?
366
CONFIGURE_ARGS+=	--disable-optimizations
367
CFLAGS+=	-g
368
STRIP=		""
369
.endif
361
# Languages:
370
# Languages:
362
#
371
#
363
# If you do not define SQUID_LANGUAGES yourself, all available language files
372
# If you do not define SQUID_LANGUAGES yourself, all available language files
Lines 390-396 Link Here
390
.endfor
399
.endfor
391
PLIST_DIRS+=	etc/squid/errors etc/squid squid/logs squid/cache squid
400
PLIST_DIRS+=	etc/squid/errors etc/squid squid/logs squid/cache squid
392
401
402
pre-patch:
403
# special handling for ChangeSet 10817 that relies on metadata information
404
# supplied by a non applicable earlier patch; can be removed when the port
405
# is updated to a post-pre6 tarball:
406
	@${REINPLACE_CMD} -e 's|v 1.453 2007/05/09 22:14:24 wessels|v 1.454 2007/05/13 10:57:41 hno|' \
407
	    -e 's|\(Revision:\) 1.453|\1 1.454|' \
408
	    ${WRKSRC}/configure.in
409
393
post-patch:
410
post-patch:
411
# add this version's datestamp so that Squid identifies itself as patched-up:
412
	@${REINPLACE_CMD} -e 's|3.0.PRE6|&+PatchSets-${PATCHSET_DATE}|' \
413
	    ${WRKSRC}/configure.in
394
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
414
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
395
	@${REINPLACE_CMD} -e 's|%%SQUID_UID%%|${SQUID_UID}|g' \
415
	@${REINPLACE_CMD} -e 's|%%SQUID_UID%%|${SQUID_UID}|g' \
396
	    -e 's|%%SQUID_GID%%|${SQUID_GID}|g' \
416
	    -e 's|%%SQUID_GID%%|${SQUID_GID}|g' \
Lines 409-414 Link Here
409
	    ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
429
	    ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
410
430
411
post-install:
431
post-install:
432
# Create cachemgr.conf.default manually since squid-3's install routine
433
# unfortunately fails to do so (as it did in the old 2.5 days...):
434
	${INSTALL_DATA} ${WRKSRC}/tools/cachemgr.conf \
435
	    ${PREFIX}/etc/squid/cachemgr.conf.default
412
.if defined(WITH_SQUID_PINGER)
436
.if defined(WITH_SQUID_PINGER)
413
	${CHMOD} 4510 ${PREFIX}/libexec/squid/pinger; \
437
	${CHMOD} 4510 ${PREFIX}/libexec/squid/pinger; \
414
	${CHGRP} ${SQUID_GID} ${PREFIX}/libexec/squid/pinger
438
	${CHGRP} ${SQUID_GID} ${PREFIX}/libexec/squid/pinger
(-)distinfo (-3 / +105 lines)
Lines 1-3 Link Here
1
MD5 (squid2.6/squid-2.6.STABLE13.tar.bz2) = fdc4ece264b47bab1b112d8f6f842b8b
1
MD5 (squid3.0/squid-3.0.PRE6.tar.bz2) = 6ddabb29bec3ed502a37e8a10437203b
2
SHA256 (squid2.6/squid-2.6.STABLE13.tar.bz2) = 894802914a63992d5c5cf7061e2f242fdefd09b4af79d84b217e977f9195fdad
2
SHA256 (squid3.0/squid-3.0.PRE6.tar.bz2) = d15f63fa8ca579218fdf267451db3b49fcf8b1a1ad6182514c954e76acb8d115
3
SIZE (squid2.6/squid-2.6.STABLE13.tar.bz2) = 1263229
3
SIZE (squid3.0/squid-3.0.PRE6.tar.bz2) = 1771634
4
MD5 (squid3.0/10789.patch) = bdb57a1bb9e966a37abff388c5ac4d1f
5
SHA256 (squid3.0/10789.patch) = 6efd1da087c4f0f31bcdb496decbc700efba347c4a7eff017f8c911bed0cb254
6
SIZE (squid3.0/10789.patch) = 1029
7
MD5 (squid3.0/10790.patch) = bd7e8d453e6cf5cb94e073575236afc2
8
SHA256 (squid3.0/10790.patch) = b4eb7d60cefef3647b1fe7e39132ac2dd9ff151d6d92d80f85feb10fc5cc00fb
9
SIZE (squid3.0/10790.patch) = 1142
10
MD5 (squid3.0/10791.patch) = a595ec1dfc798ea64099eeb7926d63d6
11
SHA256 (squid3.0/10791.patch) = 48cc55197d2cfe109704d389a3b1f9c45a83cde2d7cfd7914beefe030d1c26ce
12
SIZE (squid3.0/10791.patch) = 6586
13
MD5 (squid3.0/10797.patch) = 5ce98f17800a3be13648b366672313cd
14
SHA256 (squid3.0/10797.patch) = 0d16cab5a17e339324af1c2f15f22cfcb4e0bf5bebecf8f8e30b4920c731b51a
15
SIZE (squid3.0/10797.patch) = 12730
16
MD5 (squid3.0/10800.patch) = 95ab5c8f3455c540a62b66fa3be58c44
17
SHA256 (squid3.0/10800.patch) = 6236cb5569ba8724bfff0130fe09375c718acb8ac8850a507768bf1e0a2f5f20
18
SIZE (squid3.0/10800.patch) = 2842
19
MD5 (squid3.0/10801.patch) = 387bdf6b0ff2a120cd007fd513438d8b
20
SHA256 (squid3.0/10801.patch) = c3f73a9aadb3c1c46532b34bbeb60760d7c2be51e1318e2dd5481c1787546be0
21
SIZE (squid3.0/10801.patch) = 1461
22
MD5 (squid3.0/10802.patch) = cae41b31039efca1da3d6bba61eabb3c
23
SHA256 (squid3.0/10802.patch) = 0f361376094616c1f057cc4b65d7a7d1343471aa23edafa5a827da903b70c8f2
24
SIZE (squid3.0/10802.patch) = 13794
25
MD5 (squid3.0/10804.patch) = 976ab82b0b8434ccb5247f62cfbf867c
26
SHA256 (squid3.0/10804.patch) = 89e00641ea64f2cb0f4c39778556914ed16a18c455fd373397054f2d6ac0e4d3
27
SIZE (squid3.0/10804.patch) = 217554
28
MD5 (squid3.0/10805.patch) = c8e81da97440ef7fb4dcd0643260f71a
29
SHA256 (squid3.0/10805.patch) = 996266ff19a4e2391e712e30a6a5a363466a6fa588599055617ce3df88cedfd4
30
SIZE (squid3.0/10805.patch) = 16432
31
MD5 (squid3.0/10806.patch) = 9150ecfd5f4ed91ad9a6df8a1832787f
32
SHA256 (squid3.0/10806.patch) = 38589e1002be8e6106e1fcdec48ccf81cc693c8ef011955aca8bc200e62dce83
33
SIZE (squid3.0/10806.patch) = 3832
34
MD5 (squid3.0/10808.patch) = fc61e61ba4419d142bd3d2a9bbbd44f7
35
SHA256 (squid3.0/10808.patch) = 6a62a3467da832a592bc3d542c56cbc1c56dc7e4986ad4cc080126590265ef12
36
SIZE (squid3.0/10808.patch) = 2526
37
MD5 (squid3.0/10809.patch) = 8ef1c68b6e77863044aa5c7628b48a9f
38
SHA256 (squid3.0/10809.patch) = 96d9d60c3f8af6d1ca96dc5a1249002127ff5ba3eef02e0e0cd270098ccf03ec
39
SIZE (squid3.0/10809.patch) = 3220
40
MD5 (squid3.0/10811.patch) = c24002ade68da71773a0ff854a8602ec
41
SHA256 (squid3.0/10811.patch) = b37be2880950a773c6933ff8056ea0e04cbd8091514cb59b02b66e32a82eed73
42
SIZE (squid3.0/10811.patch) = 1182
43
MD5 (squid3.0/10812.patch) = fd7a9f5ea21bb5e129bd866c3905905c
44
SHA256 (squid3.0/10812.patch) = 93b98037bd4dffa3c259b19332f61730cc6cca292054adc6fe2e3b7069a5d497
45
SIZE (squid3.0/10812.patch) = 913
46
MD5 (squid3.0/10813.patch) = af3e07c9775b2dd9dece35f1c9cfdf41
47
SHA256 (squid3.0/10813.patch) = 63ba3ea34f934b7f3ae8354c287da3a54f0474e13b9648c3415904c046f4b3bf
48
SIZE (squid3.0/10813.patch) = 1445
49
MD5 (squid3.0/10815.patch) = dee9162e92725aefe84d546646509cd6
50
SHA256 (squid3.0/10815.patch) = d936e9ba919a0d23a0585b1611bec5335b0d092421d989035526df07892cb8b8
51
SIZE (squid3.0/10815.patch) = 1467
52
MD5 (squid3.0/10816.patch) = cf17537fab0c0078c72715835b38f832
53
SHA256 (squid3.0/10816.patch) = 6f7dec0fcdc3eaf6a08a98de3d21d0badf6cd2fe01431ec289057e90c3e6b794
54
SIZE (squid3.0/10816.patch) = 912
55
MD5 (squid3.0/10817.patch) = cb0e4dd7fc425c0d5d1c3eeb4669c2eb
56
SHA256 (squid3.0/10817.patch) = 58522e4ea3e4426d6b963ba341c768595d47193b854f47a7e7ffe7288d501f9a
57
SIZE (squid3.0/10817.patch) = 4010
58
MD5 (squid3.0/10818.patch) = 2a9313c5b3f0820ee7ddfdca669b12a2
59
SHA256 (squid3.0/10818.patch) = 4dd6c6253fe91ca1500e1d2c49472a8bb051f7c143ba76aec0531b7a7030b880
60
SIZE (squid3.0/10818.patch) = 6385
61
MD5 (squid3.0/10820.patch) = 8b9ef243e4d25e2e34a0403e73e5afad
62
SHA256 (squid3.0/10820.patch) = 91592ccbc13db348c51eae78f7f8bfefdaaf70ca98ec10e2a6d3be8db98d7f96
63
SIZE (squid3.0/10820.patch) = 3069
64
MD5 (squid3.0/10821.patch) = db87b6ffd7f1085af069e70d4e33123a
65
SHA256 (squid3.0/10821.patch) = 1d23430baae03e838c7dc3dc6bee7dae527be3576c3f6c9d018db7903ce7fda0
66
SIZE (squid3.0/10821.patch) = 1178
67
MD5 (squid3.0/10822.patch) = f65507d7d2721f199221fdfbed1d53e3
68
SHA256 (squid3.0/10822.patch) = 7f42a6a3fffa32d159f59a33f965e02639c0151ac18e1660707aa934987ba03b
69
SIZE (squid3.0/10822.patch) = 2844
70
MD5 (squid3.0/10823.patch) = bbc4557aadbb25ecdd26c70c012de2b2
71
SHA256 (squid3.0/10823.patch) = 37da30fc68dc0be138bd1b1e69cf4450c14779b129dae710af79add48160cbb0
72
SIZE (squid3.0/10823.patch) = 811
73
MD5 (squid3.0/10824.patch) = b8c996266a16ab113e83b77ec5640ac7
74
SHA256 (squid3.0/10824.patch) = f5db6d9a2bdabcc2ad95ff0e950c7153386b562b63255cfa85f4cdad713e7be9
75
SIZE (squid3.0/10824.patch) = 1494
76
MD5 (squid3.0/10825.patch) = 8c5022bda2cb6e49cf2de5cf36137cfe
77
SHA256 (squid3.0/10825.patch) = 9b2b22ac18c5444231e63ec426adaed6b6864bd40b54ccb779d6d01080cc3233
78
SIZE (squid3.0/10825.patch) = 3518
79
MD5 (squid3.0/10826.patch) = b51f7fc584b5c1ed00b323026b7cfe58
80
SHA256 (squid3.0/10826.patch) = 79ac1553a83d52c692bf619d7e0ea268c2f56f9735ce463c5b62e4f9c7fbb6c2
81
SIZE (squid3.0/10826.patch) = 988
82
MD5 (squid3.0/10827.patch) = 41260a2675b232ae1340d5440a0355be
83
SHA256 (squid3.0/10827.patch) = a9436726cb5915e1f35420ecce43136e62f8637f52405f25abef4e5d7bb89f44
84
SIZE (squid3.0/10827.patch) = 1394
85
MD5 (squid3.0/10828.patch) = b827d024b6892b899e57c90e2a99ec36
86
SHA256 (squid3.0/10828.patch) = f5a22c9a5a4116f39aa09741d40ce9f4cd978ab13e6758ebec2609a5803e5720
87
SIZE (squid3.0/10828.patch) = 13150
88
MD5 (squid3.0/10829.patch) = aeef564bf7d8e4d97ee90059dde308bf
89
SHA256 (squid3.0/10829.patch) = 60733da98549895b8d93c62b050f5d3022ada83ca1c5a44883875f5ce59cd531
90
SIZE (squid3.0/10829.patch) = 3278
91
MD5 (squid3.0/10830.patch) = 160578416e1a5f14a959b8512e0cc71d
92
SHA256 (squid3.0/10830.patch) = 579fcb3f6f48848a4567ac2ef5a8b338143b6c4439fde18f729c33279e050493
93
SIZE (squid3.0/10830.patch) = 3296
94
MD5 (squid3.0/10831.patch) = 739da567f8fb6cd9f583c42da8ae54a5
95
SHA256 (squid3.0/10831.patch) = 4fa9333acaf84c615b4e0b267ff8afa3da99bf9ad529383c1df7f2b9c2a02598
96
SIZE (squid3.0/10831.patch) = 934
97
MD5 (squid3.0/10832.patch) = d613ffaa146751afe5aa02acce1ccaa6
98
SHA256 (squid3.0/10832.patch) = c6199890b7829b15047f06faf5a22a1e22c3f4bbdd61ed31031d3a7952cf81bb
99
SIZE (squid3.0/10832.patch) = 1302
100
MD5 (squid3.0/10833.patch) = 0300674c4024cd44e7506f048c9b5750
101
SHA256 (squid3.0/10833.patch) = 37b77100539c6751c4636b31484ea761e9de7e1e5347610b06c5f789e8bfd4c3
102
SIZE (squid3.0/10833.patch) = 6761
103
MD5 (squid3.0/10834.patch) = ff5c484e43e3d1c52d0ebb5d2cfb88f5
104
SHA256 (squid3.0/10834.patch) = 422db18eefe0f65f67191ecf14cd3ff8732da56149ac087f50a4470f78a1fce4
105
SIZE (squid3.0/10834.patch) = 235371
(-)pkg-descr (+4 lines)
Lines 7-10 Link Here
7
By using the lightweight Internet Cache Protocol, Squid caches can be
7
By using the lightweight Internet Cache Protocol, Squid caches can be
8
arranged in a hierarchy or mesh for additional bandwidth savings.
8
arranged in a hierarchy or mesh for additional bandwidth savings.
9
9
10
This version of Squid is a pre-release snapshot of the upcoming Squid 3.
11
It is primarily meant for testing new features and not meant to be put
12
into production use.
13
10
WWW: http://www.squid-cache.org/
14
WWW: http://www.squid-cache.org/
(-)files/pkg-message.in (-2 / +6 lines)
Lines 23-31 Link Here
23
     Please see %%PREFIX%%/etc/rc.d/squid(.sh) for further details.
23
     Please see %%PREFIX%%/etc/rc.d/squid(.sh) for further details.
24
24
25
     Note:
25
     Note:
26
     If you just updated your Squid installation from 2.5 or earlier,
26
     If you just updated your Squid installation from an earlier version,
27
     make sure to check your Squid configuration against the 2.6 default
27
     make sure to check your Squid configuration against the 3.0 default
28
     configuration file %%PREFIX%%/etc/squid/squid.conf.default.
28
     configuration file %%PREFIX%%/etc/squid/squid.conf.default.
29
29
30
     Additionally, you should check your configuration by calling
30
     Additionally, you should check your configuration by calling
31
     'squid -f /path/to/squid.conf -k parse' before starting Squid.
31
     'squid -f /path/to/squid.conf -k parse' before starting Squid.
32
33
     Keep in mind that this version of Squid is a development version and
34
     is probably noticeably slower and less stable than Squid 2.
35

Return to bug 113155