From 0856640d8b49be7e7485496594c209cc7fdd702c Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Sun, 30 Dec 2018 08:38:45 -0500 Subject: [PATCH] Bump wolfssl to 3.15.3 --- package/libs/wolfssl/Makefile | 7 +++---- .../900-remove-broken-autoconf-macros.patch | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index e08b6f3929..a01a8949aa 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl -PKG_VERSION:=3.14.4 -PKG_RELEASE:=3 +PKG_VERSION:=3.15.3-stable +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip # PKG_SOURCE_URL:=https://www.wolfssl.com/ PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) -PKG_HASH:=1da1b45dec4a455716c8547074ad883c737865225f69443bb173c0dc21683fd1 +PKG_HASH:=dc97c07a7667b39a890e14f4b4a209f51524a4cabee7adb6c80822ee78c1f62a PKG_FIXUP:=libtool PKG_INSTALL:=1 @@ -40,7 +40,6 @@ define Package/libwolfssl CATEGORY:=Libraries TITLE:=wolfSSL library URL:=http://www.wolfssl.com/ - MAINTAINER:=Alexandru Ardelean MENU:=1 PROVIDES:=libcyassl endef diff --git a/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch b/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch new file mode 100644 index 0000000000..f7756b11c6 --- /dev/null +++ b/package/libs/wolfssl/patches/900-remove-broken-autoconf-macros.patch @@ -0,0 +1,21 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -4140,7 +4140,6 @@ AC_CONFIG_FILES([support/wolfssl.pc]) + AC_CONFIG_FILES([rpm/spec]) + + AX_CREATE_GENERIC_CONFIG +-AX_AM_JOBSERVER([yes]) + + AC_OUTPUT + +--- a/Makefile.am ++++ b/Makefile.am +@@ -20,8 +20,6 @@ dist_noinst_SCRIPTS = + noinst_SCRIPTS = + check_SCRIPTS = + +-#includes additional rules from aminclude.am +-@INC_AMINCLUDE@ + DISTCLEANFILES+= aminclude.am + + CLEANFILES+= cert.der \ -- 2.25.1