Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15355/10.3/stable/main/finkinfo/net

Added Files:
        squid.info squid.patch 
Removed Files:
        squid-2.5.STABLE1-2.info squid-2.5.STABLE1-2.patch 
Log Message:
to stable

--- NEW FILE: squid.info ---
Package: squid
Version: 2.5.stable5
Revision: 1
Source: http://www.squid-cache.org/Versions/v2/2.5/%n-2.5.STABLE5.tar.bz2
Source-MD5: 45ed1b1cd492e3f529085d09c3ffc1b8
Depends: daemonic
Replaces: squid-ssl
Patch: %n.patch
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 --mandir=%p/share/man --disable-ssl --libexecdir=%p/sbin
CompileScript: <<
 ./configure %c
 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
 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
 rm -f %i/etc/mime.conf.default
 install -d -m 755 %i/share/doc/%n
 mv %i/share/mib.txt %i/share/doc/%n/mib.txt
<<
ConfFiles: <<
  %p/etc/squid.conf
  %p/etc/mime.conf
<<
DaemonicFile: <<
<service>
<description>Squid proxy cache</description>
<message>Squid proxy cache</message>

<daemon name="squid">
<executable checkexit="true">%p/sbin/squid</executable>
<configfile>%p/etc/squid.conf</configfile>
<pidfile>%p/var/run/squid.pid</pidfile>
</daemon>

</service>
<<
PostInstScript: <<
if [ ! -d %p/var/cache/squid/00 ]; then
  %p/sbin/squid -z
fi
<<
PreRmScript: <<
# clean up
if [ $1 != "upgrade" ]; then
  daemonic remove squid
fi
<<
DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL QUICKSTART README 
RELEASENOTES.html SPONSORS
#
Description: Proxy caching server
DescDetail: <<
Squid is a high-performance proxy caching server for Web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional
caching software, Squid handles all requests in a single,
non-blocking, I/O-driven process. Squid keeps meta data and especially
hot objects cached in RAM, caches DNS lookups, supports non-blocking
DNS lookups, and implements negative caching of failed requests.
<<
DescPackaging: <<
The only changes made to the default configuration is to enable local
access to the squid proxy (ie, connections from localhost).  By
default, squid is configured to listen on port 3128 for proxy
connections.  To change this, add or change the http_port line to the
port you want squid to listen on.
<<
License: GPL
Homepage: http://www.squid-cache.org/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

--- squid-2.5.STABLE1-2.patch DELETED ---

--- NEW FILE: squid.patch ---
diff -uNr squid-2.5.STABLE5/src/cf.data.pre squid-2.5.STABLE5-new/src/cf.data.pre
--- squid-2.5.STABLE5/src/cf.data.pre   Tue Feb 10 16:01:21 2004
+++ squid-2.5.STABLE5-new/src/cf.data.pre       Wed Apr 14 17:15:36 2004
@@ -2077,6 +2077,9 @@
          # to match the returned file type.
 
        acl aclname rep_mime_type mime-type1 ...
+# Allow proxy connections from localhost
+http_access allow localhost
+
          # regex match against the mime type of the reply recieved by
          # squid. Can be used to detect file download or some
          # types HTTP tunelling requests.
@@ -2412,7 +2415,7 @@
 NAME: visible_hostname
 TYPE: string
 LOC: Config.visibleHostname
-DEFAULT: none
+DEFAULT: localhost
 DOC_START
        If you want to present a special hostname in error messages, etc,
        then define this.  Otherwise, the return value of gethostname()

--- squid-2.5.STABLE1-2.info DELETED ---



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to