diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-23 14:47:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-23 19:07:43 +0200 |
commit | 7646ea7af5a07617db0d68909270bf880285255a (patch) | |
tree | fca4da30fa3de0810dd2d6f2982142f5bd422013 /package/libressl | |
parent | 60952b7e443c45a2f356ea1dac52f001aa6baf12 (diff) |
libressl: update to 2.5.3
Diffstat (limited to 'package/libressl')
-rw-r--r-- | package/libressl/Makefile | 4 | ||||
-rw-r--r-- | package/libressl/patches/patch-apps_openssl_Makefile_in | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/libressl/Makefile b/package/libressl/Makefile index e49a3d50a..d4f59f0f7 100644 --- a/package/libressl/Makefile +++ b/package/libressl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libressl -PKG_VERSION:= 2.4.5 +PKG_VERSION:= 2.5.3 PKG_RELEASE:= 1 -PKG_HASH:= d300c4e358aee951af6dfd1684ef0c034758b47171544230f3ccf6ce24fe4347 +PKG_HASH:= 14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30 PKG_DESCR:= ssl/tls library PKG_SECTION:= libs/crypto PKG_URL:= http://www.libressl.org diff --git a/package/libressl/patches/patch-apps_openssl_Makefile_in b/package/libressl/patches/patch-apps_openssl_Makefile_in deleted file mode 100644 index a0086c4ee..000000000 --- a/package/libressl/patches/patch-apps_openssl_Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- libressl-2.4.2.orig/apps/openssl/Makefile.in 2016-08-01 01:08:10.000000000 +0200 -+++ libressl-2.4.2/apps/openssl/Makefile.in 2016-08-22 19:40:55.019614700 +0200 -@@ -844,7 +844,7 @@ install-exec-hook: - @if [ "@OPENSSLDIR@x" != "x" ]; then \ - OPENSSLDIR="$(DESTDIR)/@OPENSSLDIR@"; \ - else \ -- OPENSSLDIR="$(DESTDIR)/$(sysconfdir)/ssl"; \ -+ OPENSSLDIR="$(DESTDIR)$(sysconfdir)/ssl"; \ - fi; \ - mkdir -p "$$OPENSSLDIR/certs"; \ - for i in cert.pem openssl.cnf x509v3.cnf; do \ |