From patchwork Tue Sep 5 19:48:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7148 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RgGK93wxWz3wtG for ; Tue, 5 Sep 2023 19:48:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RgGK80PSbz15D; Tue, 5 Sep 2023 19:48:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RgGK75vR8z2ypl; Tue, 5 Sep 2023 19:48:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RgGK70Nkvz2xKB for ; Tue, 5 Sep 2023 19:48:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RgGK5290rzj5; Tue, 5 Sep 2023 19:48:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1693943321; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ngwYZS6ps8adNMXQQAicWsqdB2vJzRdoe/87Y0psmsY=; b=3e/mKO7Hqc1m5/WEJ5h//PdB8IZPjbCXhQVonfEv9oLGSgMybxmQSmZPHb0TEZtU+hifdo Zo1/ogmAs5LRkNDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1693943321; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ngwYZS6ps8adNMXQQAicWsqdB2vJzRdoe/87Y0psmsY=; b=L3igffCK/SipTr3XHGl73wYqjh1UxdO7kkWPdUst5V0DcNPvAes8cQn9zIvJcKgTpqqgxV 0EctC88y7/XWHOW+ztS0kuyOwT84tg0GcR/NV4Mzy6nsd6I0adZSstpO9C8BXncGCCstuF RjyfcbrkKkhIdU1z6SbrpWgE177wMuZfPlSpHFlCbluygJUReQlbMdVh9j+mlTCWQc8EoK gclFTz/5YsDy1l7N4rAyJdC1YvXjk3rcQvcCsPw2oqRiKSINgMx1/EKKKfmGzSu9Xr/v32 MPKQugnhPQJloIlv09MBdM0IN/J6jw79Mreh6ZGNJV/aMZdIfcBpfSZ7Yjj0mg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] bacula: Update to version 11.0.6 Date: Tue, 5 Sep 2023 21:48:38 +0200 Message-ID: <20230905194838.2712005-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 9.6.7 to 11.0.6 - Update of rootfile - Ran find-dependencies for the sobump. All libraries are only linked into bacula - All of the versions from 9.6.7 to 11.0.6 and up to 13.0.3 have no bug fixes relatred to the bacula-fd daemon. With bacula-fd running on a separate machine to the bacula-dir and bacula-sd daemons, older versions of bacula-fd will work with no bug issues with a newer bacula-dir and bacula-sd. - If we put a very new version of bacula-fd on IPFire then it will not work with older versions of bacula-dir and bacula-sd. - A new feature in the bacula 11 series is that communication between daemons will automatically use TLS if OpenSSL is installed on the machines running bacula. Therefore having a bacula 11 based bacula-fd on IPFire will automatically, with no user configuration required, use TLS for communication to the IPFire bacula-fd from the other bacula daemons on other machines. - This has been shown to automatically work between the bacula-fd daemons on my laptop and desktop machines and the bacula-dir/bacula-sd on my server machine. Currently communication between mu bacula-dir/bacuila-sd daemons and the IPFire bacula-fd daemon communication is still unencrypted. 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/bacula index e9313d083..2a092cccd 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-9.6.7.so +usr/lib/libbac-11.0.6.so #usr/lib/libbac.la usr/lib/libbac.so -usr/lib/libbaccfg-9.6.7.so +usr/lib/libbaccfg-11.0.6.so #usr/lib/libbaccfg.la usr/lib/libbaccfg.so -usr/lib/libbacfind-9.6.7.so +usr/lib/libbacfind-11.0.6.so #usr/lib/libbacfind.la usr/lib/libbacfind.so #usr/sbin/bacula diff --git a/lfs/bacula b/lfs/bacula index b4c545772..5fb085a61 100644 --- a/lfs/bacula +++ b/lfs/bacula @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 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 = 9.6.7 +VER = 11.0.6 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 = 11 +PAK_VER = 12 DEPS = @@ -51,7 +51,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 8f5d5cbe8c3ce62105624138e9dfbb9f19eb0721bb2e377c07ef2cd3d4a8442641b4758b00b3050d2352dde31205658963782d2bec3e87242dac7b4b6a4d659c +$(DL_FILE)_BLAKE2 = 60b1c1f4de3cef7470f0f33aa9d361393cee176222bb911d93bac108b8e3a6e38d73acdcc8b773a06d8820039d2e12a4216a5773a4fab4a9c35095607bd6b7c6 install : $(TARGET)