summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hainke2025-11-23 10:57:39 +0000
committerNick Hainke2025-11-23 22:52:11 +0000
commitb6c274bf0f9e31df338b6ad8583bd85db1c9dd43 (patch)
tree046da3bfc514928763b1fc26ae9719da791e566a
parentc4768701743d4296e7be12e0fffd7e1508fbdde3 (diff)
downloadopenwrt-b6c274bf0f9e31df338b6ad8583bd85db1c9dd43.tar.gz
nettle: update to 3.10.2
Release Notes: https://lists.gnu.org/archive/html/info-gnu/2025-06/msg00006.html Link: https://github.com/openwrt/openwrt/pull/20896 Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r--package/libs/nettle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile
index 5047d8c970..ea375457b6 100644
--- a/package/libs/nettle/Makefile
+++ b/package/libs/nettle/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nettle
-PKG_VERSION:=3.10.1
+PKG_VERSION:=3.10.2
PKG_RELEASE:=1
PKG_BUILD_FLAGS:=no-mips16
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/nettle
-PKG_HASH:=b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132
+PKG_HASH:=fe9ff51cb1f2abb5e65a6b8c10a92da0ab5ab6eaf26e7fc2b675c45f1fb519b5
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:= COPYING.LESSERv3 \