From c72558fe2fec0b87da1be75eab32bc307fd8045b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Wed, 13 Nov 2024 19:00:17 +0100 Subject: groups.d/241.native_packages_inet.d/wget.package: bump to v1.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- groups.d/241.native_packages_inet.d/wget.package | 4 ++-- patches/wget-1.24.5.local.patch | 12 ------------ patches/wget-1.25.0.local.patch | 12 ++++++++++++ patches/wget_minipix-1.24.5.local.patch | 1 - patches/wget_minipix-1.25.0.local.patch | 1 + 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 patches/wget-1.24.5.local.patch create mode 100644 patches/wget-1.25.0.local.patch delete mode 120000 patches/wget_minipix-1.24.5.local.patch create mode 120000 patches/wget_minipix-1.25.0.local.patch diff --git a/groups.d/241.native_packages_inet.d/wget.package b/groups.d/241.native_packages_inet.d/wget.package index 5763212c..4e1803f4 100644 --- a/groups.d/241.native_packages_inet.d/wget.package +++ b/groups.d/241.native_packages_inet.d/wget.package @@ -1,6 +1,6 @@ : ${PKG_WGET_DEPENDS:="gnutls gpgme libz libidn2 libpsl libiconv libunistring"}; -: ${PKG_WGET_SHA256SUM:=fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de}; -: ${PKG_WGET_VERSION:=1.24.5}; +: ${PKG_WGET_SHA256SUM:=766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784}; +: ${PKG_WGET_VERSION:=1.25.0}; : ${PKG_WGET_URL:=https://ftp.gnu.org/gnu/wget/wget-${PKG_WGET_VERSION}.tar.gz}; : ${PKG_WGET_CONFIGURE_ARGS_EXTRA:="--with-ssl=gnutls --with-gpgme-prefix=${PREFIX_NATIVE}"}; : ${PKG_WGET_CFLAGS_CONFIGURE_EXTRA:=-std=gnu99}; diff --git a/patches/wget-1.24.5.local.patch b/patches/wget-1.24.5.local.patch deleted file mode 100644 index 0fb393c4..00000000 --- a/patches/wget-1.24.5.local.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru wget-1.21.4.orig/src/ptimer.c wget-1.21.4/src/ptimer.c ---- wget-1.21.4.orig/src/ptimer.c 2023-05-11 00:18:48.000000000 +0200 -+++ wget-1.21.4/src/ptimer.c 2024-03-05 20:15:46.700140687 +0100 -@@ -80,8 +80,6 @@ - - #if defined(WINDOWS) || defined(__CYGWIN__) - # define PTIMER_WINDOWS /* use Windows timers */ --#elif _POSIX_TIMERS - 0 > 0 --# define PTIMER_POSIX /* use POSIX timers (clock_gettime) */ - #else - # define PTIMER_GETTIMEOFDAY /* use gettimeofday */ - #endif diff --git a/patches/wget-1.25.0.local.patch b/patches/wget-1.25.0.local.patch new file mode 100644 index 00000000..0fb393c4 --- /dev/null +++ b/patches/wget-1.25.0.local.patch @@ -0,0 +1,12 @@ +diff -ru wget-1.21.4.orig/src/ptimer.c wget-1.21.4/src/ptimer.c +--- wget-1.21.4.orig/src/ptimer.c 2023-05-11 00:18:48.000000000 +0200 ++++ wget-1.21.4/src/ptimer.c 2024-03-05 20:15:46.700140687 +0100 +@@ -80,8 +80,6 @@ + + #if defined(WINDOWS) || defined(__CYGWIN__) + # define PTIMER_WINDOWS /* use Windows timers */ +-#elif _POSIX_TIMERS - 0 > 0 +-# define PTIMER_POSIX /* use POSIX timers (clock_gettime) */ + #else + # define PTIMER_GETTIMEOFDAY /* use gettimeofday */ + #endif diff --git a/patches/wget_minipix-1.24.5.local.patch b/patches/wget_minipix-1.24.5.local.patch deleted file mode 120000 index 23954a74..00000000 --- a/patches/wget_minipix-1.24.5.local.patch +++ /dev/null @@ -1 +0,0 @@ -wget-1.24.5.local.patch \ No newline at end of file diff --git a/patches/wget_minipix-1.25.0.local.patch b/patches/wget_minipix-1.25.0.local.patch new file mode 120000 index 00000000..433350f7 --- /dev/null +++ b/patches/wget_minipix-1.25.0.local.patch @@ -0,0 +1 @@ +wget-1.25.0.local.patch \ No newline at end of file -- cgit v1.2.3