Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/crypto/finkinfo
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15355/10.2-gcc3.3/stable/crypto/finkinfo
Added Files:
squid-ssl.info squid-ssl.patch
Removed Files:
squid-ssl-2.5.STABLE1-2.info squid-ssl-2.5.STABLE1-2.patch
Log Message:
to stable
--- NEW FILE: squid-ssl.patch ---
diff -uNr squid-2.5.STABLE3/src/cf.data.pre squid-2.5.STABLE3-new/src/cf.data.pre
--- squid-2.5.STABLE3/src/cf.data.pre Wed May 21 10:34:38 2003
+++ squid-2.5.STABLE3-new/src/cf.data.pre Mon Aug 18 22:22:36 2003
@@ -2077,6 +2077,9 @@
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
+# Allow proxy connections from localhost
+http_access allow localhost
+
# Exampe rule allowing access from your local networks. Adapt
# to list your (internal) IP networks from where browsing should
# be allowed
@@ -2338,7 +2341,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-ssl-2.5.STABLE1-2.patch DELETED ---
--- NEW FILE: squid-ssl.info ---
Package: squid-ssl
Version: 2.5.STABLE3
Revision: 2
Source: http://www.squid-cache.org/Versions/v2/2.5/squid-%v.tar.bz2
Source-MD5: ed5eb7835d00fdecc7dd7c1837542df2
Depends: daemonic, openssl097-shlibs
BuildDepends: openssl097-dev, openssl097
Replaces: squid
Conflicts: squid
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 --enable-ssl --with-openssl=%p --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-ssl">
<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-ssl
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.
This version of the squid package allows using SSL in accelerator mode.
<<
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-ssl-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