borgbackup: Fix bug13868 - add libxxhash to dependencies - forgotten in CU189

Message ID 20250807152247.1954170-2-adolf.belka@ipfire.org
State Staged
Commit baee54153bd2a2f0fd126e98d9499f54169af6f3
Headers
Series borgbackup: Fix bug13868 - add libxxhash to dependencies - forgotten in CU189 |

Commit Message

Adolf Belka 7 Aug 2025, 3:22 p.m. UTC
- Add libxxhash to dependenc list and increment PAK_VER.
- Update of rootfile not required

Fixes: bug13868
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/borgbackup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/borgbackup b/lfs/borgbackup
index 107e852a6..189526073 100644
--- a/lfs/borgbackup
+++ b/lfs/borgbackup
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@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        #
@@ -33,9 +33,9 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = borgbackup
-PAK_VER    = 17
+PAK_VER    = 18
 
-DEPS       = python3-msgpack python3-packaging python3-pyfuse3
+DEPS       = python3-msgpack python3-packaging python3-pyfuse3 libxxhash
 # borgbackup only works with specific versions of python3-msgpack
 
 SERVICES   =