borgbackup: update to 1.4.3
authorMiroslav Lichvar <redacted>
Tue, 10 Feb 2026 19:21:34 +0000 (20:21 +0100)
committerJosef Schlehofer <redacted>
Thu, 19 Feb 2026 05:52:24 +0000 (12:52 +0700)
This update fixes incompatibility with python-msgpack 1.1.2.
Add missing dependency on python3-openssl and drop the optional
dependency on python-pyfuse3, which doesn't work with the current
version.

Signed-off-by: Miroslav Lichvar <redacted>
utils/borgbackup/Makefile

index c68f01b1f4b51be680701c6dfd94e89e745b5d85..883a49cbca5f63581b19605202fdf5f044c339d1 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=borgbackup
-PKG_VERSION:=1.4.0
+PKG_VERSION:=1.4.3
 PKG_RELEASE:=1
 
 PYPI_NAME:=borgbackup
-PKG_HASH:=c54c45155643fa66fed7f9ff2d134ea0a58d0ac197c18781ddc2fb236bf6ed29
+PKG_HASH:=79bbfa745d1901d685973584bd2d16a350686ddd176f6a2244490fb01996441f
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
@@ -35,8 +35,8 @@ define Package/borgbackup
       +python3-logging \
       +python3-lzma \
       +python3-msgpack \
+      +python3-openssl \
       +python3-packaging \
-      +python3-pyfuse3 \
       +python3-readline \
       +python3-unittest \
       +python3-urllib \
git clone https://git.99rst.org/PROJECT