aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-12-05 17:04:49 -0800
committerPetr Štetiar <ynezz@true.cz>2020-12-22 18:59:10 +0100
commit36540aa973cb87ac92012852eed2a733b9ceb54e (patch)
tree78504dfd9e2e2fde889ae48a344463cc17475ffe /package/libs
parent5036383ccc2de254dec3957928785914a7c3de4a (diff)
downloadupstream-36540aa973cb87ac92012852eed2a733b9ceb54e.tar.gz
upstream-36540aa973cb87ac92012852eed2a733b9ceb54e.tar.bz2
upstream-36540aa973cb87ac92012852eed2a733b9ceb54e.zip
nettle: update to 3.6
Updated ABI_VERSION. Switched PKG_BUILD_PARALLEL on as there seems to be no issue anymore. I can't find any information about why it was turned off. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/nettle/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile
index b9324e4793..b15ea0fa07 100644
--- a/package/libs/nettle/Makefile
+++ b/package/libs/nettle/Makefile
@@ -8,17 +8,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nettle
-PKG_VERSION:=3.5.1
-PKG_RELEASE:=2
+PKG_VERSION:=3.6
+PKG_RELEASE:=1
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/nettle
-PKG_HASH:=75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419
+PKG_HASH:=d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1
-PKG_LICENSE:=GPL-2.0+
+PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
-PKG_BUILD_PARALLEL:=0
+PKG_BUILD_PARALLEL:=1
PKG_CONFIG_DEPENDS := CONFIG_LIBNETTLE_MINI
@@ -30,7 +30,7 @@ define Package/libnettle
TITLE:=GNU crypto library
URL:=http://www.lysator.liu.se/~nisse/nettle/
DEPENDS+= +!LIBNETTLE_MINI:libgmp
- ABI_VERSION:=7
+ ABI_VERSION:=8
endef
define Package/libnettle/config