FreeBSD Bugzilla – Attachment 52859 Details for
Bug 80028
[Maintainer] www/squid: integrate vendor patches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.38 KB, created by
Thomas-Martin Seck
on 2005-04-17 15:50:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas-Martin Seck
Created:
2005-04-17 15:50:13 UTC
Size:
4.38 KB
patch
obsolete
>Index: distinfo >=================================================================== >--- distinfo (.../www/squid) (revision 457) >+++ distinfo (.../local/squid) (revision 457) >@@ -28,3 +28,21 @@ > SIZE (squid2.5/squid-2.5.STABLE9-dup_content_length.patch) = 1685 > MD5 (squid2.5/squid-2.5.STABLE9-excess_data.patch) = c9ab2d162574e44da51f4e14c653652e > SIZE (squid2.5/squid-2.5.STABLE9-excess_data.patch) = 1553 >+MD5 (squid2.5/squid-2.5.STABLE9-aufs.patch) = db9e5a04e525da825e8d16764a996618 >+SIZE (squid2.5/squid-2.5.STABLE9-aufs.patch) = 9317 >+MD5 (squid2.5/squid-2.5.STABLE9-long_basic_auth.patch) = 38ba50f5fd44ba860cff7a4ddc67dac0 >+SIZE (squid2.5/squid-2.5.STABLE9-long_basic_auth.patch) = 1328 >+MD5 (squid2.5/squid-2.5.STABLE9-CONNECT_truncated.patch) = 76292a83e6f4c4d0b368522deac045ee >+SIZE (squid2.5/squid-2.5.STABLE9-CONNECT_truncated.patch) = 4885 >+MD5 (squid2.5/squid-2.5.STABLE9-disable_hostname_checks.patch) = dc3eb6e50a1c5e59beddad2e78d0743e >+SIZE (squid2.5/squid-2.5.STABLE9-disable_hostname_checks.patch) = 2964 >+MD5 (squid2.5/squid-2.5.STABLE9-aufs_shutdown.patch) = 2ab5c4eaa70d5236c867a68834e1ff4d >+SIZE (squid2.5/squid-2.5.STABLE9-aufs_shutdown.patch) = 10649 >+MD5 (squid2.5/squid-2.5.STABLE9-2GB.patch) = 5b77c60d1801bce9591744ba5690699a >+SIZE (squid2.5/squid-2.5.STABLE9-2GB.patch) = 250589 >+MD5 (squid2.5/squid-2.5.STABLE9-cachemgr_objects.patch) = cc3c6c61b46f50ea93271997e3002349 >+SIZE (squid2.5/squid-2.5.STABLE9-cachemgr_objects.patch) = 2625 >+MD5 (squid2.5/squid-2.5.STABLE9-extaclauth.patch) = b3c3282e6f1550e698e7a3f3ad87a7bc >+SIZE (squid2.5/squid-2.5.STABLE9-extaclauth.patch) = 1799 >+MD5 (squid2.5/squid-2.5.STABLE9-syslog.patch) = c04abf725b5061c0a009364097ccd253 >+SIZE (squid2.5/squid-2.5.STABLE9-syslog.patch) = 6859 >Index: files/patch-doc-squid.8 >=================================================================== >--- files/patch-doc-squid.8 (.../www/squid) (revision 0) >+++ files/patch-doc-squid.8 (.../local/squid) (revision 457) >@@ -0,0 +1,29 @@ >+Index: doc/squid.8 >+=================================================================== >+RCS file: /squid/squid/doc/squid.8,v >+retrieving revision 1.1 >+diff -p -u -r1.1 squid.8 >+--- doc/squid.8 18 Dec 2000 21:54:18 -0000 1.1 >++++ doc/squid.8 17 Apr 2005 14:17:48 -0000 >+@@ -6,7 +6,11 @@ squid \- proxy caching server >+ .SH SYNOPSIS >+ .B squid >+ [ >+-.B \-dhsvzCDFNRVYX >++.B \-dhvzCDFNRVYX >++] [ >++.B \-s >++| >++.BI \-l " facility" >+ ] [ >+ .BI \-f " config-file" >+ ] [ >+@@ -73,7 +77,7 @@ Print help message. >+ .IP "-k reconfigure | rotate | shutdown | interrupt | kill | debug | check | parse" >+ Parse configuration file, then send signal to running copy >+ (except -k parse) and exit. >+-.IP -s >++.IP "-s | -l facility" >+ Enable logging to syslog. >+ .IP "-u port" >+ Specify ICP port number (default: 3130), disable with 0. >Index: Makefile >=================================================================== >--- Makefile (.../www/squid) (revision 457) >+++ Makefile (.../local/squid) (revision 457) >@@ -66,7 +66,7 @@ > > PORTNAME= squid > PORTVERSION= 2.5.9 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= www > MASTER_SITES= \ > ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ >@@ -92,7 +92,16 @@ > squid-2.5.STABLE9-ctype.patch \ > squid-2.5.STABLE9-defer_digest_fetch.patch \ > squid-2.5.STABLE9-dup_content_length.patch \ >- squid-2.5.STABLE9-excess_data.patch >+ squid-2.5.STABLE9-excess_data.patch \ >+ squid-2.5.STABLE9-aufs.patch \ >+ squid-2.5.STABLE9-long_basic_auth.patch \ >+ squid-2.5.STABLE9-CONNECT_truncated.patch \ >+ squid-2.5.STABLE9-disable_hostname_checks.patch \ >+ squid-2.5.STABLE9-aufs_shutdown.patch \ >+ squid-2.5.STABLE9-2GB.patch \ >+ squid-2.5.STABLE9-cachemgr_objects.patch \ >+ squid-2.5.STABLE9-extaclauth.patch \ >+ squid-2.5.STABLE9-syslog.patch > PATCH_DIST_STRIP= -p1 > > MAINTAINER= tmseck@netcologne.de >@@ -135,6 +144,7 @@ > SQUID_FOLLOW_XFF "Follow X-Forwarded-For headers" off \ > SQUID_AUFS "Enable the aufs storage scheme" off \ > SQUID_COSS "Enable the COSS storage scheme" off \ >+ SQUID_LARGEFILE "Support log and cache files >2GB" off \ > SQUID_STACKTRACES "Create backtraces on fatal errors" off \ > SQUID_RCNG "Install an rcNG startup script" on > >@@ -307,6 +317,9 @@ > ${PATCHDIR}/follow_xff-configure.patch > CONFIGURE_ARGS+= --enable-follow-x-forwarded-for > .endif >+.if defined(WITH_SQUID_LARGEFILE) >+CONFIGURE_ARGS+= --with-large-files --enable-large-cache-files >+.endif > .if defined(WITH_SQUID_STACKTRACES) > CONFIGURE_ARGS+= --enable-stacktraces > CFLAGS+= -g
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 80028
: 52859