svn commit: r564254 - in head/net/mDNSResponder: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:43:54 UTC 2021


Author: sunpoet
Date: Sat Feb  6 20:43:49 2021
New Revision: 564254
URL: https://svnweb.freebsd.org/changeset/ports/564254

Log:
  Update to 1310.80.1

Added:
  head/net/mDNSResponder/files/patch-Clients-dns-sd.c   (contents, props changed)
Modified:
  head/net/mDNSResponder/Makefile
  head/net/mDNSResponder/distinfo

Modified: head/net/mDNSResponder/Makefile
==============================================================================
--- head/net/mDNSResponder/Makefile	Sat Feb  6 20:43:43 2021	(r564253)
+++ head/net/mDNSResponder/Makefile	Sat Feb  6 20:43:49 2021	(r564254)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mDNSResponder
-PORTVERSION=	1310.40.42
+PORTVERSION=	1310.80.1
 CATEGORIES=	net dns
 MASTER_SITES=	https://opensource.apple.com/tarballs/mDNSResponder/
 

Modified: head/net/mDNSResponder/distinfo
==============================================================================
--- head/net/mDNSResponder/distinfo	Sat Feb  6 20:43:43 2021	(r564253)
+++ head/net/mDNSResponder/distinfo	Sat Feb  6 20:43:49 2021	(r564254)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611856502
-SHA256 (mDNSResponder-1310.40.42.tar.gz) = bea29e1616cd56ccb8f88c0fad2bcdc4031f4deb2d899c793e2f27a8384f0b34
-SIZE (mDNSResponder-1310.40.42.tar.gz) = 2626867
+TIMESTAMP = 1612519101
+SHA256 (mDNSResponder-1310.80.1.tar.gz) = 097662447e1535573484697861d9f50eceaf2c52ec2742e451ee6ffe9bbf3e75
+SIZE (mDNSResponder-1310.80.1.tar.gz) = 2628286

Added: head/net/mDNSResponder/files/patch-Clients-dns-sd.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/mDNSResponder/files/patch-Clients-dns-sd.c	Sat Feb  6 20:43:49 2021	(r564254)
@@ -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


More information about the svn-ports-all mailing list