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>
This commit is contained in:
Andrzej Telszewski 2023-04-18 10:31:08 +02:00 committed by Willy Sudiarto Raharjo
parent 160cf8ff67
commit 1b070fd43d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 15 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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"