public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] bind: Update to 9.20.5
@ 2025-02-01  1:01 Matthias Fischer
  2025-02-02 11:04 ` Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2025-02-01  1:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2475 bytes --]

For details see:
https://downloads.isc.org/isc/bind9/9.20.5/doc/arm/html/notes.html#notes-for-bind-9-20-5

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/bind | 10 +++++-----
 lfs/bind                     |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind
index 73d4a842d..c0ef2a3f2 100644
--- a/config/rootfiles/common/bind
+++ b/config/rootfiles/common/bind
@@ -239,18 +239,18 @@ usr/bin/nsupdate
 #usr/include/ns/types.h
 #usr/include/ns/update.h
 #usr/include/ns/xfrout.h
-usr/lib/libdns-9.20.3.so
+usr/lib/libdns-9.20.5.so
 #usr/lib/libdns.la
 #usr/lib/libdns.so
-usr/lib/libisc-9.20.3.so
+usr/lib/libisc-9.20.5.so
 #usr/lib/libisc.la
 #usr/lib/libisc.so
-usr/lib/libisccc-9.20.3.so
+usr/lib/libisccc-9.20.5.so
 #usr/lib/libisccc.la
 #usr/lib/libisccc.so
-usr/lib/libisccfg-9.20.3.so
+usr/lib/libisccfg-9.20.5.so
 #usr/lib/libisccfg.la
 #usr/lib/libisccfg.so
-usr/lib/libns-9.20.3.so
+usr/lib/libns-9.20.5.so
 #usr/lib/libns.la
 #usr/lib/libns.so
diff --git a/lfs/bind b/lfs/bind
index 2d52157c9..cad711ed2 100644
--- a/lfs/bind
+++ b/lfs/bind
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info(a)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.20.3
+VER        = 9.20.5
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b6a5298bbed613e9d257675e3a7fd1a8fb82b4f68891517935c8383bb85b2f976cae504feece750a274b2b1344a1221e04956930a34bdcba08d5f2d4a5255bc1
+$(DL_FILE)_BLAKE2 = bf470c9c881b865baeaf469f94601bb6884d9989c0eee634b6f8dd88d4bafa07b138ec56dfe6e333d8ea729b483b6f41272992c6e036217fb9df1a9d23d0db29
 
 install : $(TARGET)
 
-- 
2.43.0


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

* Re: [PATCH] bind: Update to 9.20.5
  2025-02-01  1:01 [PATCH] bind: Update to 9.20.5 Matthias Fischer
@ 2025-02-02 11:04 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-02-02 11:04 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2761 bytes --]

Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>


On 01/02/2025 02:01, Matthias Fischer wrote:
> For details see:
> https://downloads.isc.org/isc/bind9/9.20.5/doc/arm/html/notes.html#notes-for-bind-9-20-5
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>   config/rootfiles/common/bind | 10 +++++-----
>   lfs/bind                     |  6 +++---
>   2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind
> index 73d4a842d..c0ef2a3f2 100644
> --- a/config/rootfiles/common/bind
> +++ b/config/rootfiles/common/bind
> @@ -239,18 +239,18 @@ usr/bin/nsupdate
>   #usr/include/ns/types.h
>   #usr/include/ns/update.h
>   #usr/include/ns/xfrout.h
> -usr/lib/libdns-9.20.3.so
> +usr/lib/libdns-9.20.5.so
>   #usr/lib/libdns.la
>   #usr/lib/libdns.so
> -usr/lib/libisc-9.20.3.so
> +usr/lib/libisc-9.20.5.so
>   #usr/lib/libisc.la
>   #usr/lib/libisc.so
> -usr/lib/libisccc-9.20.3.so
> +usr/lib/libisccc-9.20.5.so
>   #usr/lib/libisccc.la
>   #usr/lib/libisccc.so
> -usr/lib/libisccfg-9.20.3.so
> +usr/lib/libisccfg-9.20.5.so
>   #usr/lib/libisccfg.la
>   #usr/lib/libisccfg.so
> -usr/lib/libns-9.20.3.so
> +usr/lib/libns-9.20.5.so
>   #usr/lib/libns.la
>   #usr/lib/libns.so
> diff --git a/lfs/bind b/lfs/bind
> index 2d52157c9..cad711ed2 100644
> --- a/lfs/bind
> +++ b/lfs/bind
> @@ -1,7 +1,7 @@
>   ###############################################################################
>   #                                                                             #
>   # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2025  IPFire Team  <info(a)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.20.3
> +VER        = 9.20.5
>   
>   THISAPP    = bind-$(VER)
>   DL_FILE    = $(THISAPP).tar.xz
> @@ -43,7 +43,7 @@ objects = $(DL_FILE)
>   
>   $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>   
> -$(DL_FILE)_BLAKE2 = b6a5298bbed613e9d257675e3a7fd1a8fb82b4f68891517935c8383bb85b2f976cae504feece750a274b2b1344a1221e04956930a34bdcba08d5f2d4a5255bc1
> +$(DL_FILE)_BLAKE2 = bf470c9c881b865baeaf469f94601bb6884d9989c0eee634b6f8dd88d4bafa07b138ec56dfe6e333d8ea729b483b6f41272992c6e036217fb9df1a9d23d0db29
>   
>   install : $(TARGET)
>   

-- 
Sent from my laptop


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

end of thread, other threads:[~2025-02-02 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-01  1:01 [PATCH] bind: Update to 9.20.5 Matthias Fischer
2025-02-02 11:04 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox