From de84585640f657f7794d27616c82b9875e48d500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Mon, 11 Mar 2024 10:20:29 +0100 Subject: groups.d/241.native_packages_inet.group: wget: bump to v1.24.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/wget-1.21.4.local.patch | 12 ------------ patches/wget-1.24.5.local.patch | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 patches/wget-1.21.4.local.patch create mode 100644 patches/wget-1.24.5.local.patch (limited to 'patches') diff --git a/patches/wget-1.21.4.local.patch b/patches/wget-1.21.4.local.patch deleted file mode 100644 index 0fb393c4..00000000 --- a/patches/wget-1.21.4.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.24.5.local.patch b/patches/wget-1.24.5.local.patch new file mode 100644 index 00000000..0fb393c4 --- /dev/null +++ b/patches/wget-1.24.5.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 -- cgit v1.2.3