mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
stunnel: Update from 5.14 to 5.20
* 010_fix_getnameinfo.patch is no longer needed * 011-cron-without-pthread-fix.patch added, fixes incorrect ifdef when building without pthreads Signed-off-by: Michael Haas <haas@computerlinguist.org>
This commit is contained in:
committed by
Zoltan HERPAI
parent
f15b0ace72
commit
c544adacd4
@@ -0,0 +1,14 @@
|
||||
Index: stunnel-5.20/src/cron.c
|
||||
===================================================================
|
||||
--- stunnel-5.20.orig/src/cron.c
|
||||
+++ stunnel-5.20/src/cron.c
|
||||
@@ -46,6 +46,9 @@ NOEXPORT void cron_thread(void *arg);
|
||||
#endif
|
||||
#if defined(USE_PTHREAD) || defined(USE_WIN32)
|
||||
NOEXPORT void cron_worker(void);
|
||||
+#endif
|
||||
+
|
||||
+#ifndef OPENSSL_NO_DH
|
||||
NOEXPORT void cron_dh_param(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user