From bef139c6608c54455f9a2de51b1ab616615b361d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 29 Dec 2022 17:18:01 +0100 Subject: libressl: update to 3.6.1 --- package/libressl/Makefile | 4 ++-- package/libressl/patches/patch-Makefile_in | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 package/libressl/patches/patch-Makefile_in diff --git a/package/libressl/Makefile b/package/libressl/Makefile index 4fc970ee3..87426384c 100644 --- a/package/libressl/Makefile +++ b/package/libressl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libressl -PKG_VERSION:= 3.5.3 +PKG_VERSION:= 3.6.1 PKG_RELEASE:= 1 -PKG_HASH:= 3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28 +PKG_HASH:= acfac61316e93b919c28d62d53037ca734de85c46b4d703f19fd8395cf006774 PKG_DESCR:= ssl/tls library PKG_SECTION:= libs/crypto PKG_URL:= http://www.libressl.org diff --git a/package/libressl/patches/patch-Makefile_in b/package/libressl/patches/patch-Makefile_in deleted file mode 100644 index 745dc246d..000000000 --- a/package/libressl/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- libressl-3.1.2.orig/Makefile.in 2020-05-21 05:00:51.000000000 +0200 -+++ libressl-3.1.2/Makefile.in 2020-06-06 20:50:41.000000000 +0200 -@@ -191,7 +191,7 @@ am__define_uniq_tagged_files = \ - ETAGS = etags - CTAGS = ctags - CSCOPE = cscope --DIST_SUBDIRS = crypto ssl tls include apps man tests -+DIST_SUBDIRS = crypto ssl tls include apps - am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libcrypto.pc.in \ - $(srcdir)/libssl.pc.in $(srcdir)/libtls.pc.in \ - $(srcdir)/openssl.pc.in COPYING ChangeLog INSTALL compile \ -- cgit v1.2.3