Revision: 7498 http://sourceforge.net/p/ipcop/svn/7498 Author: owes Date: 2014-04-24 13:52:25 +0000 (Thu, 24 Apr 2014) Log Message: ----------- Patches and modifications for squid 3.4
Modified Paths: -------------- ipcop/trunk/src/scripts/makesquidconf.pl Added Paths: ----------- ipcop/trunk/src/patches/squid-3.4.4_more-disable-ipv6.patch Added: ipcop/trunk/src/patches/squid-3.4.4_more-disable-ipv6.patch =================================================================== --- ipcop/trunk/src/patches/squid-3.4.4_more-disable-ipv6.patch (rev 0) +++ ipcop/trunk/src/patches/squid-3.4.4_more-disable-ipv6.patch 2014-04-24 13:52:25 UTC (rev 7498) @@ -0,0 +1,16 @@ +--- a/src/cf.data.pre-noipv6 2014-04-19 08:34:14.000000000 +0200 ++++ a/src/cf.data.pre 2014-04-19 08:34:38.000000000 +0200 +@@ -827,8 +827,13 @@ + ENDIF + DEFAULT: all src all + DEFAULT: manager url_regex -i ^cache_object:// +i ^https?://[^/]+/squid-internal-mgr/ ++IF USE_IPV6 + DEFAULT: localhost src 127.0.0.1/32 ::1 + DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 ++ELSE ++DEFAULT: localhost src 127.0.0.1/32 ++DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ++ENDIF + DEFAULT_DOC: ACLs all, manager, localhost, and to_localhost are predefined. + DOC_START + Defining an Access List Modified: ipcop/trunk/src/scripts/makesquidconf.pl =================================================================== --- ipcop/trunk/src/scripts/makesquidconf.pl 2014-04-24 13:07:27 UTC (rev 7497) +++ ipcop/trunk/src/scripts/makesquidconf.pl 2014-04-24 13:52:25 UTC (rev 7498) @@ -633,9 +633,9 @@ print FILE "\n"; } - # localhost is predefined, does not need definition print FILE <<END acl manager url_regex -i ^cache_object:// /squid-internal-mgr/ +acl localhost src 127.0.0.1/32 END ; open (PORTS,"$acl_ports_ssl"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn