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-af,v 1.1 2009/04/20 21:27:40 tron Exp $ Add support of existence of header files: machine/byte_swap.h and net/pf/pfvar.h. --- include/autoconf.h.in.orig 2009-04-11 17:35:37.000000000 +0900 +++ include/autoconf.h.in @@@@ -306,6 +306,9 @@@@ /* Define to 1 if you have the `lrand48' function. */ #undef HAVE_LRAND48 +/* Define if you have the header file. */ +#undef HAVE_MACHINE_BYTE_SWAP_H + /* Define to 1 if you have the `mallinfo' function. */ #undef HAVE_MALLINFO @@@@ -393,6 +396,9 @@@@ /* Define to 1 if you have the header file. */ #undef HAVE_NET_PFVAR_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NET_PF_PFVAR_H + /* off_t is defined by the system headers */ #undef HAVE_OFF_T @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2009/04/11 14:04:16 taca Exp $ @ 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 @@