svn commit: r417788 - head/security/s2n
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Jun 29 19:25:43 UTC 2016
Author: danilo
Date: Wed Jun 29 19:25:41 2016
New Revision: 417788
URL: https://svnweb.freebsd.org/changeset/ports/417788
Log:
- Update to 20160628
- Change USE_OPENSSL by USES=ssl
Modified:
head/security/s2n/Makefile
head/security/s2n/distinfo
Modified: head/security/s2n/Makefile
==============================================================================
--- head/security/s2n/Makefile Wed Jun 29 19:19:50 2016 (r417787)
+++ head/security/s2n/Makefile Wed Jun 29 19:25:41 2016 (r417788)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= s2n
-PORTVERSION= 20160407
+PORTVERSION= 20160628
CATEGORIES= security
MAINTAINER= danilo at FreeBSD.org
@@ -12,12 +12,11 @@ LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= awslabs
-GH_TAGNAME= c6da8bb
+GH_TAGNAME= 2bae833
OPTIONS_DEFINE= DOCS EXAMPLES
-USES= gmake
-USE_OPENSSL=yes
+USES= gmake ssl
USE_LDCONFIG= yes
NO_CONFIGURE= yes
Modified: head/security/s2n/distinfo
==============================================================================
--- head/security/s2n/distinfo Wed Jun 29 19:19:50 2016 (r417787)
+++ head/security/s2n/distinfo Wed Jun 29 19:25:41 2016 (r417788)
@@ -1,2 +1,3 @@
-SHA256 (awslabs-s2n-20160407-c6da8bb_GH0.tar.gz) = 922d113c9181085297d6c74f2856da3c4f843cbb7be050a7076e8a56c3ab2c49
-SIZE (awslabs-s2n-20160407-c6da8bb_GH0.tar.gz) = 463855
+TIMESTAMP = 1467213207
+SHA256 (awslabs-s2n-20160628-2bae833_GH0.tar.gz) = b10c52a1131caf5c0ea24cd2fe738df4545e0291f1b05af69647a07415f9a774
+SIZE (awslabs-s2n-20160628-2bae833_GH0.tar.gz) = 470790
More information about the svn-ports-all
mailing list