diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-01-25 14:57:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-01-25 14:57:55 +0000 |
commit | 4cf108e9b0c88e2e3bc12245ad30215b4c579481 (patch) | |
tree | b6ed00e132ef0b8f5faff4340437e606fc8d4ba4 /security/stunnel/patches/patch-configure | |
parent | c46876278e22ba66f94764a81419a44bc0f4bf89 (diff) | |
download | pkgsrc-4cf108e9b0c88e2e3bc12245ad30215b4c579481.tar.gz |
Update to 5.29
Changelog:
Version 5.29, 2016.01.08, urgency: LOW
* New features
- New WIN32 icons.
- Performance improvement: rwlocks used for locking with pthreads.
* Bugfixes
- Compilation fix for *BSD.
- Fixed configuration file reload for relative stunnel.conf path
on Unix.
- Fixed ignoring CRLfile unless CAfile was also specified (thx
to Strukov Petr).
Diffstat (limited to 'security/stunnel/patches/patch-configure')
-rw-r--r-- | security/stunnel/patches/patch-configure | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/security/stunnel/patches/patch-configure b/security/stunnel/patches/patch-configure deleted file mode 100644 index 383597433a4..00000000000 --- a/security/stunnel/patches/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2015/12/27 18:36:06 ryoon Exp $ - -Fix NetBSD build, undefined u_short etc. - ---- configure.orig 2015-12-08 15:59:04.000000000 +0000 -+++ configure -@@ -3082,10 +3082,6 @@ $as_echo "#define _GNU_SOURCE 1" >>confd - - $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h - --# OSX does not declare chroot() with newer _XOPEN_SOURCE versions -- --$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h -- - # Solaris does not declare IPv6 structures without __EXTENSIONS__ - - $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h |