pkgsrc/www/squid31/patches/patch-ai
tron ac268c80a6 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.
2009-04-20 21:27:40 +00:00

17 lines
480 B
Text

$NetBSD: patch-ai,v 1.1.1.1 2009/04/20 21:27:40 tron Exp $
--- src/ip/IpIntercept.cc.orig 2009-04-08 12:51:05.000000000 +0200
+++ src/ip/IpIntercept.cc
@@ -79,7 +79,12 @@
#include <sys/fcntl.h>
#include <net/if.h>
#include <netinet/in.h>
+#ifdef HAVE_NET_PF_PFVAR_H
+#include <net/pf/pfvar.h>
+#endif /* HAVE_NET_PF_PFVAR_H */
+#ifdef HAVE_NET_PFVAR_H
#include <net/pfvar.h>
+#endif /* HAVE_NET_PFVAR_H */
#endif /* PF_TRANSPARENT required headers */
#if LINUX_NETFILTER