Commit graph

18 commits

Author SHA1 Message Date
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
martin
c39f369ec1 Update to stunnel-3.13.
Hint from Martti Kuparinen in PR pkg/12046.

Changes:
 * pthread_sigmask() argument in sthreads.c corrected.
 * OOB data is now handled correctly.
 * Attempted to fix problem with zombies in local mode.
 * Patch for 64-bit machines by Nalin Dahyabhai <nalin@redhat.com> applied.
 * Tiny bugfix for OSF cc by Dobrica Pavlinusic <dpavlin@rot13.org> added.
 * PORTS file updated.
2001-01-29 20:42:41 +00:00
tron
707845f16f Use "--with-pem-dir" to specify directory where "stunnel.pem" is located. 2001-01-22 16:31:49 +00:00
martin
ae1a666f1c Update pkg to stunnel-3.11.
Fixes key-length and zombies problems.
2001-01-22 13:30:36 +00:00
jlam
0d35bbc9aa Use SSLCERTS for location of OpenSSL certificates directory. 2001-01-13 18:39:44 +00:00
jlam
47dddbae81 Update stunnel to 3.9. For NetBSD, if in-tree OpenSSL exists, then the
default certificate directory is now /etc/openssl/certs (matches OpenSSL's
default), but if stunnel uses the pkgsrc OpenSSL, then the default is
${PREFIX}/certs.

Changes from version 3.8 include:

* Updated temporary key generation:
   - stunnel is now honoring requested key-lengths correctly,
   - temporary key is changed every hour.
* transfer() no longer hangs on some platforms.
  Special thanks to Peter Wagemans for the patch.
* Potential security problem with syslog() call fixed.
* use daemon() function instead of daemonize, if available
* added -S flag, allowing you to choose which default verify
  sources to use
* relocated service name output logging until after log_open.
  (no longer outputs log info to inetd socket, causing bad SSL)
* -V flag now outputs the default values used by stunnel
* Added rigerous PRNG seeding
* PID changes (and related security-fix)
* Man page fixes
* Client SSL Session-IDs now used
* -N flag to specify tcpwrapper service name

* UPGRADE NOTE: this version seriously changes several previous stunnel
  default behaviours.  There are no longer any default cert file/dirs
  compilied into stunnel, you must use the --with-cert-dir and
  --with-cert-file configure arguments to set these manually, if desired.
  Stunnel does not use the underlying ssl library defaults by default
  unless configured with --enable-ssllib-cs.  Note that these can always
  be enabled at run time with the -A,-a, and -S flags.
  Additionally, unless --with-pem-dir is specified at compile time,
  stunnel will default to looking for stunnel.pem in the current directory.
2000-12-19 07:03:21 +00:00
tron
222f1769e7 Don't install automatically created certificate. It is useless and will
only overwrite a useful one.
2000-06-17 21:52:18 +00:00
tron
83426c1a1e Fix cut and paste error in last commit. 2000-06-17 21:21:49 +00:00
tron
f36f6b7081 Add missing dependence on "pth" package. 2000-06-17 21:20:58 +00:00
tron
830466defc Use "SSLBASE" instead of "SSLDIR". 2000-04-26 21:16:26 +00:00
tron
5fdb95e86b Switch to "USE_SSL". 2000-04-26 21:10:07 +00:00
tron
0fefb76748 Don't clobber permission of "/var/run" during installation. 2000-04-26 13:00:16 +00:00
tron
a04dc6e80a Add OpenSSL directory to build defines. 2000-04-03 17:37:51 +00:00
tron
7e3ad98ca2 Put pid file to "/var/run" and certificates to "${PREFIX}/certs". 2000-04-03 17:23:10 +00:00
tron
e07ffc690d Sync. 2000-04-03 16:52:57 +00:00
tron
0d9959f437 Add changes to SSL detection in "configure" to patch for "configure.in". 2000-04-03 16:52:17 +00:00
tron
26a2806134 Patching "configure" doesn't make any sense if it is overwritten by
"autoreconf" later.
2000-04-03 16:51:17 +00:00
martin
9ea9360fee A new pkg for the stunnel program, a tool to wrap existing servers
into SSL connections.
2000-04-03 09:25:35 +00:00