pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/jwhois
Module Name: pkgsrc
Committed By: mrg
Date: Mon Sep 29 20:41:00 UTC 2025
Modified Files:
pkgsrc/net/jwhois: distinfo
Added Files:
pkgsrc/net/jwhois/patches: patch-include_utils.h
Log Message:
add a missing prototype to satisfy GCC 14.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/jwhois/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/jwhois/patches/patch-include_utils.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/jwhois/distinfo
diff -u pkgsrc/net/jwhois/distinfo:1.35 pkgsrc/net/jwhois/distinfo:1.36
--- pkgsrc/net/jwhois/distinfo:1.35 Tue Oct 26 11:05:50 2021
+++ pkgsrc/net/jwhois/distinfo Mon Sep 29 20:41:00 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2021/10/26 11:05:50 nia Exp $
+$NetBSD: distinfo,v 1.36 2025/09/29 20:41:00 mrg Exp $
BLAKE2s (jwhois-4.0.tar.gz) = 7186ff1b837c8234b806fd4cd1b73df4ca033faf610ea43250598a80d1b2dd1a
SHA512 (jwhois-4.0.tar.gz) = 5d625c3f1031a8eb8ef766ef5d47a8c1a4396d1ad3344fc9449f80dd71ad84aadf21ba67f5c2f99348f732a4df998eefe699fcec4efcadf87f579b70302a44ae
@@ -7,4 +7,5 @@ SHA1 (patch-aa) = 65b75e9808a7e7f92fa1f4
SHA1 (patch-ab) = e2b35b66adae6caba8a778194ff0238a31006b0b
SHA1 (patch-ac) = 3a23d56b9dfd3664d2a5e783f6f349bba1cbfa54
SHA1 (patch-ad) = d72d60593c8168d2f49c545c6af2d4fafaebd88a
+SHA1 (patch-include_utils.h) = 879cea1eea353bcb961b72d2d6369df10a34892a
SHA1 (patch-src_utils.c) = a13bf447b9559760d8bffb65b1256d564170220d
Added files:
Index: pkgsrc/net/jwhois/patches/patch-include_utils.h
diff -u /dev/null pkgsrc/net/jwhois/patches/patch-include_utils.h:1.1
--- /dev/null Mon Sep 29 20:41:00 2025
+++ pkgsrc/net/jwhois/patches/patch-include_utils.h Mon Sep 29 20:41:00 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_utils.h,v 1.1 2025/09/29 20:41:00 mrg Exp $
+
+Add missing prototype for GCC 14.
+
+--- include/utils.h.orig 2002-08-02 15:18:38.000000000 -0700
++++ include/utils.h 2025-09-25 12:14:43.444945886 -0700
+@@ -28,6 +28,7 @@
+ int split_host_from_query(struct s_whois_query *wq);
+ int make_connect(const char *, int);
+ int add_text_to_buffer(char **, const char *);
++void timeout_init(void);
+
+
+ #endif
Home |
Main Index |
Thread Index |
Old Index