mDNSResponder: update to 1310.80.1.

This commit is contained in:
Philipp David 2021-03-03 17:34:27 +01:00 committed by Andrew J. Hesford
parent 38dbae2781
commit 85640adf10
2 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,16 @@
--- Clients/dns-sd.c.orig 2021-01-26 20:47:47 UTC
+++ Clients/dns-sd.c
@@ -58,11 +58,13 @@
//#define TEST_NEW_CLIENTSTUB 1
#include <ctype.h>
+#include <stdarg.h> // For va_list
#include <stdio.h> // For stdout, stderr
#include <stdlib.h> // For exit()
#include <string.h> // For strlen(), strcpy()
#include <errno.h> // For errno, EINTR
#include <time.h>
+#include <sys/param.h> // For MIN
#include <sys/types.h> // For u_char
#ifdef APPLE_OSX_mDNSResponder
#include <inttypes.h> // For PRId64

View file

@ -1,6 +1,6 @@
# Template file for 'mDNSResponder'
pkgname=mDNSResponder
version=878.260.1
version=1310.80.1
revision=1
hostmakedepends="flex byacc"
short_desc="Implements the Bonjour/Zeroconf protocol"
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0, BSD-3-Clause"
homepage="https://opensource.apple.com/"
distfiles="https://opensource.apple.com/tarballs/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=3cc71582e8eee469c2de8ecae1d769e7f32b3468dfb7f2ca77f1dee1f30a7d1e
checksum=097662447e1535573484697861d9f50eceaf2c52ec2742e451ee6ffe9bbf3e75
conf_files="/etc/nss_mdns.conf"
conflicts="nss-mdns>=0"