summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2023-11-15 21:37:46 +0100
committerØrjan Malde <red@foxi.me>2023-11-15 21:37:46 +0100
commite27db938588dd9245c1796c14acd1905a046aff7 (patch)
tree90d9a918eca956562b12835e5f4d2d09f824416b /patches
parent11ea53275f5ba08e4ce01804774af2cbce5cad57 (diff)
downloadmidipix_build-e27db938588dd9245c1796c14acd1905a046aff7.tar.bz2
midipix_build-e27db938588dd9245c1796c14acd1905a046aff7.tar.xz
groups.d/241.native_packages_inet.group: whois: bump to v5.5.20
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/whois-5.5.20.local.patch (renamed from patches/whois-5.5.18.local.patch)12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/whois-5.5.18.local.patch b/patches/whois-5.5.20.local.patch
index a1a69454..0536845c 100644
--- a/patches/whois-5.5.18.local.patch
+++ b/patches/whois-5.5.20.local.patch
@@ -1,3 +1,15 @@
+diff -ru whois-5.5.20.orig/utils.h whois-5.5.20/utils.h
+--- whois-5.5.20.orig/utils.h 2023-11-10 15:26:16.000000000 +0100
++++ whois-5.5.20/utils.h 2023-11-15 21:34:41.481060178 +0100
+@@ -64,7 +64,7 @@
+ #endif
+
+ /* Prototypes */
+-void *MALLOC_FREE NONNULL do_nofail(void *ptr, const char *file, const int line)
++void * NONNULL do_nofail(void *ptr, const char *file, const int line)
+ ;
+ char **merge_args(char *args, char *argv[], int *argc);
+
--- whois-5.5.7/Makefile.orig 2020-10-03 16:43:15.000000000 +0100
+++ whois-5.5.7/Makefile 2021-01-23 07:55:24.889153830 +0000
@@ -42,12 +42,12 @@