Date: Sun, 31 Jan 2016 11:48:37 +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: r407612 - head/security/libressl Message-ID: <201601311148.u0VBmbqX030858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Jan 31 11:48:37 2016 New Revision: 407612 URL: https://svnweb.freebsd.org/changeset/ports/407612 Log: security/libressl: Update to 2.2.6 - Update to version 2.2.6 [1] - Remove CA root cert that is installed by default Changes: ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.6-relnotes.txt [1] Reviewed by: koobs (mentor), feld (mentor) Approved by: (mentor) Differential Revision: D5115 Modified: head/security/libressl/Makefile head/security/libressl/distinfo head/security/libressl/pkg-plist Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Sun Jan 31 11:47:43 2016 (r407611) +++ head/security/libressl/Makefile Sun Jan 31 11:48:37 2016 (r407612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -22,7 +22,6 @@ CONFLICTS?= openssl-[0-9]* \ libressl-devel-[0-9]* GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-silent-rules USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes @@ -39,4 +38,7 @@ post-install-MAN3-off: ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 ${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST} +post-install: + ${RM} -rf ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem + .include <bsd.port.post.mk> Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Sun Jan 31 11:47:43 2016 (r407611) +++ head/security/libressl/distinfo Sun Jan 31 11:48:37 2016 (r407612) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.2.5.tar.gz) = e3caded0469d8dc64f4ca2fe8e499ada4dd014e84d1c5a71818d39e54e6c914b -SIZE (libressl-2.2.5.tar.gz) = 2966527 +SHA256 (libressl-2.2.6.tar.gz) = 1ee19994cffd047d40f63ba149115dba18a681b0cc923beec301bf424b58d64f +SIZE (libressl-2.2.6.tar.gz) = 2965531 Modified: head/security/libressl/pkg-plist ============================================================================== --- head/security/libressl/pkg-plist Sun Jan 31 11:47:43 2016 (r407611) +++ head/security/libressl/pkg-plist Sun Jan 31 11:48:37 2016 (r407612) @@ -1,5 +1,4 @@ bin/openssl -etc/ssl/cert.pem etc/ssl/openssl.cnf etc/ssl/x509v3.cnf include/openssl/aes.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601311148.u0VBmbqX030858>