Date: Wed, 1 Feb 2017 09:59:34 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432997 - in head/security/libressl: . files Message-ID: <201702010959.v119xY1I099918@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702010959.v119xY1I099918>