From bb5d9cfab506dd325ea647c97297de97840c02e0 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 11 Mar 2025 21:36:35 +0100 Subject: [PATCH] bacula: Update to version 15.0.2 - Update from version 13.0.4 to 15.0.2 - Update of rootfile - Version 15.0.2 has now been released for a year so it is time to update the IPFire file daemon as the direcdtor and storage daemon should by now be at this latest version. - Changelog is too large to fully include here. Details can be found in the ChangeLog file in the source tarball. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/rootfiles/packages/bacula | 14 +++++++++++--- lfs/bacula | 8 ++++---- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/packages/bacula b/config/rootfiles/packages/bacula index 0a3f3b3f7..ff4e908d3 100644 --- a/config/rootfiles/packages/bacula +++ b/config/rootfiles/packages/bacula @@ -13,7 +13,9 @@ etc/bacula/bacula-fd.conf #etc/bacula/btraceback.gdb #etc/bacula/btraceback.mdb #etc/bacula/disk-changer +#etc/bacula/install-key-manager.sh #etc/bacula/isworm +#etc/bacula/key-manager.py #etc/bacula/mtx-changer #etc/bacula/mtx-changer.conf #etc/bacula/tapealert @@ -21,13 +23,13 @@ etc/rc.d/init.d/bacula #opt/bacula #opt/bacula/log #usr/lib/bpipe-fd.so -usr/lib/libbac-13.0.4.so +usr/lib/libbac-15.0.2.so #usr/lib/libbac.la usr/lib/libbac.so -usr/lib/libbaccfg-13.0.4.so +usr/lib/libbaccfg-15.0.2.so #usr/lib/libbaccfg.la usr/lib/libbaccfg.so -usr/lib/libbacfind-13.0.4.so +usr/lib/libbacfind-15.0.2.so #usr/lib/libbacfind.la usr/lib/libbacfind.so #usr/sbin/bacula @@ -36,6 +38,8 @@ usr/sbin/bacula-fd #usr/sbin/bconsole #usr/sbin/bfdjson #usr/sbin/btraceback +#usr/sbin/get_malware_abuse.ch +#usr/sbin/md5tobase64.py #usr/share/doc/bacula #usr/share/doc/bacula/ChangeLog #usr/share/doc/bacula/INSTALL @@ -51,12 +55,16 @@ usr/sbin/bacula-fd #usr/share/man/man8/bacula-fd.8.gz #usr/share/man/man8/bacula-sd.8.gz #usr/share/man/man8/bacula.8.gz +#usr/share/man/man8/bbconsjson.8.gz #usr/share/man/man8/bconsole.8.gz #usr/share/man/man8/bcopy.8.gz +#usr/share/man/man8/bdirjson.8.gz #usr/share/man/man8/bextract.8.gz +#usr/share/man/man8/bfdjson.8.gz #usr/share/man/man8/bls.8.gz #usr/share/man/man8/bregex.8.gz #usr/share/man/man8/bscan.8.gz +#usr/share/man/man8/bsdjson.8.gz #usr/share/man/man8/btape.8.gz #usr/share/man/man8/btraceback.8.gz #usr/share/man/man8/bwild.8.gz diff --git a/lfs/bacula b/lfs/bacula index f2a794a29..8e9b976cb 100644 --- a/lfs/bacula +++ b/lfs/bacula @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 SUMMARY = Enterprise-ready Network Backup Software -VER = 13.0.4 +VER = 15.0.2 THISAPP = bacula-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = bacula -PAK_VER = 13 +PAK_VER = 14 DEPS = @@ -51,7 +51,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = e54a754280178f74f97fdbb3c91a596b632d80739fedd5f847d183f0852ea9e82bba55ad9a745ee1ceb945bd527d33b117bc3c866783bd3073166bd20607a72a +$(DL_FILE)_BLAKE2 = 1dd0722ce2bb6363936ed9cc9df1b6d842945f17277c77f40884bafc4b0a254c5fdd2c21bd200c6ca8b77c8eb718a319552e50135c9925d2b4ad81a64ab819d2 install : $(TARGET) -- 2.39.5