svn commit: r436028 - in head/security/mbedtls: . files
Tijl Coosemans
tijl at FreeBSD.org
Sun Mar 12 21:30:17 UTC 2017
Author: tijl
Date: Sun Mar 12 21:30:15 2017
New Revision: 436028
URL: https://svnweb.freebsd.org/changeset/ports/436028
Log:
Enable thread safety for www/hiawatha.
PR: 217668
Added:
head/security/mbedtls/files/patch-config.h (contents, props changed)
Modified:
head/security/mbedtls/Makefile
Modified: head/security/mbedtls/Makefile
==============================================================================
--- head/security/mbedtls/Makefile Sun Mar 12 21:02:37 2017 (r436027)
+++ head/security/mbedtls/Makefile Sun Mar 12 21:30:15 2017 (r436028)
@@ -3,6 +3,7 @@
PORTNAME= mbedtls
PORTVERSION= 2.4.2
DISTVERSIONSUFFIX= -apache
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://tls.mbed.org/download/
Added: head/security/mbedtls/files/patch-config.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/mbedtls/files/patch-config.h Sun Mar 12 21:30:15 2017 (r436028)
@@ -0,0 +1,20 @@
+--- include/mbedtls/config.h.orig 2017-03-08 15:33:04 UTC
++++ include/mbedtls/config.h
+@@ -1285,7 +1285,7 @@
+ *
+ * Uncomment this to enable pthread mutexes.
+ */
+-//#define MBEDTLS_THREADING_PTHREAD
++#define MBEDTLS_THREADING_PTHREAD
+
+ /**
+ * \def MBEDTLS_VERSION_FEATURES
+@@ -2322,7 +2322,7 @@
+ *
+ * Enable this layer to allow use of mutexes within mbed TLS
+ */
+-//#define MBEDTLS_THREADING_C
++#define MBEDTLS_THREADING_C
+
+ /**
+ * \def MBEDTLS_TIMING_C
More information about the svn-ports-head
mailing list