Package: stunnel4 Version: 4.04 Revision: 12 Maintainer: Thomas Diemer 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: 2fcdf0311a0ab8a3223293c706a84e97 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 << DocFiles: AUTHORS BUGS 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 /sw/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 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. << 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: << Although this package has a GPL license, it is marked Restrictive since it links to openssl. << License: Restrictive Homepage: http://www.stunnel.org