tools/libressl: Update to 2.8.1
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Sat, 6 Oct 2018 10:44:04 +0000 (12:44 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:02 +0000 (17:48 +0100)
Update libressl to 2.8.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(backported from 6bdc6cdd044eea221efbdf0250313415526b3593)

tools/libressl/Makefile

index 9cfe343c5d4a6db1dd1cfde5a604256e16fb894f..8894a058e4303adcb5908a4835fe3575a1825c74 100644 (file)
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libressl
-PKG_VERSION:=2.7.2
-PKG_HASH:=917a8779c342177ff3751a2bf955d0262d1d8916a4b408930c45cef326700995
+PKG_VERSION:=2.8.1
+PKG_HASH:=334bf7050f1db4087feebb30571ec13d9fa975bf05d6003ce3ab6d7d2452cf42
 PKG_RELEASE:=1
 
 PKG_CPE_ID:=cpe:/a:openbsd:libressl
@@ -17,7 +17,7 @@ PKG_CPE_ID:=cpe:/a:openbsd:libressl
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://mirror.ox.ac.uk/pub/OpenBSD/LibreSSL \
        http://ftp.jaist.ac.jp/pub/OpenBSD/LibreSSL \
-       http://ftp.openbsd.org/pub/OpenBSD/LibreSSL
+       https://ftp.openbsd.org/pub/OpenBSD/LibreSSL
 
 HOST_BUILD_PARALLEL:=1