From owner-svn-ports-head@freebsd.org Fri Oct 16 07:13:05 2015 Return-Path: Delivered-To: svn-ports-head@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 25B02A16681; Fri, 16 Oct 2015 07:13:05 +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 CD68E1B58; Fri, 16 Oct 2015 07:13:04 +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 t9G7D37r022409; Fri, 16 Oct 2015 07:13:03 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9G7D3jB022406; Fri, 16 Oct 2015 07:13:03 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201510160713.t9G7D3jB022406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 16 Oct 2015 07:13:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399426 - head/security/libressl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 07:13:05 -0000 Author: brnrd Date: Fri Oct 16 07:13:03 2015 New Revision: 399426 URL: https://svnweb.freebsd.org/changeset/ports/399426 Log: security/libressl: Fix memory leak and buffer overflow DoS vulnerability * Update to 2.2.4 (fixing vulnerabilities) * Create vuxml entry Differential Revision: https://reviews.freebsd.org/D3916 Submitted by: Bernard Spil Reviewed by: delphij Approved by: delphij (secteam) MFC after: 2015Q4 Security: e75a96df-73ca-11e5-9b45-b499baebfeaf Security: CVE-2015-5333, CVE-2015-5334 Modified: head/security/libressl/Makefile head/security/libressl/distinfo head/security/libressl/pkg-plist Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Fri Oct 16 07:08:40 2015 (r399425) +++ head/security/libressl/Makefile Fri Oct 16 07:13:03 2015 (r399426) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -14,7 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING CPE_VENDOR= openbsd -CONFLICTS?= openssl-[0-9]* +OPTIONS_DEFINE= MAN3 +OPTIONS_DEFAULT= MAN3 +MAN3_DESC= Install API manpages (section 3) + +CONFLICTS?= openssl-[0-9]* \ + libressl-devel-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-silent-rules @@ -32,4 +37,8 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS regression-test: build cd ${WRKSRC} && ${MAKE} check +post-install-MAN3-off: + ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 + ${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST} + .include Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Fri Oct 16 07:08:40 2015 (r399425) +++ head/security/libressl/distinfo Fri Oct 16 07:13:03 2015 (r399426) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.2.3.tar.gz) = a1ccc21adf91d60e99246031b99c930c9af5e1b1b5a61b1bec87beef6f16d882 -SIZE (libressl-2.2.3.tar.gz) = 2967547 +SHA256 (libressl-2.2.4.tar.gz) = 6b409859be8654afc3862549494e097017e64c8d167f12584383586306ef9a7e +SIZE (libressl-2.2.4.tar.gz) = 2966157 Modified: head/security/libressl/pkg-plist ============================================================================== --- head/security/libressl/pkg-plist Fri Oct 16 07:08:40 2015 (r399425) +++ head/security/libressl/pkg-plist Fri Oct 16 07:13:03 2015 (r399426) @@ -38,7 +38,6 @@ include/openssl/krb5_asn.h include/openssl/lhash.h include/openssl/md4.h include/openssl/md5.h -include/openssl/mdc2.h include/openssl/modes.h include/openssl/obj_mac.h include/openssl/objects.h