the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: stunnel4
Version: 4.53
Epoch: 1
Revision: 1
Maintainer: Daniel Johnson
BuildDepends: openssl100-dev (>= 1.0.1-1), fink (>= 0.28-1)
Depends: openssl100-shlibs (>= 1.0.1-1)
Conflicts: stunnel-egd, stunnel
Replaces: stunnel-egd, stunnel
Source: ftp://stunnel.mirt.net/stunnel/stunnel-%v.tar.gz
Source-MD5: ab3bfc915357d67da18c73f73610d593
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.
There is something bad wrong with version 4.35 which causes libcurl4 tests
to fail miserably. Rollback to 4.34 with Epoch (ick) until we know what's up.
<<
License: GPL2+
Homepage: http://www.stunnel.org/