]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
bind: Update to 9.11.28
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 19 Feb 2021 17:44:27 +0000 (18:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 19 Feb 2021 19:32:28 +0000 (19:32 +0000)
For details see:
https://downloads.isc.org/isc/bind9/9.11.28/RELEASE-NOTES-bind-9.11.28.html

"Notes for BIND 9.11.28
Security Fixes

When tkey-gssapi-keytab or tkey-gssapi-credential was configured,
a specially crafted GSS-TSIG query could cause a buffer overflow in the
ISC implementation of SPNEGO (a protocol enabling negotiation of the
security mechanism to use for GSSAPI authentication). This flaw could
be exploited to crash named. Theoretically, it also enabled remote code
execution, but achieving the latter is very difficult in real-world
conditions. (CVE-2020-8625)

This vulnerability was responsibly reported to us as ZDI-CAN-12302
by Trend Micro Zero Day Initiative. [GL #2354]"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/bind
lfs/bind

index d18332bf4439d51c1c48857c5b0ff14f3b748b94..c3235bb8ff702939388b3f49319f052116b1a08c 100644 (file)
@@ -272,12 +272,12 @@ usr/lib/libbind9.so.161
 usr/lib/libbind9.so.161.0.4
 #usr/lib/libdns.la
 #usr/lib/libdns.so
-usr/lib/libdns.so.1112
-usr/lib/libdns.so.1112.0.2
+usr/lib/libdns.so.1113
+usr/lib/libdns.so.1113.0.1
 #usr/lib/libisc.la
 #usr/lib/libisc.so
 usr/lib/libisc.so.1107
-usr/lib/libisc.so.1107.0.4
+usr/lib/libisc.so.1107.0.5
 #usr/lib/libisccc.la
 #usr/lib/libisccc.so
 usr/lib/libisccc.so.161
index 0069fea59fc8eeea7e0a1e419bd4f27462b81a19..3047ac83e6996f6bc5f4b71072ba7c062daeecf8 100644 (file)
--- a/lfs/bind
+++ b/lfs/bind
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 9.11.26
+VER        = 9.11.28
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1e5fb81b0ef562d32a19e579c0183f1a
+$(DL_FILE)_MD5 = 59aa4d7be438b2c8103811d18f318c82
 
 install : $(TARGET)