View | Details | Raw Unified | Return to bug 80028
Collapse All | Expand All

(-)distinfo (+18 lines)
Lines 28-30 Link Here
28
SIZE (squid2.5/squid-2.5.STABLE9-dup_content_length.patch) = 1685
28
SIZE (squid2.5/squid-2.5.STABLE9-dup_content_length.patch) = 1685
29
MD5 (squid2.5/squid-2.5.STABLE9-excess_data.patch) = c9ab2d162574e44da51f4e14c653652e
29
MD5 (squid2.5/squid-2.5.STABLE9-excess_data.patch) = c9ab2d162574e44da51f4e14c653652e
30
SIZE (squid2.5/squid-2.5.STABLE9-excess_data.patch) = 1553
30
SIZE (squid2.5/squid-2.5.STABLE9-excess_data.patch) = 1553
31
MD5 (squid2.5/squid-2.5.STABLE9-aufs.patch) = db9e5a04e525da825e8d16764a996618
32
SIZE (squid2.5/squid-2.5.STABLE9-aufs.patch) = 9317
33
MD5 (squid2.5/squid-2.5.STABLE9-long_basic_auth.patch) = 38ba50f5fd44ba860cff7a4ddc67dac0
34
SIZE (squid2.5/squid-2.5.STABLE9-long_basic_auth.patch) = 1328
35
MD5 (squid2.5/squid-2.5.STABLE9-CONNECT_truncated.patch) = 76292a83e6f4c4d0b368522deac045ee
36
SIZE (squid2.5/squid-2.5.STABLE9-CONNECT_truncated.patch) = 4885
37
MD5 (squid2.5/squid-2.5.STABLE9-disable_hostname_checks.patch) = dc3eb6e50a1c5e59beddad2e78d0743e
38
SIZE (squid2.5/squid-2.5.STABLE9-disable_hostname_checks.patch) = 2964
39
MD5 (squid2.5/squid-2.5.STABLE9-aufs_shutdown.patch) = 2ab5c4eaa70d5236c867a68834e1ff4d
40
SIZE (squid2.5/squid-2.5.STABLE9-aufs_shutdown.patch) = 10649
41
MD5 (squid2.5/squid-2.5.STABLE9-2GB.patch) = 5b77c60d1801bce9591744ba5690699a
42
SIZE (squid2.5/squid-2.5.STABLE9-2GB.patch) = 250589
43
MD5 (squid2.5/squid-2.5.STABLE9-cachemgr_objects.patch) = cc3c6c61b46f50ea93271997e3002349
44
SIZE (squid2.5/squid-2.5.STABLE9-cachemgr_objects.patch) = 2625
45
MD5 (squid2.5/squid-2.5.STABLE9-extaclauth.patch) = b3c3282e6f1550e698e7a3f3ad87a7bc
46
SIZE (squid2.5/squid-2.5.STABLE9-extaclauth.patch) = 1799
47
MD5 (squid2.5/squid-2.5.STABLE9-syslog.patch) = c04abf725b5061c0a009364097ccd253
48
SIZE (squid2.5/squid-2.5.STABLE9-syslog.patch) = 6859
(-)files/patch-doc-squid.8 (+29 lines)
Line 0 Link Here
1
Index: doc/squid.8
2
===================================================================
3
RCS file: /squid/squid/doc/squid.8,v
4
retrieving revision 1.1
5
diff -p -u -r1.1 squid.8
6
--- doc/squid.8	18 Dec 2000 21:54:18 -0000	1.1
7
+++ doc/squid.8	17 Apr 2005 14:17:48 -0000
8
@@ -6,7 +6,11 @@ squid \- proxy caching server
9
 .SH SYNOPSIS
10
 .B squid
11
 [
12
-.B \-dhsvzCDFNRVYX
13
+.B \-dhvzCDFNRVYX
14
+] [
15
+.B \-s
16
+|
17
+.BI \-l " facility"
18
 ] [
19
 .BI \-f " config-file"
20
 ] [
21
@@ -73,7 +77,7 @@ Print help message.
22
 .IP "-k reconfigure | rotate | shutdown | interrupt | kill | debug | check | parse"
23
 Parse configuration file, then send signal to running copy 
24
 (except -k parse) and exit.
25
-.IP -s
26
+.IP "-s | -l facility"
27
 Enable logging to syslog.
28
 .IP "-u port"
29
 Specify ICP port number (default: 3130), disable with 0.
(-)Makefile (-2 / +15 lines)
Lines 66-72 Link Here
66
66
67
PORTNAME=	squid
67
PORTNAME=	squid
68
PORTVERSION=	2.5.9
68
PORTVERSION=	2.5.9
69
PORTREVISION=	3
69
PORTREVISION=	4
70
CATEGORIES=	www
70
CATEGORIES=	www
71
MASTER_SITES=	\
71
MASTER_SITES=	\
72
		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
72
		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
Lines 92-98 Link Here
92
		squid-2.5.STABLE9-ctype.patch \
92
		squid-2.5.STABLE9-ctype.patch \
93
		squid-2.5.STABLE9-defer_digest_fetch.patch \
93
		squid-2.5.STABLE9-defer_digest_fetch.patch \
94
		squid-2.5.STABLE9-dup_content_length.patch \
94
		squid-2.5.STABLE9-dup_content_length.patch \
95
		squid-2.5.STABLE9-excess_data.patch
95
		squid-2.5.STABLE9-excess_data.patch \
96
		squid-2.5.STABLE9-aufs.patch \
97
		squid-2.5.STABLE9-long_basic_auth.patch \
98
		squid-2.5.STABLE9-CONNECT_truncated.patch \
99
		squid-2.5.STABLE9-disable_hostname_checks.patch \
100
		squid-2.5.STABLE9-aufs_shutdown.patch \
101
		squid-2.5.STABLE9-2GB.patch \
102
		squid-2.5.STABLE9-cachemgr_objects.patch \
103
		squid-2.5.STABLE9-extaclauth.patch \
104
		squid-2.5.STABLE9-syslog.patch
96
PATCH_DIST_STRIP=	-p1
105
PATCH_DIST_STRIP=	-p1
97
106
98
MAINTAINER=	tmseck@netcologne.de
107
MAINTAINER=	tmseck@netcologne.de
Lines 135-140 Link Here
135
		SQUID_FOLLOW_XFF "Follow X-Forwarded-For headers" off \
144
		SQUID_FOLLOW_XFF "Follow X-Forwarded-For headers" off \
136
		SQUID_AUFS "Enable the aufs storage scheme" off \
145
		SQUID_AUFS "Enable the aufs storage scheme" off \
137
		SQUID_COSS "Enable the COSS storage scheme" off \
146
		SQUID_COSS "Enable the COSS storage scheme" off \
147
		SQUID_LARGEFILE "Support log and cache files >2GB" off \
138
		SQUID_STACKTRACES "Create backtraces on fatal errors" off \
148
		SQUID_STACKTRACES "Create backtraces on fatal errors" off \
139
		SQUID_RCNG "Install an rcNG startup script" on
149
		SQUID_RCNG "Install an rcNG startup script" on
140
150
Lines 307-312 Link Here
307
			${PATCHDIR}/follow_xff-configure.patch
317
			${PATCHDIR}/follow_xff-configure.patch
308
CONFIGURE_ARGS+=	--enable-follow-x-forwarded-for
318
CONFIGURE_ARGS+=	--enable-follow-x-forwarded-for
309
.endif
319
.endif
320
.if defined(WITH_SQUID_LARGEFILE)
321
CONFIGURE_ARGS+=	--with-large-files --enable-large-cache-files
322
.endif
310
.if defined(WITH_SQUID_STACKTRACES)
323
.if defined(WITH_SQUID_STACKTRACES)
311
CONFIGURE_ARGS+=	--enable-stacktraces
324
CONFIGURE_ARGS+=	--enable-stacktraces
312
CFLAGS+=	-g
325
CFLAGS+=	-g

Return to bug 80028