pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/udns



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue May  6 15:20:07 UTC 2025

Modified Files:
        pkgsrc/net/udns: distinfo
Added Files:
        pkgsrc/net/udns/patches: patch-rblcheck.c

Log Message:
udns: add missing include to fix OpenBSD build.

Build-tested on NetBSD 10, Ubuntu 24, macOS 15.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/udns/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/udns/patches/patch-rblcheck.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/udns/distinfo
diff -u pkgsrc/net/udns/distinfo:1.9 pkgsrc/net/udns/distinfo:1.10
--- pkgsrc/net/udns/distinfo:1.9        Tue Oct 26 11:07:06 2021
+++ pkgsrc/net/udns/distinfo    Tue May  6 15:20:07 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:07:06 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/05/06 15:20:07 schmonz Exp $
 
 BLAKE2s (udns-0.4.tar.gz) = 4a71e39f9b23deef8240b6e8e6a264944a5939f062518a86903fea8f4384c2dd
 SHA512 (udns-0.4.tar.gz) = 2990d57b3b6bf176a12ee07fd4391921e13634fc8409e8ce4df8dbe7b3556a116ae59ab328a1b6a95ebc94298f6b56ec7197a06a649d8d642b371b8ecef3e40b
 Size (udns-0.4.tar.gz) = 84716 bytes
 SHA1 (patch-aa) = 6ea2f3d3dd7a305a73df02f5c9282c6b582c519b
 SHA1 (patch-ab) = 3261f7f420c2baab49830d148c969c7595d31a04
+SHA1 (patch-rblcheck.c) = 56c818eefe009a9fe08dbb994f13dc5aa3528b80

Added files:

Index: pkgsrc/net/udns/patches/patch-rblcheck.c
diff -u /dev/null pkgsrc/net/udns/patches/patch-rblcheck.c:1.1
--- /dev/null   Tue May  6 15:20:07 2025
+++ pkgsrc/net/udns/patches/patch-rblcheck.c    Tue May  6 15:20:07 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-rblcheck.c,v 1.1 2025/05/06 15:20:07 schmonz Exp $
+
+Add missing include.
+
+--- rblcheck.c.orig    Tue May  6 15:15:13 2025
++++ rblcheck.c
+@@ -32,6 +32,7 @@
+ #else
+ # include <unistd.h>
+ # include <sys/types.h>
++# include <sys/select.h>
+ # include <sys/socket.h>
+ # include <netinet/in.h>
+ #endif



Home | Main Index | Thread Index | Old Index