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: he
Date: Tue Feb 12 10:52:28 UTC 2019
Modified Files:
pkgsrc/net/unbound: Makefile distinfo
Log Message:
Apply two fixes from
https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4225
* Sometimes qname-minimisation needs to be (temporarily) reverted.
* DNS-over-TLS would interact with qname-minimisation and would erroneously
echo back the query buffer instead of the answer.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/unbound/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/unbound/distinfo
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/Makefile
diff -u pkgsrc/net/unbound/Makefile:1.63 pkgsrc/net/unbound/Makefile:1.64
--- pkgsrc/net/unbound/Makefile:1.63 Tue Feb 5 09:44:57 2019
+++ pkgsrc/net/unbound/Makefile Tue Feb 12 10:52:28 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2019/02/05 09:44:57 he Exp $
+# $NetBSD: Makefile,v 1.64 2019/02/12 10:52:28 he Exp $
DISTNAME= unbound-1.9.0
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/unbound/
Index: pkgsrc/net/unbound/distinfo
diff -u pkgsrc/net/unbound/distinfo:1.48 pkgsrc/net/unbound/distinfo:1.49
--- pkgsrc/net/unbound/distinfo:1.48 Tue Feb 5 09:44:57 2019
+++ pkgsrc/net/unbound/distinfo Tue Feb 12 10:52:28 2019
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.48 2019/02/05 09:44:57 he Exp $
+$NetBSD: distinfo,v 1.49 2019/02/12 10:52:28 he Exp $
SHA1 (unbound-1.9.0.tar.gz) = a81e548852ba5cdd355a1f494a37b8a77481ec5b
RMD160 (unbound-1.9.0.tar.gz) = ec91cd023707ca163e776e518dcb46b22f55d3b3
SHA512 (unbound-1.9.0.tar.gz) = 7dfa8e078507fc24a2d0938eea590389453bacfcac023f1a41af19350ea1f7b87d0c82d7eead121a11068921292a96865e177274ff27ed8b8868445f80f7baf6
Size (unbound-1.9.0.tar.gz) = 5662176 bytes
SHA1 (patch-configure) = eabd0c478e92ebe37adf143849389e0e792dc77f
+SHA1 (patch-iterator_iterator.c) = c2fb74a56c4cb0ffa2e0bb0ad8178037a2ff8148
+SHA1 (patch-services_listen__dnsport.c) = 91ae9b15f571794deec8cca4b62019fbf1030288
Home |
Main Index |
Thread Index |
Old Index