]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
bind: Update to 9.10.3-p3
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 7 Feb 2016 18:11:48 +0000 (19:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Mar 2016 12:55:25 +0000 (13:55 +0100)
Changelog (excerpt):
[bug] Fixed a regression in resolver.c:possibly_mark()
which caused known-bogus servers to be queried
anyway. [RT #41321]

[security] render_ecs errors were mishandled when printing out
a OPT record resulting in a assertion failure.
(CVE-2015-8705) [RT #41397]

[security] Specific APL data could trigger a INSIST.
(CVE-2015-8704) [RT #41396]

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

index b0d518554bce87eba8818673623f908089fcd753..e2bb516c22734b0a9032a7c1341b269976d82b5f 100644 (file)
--- a/lfs/bind
+++ b/lfs/bind
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2016  Michael Tremer & Christian Schmidt                      #
 #                                                                             #
 # 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.10.3-P2
+VER        = 9.10.3-P3
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 672dd3c2796b12ac8440f55bcaecfa82
+$(DL_FILE)_MD5 = bcf7e772b616f7259420a3edc5df350a
 
 install : $(TARGET)