From: Mark Andrews Date: Thu, 12 Feb 2009 22:17:15 +0000 (+0000) Subject: 2548. [bug] Install iterated_hash.h. [RT #19335] X-Git-Tag: v9.3.6-P2~4^2~40 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b663e99af61e032273bdffa2f8d26de539ae6930;p=thirdparty%2Fbind9.git 2548. [bug] Install iterated_hash.h. [RT #19335] --- diff --git a/CHANGES b/CHANGES index 736228a091d..6befd52f3fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2548. [bug] Install iterated_hash.h. [RT #19335] + 2547. [bug] openssl_link.c:mem_realloc() could reference an out-of-range area of the source buffer. New public function isc_mem_reallocate() was introduced to address diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index 236865df714..f54809c4c20 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.64 2008/11/14 23:47:33 tbox Exp $ +# $Id: Makefile.in,v 1.65 2009/02/12 22:17:15 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -31,7 +31,7 @@ HEADERS = app.h assertions.h base64.h bitstring.h boolean.h buffer.h \ eventclass.h file.h formatcheck.h fsaccess.h \ hash.h heap.h hex.h hmacmd5.h \ httpd.h \ - interfaceiter.h @ISC_IPV6_H@ lang.h lex.h \ + interfaceiter.h @ISC_IPV6_H@ iterated_hash.h lang.h lex.h \ lfsr.h lib.h list.h log.h \ magic.h md5.h mem.h msgcat.h msgs.h \ mutexblock.h netaddr.h ondestroy.h os.h parseint.h \