Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv30176/10.3/unstable/crypto/finkinfo

Modified Files:
        stunnel4.info 
Log Message:
Don't mix Apple's openssl with fink's; was linking fink's, so force that one


Index: stunnel4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/stunnel4.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- stunnel4.info       5 Apr 2005 01:27:33 -0000       1.6
+++ stunnel4.info       20 Oct 2007 17:07:16 -0000      1.7
@@ -1,15 +1,17 @@
 Package: stunnel4
-Version: 4.08
-Revision: 1
+Version: 4.10
+Revision: 3
 Maintainer: Thomas Diemer <[EMAIL PROTECTED]>
 BuildDepends: openssl097-dev
 Depends: openssl097-shlibs
 Conflicts: stunnel-egd, stunnel
 Replaces: stunnel-egd, stunnel
 Source: http://www.stunnel.org/download/stunnel/src/stunnel-%v.tar.gz
-Source-MD5: 812a3e8275bc67f430dcb097c2e14442
+Source-MD5: 9de7a62a44083114779ca4e109d70776
+ConfigureParams: --with-ssl=%p
 CompileScript: <<
  ./configure %c
+ perl -pi.bak -e 's/-DHAVE_POLL=1//g' Makefile tools/Makefile src/Makefile
  make -C src
 <<
 InstallScript: <<
@@ -28,17 +30,18 @@
 <<
 DescUsage: <<
 If you want to use stunnel to secure services you need an .pem file. To have 
-it seperated from the openssl files it is stored in /sw/etc/stunnel. You can 
+it seperated from the openssl files it is stored in %p/etc/stunnel. You can 
 easily create it using openssl. e.g. (one line:) openssl req  -new -x509 -days 
-365 -out /sw/etc/stunnel/stunnel.pem -keyout  /sw/etc/stunnel/stunnel.pem 
+365 -out %p/etc/stunnel/stunnel.pem -keyout  %p/etc/stunnel/stunnel.pem 
 then openssl x509 -subject -dates -fingerprint -noout -in 
-/sw/etc/stunnel/stunnel.pem It is a good idea to look at the stunnel homepage 
-and in /sw/share/doc/stunnel4 for more information.
+%p/etc/stunnel/stunnel.pem It is a good idea to look at the stunnel homepage 
+and in %p/share/doc/stunnel4 for more information.
 <<
 DescPort: <<
 To avoid interactivity in the install process there must be no .pem file 
created.
 This has to be done later if stunnel is meant to be used secure services, could
 be needed in some cases stunnel is used as client. 
+- Undefinte HAVE_POLL for tiger bug workaround.
 <<
 DescPackaging: <<
  Although this package has a GPL license, it is marked Restrictive since


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to