diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-05 05:30:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-06 03:53:34 +0100 |
commit | 8b54327647f222e1f031c3104d7994bc51a84a63 (patch) | |
tree | 5e75594355cf3126ceceea758957432f2c1f509c /package/libressl/Makefile | |
parent | dd7f6076476db449f510a90a1e4d2285dd971204 (diff) |
libressl: update to 2.4.5
Diffstat (limited to 'package/libressl/Makefile')
-rw-r--r-- | package/libressl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libressl/Makefile b/package/libressl/Makefile index 59489bc1e..e49a3d50a 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.4 +PKG_VERSION:= 2.4.5 PKG_RELEASE:= 1 -PKG_HASH:= 6fcfaf6934733ea1dcb2f6a4d459d9600e2f488793e51c2daf49b70518eebfd1 +PKG_HASH:= d300c4e358aee951af6dfd1684ef0c034758b47171544230f3ccf6ce24fe4347 PKG_DESCR:= ssl/tls library PKG_SECTION:= libs/crypto PKG_URL:= http://www.libressl.org |