diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-10-06 12:44:04 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-10-07 02:10:15 +0200 |
commit | 6bdc6cdd044eea221efbdf0250313415526b3593 (patch) | |
tree | 71bfb8b896834fcb449babe16b039021ac8debeb | |
parent | 7808ba86eafdae923464f6080f9a2076e8fbf87a (diff) | |
download | upstream-6bdc6cdd044eea221efbdf0250313415526b3593.tar.gz upstream-6bdc6cdd044eea221efbdf0250313415526b3593.tar.bz2 upstream-6bdc6cdd044eea221efbdf0250313415526b3593.zip |
tools/libressl: Update to 2.8.1
Update libressl to 2.8.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | tools/libressl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 4c7e8a7b6e..1698971f4f 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,14 +8,14 @@ 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_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 |