head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.06.07.08.36.36; 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.2 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 @$NetBSD: patch-ac,v 1.1 2009/04/20 21:27:40 tron Exp $ --- configure.orig 2009-04-08 12:51:47.000000000 +0200 +++ configure @@@@ -27447,6 +27447,7 @@@@ for ac_header in \ libc.h \ libgen.h \ limits.h \ + machine/byte_swap.h \ malloc.h \ math.h \ memory.h \ @@@@ -27779,6 +27780,7 @@@@ for ac_header in \ netinet/ip_icmp.h \ netinet/ip_nat.h\ netinet/ipl.h \ + net/pf/pfvar.h \ net/pfvar.h \ sys/mount.h\ resolv.h \ @@@@ -46608,9 +46610,9 @@@@ if test "$GCC" = "yes"; then GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'` case "$GCCVER" in 2.95.[123]) - { $as_echo "$as_me:$LINENO: Removing -O for gcc on $host with GCC $GCCVER" >&5 -$as_echo "$as_me: Removing -O for gcc on $host with GCC $GCCVER" >&6;} - CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*//'`" + { $as_echo "$as_me:$LINENO: Making -O\[[2-9\]] to -O for gcc on $host with GCC $GCCVER" >&5 +$as_echo "$as_me: Making -O\[[2-9\]] to -O for gcc on $host with GCC $GCCVER" >&6;} + CFLAGS="`echo $CFLAGS | sed -e 's/-O[[0-9]]*/-O/'`" ;; esac fi @@@@ -47708,7 +47710,7 @@@@ if test "$PF_TRANSPARENT" ; then { $as_echo "$as_me:$LINENO: checking if PF header file is installed" >&5 $as_echo_n "checking if PF header file is installed... " >&6; } # hold on to your hats... - if test "$ac_cv_header_net_pfvar_h" = "yes"; then + if test "$ac_cv_header_net_pfvar_h" = "yes" || test "$ac_cv_header_net_pf_pfvar_h" = "yes"; then PF_TRANSPARENT="yes" cat >>confdefs.h <<\_ACEOF #define PF_TRANSPARENT 1 @ 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 @@