diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2020-02-03 15:47:47 +0000 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-02-18 21:38:51 +0100 |
commit | 0ffb7b02ba334cdd1a74a531ec751b81b51a5b06 (patch) | |
tree | 85bd2103673774b43cb3c362e0ce3aae6093f820 /tools/libressl/Makefile | |
parent | 18c95c9d6ebea5cef1254ee917bff8aba993666d (diff) | |
download | upstream-0ffb7b02ba334cdd1a74a531ec751b81b51a5b06.tar.gz upstream-0ffb7b02ba334cdd1a74a531ec751b81b51a5b06.tar.bz2 upstream-0ffb7b02ba334cdd1a74a531ec751b81b51a5b06.zip |
tools/libressl: Update to 3.0.2
Update libressl to 3.0.2 and remove 010-avoid-glibc.patch as fix is added by upstream
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/libressl/Makefile')
-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 d029666611..1a497935e7 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=2.9.2 -PKG_HASH:=c4c78167fae325b47aebd8beb54b6041d6f6a56b3743f4bd5d79b15642f9d5d4 +PKG_VERSION:=3.0.2 +PKG_HASH:=df7b172bf79b957dd27ef36dcaa1fb162562c0e8999e194aa8c1a3df2f15398e PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl |