Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11723/net

Added Files:
        stunnel4.info 
Log Message:
New upstream stunnel4 4.54.

--- NEW FILE: stunnel4.info ---
Package: stunnel4
Version: 4.54
Epoch: 1
Revision: 1
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
BuildDepends: openssl100-dev (>= 1.0.1c-1), fink (>= 0.28-1)
Depends: openssl100-shlibs (>= 1.0.1c-1)
Conflicts: stunnel-egd, stunnel
Replaces: stunnel-egd, stunnel
Source: ftp://stunnel.mirt.net/stunnel/stunnel-%v.tar.gz
Source-MD5: c2b1db99e3ed547214568959a8ed18ac
ConfigureParams: --with-ssl=%p --disable-dependency-tracking
CompileScript: <<
 ./configure %c
 make -C src
<<
InstallScript: <<
 mkdir -p %i/share/man/man8
 /usr/bin/install -c -m 644 ./doc/stunnel.8 %i/share/man/man8/stunnel.8
 /usr/bin/install -c -m 644 ./doc/stunnel.pl.8 /%i/share/man/man8/stunnel.pl.8
 make -C src install prefix=%i
<<
Shlibs: !%p/lib/stunnel/libstunnel.dylib
DocFiles: AUTHORS BUGS ChangeLog COPY* CREDITS NEWS INSTALL PORTS README TODO 
./tools/* ./doc/*.html
Description: Tool to encrypt TCP connections
DescDetail: <<
Allows you to encrypt arbitrary TCP connections inside SSL. It can
allow you to secure non-SSL aware daemons and protocols (like POP, 
IMAP, LDAP, etc) by having it provide the encryption, requiring no 
changes to the daemon's code.
<<
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 %p/etc/stunnel. You can 
easily create it using openssl. e.g. (one line:) openssl req  -new -x509 -days 
365 -out %p/etc/stunnel/stunnel.pem -keyout  %p/etc/stunnel/stunnel.pem 
then openssl x509 -subject -dates -fingerprint -noout -in 
%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. 
<<
DescPackaging: <<
 This package needs at least OpenSSl 0.9.8 apparently, so we need to Depend
 on Fink's openssl100. Stunnel has an explicit OpenSSL
 exemption and so shouldn't have licensing issues.
<<
License: GPL2+
Homepage: http://www.stunnel.org/


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to