svn commit: r432997 - in head/security/libressl: . files

Bernard Spil brnrd at FreeBSD.org
Wed Feb 1 09:59:35 UTC 2017


Author: brnrd
Date: Wed Feb  1 09:59:34 2017
New Revision: 432997
URL: https://svnweb.freebsd.org/changeset/ports/432997

Log:
  security/libressl: Update to 2.4.5
  
    - Update version to 2.4.5
    - Remove patch now included

Deleted:
  head/security/libressl/files/patch-CVE-2016-7056
Modified:
  head/security/libressl/Makefile
  head/security/libressl/distinfo

Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile	Wed Feb  1 09:55:43 2017	(r432996)
+++ head/security/libressl/Makefile	Wed Feb  1 09:59:34 2017	(r432997)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libressl
-PORTVERSION=	2.4.4
-PORTREVISION=	1
+PORTVERSION=	2.4.5
 CATEGORIES=	security devel
 MASTER_SITES=	OPENBSD/LibreSSL
 
@@ -35,6 +34,12 @@ CFLAGS+=	-fpic -DPIC
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
+.include <bsd.port.pre.mk>
+
+#.if ${OSVERSION} > 1100037
+#CONFIGURE_ENV=	HAVE_EXPLICIT_BZERO=yes
+#.endif
+
 post-install:
 	${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
 
@@ -42,4 +47,4 @@ post-install-NC-on:
 	${INSTALL_PROGRAM} ${WRKSRC}/apps/nc/.libs/nc ${STAGEDIR}/${PREFIX}/bin/nc
 	${INSTALL_MAN} ${WRKSRC}/apps/nc/nc.1 ${STAGEDIR}/${PREFIX}/man/man1/nc.1
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/security/libressl/distinfo
==============================================================================
--- head/security/libressl/distinfo	Wed Feb  1 09:55:43 2017	(r432996)
+++ head/security/libressl/distinfo	Wed Feb  1 09:59:34 2017	(r432997)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479221712
-SHA256 (libressl-2.4.4.tar.gz) = 6fcfaf6934733ea1dcb2f6a4d459d9600e2f488793e51c2daf49b70518eebfd1
-SIZE (libressl-2.4.4.tar.gz) = 3014463
+TIMESTAMP = 1485938351
+SHA256 (libressl-2.4.5.tar.gz) = d300c4e358aee951af6dfd1684ef0c034758b47171544230f3ccf6ce24fe4347
+SIZE (libressl-2.4.5.tar.gz) = 3016462


More information about the svn-ports-head mailing list