svn commit: r395668 - head/security/libressl

Bernard Spil brnrd at FreeBSD.org
Mon Aug 31 12:25:44 UTC 2015


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


More information about the svn-ports-all mailing list