aboutsummaryrefslogtreecommitdiff
path: root/security/libressl
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-05-06 12:16:09 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-05-06 12:16:09 +0000
commitad1a11a6b055b326ddf8e4f98a2cc3f440dcc9ec (patch)
tree6eb8bcce12bee17137f0b780a566e35653934a86 /security/libressl
parent762e48a4ead5ec48c83906c3dbb24568fa5c4bca (diff)
downloadports-ad1a11a6b055b326ddf8e4f98a2cc3f440dcc9ec.tar.gz
ports-ad1a11a6b055b326ddf8e4f98a2cc3f440dcc9ec.zip
security/libressl: Update to 2.7.3
Notes
Notes: svn path=/head/; revision=469194
Diffstat (limited to 'security/libressl')
-rw-r--r--security/libressl/Makefile3
-rw-r--r--security/libressl/distinfo6
-rw-r--r--security/libressl/files/patch-configure.ac19
3 files changed, 4 insertions, 24 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile
index 975b4b27000b..324d24532418 100644
--- a/security/libressl/Makefile
+++ b/security/libressl/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libressl
-PORTVERSION= 2.7.2
-PORTREVISION= 1
+PORTVERSION= 2.7.3
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL
diff --git a/security/libressl/distinfo b/security/libressl/distinfo
index f1feb43c7f20..df6a507aacf0 100644
--- a/security/libressl/distinfo
+++ b/security/libressl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522617939
-SHA256 (libressl-2.7.2.tar.gz) = 917a8779c342177ff3751a2bf955d0262d1d8916a4b408930c45cef326700995
-SIZE (libressl-2.7.2.tar.gz) = 3364227
+TIMESTAMP = 1525556230
+SHA256 (libressl-2.7.3.tar.gz) = 16c70d8fe1de6e9bedea0d67804b55f3894717693a05ed45e15e0e2f939c2795
+SIZE (libressl-2.7.3.tar.gz) = 3364724
diff --git a/security/libressl/files/patch-configure.ac b/security/libressl/files/patch-configure.ac
deleted file mode 100644
index dec843a3b125..000000000000
--- a/security/libressl/files/patch-configure.ac
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.ac.orig 2017-11-04 20:04:56 UTC
-+++ configure.ac
-@@ -102,13 +102,13 @@ int main() {return 0;}
-
- AC_ARG_ENABLE([asm],
- AS_HELP_STRING([--disable-asm], [Disable assembly]))
--AM_CONDITIONAL([OPENSSL_NO_ASM], [test "x$enable_asm" = "xno"])
-+AM_CONDITIONAL([OPENSSL_NO_ASM],[test x$enableval = xno])
-
- # Conditionally enable assembly by default
- AM_CONDITIONAL([HOST_ASM_ELF_X86_64],
-- [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "x86_64" -a "x$enable_asm" != "xno"])
-+ [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "x86_64," -a x$enableval != xno])
- AM_CONDITIONAL([HOST_ASM_MACOSX_X86_64],
-- [test "x$HOST_ABI" = "xmacosx" -a "$host_cpu" = "x86_64" -a "x$enable_asm" != "xno"])
-+ [test "x$HOST_ABI" = "xmacosx" -a "$host_cpu" = "x86_64," -a x$enableval != xno])
-
- # Check if time_t is sized correctly
- AC_CHECK_SIZEOF([time_t], [time.h])