Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 21:30:15 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436028 - in head/security/mbedtls: . files
Message-ID:  <201703122130.v2CLUFd5065491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703122130.v2CLUFd5065491>