[openwrt/openwrt] nettle: update to 3.10.1
LEDE Commits
lede-commits at lists.infradead.org
Sun Mar 16 14:22:07 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4b650dd39fe63d9662ea47c5883b4cc64725e2fd
commit 4b650dd39fe63d9662ea47c5883b4cc64725e2fd
Author: Jack Sun <sunjiazheng321521 at gmail.com>
AuthorDate: Sun Feb 2 10:28:14 2025 +0800
nettle: update to 3.10.1
refresh path:100-portability.patch
Announcement:https://lists.gnu.org/archive/html/info-gnu/2024-12/msg00008.html
Signed-off-by: Jack Sun <sunjiazheng321521 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17824
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/libs/nettle/Makefile | 6 +++---
package/libs/nettle/patches/100-portability.patch | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile
index e8dcb8ba91..b7bad80299 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.9.1
+PKG_VERSION:=3.10.1
PKG_RELEASE:=1
PKG_BUILD_FLAGS:=no-mips16
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/nettle
-PKG_HASH:=ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3
+PKG_HASH:=b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
@@ -29,7 +29,7 @@ define Package/libnettle
SECTION:=libs
CATEGORY:=Libraries
TITLE:=GNU crypto library
- URL:=http://www.lysator.liu.se/~nisse/nettle/
+ URL:=https://www.lysator.liu.se/~nisse/nettle/
DEPENDS+= +!LIBNETTLE_MINI:libgmp
ABI_VERSION:=8
endef
diff --git a/package/libs/nettle/patches/100-portability.patch b/package/libs/nettle/patches/100-portability.patch
index a44baa296d..5f9e4b7c16 100644
--- a/package/libs/nettle/patches/100-portability.patch
+++ b/package/libs/nettle/patches/100-portability.patch
@@ -1,6 +1,6 @@
--- a/configure
+++ b/configure
-@@ -4719,6 +4719,7 @@ $as_echo_n "checking build system compil
+@@ -5689,6 +5689,7 @@ printf %s "checking build system compile
# remove anything that might look like compiler output to our "||" expression
rm -f conftest* a.out b.out a.exe a_out.exe
cat >conftest.c <<EOF
@@ -8,7 +8,7 @@
int
main ()
{
-@@ -4751,6 +4752,7 @@ $as_echo_n "checking build system compil
+@@ -5721,6 +5722,7 @@ printf %s "checking build system compile
# remove anything that might look like compiler output to our "||" expression
rm -f conftest* a.out b.out a.exe a_out.exe
cat >conftest.c <<EOF
@@ -16,7 +16,7 @@
int
main ()
{
-@@ -4787,6 +4789,7 @@ $as_echo_n "checking build system compil
+@@ -5757,6 +5759,7 @@ printf %s "checking build system compile
# remove anything that might look like compiler output to our "||" expression
rm -f conftest* a.out b.out a.exe a_out.exe
cat >conftest.c <<EOF
@@ -24,7 +24,7 @@
int
main ()
{
-@@ -4837,6 +4840,7 @@ else
+@@ -5808,6 +5811,7 @@ else $as_nop
gmp_cv_prog_exeext_for_build="$EXEEXT"
else
cat >conftest.c <<EOF
More information about the lede-commits
mailing list