pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unbound



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Nov 13 17:05:40 UTC 2020

Modified Files:
        pkgsrc/net/unbound: distinfo
Added Files:
        pkgsrc/net/unbound/patches: patch-services_listen__dnsport.c

Log Message:
unbound: Include limits.h for SSIZE_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/unbound/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/unbound/patches/patch-services_listen__dnsport.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/unbound/distinfo
diff -u pkgsrc/net/unbound/distinfo:1.59 pkgsrc/net/unbound/distinfo:1.60
--- pkgsrc/net/unbound/distinfo:1.59    Thu Oct  8 07:30:39 2020
+++ pkgsrc/net/unbound/distinfo Fri Nov 13 17:05:39 2020
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.59 2020/10/08 07:30:39 he Exp $
+$NetBSD: distinfo,v 1.60 2020/11/13 17:05:39 jperkin Exp $
 
 SHA1 (unbound-1.12.0.tar.gz) = 68009078d5f5025c95a8c9fe20b9e84335d53e2d
 RMD160 (unbound-1.12.0.tar.gz) = 9a7e7e93ae21ac76567bfb457dd2111531fc395e
 SHA512 (unbound-1.12.0.tar.gz) = 90d99bc65e9ba62e50a7809dbf1e98889d0fc9fd50cf3cc99b726c67bcaeda0c2bc176d09f84771adb9796833b595591462f96e949d6969a47d6898d8fae3479
 Size (unbound-1.12.0.tar.gz) = 5918399 bytes
 SHA1 (patch-configure) = a949bdb26b37950c0301946af4521c9d0e984cf9
+SHA1 (patch-services_listen__dnsport.c) = 11c5b3af93f07da5e1375babea91725055baa08a

Added files:

Index: pkgsrc/net/unbound/patches/patch-services_listen__dnsport.c
diff -u /dev/null pkgsrc/net/unbound/patches/patch-services_listen__dnsport.c:1.1
--- /dev/null   Fri Nov 13 17:05:40 2020
+++ pkgsrc/net/unbound/patches/patch-services_listen__dnsport.c Fri Nov 13 17:05:40 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-services_listen__dnsport.c,v 1.1 2020/11/13 17:05:40 jperkin Exp $
+
+Include limits.h for SSIZE_MAX.
+
+--- services/listen_dnsport.c.orig     2020-10-08 06:24:21.000000000 +0000
++++ services/listen_dnsport.c
+@@ -62,6 +62,7 @@
+ #include <netdb.h>
+ #endif
+ #include <fcntl.h>
++#include <limits.h>
+ 
+ #ifdef HAVE_SYS_UN_H
+ #include <sys/un.h>



Home | Main Index | Thread Index | Old Index