All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2
@ 2017-09-13 13:01 Peter Korsgaard
  2017-09-13 13:01 ` [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site Peter Korsgaard
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Peter Korsgaard @ 2017-09-13 13:01 UTC (permalink / raw)
  To: buildroot

Adds support for the new ICANN DNSSEC root key for the upcoming KSK rollover
(Oct 11):

https://www.icann.org/resources/pages/ksk-rollover

For more details, see the release notes:
https://kb.isc.org/article/AA-01522

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/bind/bind.hash | 4 ++--
 package/bind/bind.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/bind/bind.hash b/package/bind/bind.hash
index 3a631def65..95362309e1 100644
--- a/package/bind/bind.hash
+++ b/package/bind/bind.hash
@@ -1,3 +1,3 @@
-# Verified from http://ftp.isc.org/isc/bind9/9.11.1-P3/bind-9.11.1-P3.tar.gz.sha256.asc
-sha256 52426e75432e46996dc90f24fca027805a341c38fbbb022b60dc9acd2677ccf4 bind-9.11.1-P3.tar.gz
+# Verified from http://ftp.isc.org/isc/bind9/9.11.2/bind-9.11.2.tar.gz.sha256.asc
+sha256 7f46ad8620f7c3b0ac375d7a5211b15677708fda84ce25d7aeb7222fe2e3c77a bind-9.11.2.tar.gz
 sha256 d3906dfe153e2c48440d3ca1d5319f5e89b4b820cdfc5d0779c23d7ac2b175e9 COPYRIGHT
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index c65568e9e3..97d98d0b21 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BIND_VERSION = 9.11.1-P3
+BIND_VERSION = 9.11.2
 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
 # bind does not support parallel builds.
 BIND_MAKE = $(MAKE1)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site
  2017-09-13 13:01 [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2 Peter Korsgaard
@ 2017-09-13 13:01 ` Peter Korsgaard
  2017-09-22 21:27   ` Peter Korsgaard
                     ` (2 more replies)
  2017-09-22 21:26 ` [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2 Peter Korsgaard
                   ` (2 subsequent siblings)
  3 siblings, 3 replies; 9+ messages in thread
From: Peter Korsgaard @ 2017-09-13 13:01 UTC (permalink / raw)
  To: buildroot

To avoid issues with firewalls blocking ftp.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/bind/bind.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 97d98d0b21..f6aa7253ed 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 BIND_VERSION = 9.11.2
-BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
+BIND_SITE = http://ftp.isc.org/isc/bind9/$(BIND_VERSION)
 # bind does not support parallel builds.
 BIND_MAKE = $(MAKE1)
 BIND_INSTALL_STAGING = YES
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2
  2017-09-13 13:01 [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2 Peter Korsgaard
  2017-09-13 13:01 ` [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site Peter Korsgaard
@ 2017-09-22 21:26 ` Peter Korsgaard
  2017-09-23  8:31 ` Peter Korsgaard
  2017-10-16 22:01 ` Peter Korsgaard
  3 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2017-09-22 21:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Adds support for the new ICANN DNSSEC root key for the upcoming KSK rollover
 > (Oct 11):

 > https://www.icann.org/resources/pages/ksk-rollover

 > For more details, see the release notes:
 > https://kb.isc.org/article/AA-01522

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site
  2017-09-13 13:01 ` [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site Peter Korsgaard
@ 2017-09-22 21:27   ` Peter Korsgaard
  2017-09-23  8:31   ` Peter Korsgaard
  2017-10-16 22:01   ` Peter Korsgaard
  2 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2017-09-22 21:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > To avoid issues with firewalls blocking ftp.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2
  2017-09-13 13:01 [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2 Peter Korsgaard
  2017-09-13 13:01 ` [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site Peter Korsgaard
  2017-09-22 21:26 ` [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2 Peter Korsgaard
@ 2017-09-23  8:31 ` Peter Korsgaard
  2017-09-23  8:32   ` Peter Korsgaard
  2017-10-16 22:01 ` Peter Korsgaard
  3 siblings, 1 reply; 9+ messages in thread
From: Peter Korsgaard @ 2017-09-23  8:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Adds support for the new ICANN DNSSEC root key for the upcoming KSK rollover
 > (Oct 11):

 > https://www.icann.org/resources/pages/ksk-rollover

 > For more details, see the release notes:
 > https://kb.isc.org/article/AA-01522

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site
  2017-09-13 13:01 ` [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site Peter Korsgaard
  2017-09-22 21:27   ` Peter Korsgaard
@ 2017-09-23  8:31   ` Peter Korsgaard
  2017-10-16 22:01   ` Peter Korsgaard
  2 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2017-09-23  8:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > To avoid issues with firewalls blocking ftp.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2
  2017-09-23  8:31 ` Peter Korsgaard
@ 2017-09-23  8:32   ` Peter Korsgaard
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2017-09-23  8:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
 >> Adds support for the new ICANN DNSSEC root key for the upcoming KSK rollover
 >> (Oct 11):

 >> https://www.icann.org/resources/pages/ksk-rollover

 >> For more details, see the release notes:
 >> https://kb.isc.org/article/AA-01522

 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

 > Committed, thanks.

to 2017.02.x, that is.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2
  2017-09-13 13:01 [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2 Peter Korsgaard
                   ` (2 preceding siblings ...)
  2017-09-23  8:31 ` Peter Korsgaard
@ 2017-10-16 22:01 ` Peter Korsgaard
  3 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2017-10-16 22:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Adds support for the new ICANN DNSSEC root key for the upcoming KSK rollover
 > (Oct 11):

 > https://www.icann.org/resources/pages/ksk-rollover

 > For more details, see the release notes:
 > https://kb.isc.org/article/AA-01522

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site
  2017-09-13 13:01 ` [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site Peter Korsgaard
  2017-09-22 21:27   ` Peter Korsgaard
  2017-09-23  8:31   ` Peter Korsgaard
@ 2017-10-16 22:01   ` Peter Korsgaard
  2 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2017-10-16 22:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > To avoid issues with firewalls blocking ftp.
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-10-16 22:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-13 13:01 [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2 Peter Korsgaard
2017-09-13 13:01 ` [Buildroot] [PATCH 2/2] bind: use http:// instead of ftp:// for site Peter Korsgaard
2017-09-22 21:27   ` Peter Korsgaard
2017-09-23  8:31   ` Peter Korsgaard
2017-10-16 22:01   ` Peter Korsgaard
2017-09-22 21:26 ` [Buildroot] [PATCH 1/2] bind: bump to version 9.11.2 Peter Korsgaard
2017-09-23  8:31 ` Peter Korsgaard
2017-09-23  8:32   ` Peter Korsgaard
2017-10-16 22:01 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.