From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] bacula: Update to version 13.0.4 Date: Mon, 06 May 2024 18:58:20 +0200 Message-ID: <20240506165820.3501083-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7203404662520162716==" List-Id: --===============7203404662520162716== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 11.0.6 to 13.0.4 - Update of rootfile - Version 13.x has now been released for 12 months so updating the File Daemo= n to 13.x should be good. - Version 11.x was released 40 months ago. - Changelog The changes are all related to the Director and the Storage Daemon. The c= hangelog states that older file daemons "should" be compatible with 13.x DIR & SD. This c= hange ensures IPfire "is" compatible with the 13.x DIR & SD. Signed-off-by: Adolf Belka --- config/rootfiles/packages/bacula | 6 +++--- lfs/bacula | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/packages/bacula b/config/rootfiles/packages/bac= ula index 2a092cccd..0a3f3b3f7 100644 --- a/config/rootfiles/packages/bacula +++ b/config/rootfiles/packages/bacula @@ -21,13 +21,13 @@ etc/rc.d/init.d/bacula #opt/bacula #opt/bacula/log #usr/lib/bpipe-fd.so -usr/lib/libbac-11.0.6.so +usr/lib/libbac-13.0.4.so #usr/lib/libbac.la usr/lib/libbac.so -usr/lib/libbaccfg-11.0.6.so +usr/lib/libbaccfg-13.0.4.so #usr/lib/libbaccfg.la usr/lib/libbaccfg.so -usr/lib/libbacfind-11.0.6.so +usr/lib/libbacfind-13.0.4.so #usr/lib/libbacfind.la usr/lib/libbacfind.so #usr/sbin/bacula diff --git a/lfs/bacula b/lfs/bacula index 5fb085a61..f2a794a29 100644 --- a/lfs/bacula +++ b/lfs/bacula @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # 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 = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Enterprise-ready Network Backup Software =20 -VER =3D 11.0.6 +VER =3D 13.0.4 =20 THISAPP =3D bacula-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D bacula -PAK_VER =3D 12 +PAK_VER =3D 13 =20 DEPS =3D =20 @@ -51,7 +51,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 60b1c1f4de3cef7470f0f33aa9d361393cee176222bb911d93bac1= 08b8e3a6e38d73acdcc8b773a06d8820039d2e12a4216a5773a4fab4a9c35095607bd6b7c6 +$(DL_FILE)_BLAKE2 =3D e54a754280178f74f97fdbb3c91a596b632d80739fedd5f847d183= f0852ea9e82bba55ad9a745ee1ceb945bd527d33b117bc3c866783bd3073166bd20607a72a =20 install : $(TARGET) =20 --=20 2.44.0 --===============7203404662520162716==--