Update of /cvsroot/fink/experimental/crypto/rangerrick/finkinfo
In directory sc8-pr-cvs1:/tmp/cvs-serv4100
Modified Files:
bundle-kde-ssl.info postgresql-ssl.patch
Added Files:
squid-ssl.info squid-ssl.patch
Removed Files:
squid-ssl-2.5.STABLE2-1.info squid-ssl-2.5.STABLE2-1.patch
Log Message:
--- NEW FILE: squid-ssl.info ---
Package: squid-ssl
Version: 2.5.STABLE3
Revision: 1
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]>
--- NEW FILE: squid-ssl.patch ---
diff -uNbr squid-2.5.STABLE1/src/cf.data.pre squid-2.5.STABLE1-new/src/cf.data.pre
--- squid-2.5.STABLE1/src/cf.data.pre Wed Sep 4 09:35:01 2002
+++ squid-2.5.STABLE1-new/src/cf.data.pre Wed Feb 19 19:14:01 2003
@@ -2064,6 +2064,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
diff -uNbr squid-2.5.STABLE1/src/ssl_support.c squid-2.5.STABLE1-new/src/ssl_support.c
--- squid-2.5.STABLE1/src/ssl_support.c Sat Jul 20 20:30:02 2002
+++ squid-2.5.STABLE1-new/src/ssl_support.c Wed Feb 19 19:14:15 2003
@@ -137,7 +137,7 @@
"NETSCAPE_CA_DN_BUG", SSL_OP_NETSCAPE_CA_DN_BUG
},
{
- "NON_EXPORT_FIRST", SSL_OP_NON_EXPORT_FIRST
+ "NON_EXPORT_FIRST", SSL_OP_CIPHER_SERVER_PREFERENCE
},
{
"NETSCAPE_DEMO_CIPHER_CHANGE_BUG", SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG
Index: bundle-kde-ssl.info
===================================================================
RCS file: /cvsroot/fink/experimental/crypto/rangerrick/finkinfo/bundle-kde-ssl.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bundle-kde-ssl.info 8 Jul 2003 16:28:48 -0000 1.3
+++ bundle-kde-ssl.info 8 Aug 2003 21:04:29 -0000 1.4
@@ -1,6 +1,6 @@
Package: bundle-kde-ssl
-Version: 3.1.2
-Revision: 3
+Version: 3.1.3
+Revision: 1
Description: KDE - convenience package: KDE 3.1 (SSL support)
Type: bundle
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -23,13 +23,17 @@
---[ Configuration ]--------------------------------------------------
To use KDE as your windowing system in XDarwin, create a file called
-".xinitrc" in your home directory, with the following commands (it is
-safe to cut and paste these):
+".xinitrc" in your home directory, with the following lines:
- echo "source /sw/bin/init.sh" > ~/.xinitrc
- echo "/sw/bin/startkde >/tmp/kde.log 2>&1" >> ~/.xinitrc
+ source /sw/bin/init.sh
+ /sw/bin/startkde >/tmp/kde.log 2>&1
Note that this will overwrite an existing .xinitrc file!
+
+If you are using Apple's X11 but want to use the KDE window manager,
+put the following line before the startkde line:
+
+ export KDEWM=kwin
---[ Startup ]--------------------------------------------------------
Index: postgresql-ssl.patch
===================================================================
RCS file: /cvsroot/fink/experimental/crypto/rangerrick/finkinfo/postgresql-ssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postgresql-ssl.patch 21 Jul 2003 01:28:57 -0000 1.1
+++ postgresql-ssl.patch 8 Aug 2003 21:04:29 -0000 1.2
@@ -959,3 +959,14 @@
OBJS = pltcl.o
include $(top_srcdir)/src/Makefile.shlib
+diff -uNr postgresql-7.3.3/src/template/darwin
postgresql-7.3.3-new/src/template/darwin
+--- postgresql-7.3.3/src/template/darwin Sat May 4 20:03:29 2002
++++ postgresql-7.3.3-new/src/template/darwin Mon Jul 21 13:24:25 2003
+@@ -1,6 +1,6 @@
+ # -traditional-cpp means "don't use apple's cpp-precomp" on darwin
+ # this should change to -no-cpp-precomp when that flag is implemented
+-CC="$CC -traditional-cpp"
++CC="$CC -no-cpp-precomp"
+
+ # Select appropriate semaphore support
+ USE_NAMED_POSIX_SEMAPHORES=1
--- squid-ssl-2.5.STABLE2-1.info DELETED ---
--- squid-ssl-2.5.STABLE2-1.patch DELETED ---
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits