From bc4080989d67f7643c2573ec7eee12234e66bee6 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 6 May 2018 12:16:27 +0000 Subject: [PATCH] security/libressl-devel: Update to 2.7.3 --- security/libressl-devel/Makefile | 5 ++--- security/libressl-devel/distinfo | 6 +++--- .../libressl-devel/files/patch-configure.ac | 19 ------------------- 3 files changed, 5 insertions(+), 25 deletions(-) delete mode 100644 security/libressl-devel/files/patch-configure.ac diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index 7f73dfc8db63..9c7a09c066d2 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/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 PKGNAMESUFFIX= -devel @@ -38,7 +37,7 @@ INSTALL_TARGET= install-strip TEST_TARGET= check post-patch-MAN3-off: - ${REINPLACE_CMD} -e 's/^install-man: install-man3/install-man:/' \ + ${REINPLACE_CMD} -e '/^install-man:/s/install-man3//' \ -e '/$$(MAKE) $$(AM_MAKEFLAGS) install-data-hook/d' \ ${WRKSRC}/man/Makefile.in diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index f1feb43c7f20..df6a507aacf0 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/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-devel/files/patch-configure.ac b/security/libressl-devel/files/patch-configure.ac deleted file mode 100644 index dec843a3b125..000000000000 --- a/security/libressl-devel/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])