Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 21:44:29 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407060 - in head/security/s2n: . files
Message-ID:  <201601232144.u0NLiThD069436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Jan 23 21:44:29 2016
New Revision: 407060
URL: https://svnweb.freebsd.org/changeset/ports/407060

Log:
  - Update to 20160120

Deleted:
  head/security/s2n/files/extra-patch-tls_s2n__connection.c
Modified:
  head/security/s2n/Makefile
  head/security/s2n/distinfo

Modified: head/security/s2n/Makefile
==============================================================================
--- head/security/s2n/Makefile	Sat Jan 23 21:25:57 2016	(r407059)
+++ head/security/s2n/Makefile	Sat Jan 23 21:44:29 2016	(r407060)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	s2n
-PORTVERSION=	20150909
+PORTVERSION=	20160120
 CATEGORIES=	security
 
 MAINTAINER=	danilo@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	awslabs
-GH_TAGNAME=	674df33
+GH_TAGNAME=	6e1d139
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
@@ -29,8 +29,6 @@ ALL_TARGET=	bin
 WITH_OPENSSL_PORT=	yes
 .include "${PORTSDIR}/Mk/bsd.openssl.mk"
 CFLAGS+=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
-# Actually used on 9 to build with gcc
-EXTRA_PATCHES=		${FILESDIR}/extra-patch-tls_s2n__connection.c
 .endif
 
 post-patch:

Modified: head/security/s2n/distinfo
==============================================================================
--- head/security/s2n/distinfo	Sat Jan 23 21:25:57 2016	(r407059)
+++ head/security/s2n/distinfo	Sat Jan 23 21:44:29 2016	(r407060)
@@ -1,2 +1,2 @@
-SHA256 (awslabs-s2n-20150909-674df33_GH0.tar.gz) = 25bf788ab8fee9e364bf52a1ab03ff809c3706eaff54f4586ccff405f4ce0788
-SIZE (awslabs-s2n-20150909-674df33_GH0.tar.gz) = 460084
+SHA256 (awslabs-s2n-20160120-6e1d139_GH0.tar.gz) = 14cf6cb559453f728c365e752431893c889b45f8aece08d21e0922f0bc9ee097
+SIZE (awslabs-s2n-20160120-6e1d139_GH0.tar.gz) = 460566



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