diff options
author | brnrd <brnrd@FreeBSD.org> | 2015-08-31 20:25:43 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2015-08-31 20:25:43 +0800 |
commit | b8965365c7dc1c114b6fc72688de3fc95d089ea8 (patch) | |
tree | 79b7f04bd4d8e4138112ea27d73d09f8332a2576 /security | |
parent | 7bb7e2b51b2cf6bc27f5367103e29ea8b336ca26 (diff) | |
download | freebsd-ports-gnome-b8965365c7dc1c114b6fc72688de3fc95d089ea8.tar.gz freebsd-ports-gnome-b8965365c7dc1c114b6fc72688de3fc95d089ea8.tar.zst freebsd-ports-gnome-b8965365c7dc1c114b6fc72688de3fc95d089ea8.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/libressl/Makefile | 3 | ||||
-rw-r--r-- | security/libressl/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 5529483a8c44..7e529e29b258 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -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 diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 59d63a38a634..7a3729295528 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -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 |