All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] bind: security bump to version 9.9.7-P3
@ 2015-09-04 12:39 Gustavo Zacarias
  2015-09-04 12:48 ` Vicente Olivert Riera
  2015-09-04 14:07 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-09-04 12:39 UTC (permalink / raw)
  To: buildroot

Fixes:
CVE-2015-5722 - denial-of-service vector which can be exploited remotely
against a BIND server that is performing validation on DNSSEC-signed
records.
CVE-2015-5986 - denial-of-service vector which can be used against a
BIND server that is performing recursion and (under limited conditions)
an authoritative-only nameserver.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 6bc2d1b..4c9fc40 100644
--- a/package/bind/bind.hash
+++ b/package/bind/bind.hash
@@ -1,2 +1,2 @@
-# Verified from ftp://ftp.isc.org/isc/bind9/9.9.7-P2/bind-9.9.7-P2.tar.gz.sha256.asc
-sha256	f5f433567e5f68d61460d86f691471259a49b6d10d7422acbd88b7fdb038b518	bind-9.9.7-P2.tar.gz
+# Verified from ftp://ftp.isc.org/isc/bind9/9.9.7-P3/bind-9.9.7-P3.tar.gz.sha256.asc
+sha256	cb737dce18350890f350dd7d3bc836c62ea440103dfde184c09bc18cfad8a844	bind-9.9.7-P3.tar.gz
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 6201991..95051d1 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BIND_VERSION = 9.9.7-P2
+BIND_VERSION = 9.9.7-P3
 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
 BIND_INSTALL_STAGING = YES
 BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh
-- 
2.4.6

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

* [Buildroot] [PATCH] bind: security bump to version 9.9.7-P3
  2015-09-04 12:39 [Buildroot] [PATCH] bind: security bump to version 9.9.7-P3 Gustavo Zacarias
@ 2015-09-04 12:48 ` Vicente Olivert Riera
  2015-09-04 14:07 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-09-04 12:48 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On 09/04/2015 01:39 PM, Gustavo Zacarias wrote:
> Fixes:
> CVE-2015-5722 - denial-of-service vector which can be exploited remotely
> against a BIND server that is performing validation on DNSSEC-signed
> records.
> CVE-2015-5986 - denial-of-service vector which can be used against a
> BIND server that is performing recursion and (under limited conditions)
> an authoritative-only nameserver.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  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 6bc2d1b..4c9fc40 100644
> --- a/package/bind/bind.hash
> +++ b/package/bind/bind.hash
> @@ -1,2 +1,2 @@
> -# Verified from ftp://ftp.isc.org/isc/bind9/9.9.7-P2/bind-9.9.7-P2.tar.gz.sha256.asc
> -sha256	f5f433567e5f68d61460d86f691471259a49b6d10d7422acbd88b7fdb038b518	bind-9.9.7-P2.tar.gz
> +# Verified from ftp://ftp.isc.org/isc/bind9/9.9.7-P3/bind-9.9.7-P3.tar.gz.sha256.asc
> +sha256	cb737dce18350890f350dd7d3bc836c62ea440103dfde184c09bc18cfad8a844	bind-9.9.7-P3.tar.gz
> diff --git a/package/bind/bind.mk b/package/bind/bind.mk
> index 6201991..95051d1 100644
> --- a/package/bind/bind.mk
> +++ b/package/bind/bind.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -BIND_VERSION = 9.9.7-P2
> +BIND_VERSION = 9.9.7-P3
>  BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
>  BIND_INSTALL_STAGING = YES
>  BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh
> 

Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Compile test for MIPS architecture:

$ grep ^BIND_VERSION package/bind/bind.mk
BIND_VERSION = 9.9.7-P3

$ file output/target/usr/sbin/named
output/target/usr/sbin/named: ELF 32-bit MSB executable, MIPS, MIPS32
rel2 version 1, dynamically linked (uses shared libs), for GNU/Linux
2.6.32, with unknown capability 0x41000000 = 0xf676e75, with unknown
capability 0x10000 = 0x70401, not stripped

Regards,

Vincent.

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

* [Buildroot] [PATCH] bind: security bump to version 9.9.7-P3
  2015-09-04 12:39 [Buildroot] [PATCH] bind: security bump to version 9.9.7-P3 Gustavo Zacarias
  2015-09-04 12:48 ` Vicente Olivert Riera
@ 2015-09-04 14:07 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2015-09-04 14:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Fixes:
 > CVE-2015-5722 - denial-of-service vector which can be exploited remotely
 > against a BIND server that is performing validation on DNSSEC-signed
 > records.
 > CVE-2015-5986 - denial-of-service vector which can be used against a
 > BIND server that is performing recursion and (under limited conditions)
 > an authoritative-only nameserver.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-09-04 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-04 12:39 [Buildroot] [PATCH] bind: security bump to version 9.9.7-P3 Gustavo Zacarias
2015-09-04 12:48 ` Vicente Olivert Riera
2015-09-04 14:07 ` 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.