From owner-svn-ports-all@freebsd.org Mon Aug 31 12:25:44 2015 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 63EF59C6368; Mon, 31 Aug 2015 12:25:44 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5482FFDF; Mon, 31 Aug 2015 12:25:44 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VCPidb070146; Mon, 31 Aug 2015 12:25:44 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VCPhYX070144; Mon, 31 Aug 2015 12:25:43 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201508311225.t7VCPhYX070144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 31 Aug 2015 12:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395668 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 31 Aug 2015 12:25:44 -0000 Author: brnrd Date: Mon Aug 31 12:25:43 2015 New Revision: 395668 URL: https://svnweb.freebsd.org/changeset/ports/395668 Log: security/libressl: Update to 2.2.3 - Update to 2.2.3 - Show compiler flags/invokes in build-log Changes: ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.3-relnotes.txt Reviewed by: koobs (mentor) Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D3537 Modified: head/security/libressl/Makefile head/security/libressl/distinfo Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Mon Aug 31 12:16:25 2015 (r395667) +++ head/security/libressl/Makefile Mon Aug 31 12:25:43 2015 (r395668) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -17,6 +17,7 @@ CPE_VENDOR= openbsd CONFLICTS?= openssl-[0-9]* GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-silent-rules USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Mon Aug 31 12:16:25 2015 (r395667) +++ head/security/libressl/distinfo Mon Aug 31 12:25:43 2015 (r395668) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.2.2.tar.gz) = e094b09f33d468545edbb2b16dc178f958ec2f66de1a2fc7cc2a20bd2489a114 -SIZE (libressl-2.2.2.tar.gz) = 2967327 +SHA256 (libressl-2.2.3.tar.gz) = a1ccc21adf91d60e99246031b99c930c9af5e1b1b5a61b1bec87beef6f16d882 +SIZE (libressl-2.2.3.tar.gz) = 2967547