From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] borgbackup: Fix bug13868 - add libxxhash to dependencies - forgotten in CU189
Date: Thu, 7 Aug 2025 17:22:46 +0200 [thread overview]
Message-ID: <20250807152247.1954170-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250807152247.1954170-1-adolf.belka@ipfire.org>
- 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(-)
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 =
--
2.50.1
prev parent reply other threads:[~2025-08-07 15:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-07 15:22 [PATCH] bash: Update to patch level 3 Adolf Belka
2025-08-07 15:22 ` Adolf Belka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250807152247.1954170-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox