diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-05 23:22:44 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-17 08:52:54 +0100 |
commit | b4a46f0764e043e7d5250ee0e00a74398cf41750 (patch) | |
tree | 82308a3dcdf45ae93590b949d0e7db64a2403f63 /tools/libressl | |
parent | 5bbcd80e3f2e28e2801b7fbe2825eb22fa70c020 (diff) | |
download | upstream-b4a46f0764e043e7d5250ee0e00a74398cf41750.tar.gz upstream-b4a46f0764e043e7d5250ee0e00a74398cf41750.tar.bz2 upstream-b4a46f0764e043e7d5250ee0e00a74398cf41750.zip |
tools/libressl: update to 2.6.4
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/libressl')
-rw-r--r-- | tools/libressl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 5679320fbc..a068a7c834 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=2.5.4 -PKG_HASH:=107a5b522fbb8318d4c3be668075e5e607296f0a9255d71674caa94571336efa +PKG_VERSION:=2.6.4 +PKG_HASH:=638a20c2f9e99ee283a841cd787ab4d846d1880e180c4e96904fc327d419d11f PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |