diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-29 17:18:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-29 17:19:07 +0100 |
commit | bef139c6608c54455f9a2de51b1ab616615b361d (patch) | |
tree | e322f0e5bbce2c45b2b3a61bb38c92bbc1690b59 | |
parent | 4db4f5f7f4a1cf693fc6258b361e8bc322c3d8db (diff) |
libressl: update to 3.6.1
-rw-r--r-- | package/libressl/Makefile | 4 | ||||
-rw-r--r-- | package/libressl/patches/patch-Makefile_in | 11 |
2 files changed, 2 insertions, 13 deletions
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 \ |