Hello,
Please find attached patch to update DNSControl to latest stable
(2.10.0) version.
Major Changes:
New Provider: Azure DNS (#547)
Switched from govendor to go modules for dependencies (#587)
Upgraded to Go 1.13 (#550)
Provider-specific changes:
Ghandi: Support for multi-TXT records (#545)
Ghandi: Print actual changes to be pushed (#546)
Vultr: Added support for SSHFP records (#531)
CloudFlare: Add ability to manage UniversalSSL (#496)
CloudFlare: Support API tokens (#555)
Route 53: Add AWS_PROFILE functionality (#567)
Minor cleanups:
Documentation and typo cleanup (#586, #582, #571, #565, #560, #556,
#507)
Kind regards,
Karlis
Common subdirectories: net/dnscontrol.orig/CVS and net/dnscontrol/CVS
diff -u net/dnscontrol.orig/Makefile net/dnscontrol/Makefile
--- net/dnscontrol.orig/Makefile Mon Jan 20 09:07:53 2020
+++ net/dnscontrol/Makefile Mon Jan 20 09:08:50 2020
@@ -8,7 +8,7 @@
GH_ACCOUNT = StackExchange
GH_PROJECT = dnscontrol
-GH_TAGNAME = v2.9
+GH_TAGNAME = v2.10.0
CATEGORIES = net
diff -u net/dnscontrol.orig/distinfo net/dnscontrol/distinfo
--- net/dnscontrol.orig/distinfo Mon Jan 20 09:07:53 2020
+++ net/dnscontrol/distinfo Mon Jan 20 09:09:47 2020
@@ -1,2 +1,2 @@
-SHA256 (dnscontrol-2.9.tar.gz) = bD5zm1bGTi5BoMsj9N68PbaImsoKeAFscw740eQnCeg=
-SIZE (dnscontrol-2.9.tar.gz) = 4362882
+SHA256 (dnscontrol-2.10.0.tar.gz) = CdcWNBcvSYxdK3PW9scUOfTYiodM+zrcTLvrgd3vcKY=
+SIZE (dnscontrol-2.10.0.tar.gz) = 6700485
Common subdirectories: net/dnscontrol.orig/pkg and net/dnscontrol/pkg