pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mDNSResponder
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Jul 3 10:10:34 UTC 2025
Modified Files:
pkgsrc/net/mDNSResponder: distinfo
Added Files:
pkgsrc/net/mDNSResponder/patches: patch-mDNSShared_PlatformCommon.c
Log Message:
mDNSResponder: Add fcntl.h for fcntl().
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/mDNSResponder/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/mDNSResponder/patches/patch-mDNSShared_PlatformCommon.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/mDNSResponder/distinfo
diff -u pkgsrc/net/mDNSResponder/distinfo:1.45 pkgsrc/net/mDNSResponder/distinfo:1.46
--- pkgsrc/net/mDNSResponder/distinfo:1.45 Tue Apr 29 09:46:17 2025
+++ pkgsrc/net/mDNSResponder/distinfo Thu Jul 3 10:10:34 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.45 2025/04/29 09:46:17 tnn Exp $
+$NetBSD: distinfo,v 1.46 2025/07/03 10:10:34 jperkin Exp $
BLAKE2s (mDNSResponder-2559.1.1.tar.gz) = e72fbea9df78d0cf811e1af6d08483973487210594e165b7b075f0b32f595d97
SHA512 (mDNSResponder-2559.1.1.tar.gz) = 1112d78e3a46115ffdae4849d847a6cfe1052d6e4a6af3afa6058eb900ac7f7c8fee20874b479ff3d40af2da95a371241f2c821a193f148f844bf9efc06fcc79
@@ -9,6 +9,7 @@ SHA1 (patch-mDNSPosix_Makefile) = 3e9102
SHA1 (patch-mDNSPosix_mDNSPosix.c) = 1e98da5ca488eb07afe51809309d62da587340eb
SHA1 (patch-mDNSPosix_mDNSUNP.c) = a900ad9991aaee21fbe9094a65900b1d172c2abc
SHA1 (patch-mDNSShared_CommonServices.h) = afcb24b5e52886a9060b6a923691d752ccdd9ce8
+SHA1 (patch-mDNSShared_PlatformCommon.c) = 2c40a8c1d40fc6246f2518345aefa24e3d51aeac
SHA1 (patch-mDNSShared_dnsextd__parser.y) = dde7eca76c2b5158c2ac96764f91ce773464094a
SHA1 (patch-mDNSShared_dnssd__clientstub.c) = 1c9a7d39101feebdac80f4982f1003da343c60e7
SHA1 (patch-mDNSShared_uds__daemon.c) = c647c27f82cc80a5576d1c934d978260489311e7
Added files:
Index: pkgsrc/net/mDNSResponder/patches/patch-mDNSShared_PlatformCommon.c
diff -u /dev/null pkgsrc/net/mDNSResponder/patches/patch-mDNSShared_PlatformCommon.c:1.1
--- /dev/null Thu Jul 3 10:10:34 2025
+++ pkgsrc/net/mDNSResponder/patches/patch-mDNSShared_PlatformCommon.c Thu Jul 3 10:10:34 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-mDNSShared_PlatformCommon.c,v 1.1 2025/07/03 10:10:34 jperkin Exp $
+
+Add fcntl.h for fcntl().
+
+--- mDNSShared/PlatformCommon.c.orig 2025-07-03 10:08:38.986077210 +0000
++++ mDNSShared/PlatformCommon.c
+@@ -33,6 +33,7 @@
+ #include <sys/time.h> // Needed for #include <sys/time.h>().
+ #include <assert.h>
+ #include <limits.h>
++#include <fcntl.h>
+
+
+ #include "mDNSEmbeddedAPI.h" // Defines the interface provided to the client layer above
Home |
Main Index |
Thread Index |
Old Index