Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv10566/10.4/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.4/unstable/crypto/finkinfo/stunnel4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stunnel4.info       20 Jan 2006 20:16:56 -0000      1.1
+++ stunnel4.info       20 Oct 2007 17:39:08 -0000      1.2
@@ -1,6 +1,6 @@
 Package: stunnel4
 Version: 4.10
-Revision: 2
+Revision: 3
 Maintainer: Thomas Diemer <[EMAIL PROTECTED]>
 BuildDepends: openssl097-dev
 Depends: openssl097-shlibs
@@ -8,6 +8,7 @@
 Replaces: stunnel-egd, stunnel
 Source: http://www.stunnel.org/download/stunnel/src/stunnel-%v.tar.gz
 Source-MD5: 9de7a62a44083114779ca4e109d70776
+ConfigureParams: --with-ssl=%p
 CompileScript: <<
  ./configure %c
  perl -pi.bak -e 's/-DHAVE_POLL=1//g' Makefile tools/Makefile src/Makefile
@@ -29,12 +30,12 @@
 <<
 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 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