svn commit: r440389 - head/security/s2n

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun May 7 21:43:59 UTC 2017


Author: danilo
Date: Sun May  7 21:43:57 2017
New Revision: 440389
URL: https://svnweb.freebsd.org/changeset/ports/440389

Log:
  - Update to 20170425

Modified:
  head/security/s2n/Makefile
  head/security/s2n/distinfo

Modified: head/security/s2n/Makefile
==============================================================================
--- head/security/s2n/Makefile	Sun May  7 21:41:06 2017	(r440388)
+++ head/security/s2n/Makefile	Sun May  7 21:43:57 2017	(r440389)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	s2n
-PORTVERSION=	20170410
+PORTVERSION=	20170425
 CATEGORIES=	security
 
 MAINTAINER=	danilo at FreeBSD.org
@@ -14,7 +14,7 @@ ONLY_FOR_ARCHS=	amd64
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	awslabs
-GH_TAGNAME=	30b4b69
+GH_TAGNAME=	02ade5e
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
@@ -29,6 +29,8 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|CRYPTO_LDFLAGS |&+|' \
 		${WRKSRC}/tests/testlib/Makefile \
 		${WRKSRC}/tests/unit/Makefile
+	@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/tests/LD_PRELOAD/Makefile \
+		${WRKSRC}/tests/fuzz/LD_PRELOAD/Makefile
 
 do-install:
 	${INSTALL_LIB} ${WRKSRC}/lib/libs2n.so* ${STAGEDIR}${LOCALBASE}/lib

Modified: head/security/s2n/distinfo
==============================================================================
--- head/security/s2n/distinfo	Sun May  7 21:41:06 2017	(r440388)
+++ head/security/s2n/distinfo	Sun May  7 21:43:57 2017	(r440389)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492092748
-SHA256 (awslabs-s2n-20170410-30b4b69_GH0.tar.gz) = 8f4df958003032b6bb6ba1ea02388bb24a13ba0ab8dccaf1b37996f02705ec2e
-SIZE (awslabs-s2n-20170410-30b4b69_GH0.tar.gz) = 746068
+TIMESTAMP = 1494191538
+SHA256 (awslabs-s2n-20170425-02ade5e_GH0.tar.gz) = 4f89efda891d21db99ac2c446eae523cd41cae37bb4ccd0d690d36bf0d05faae
+SIZE (awslabs-s2n-20170425-02ade5e_GH0.tar.gz) = 748394


More information about the svn-ports-all mailing list