svn commit: r429713 - head/security/nss

Jan Beich jbeich at FreeBSD.org
Wed Dec 28 06:17:40 UTC 2016


Author: jbeich
Date: Wed Dec 28 06:17:39 2016
New Revision: 429713
URL: https://svnweb.freebsd.org/changeset/ports/429713

Log:
  security/nss: expose TLS 1.3 support
  
  This is going to be default in 3.29, recommended by upstream for 3.28
  and will be required by Firefox >= 52.0.

Modified:
  head/security/nss/Makefile   (contents, props changed)

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Wed Dec 28 05:36:58 2016	(r429712)
+++ head/security/nss/Makefile	Wed Dec 28 06:17:39 2016	(r429713)
@@ -4,6 +4,7 @@
 PORTNAME=	nss
 PORTVERSION=	3.28
 #DISTVERSIONSUFFIX=	-with-ckbi-1.98
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
 
@@ -30,6 +31,7 @@ USE_PERL5=	build
 MAKE_ENV=	LIBRARY_PATH="${LOCALBASE}/lib" \
 		SQLITE_INCLUDE_DIR="${LOCALBASE}/include" \
 		FREEBL_LOWHASH=1 \
+		NSS_ENABLE_TLS_1_3=1 \
 		NSS_DISABLE_GTESTS=1 \
 		NSS_USE_SYSTEM_SQLITE=1
 CFLAGS+=	-I${LOCALBASE}/include/nspr


More information about the svn-ports-head mailing list