Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16699/10.4-transitional/unstable/main/finkinfo/net
Added Files:
squid-unified.info squid-unified.patch
Removed Files:
squid.info squid.patch
Log Message:
new upstream, switched to system openssl
--- NEW FILE: squid-unified.info ---
Package: squid-unified
Version: 2.5.stable10
Revision: 1
Source: http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE10.tar.bz2
Source-MD5: e6db8bdfc783b3baed7de803c9a39e55
Depends: daemonic
BuildDepends: system-openssl-dev
Replaces: squid (<< %v-%r), squid-ssl (<< %v-%r)
Patch: %n.patch
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 --mandir=%p/share/man
--enable-ssl --libexecdir=%p/sbin --with-openssl=%p/lib/system-openssl
CompileScript: <<
#!/bin/sh -ex
export lt_cv_sys_max_cmd_len=65536
./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
<<
SplitOff: <<
Package: squid
Depends: %N (= %v-%r)
DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL QUICKSTART
README RELEASENOTES.html SPONSORS
<<
SplitOff2: <<
Package: squid-ssl
Depends: %N (= %v-%r)
DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL QUICKSTART
README RELEASENOTES.html SPONSORS
<<
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.info DELETED ---
--- NEW FILE: squid-unified.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.patch DELETED ---
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits