diff options
author | Andrzej Telszewski <andrzej@telszewski.com> | 2023-04-18 10:31:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:20 +0700 |
commit | 1b070fd43dc1b861ac5627610ff5546fd3962914 (patch) | |
tree | d1ad691e6dbca63ce0717d152993fff07fd28f50 | |
parent | 160cf8ff676609fb10487a21620b71488f119809 (diff) |
system/borgbackup: Updated for version 1.2.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/borgbackup/README | 12 | ||||
-rw-r--r-- | system/borgbackup/borgbackup.SlackBuild | 6 | ||||
-rw-r--r-- | system/borgbackup/borgbackup.info | 8 |
3 files changed, 15 insertions, 11 deletions
diff --git a/system/borgbackup/README b/system/borgbackup/README index f1efb08ac93f7..5ac7fdc99a06a 100644 --- a/system/borgbackup/README +++ b/system/borgbackup/README @@ -9,12 +9,16 @@ targets. Borg is a fork of Attic and is maintained by "The Borg collective". -FIXME: - Due to outdated version of llfuse here at SBo, building borgbackup - with mount support using llfuse will fail. +> **TODO** +> +> - Switch from `llfuse` to `pyfuse3` for mounting archives. +> `llfuse` is not maintained any more. +> - Test dependencies for building the docs. +> Are there any missing? Are all required? Optional dependencies: -- llfuse is required if you wish to mount an archive using FUSE, + +- llfuse for mounting the archives, - Sphinx, alabaster, guzzle_sphinx_theme, imagesize, and python3-attrs are required if you wish to build the docs (html, man). Please note that the build will fail if Sphinx is installed but the other diff --git a/system/borgbackup/borgbackup.SlackBuild b/system/borgbackup/borgbackup.SlackBuild index d9953db4200a4..249abbd8b8371 100644 --- a/system/borgbackup/borgbackup.SlackBuild +++ b/system/borgbackup/borgbackup.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for borgbackup -# Copyright 2022 Andrzej Telszewski, Koszalin +# Copyright 2023 Andrzej Telszewski, Koszalin # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=borgbackup -VERSION=${VERSION:-1.1.18} +VERSION=${VERSION:-1.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -95,7 +95,7 @@ if [ -x /usr/bin/sphinx-build ]; then fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CHANGES.rst LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS CHANGES.rst LICENSE README.rst SECURITY.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/borgbackup/borgbackup.info b/system/borgbackup/borgbackup.info index 9bbb51036d925..f5169fba05965 100644 --- a/system/borgbackup/borgbackup.info +++ b/system/borgbackup/borgbackup.info @@ -1,10 +1,10 @@ PRGNAM="borgbackup" -VERSION="1.1.18" +VERSION="1.2.4" HOMEPAGE="https://borgbackup.readthedocs.io/" -DOWNLOAD="https://github.com/borgbackup/borg/releases/download/1.1.18/borgbackup-1.1.18.tar.gz" -MD5SUM="23291e2db8c7057d9f987849a58c1707" +DOWNLOAD="https://github.com/borgbackup/borg/releases/download/1.2.4/borgbackup-1.2.4.tar.gz" +MD5SUM="610ed45df779f8fff74b35df5122831f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libb2 msgpack-python" +REQUIRES="msgpack-python python3-pkgconfig" MAINTAINER="Andrzej Telszewski" EMAIL="andrzej@telszewski.com" |