From owner-svn-ports-all@freebsd.org Sun Mar 12 21:30:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 398EAD097A3; Sun, 12 Mar 2017 21:30:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 064BA15F8; Sun, 12 Mar 2017 21:30:16 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2CLUGiJ065493; Sun, 12 Mar 2017 21:30:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2CLUFd5065491; Sun, 12 Mar 2017 21:30:15 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201703122130.v2CLUFd5065491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 12 Mar 2017 21:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436028 - in head/security/mbedtls: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 21:30:17 -0000 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