Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 12:25:43 +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: r395668 - head/security/libressl
Message-ID:  <201508311225.t7VCPhYX070144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508311225.t7VCPhYX070144>