summaryrefslogtreecommitdiff
path: root/security/stunnel
AgeCommit message (Collapse)AuthorFilesLines
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-29Update to stunnel-3.13.martin2-4/+4
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-22Use "--with-pem-dir" to specify directory where "stunnel.pem" is located.tron1-3/+4
2001-01-22Update pkg to stunnel-3.11.martin6-38/+39
Fixes key-length and zombies problems.
2001-01-13Use SSLCERTS for location of OpenSSL certificates directory.jlam1-16/+2
2000-12-19Update stunnel to 3.9. For NetBSD, if in-tree OpenSSL exists, then thejlam8-65/+89
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-06-17Don't install automatically created certificate. It is useless and willtron3-6/+15
only overwrite a useful one.
2000-06-17Fix cut and paste error in last commit.tron1-2/+2
2000-06-17Add missing dependence on "pth" package.tron1-1/+2
2000-04-26Use "SSLBASE" instead of "SSLDIR".tron1-4/+2
2000-04-26Switch to "USE_SSL".tron1-9/+3
2000-04-26Don't clobber permission of "/var/run" during installation.tron2-4/+12
2000-04-03Add OpenSSL directory to build defines.tron1-1/+3
2000-04-03Put pid file to "/var/run" and certificates to "${PREFIX}/certs".tron3-5/+21
2000-04-03Sync.tron1-3/+2
2000-04-03Add changes to SSL detection in "configure" to patch for "configure.in".tron1-5/+30
2000-04-03Patching "configure" doesn't make any sense if it is overwritten bytron1-32/+0
"autoreconf" later.
2000-04-03A new pkg for the stunnel program, a tool to wrap existing serversmartin8-0/+104
into SSL connections.