From owner-svn-ports-all@freebsd.org Wed Feb 1 09:59:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4CCCCCBD33; Wed, 1 Feb 2017 09:59:35 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6971F28; Wed, 1 Feb 2017 09:59:35 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v119xYUW099920; Wed, 1 Feb 2017 09:59:34 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v119xY1I099918; Wed, 1 Feb 2017 09:59:34 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702010959.v119xY1I099918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 1 Feb 2017 09:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432997 - in head/security/libressl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 09:59:35 -0000 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 + +#.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 +.include 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