mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
bind: Update to 9.16.38
For details see: https://downloads.isc.org/isc/bind9/9.16.38/doc/arm/html/notes.html#notes-for-bind-9-16-38 "Notes for BIND 9.16.38 Bug Fixes A constant stream of zone additions and deletions via rndc reconfig could cause increased memory consumption due to delayed cleaning of view memory. This has been fixed. [GL #3801] The speed of the message digest algorithms (MD5, SHA-1, SHA-2), and of NSEC3 hashing, has been improved. [GL #3795] Building BIND 9 failed when the --enable-dnsrps switch for ./configure was used. This has been fixed. [GL #3827]" Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
4bb389232e
commit
e0c0e59c43
@@ -271,24 +271,24 @@ usr/bin/nsupdate
|
||||
#usr/include/pk11/site.h
|
||||
#usr/include/pkcs11
|
||||
#usr/include/pkcs11/pkcs11.h
|
||||
usr/lib/libbind9-9.16.37.so
|
||||
usr/lib/libbind9-9.16.38.so
|
||||
#usr/lib/libbind9.la
|
||||
#usr/lib/libbind9.so
|
||||
usr/lib/libdns-9.16.37.so
|
||||
usr/lib/libdns-9.16.38.so
|
||||
#usr/lib/libdns.la
|
||||
#usr/lib/libdns.so
|
||||
usr/lib/libirs-9.16.37.so
|
||||
usr/lib/libirs-9.16.38.so
|
||||
#usr/lib/libirs.la
|
||||
#usr/lib/libirs.so
|
||||
usr/lib/libisc-9.16.37.so
|
||||
usr/lib/libisc-9.16.38.so
|
||||
#usr/lib/libisc.la
|
||||
#usr/lib/libisc.so
|
||||
usr/lib/libisccc-9.16.37.so
|
||||
usr/lib/libisccc-9.16.38.so
|
||||
#usr/lib/libisccc.la
|
||||
#usr/lib/libisccc.so
|
||||
usr/lib/libisccfg-9.16.37.so
|
||||
usr/lib/libisccfg-9.16.38.so
|
||||
#usr/lib/libisccfg.la
|
||||
#usr/lib/libisccfg.so
|
||||
usr/lib/libns-9.16.37.so
|
||||
usr/lib/libns-9.16.38.so
|
||||
#usr/lib/libns.la
|
||||
#usr/lib/libns.so
|
||||
|
||||
4
lfs/bind
4
lfs/bind
@@ -25,7 +25,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 9.16.37
|
||||
VER = 9.16.38
|
||||
|
||||
THISAPP = bind-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 3b18f7c780ce04e296498e30c09628ad8eb89f38afdb032700455f193a3f8556029cd2e3d3c42861965d5fc776f56f761b8d21a74a0f95d82338e65fb519acfb
|
||||
$(DL_FILE)_BLAKE2 = af74f3867837741102f9e1b9eb0fa44948131fc2122a5ea6a707b92408604d62f95350ff561ec98787ce516c96ef971b1a03d775aaba99ebc4ea334cd9800ed2
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user