head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.2.0.34 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.32 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.30 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.28 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.26 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.24 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.22 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.20 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.18 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.16 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.14 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.12 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.10 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.8 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.6 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.4 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.2 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.1.1.1.0.6 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.4 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.2 cube-native-xorg-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2013.05.14.14.43.40; author taca; state dead; branches; next 1.2; commitid YF1LlgvMhRihLBPw; 1.2 date 2009.02.05.13.43.06; author taca; state Exp; branches; next 1.1; 1.1 date 2008.09.12.15.02.47; author taca; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.09.12.15.02.47; author taca; state Exp; branches 1.1.1.1.6.1; next ; 1.1.1.1.6.1 date 2009.02.05.17.05.38; author tron; state Exp; branches; next ; desc @@ 1.3 log @Remove squid27 package. It is squid-2.7.STABLE9 which isn't supported any more. @ text @$NetBSD: patch-ab,v 1.2 2009/02/05 13:43:06 taca Exp $ --- configure.in.orig 2009-02-04 09:44:06.000000000 +0900 +++ configure.in @@@@ -1635,11 +1635,13 @@@@ AC_CHECK_HEADERS( libc.h \ linux/netfilter_ipv4.h \ linux/netfilter_ipv4/ip_tproxy.h \ + machine/byte_swap.h \ malloc.h \ math.h \ memory.h \ mount.h \ net/if.h \ + net/pf/pfvar.h \ net/pfvar.h \ netdb.h \ netinet/if_ether.h \ @@@@ -2004,7 +2006,16 @@@@ AC_CHECK_SYSTYPE(size_t, unsigned int) AC_CHECK_SYSTYPE(ssize_t, int) AC_CHECK_SYSTYPE(off_t, int) AC_CHECK_SYSTYPE(mode_t, unsigned short) -AC_CHECK_SYSTYPE(fd_mask, int) + +dnl Check for type fd_mask +AC_CACHE_CHECK(for fd_set,ac_cv_have_fd_mask, [ + AC_TRY_COMPILE([#include +#include +#include ], + [fd_mask fds;], + ac_cv_have_fd_mask="yes", + ac_cv_have_fd_mask="no") +]) AC_CHECK_SIZEOF_SYSTYPE(off_t, 4) AC_CHECK_SIZEOF_SYSTYPE(size_t, 4) @@@@ -2299,8 +2310,8 @@@@ if test "$GCC" = "yes"; then GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'` case "$GCCVER" in [2.95.[123]]) - echo "Removing -O for gcc on $host with GCC $GCCVER" - CFLAGS="`echo $CFLAGS | sed -e 's/-O[[0-9]]*//'`" + echo "Making -O\[[2-9\]] to -O for gcc on $host with GCC $GCCVER" + CFLAGS="`echo $CFLAGS | sed -e 's/-O[[0-9]]*/-O/'`" ;; esac fi @@@@ -2697,7 +2708,7 @@@@ dnl PF support requires a header file. if test "$PF_TRANSPARENT" ; then AC_MSG_CHECKING(if PF header file is installed) # 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" AC_DEFINE(PF_TRANSPARENT, 1, [Enable support for Transparent Proxy on systems using PF address redirection. This provides "masquerading" support for OpenBSD.]) @ 1.2 log @Update www/squid27 package to 2.7.6(2.7.STABLE6). Changes to squid-2.7.STABLE6 (4 February 2009) - Bug #2494: Fix tproxy url in configure - Correct latency measurements - Correct upgrade_http0.9 example - Correct parsing of invalid http version numbers - Crossreference authenticate_ip_shortcircuit_access and authenticate_ip_shortcircuit_ttl - Add in some better documentation for override-expire. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.in.orig 2008-06-26 07:18:55.000000000 +0900 d5 2 a6 1 @@@@ -1629,10 +1629,12 @@@@ AC_CHECK_HEADERS( d9 1 a10 1 + machine/byte_swap.h \ d19 1 a19 1 @@@@ -1997,7 +1999,16 @@@@ AC_CHECK_SYSTYPE(size_t, unsigned int) d37 1 a37 1 @@@@ -2292,8 +2303,8 @@@@ if test "$GCC" = "yes"; then d48 1 a48 1 @@@@ -2689,7 +2700,7 @@@@ dnl PF support requires a header file. @ 1.1.1.1 log @Importing squid-2.7.4 (2.7.STABLE4) package as www/squid27. This is current stable release of Squid. pkgsrc change: * Drop support for pkgsrc original log_mime_hdrs_list. If someone want to use it, please feedback it to upstream. Changes from squid 2.6. * Experimental support for HTTP/1.1, mainly targeted at reverse proxy installations. Not yet HTTP/1.1 compliant hoewever. * A number of performance improvements; including request/reply parser, eliminating various redundant data copies and some completely rewritten sections. * Support for WAIS has been removed. * "act-as-origin" option for http_port - Squid can now emulate an origin server when acting as an accelerator. * "min-size" option for cache_dir - the minimum object size to store in a cache directory. Previously objects of any size up to a "max-size" maximum size would be considered as candidated for storing in a store_dir; this option allows the administrator to tune various stores for small and large objects rather than trying to tune it for both. * Support for Solaris /dev/poll for network IO - more efficient than poll() or select() and backwards compatible to Solaris 7. This must be manually enabled during configure by specifying "--enable-devpoll". * Support for FreeBSD accept filters. Use "accept_filter httpready" in squid.conf to enable this. * A semi-modular logging framework has been introduced, which both allows for more efficient non-blocking logging with the supplied logging daemon, but also allows for third-party modules to intercept the squid logs and process them. An example "UDP" logging helper, thanks to the Wikimedia Foundation, is included. * Support for rewriting URLs into canonical forms when storing and retrieving objects. A common practice seen in Content Delivery Networks is to serve the same content from a variety of different URLs or hosts; this makes efficient caching difficult. The store URL rewriting framework allows the administrator to rewrite a variety of URLs into one canonical form, so matching content from a variety of sources can be stored and retrieved as if they came from the same source, whilst still fetching the content from the original destination. See the "storeurl_rewrite_program" option for more information, and http://wiki.squid-cache.org/Features/StoreURLRewrite for some examples. * Object revalidation can now occur in the background. Cache validation can now occur in the background without requiring an active client to drive it. Stale content being revalidated can be served in situ whilst the object is being refreshed. See the "max_stale" and "refresh_pattern" options for more information. * introduce a new option, "zero_buffers", which controls whether Squid will zero the memory used for buffers and other data structures before use. This may or may not improve performance on specific workloads. * Cache authentication based on source IP address. This reduces the pressure on external authenticators which may not be able to keep up under high load - NTLM/winbind is a good example of this. See the "authenticate_ip_shortcircuit_access" and "authenticate_ip_shortcircuit_ttl" options for more information. * Support for configuration file includes has been added. "include" can now be used to include a configuration file or a glob of configuration files in a directory. * The default rules to not cache dynamic content from cgi-bin and query URLs have been altered. Previously, the "cache" ACL was used to mark requests as non-cachable - this is enforced even on dynamic content which returns cachability information. This has changed in Squid-2.7 to use the default refresh pattern. Dynamic content is now cached if it is marked as cachable. You should remove the default configuration lines with QUERY (acl, and cache) and replace them with the correct refresh_pattern entries. * Accelerator mode support cleaned up to behave more consistent when combining multiple accelerator mode options * Zero Penalty Hit support, allowing cache misses to be marked by custom TOS/priority values, useful when using packet shaping/prioritization outside Squid and needing to separate cache hits from misses. @ text @@ 1.1.1.1.6.1 log @Pullup ticket #2687 - requested by taca squid27: security update Revisions pulled up: - www/squid27/Makefile 1.5 - www/squid27/distinfo 1.4 - www/squid27/patches/patch-ab 1.2 - www/squid27/patches/patch-ac 1.2 --- Module Name: pkgsrc Committed By: taca Date: Thu Feb 5 13:43:06 UTC 2009 Modified Files: pkgsrc/www/squid27: Makefile distinfo pkgsrc/www/squid27/patches: patch-ab patch-ac Log Message: Update www/squid27 package to 2.7.6(2.7.STABLE6). Changes to squid-2.7.STABLE6 (4 February 2009) - Bug #2494: Fix tproxy url in configure - Correct latency measurements - Correct upgrade_http0.9 example - Correct parsing of invalid http version numbers - Crossreference authenticate_ip_shortcircuit_access and authenticate_ip_shortcircuit_ttl - Add in some better documentation for override-expire. @ text @d3 1 a3 1 --- configure.in.orig 2009-02-04 09:44:06.000000000 +0900 d5 1 a5 2 @@@@ -1635,11 +1635,13 @@@@ AC_CHECK_HEADERS( libc.h \ d8 1 a9 1 malloc.h \ d18 1 a18 1 @@@@ -2004,7 +2006,16 @@@@ AC_CHECK_SYSTYPE(size_t, unsigned int) d36 1 a36 1 @@@@ -2299,8 +2310,8 @@@@ if test "$GCC" = "yes"; then d47 1 a47 1 @@@@ -2697,7 +2708,7 @@@@ dnl PF support requires a header file. @