Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1997/main/finkinfo/net

Modified Files:
        squid-unified.info squid-unified.patch 
Log Message:
new upstream

Index: squid-unified.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/squid-unified.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- squid-unified.info  12 Jan 2009 04:18:05 -0000      1.5
+++ squid-unified.info  10 Apr 2009 21:13:24 -0000      1.6
@@ -1,21 +1,64 @@
+Info4: <<
 Package: squid-unified
-Version: 2.6.stable16
+Version: 3.0.stable13
 Revision: 1
 Epoch: 1
-Source: http://www.squid-cache.org/Versions/v2/2.6/squid-2.6.STABLE16.tar.bz2
-Source-MD5: 849bee6f269e6c773f215fd4b41de0e3
+Source: http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE13.tar.bz2
+Source-MD5: 37c89c97743a81e5178fbd5d5888b7e2
 Depends: daemonic
-BuildDepends: fink (>= 0.24.12-1), system-openssl-dev
+BuildDepends: <<
+       fink (>= 0.28.0-1),
+       system-openssl-dev,
+<<
 Replaces: squid (<< %v-%r), squid-ssl (<< %v-%r)
 PatchFile: %n.patch
-PatchFile-MD5: c51f714d4e24eb1fcbb082f4da362ad2
+PatchFile-MD5: 0764b028ddccf6969711548dfac0d1b8
+
 NoSetCPPFLAGS: true
 SetCPPFLAGS: -I%p/lib/system-openssl/include -I%p/include
 NoSetLDFLAGS: true
 SetLDFLAGS: -L%p/lib/system-openssl/lib
 NoSetLIBS: true
 SetLIBS: -L%p/lib
-ConfigureParams: --disable-dependency-tracking --enable-gnuregex 
--enable-async-io --enable-icmp --enable-delay-pools --enable-useragent-log 
--enable-referer-log --enable-carp --enable-htcp --disable-poll 
--enable-underscores --enable-snmp --enable-wccp --with-aio  --with-pthreads 
--mandir=%p/share/man --enable-ssl --libexecdir=%p/sbin 
--with-openssl=%p/lib/system-openssl
+
+ConfigureParams: <<
+       --disable-dependency-tracking \
+       --disable-shared \
+       --enable-static \
+       \
+       --enable-async-io \
+       --enable-auth \
+       --enable-basic-auth-helpers \
+       --enable-disk-io \
+       --enable-carp \
+       --enable-delay-pools \
+       --enable-digest-auth-helpers \
+       --enable-external-acl-helpers \
+       --enable-htcp \
+       --enable-icap-client \
+       --enable-icmp \
+       --enable-ipfw-transparent \
+       --enable-kqueue \
+       --enable-negotiate-auth-helpers \
+       --enable-ntlm-auth-helpers \
+       --enable-referer-log \
+       --enable-removal-policies \
+       --enable-snmp \
+       --enable-ssl \
+       --enable-useragent-log \
+       --enable-x-accelerator-vary \
+       \
+       --disable-poll \
+       --disable-arp-acl \
+       \
+       --with-aio \
+       --with-large-files \
+       --with-openssl=%p/lib/system-openssl \
+       --with-pthreads \
+       \
+       --mandir=%p/share/man \
+       --libexecdir=%p/sbin
+<<
 CompileScript: <<
 #!/bin/sh -ex
 
@@ -24,7 +67,7 @@
  make DEFAULT_SWAP_DIR=%p/var/cache/squid DEFAULT_LOG_PREFIX=%p/var/log/squid 
DEFAULT_MIB_PATH=%p/share/doc/%n DEFAULT_PID_FILE=%p/var/run/squid.pid
 <<
 InstallScript: <<
- make install DESTDIR=%d DEFAULT_SWAP_DIR=%p/var/cache/squid 
DEFAULT_LOG_PREFIX=%p/var/log/squid DEFAULT_MIB_PATH=%p/share/doc/%n 
DEFAULT_PID_FILE=%p/var/run/squid.pid
+ make -j1 install DESTDIR=%d DEFAULT_SWAP_DIR=%p/var/cache/squid 
DEFAULT_LOG_PREFIX=%p/var/log/squid DEFAULT_MIB_PATH=%p/share/doc/%n 
DEFAULT_PID_FILE=%p/var/run/squid.pid
  install -d -m 755 -o nobody %i/var/cache/squid
  install -d -m 755 -o nobody %i/var/log/squid
  rm -f %i/etc/squid.conf.default
@@ -43,8 +86,9 @@
   DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL 
QUICKSTART README RELEASENOTES.html SPONSORS
 <<
 ConfFiles: <<
-  %p/etc/squid.conf
+  %p/etc/cachemgr.conf
   %p/etc/mime.conf
+  %p/etc/squid.conf
 <<
 DaemonicFile: <<
 <service>
@@ -73,8 +117,8 @@
   daemonic remove squid-unified
 fi
 <<
-DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL QUICKSTART 
README RELEASENOTES.html SPONSORS
-#
+DocFiles: CO* CREDITS ChangeLog QUICKSTART README* RELEASENOTES* SPONSORS TODO
+
 Description: Proxy caching server
 DescDetail: <<
 Squid is a high-performance proxy caching server for Web clients,
@@ -94,3 +138,5 @@
 License: GPL
 Homepage: http://www.squid-cache.org/
 Maintainer: Benjamin Reed <sq...@fink.racoonfink.com>
+
+<<

Index: squid-unified.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/squid-unified.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- squid-unified.patch 12 Sep 2007 15:23:45 -0000      1.2
+++ squid-unified.patch 10 Apr 2009 21:13:24 -0000      1.3
@@ -1,17 +1,15 @@
-diff -uNr squid-2.6.STABLE16/src/cf.data.pre 
squid-2.6.STABLE16-new/src/cf.data.pre
---- squid-2.6.STABLE16/src/cf.data.pre 2007-09-05 17:50:15.000000000 -0400
-+++ squid-2.6.STABLE16-new/src/cf.data.pre     2007-09-12 11:12:39.000000000 
-0400
-@@ -691,6 +691,9 @@
- #acl our_networks src 192.168.1.0/24 192.168.2.0/24
- #http_access allow our_networks
- 
-+# Allow localhost proxying explicitly
+diff -Nurd squid-3.0.STABLE13/src/cf.data.pre 
squid-3.0.STABLE13-patched/src/cf.data.pre
+--- squid-3.0.STABLE13/src/cf.data.pre 2009-02-02 20:36:22.000000000 -0500
++++ squid-3.0.STABLE13-patched/src/cf.data.pre 2009-04-10 17:00:05.000000000 
-0400
+@@ -701,6 +701,7 @@
+ # Adapt localnet in the ACL section to list your (internal) IP networks
+ # from where browsing should be allowed
+ http_access allow localnet
 +http_access allow localhost
-+
+ 
  # And finally deny all other access to this proxy
  http_access deny all
- NOCOMMENT_END
-@@ -3412,7 +3415,7 @@
+@@ -3339,7 +3340,7 @@
  NAME: visible_hostname
  TYPE: string
  LOC: Config.visibleHostname


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to