head	1.7;
access;
symbols
	pkgsrc-2013Q2:1.7.0.2
	pkgsrc-2013Q2-base:1.7
	pkgsrc-2012Q4:1.6.0.8
	pkgsrc-2012Q4-base:1.6
	pkgsrc-2012Q3:1.6.0.6
	pkgsrc-2012Q3-base:1.6
	pkgsrc-2012Q2:1.6.0.4
	pkgsrc-2012Q2-base:1.6
	pkgsrc-2012Q1:1.6.0.2
	pkgsrc-2012Q1-base:1.6
	pkgsrc-2011Q4:1.5.0.8
	pkgsrc-2011Q4-base:1.5
	pkgsrc-2011Q3:1.5.0.6
	pkgsrc-2011Q3-base:1.5
	pkgsrc-2011Q2:1.5.0.4
	pkgsrc-2011Q2-base:1.5
	pkgsrc-2011Q1:1.5.0.2
	pkgsrc-2011Q1-base:1.5
	pkgsrc-2010Q4:1.4.0.14
	pkgsrc-2010Q4-base:1.4
	pkgsrc-2010Q3:1.4.0.12
	pkgsrc-2010Q3-base:1.4
	pkgsrc-2010Q2:1.4.0.10
	pkgsrc-2010Q2-base:1.4
	pkgsrc-2010Q1:1.4.0.8
	pkgsrc-2010Q1-base:1.4
	pkgsrc-2009Q4:1.4.0.6
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2009Q3:1.4.0.4
	pkgsrc-2009Q3-base:1.4
	pkgsrc-2009Q2:1.4.0.2
	pkgsrc-2009Q2-base:1.4
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.7
date	2013.02.10.18.16.54;	author adam;	state dead;
branches;
next	1.6;

1.6
date	2012.01.08.10.06.59;	author adam;	state Exp;
branches;
next	1.5;

1.5
date	2011.01.15.10.32.08;	author adam;	state Exp;
branches;
next	1.4;

1.4
date	2009.06.07.08.36.36;	author tron;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.05.07.49.48;	author tron;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.04.22.29.41;	author tron;	state dead;
branches;
next	1.1;

1.1
date	2009.04.20.21.27.40;	author tron;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2009.04.20.21.27.40;	author tron;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Squid 3.3 represents a new feature release above 3.2.
The most important of these new features are:
* SQL Database logging helper
* Time-Quota session helper
* SSL-Bump Server First
* Server Certificate Mimic
* Custom HTTP request headers
@
text
@$NetBSD: patch-aj,v 1.6 2012/01/08 10:06:59 adam Exp $

--- src/Makefile.in.orig	2011-12-03 06:20:35.000000000 +0000
+++ src/Makefile.in
@@@@ -4712,14 +4712,14 @@@@ info: info-recursive
 
 info-am:
 
-install-data-am: install-data-local install-dataDATA
+install-data-am: install-dataDATA
 
 install-dvi: install-dvi-recursive
 
 install-dvi-am:
 
 install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
-	install-sbinPROGRAMS install-sysconfDATA
+	install-sbinPROGRAMS
 
 install-html: install-html-recursive
 
@@@@ -4814,7 +4814,7 @@@@ cache_cf.o: cf_parser.cci
 
 # cf_gen builds the configuration files.
 cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES)
-	$(HOSTCXX) -o $@@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src
+	$(HOSTCXX) $(CXXFLAGS) -o $@@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src
 
 # squid.conf.default is built by cf_gen when making cf_parser.cci
 squid.conf.default squid.conf.documented: cf_parser.cci
@


1.6
log
@Changes 3.1.18:
* Bug 3085: Crash when parsing esi:include
* Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL
* Polish: debug messages on swap.state rename failure
* Portability: SSL library dependency fixes
* Bug 3440: compile error in Adaptation
@
text
@d1 1
a1 1
$NetBSD$
@


1.5
log
@Changes 3.1.10:
* Bug 3121: memory leak in DigestAuth: AuthUser object is locked twice
* Bug 3113: Consuming too much memory when uploading files
* Bug 3110: 'reply_body_max_size none' does not work with x-forwarded-for
* Bug 3096: Consuming too much memory when delaying traffic
* Bug 3091: Bypassed ICAP errors are not counted as service failures
* Bug 3090: Polish FTP login error handing
* Bug 3068: cache_dir capacity and usage overflows
* Bug 3028: Permit wbinfo_group.pl to authenticate Kerberos users with NT domain
* Bug  427: HTTP Compliance: Support If-Match and If-None-Match requests
* Fix memory leak in adaptation_access
* Fix /dev/poll and poll() selection priority
* Fix PREFIX/var/run creation during install
* Fix cachemgr http_port config report display
* Add upgrade help process for obsolete options
* Accept RFC 2965 Set-Cookie2 / Cookie2 headers as 'known'
* HTTP/1.1: entry is stale if request has max-age=0
* HTTP/1.1: do not forward TRACE with Max-Forwards: 0 after REQMOD
* Toolchain update to support newer auto-tools
* ... and updated error page translations
* ... and updated documentation
* ... and some code optimization/simplification polish
@
text
@d3 1
a3 1
--- src/Makefile.in.orig	2010-12-22 05:47:54.000000000 +0000
d5 1
a5 1
@@@@ -4616,14 +4616,14 @@@@ info: info-recursive
d22 9
@


1.4
log
@Update "squid31" package to version 3.1.0.8. Changes since version 3.1.0.7:
- Bug 2656: Pinger dies with general protection fault
- Bug 2650: configure requires epoll_ctl in libepoll when --enable-epoll used
- Bug 2648: Authentificator processes deferring and don't shutdown.
- Bug 2645: allow squid to ignore must-revalidate
- Bug 2644: auth scheme initialization is broken
- Bug 2632: Make number of reforwarding tries configurable
- Bug 2628: --with-pidfile=PATH option to override DEFAULT_PID_FILE
  [This problem was reported for pkgsrc in PR pkg/41521.]
- Bug 2627: HTCP Logging
- Bug 2615: Call libecap::adapter::Service::start() when finalizing config.
- Bug 2589: SNMP returning no data - wrong oid decoded
- Bug 2571: Squid with IPv6 fails to start on kernel without IPv6
- Bug 2559: Problem parsing /0 and /0.0.0.0
- Bug 2404: WCCP in mask mode is broken
- ... also all bugs closed by 3.0.STABLE14, 3.0.STABLE15, 3.0.STABLE16-RC1
- Complete Interception multiple NAT support
- Add Content-Disposition to the known headers list.
- Make PEER_TCP_MAGIC_COUNT configurable
- Fix pinger install location
- Enable TPROXY v4 spoofing of CONNECT requests
- ... and much documentation and code polishing
@
text
@d3 3
a5 3
--- src/Makefile.in.orig	2009-05-23 13:31:24.000000000 +0100
+++ src/Makefile.in	2009-06-06 18:13:15.000000000 +0100
@@@@ -4284,12 +4284,12 @@@@
d14 2
@


1.3
log
@(Re-)add "patch-aj" which got lost during the last commit.
Problem pointed out by Michael van Elst.
@
text
@d1 1
a1 1
$NetBSD: patch-aj,v 1.1.1.1 2009/04/20 21:27:40 tron Exp $
d3 3
a5 3
--- src/Makefile.in.orig	2009-04-08 12:51:29.000000000 +0200
+++ src/Makefile.in
@@@@ -4297,10 +4297,10 @@@@ info: info-recursive
d12 2
d18 1
a18 1
 install-info: install-info-recursive
@


1.2
log
@Various improvements for the "squid31" package by Michael van Elst:
- Make sure that "errorpage.css" gets installed into the correct
  directory.
- Install "msntauth.conf".
- Correct default pid file location.
@
text
@d1 1
a1 1
$NetBSD: patch-aj,v 1.1 2009/04/20 21:27:40 tron Exp $
a4 9
@@@@ -1899,7 +1899,7 @@@@ DEFAULT_LOG_PREFIX = @@DEFAULT_LOG_DIR@@
 DEFAULT_CACHE_LOG = $(DEFAULT_LOG_PREFIX)/cache.log
 DEFAULT_ACCESS_LOG = $(DEFAULT_LOG_PREFIX)/access.log
 DEFAULT_STORE_LOG = $(DEFAULT_LOG_PREFIX)/store.log
-DEFAULT_PID_FILE = $(DEFAULT_LOG_PREFIX)/squid.pid
+DEFAULT_PID_FILE = $(VARBASE)/run/squid.pid
 DEFAULT_NETDB_FILE = $(DEFAULT_LOG_PREFIX)/netdb.state
 DEFAULT_SWAP_DIR = $(localstatedir)/cache
 DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
$NetBSD$
@


1.1.1.1
log
@Import Squid 3.1.0.7 as "squid31" package:
* New Version Numbering System
* Minimal squid.conf improvements
* Native IPv6 Support
* Error Page Localization
* Connection Pinning (for NTLM Auth Passthrough)
* Quality of Service (QoS) Flow support
* SSL Bump (for HTTPS Filtering and Adaptation)
* eCAP Adaptation Module support

This package is heavily based on work by Michael van Elst which includes
fixes for the IPv6 support.
@
text
@@
