Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (293828c01ae243d9ae297f9355ee7093963de6f7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (293828c01ae243d9ae297f9355ee7093963de6f7)
  • Date: Wed, 23 Feb 2022 08:43:07 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/xxhash/DETAILS | 4 ++--
libs/xxhash/HISTORY | 3 +++
python-pypi/borgbackup/BUILD | 3 +++
python-pypi/borgbackup/DEPENDS | 6 ++----
python-pypi/borgbackup/DETAILS | 2 +-
python-pypi/borgbackup/FINAL | 5 +++++
python-pypi/borgbackup/HISTORY | 6 ++++++
7 files changed, 22 insertions(+), 7 deletions(-)

New commits:
commit 293828c01ae243d9ae297f9355ee7093963de6f7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

borgbackup - fix build

commit e5a9ae2dac9adf5a43ff2d74f3c848a3c5626fb8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xxhash: => 0.8.1

commit 524c507116992a4b8b3c650422c5b0a65f0f07a3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

borgbackup: => 1.2.0

diff --git a/libs/xxhash/DETAILS b/libs/xxhash/DETAILS
index 445253d..8a31499 100755
--- a/libs/xxhash/DETAILS
+++ b/libs/xxhash/DETAILS
@@ -1,8 +1,8 @@
SPELL=xxhash
- VERSION=0.8.0
+ VERSION=0.8.1
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/Cyan4973/xxHash/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:c3973b3c98bad44e1d8687ab4f9461aecd1c071bb3d320537a4c50fb7301edd13e990bab48cc6e5ca30536a814c8fa8cac24ceb1803a7e8eca30ef73d449373e
+
SOURCE_HASH=sha512:12feedd6a1859ef55e27218dbd6dcceccbb5a4da34cd80240d2f7d44cd246c7afdeb59830c2d5b90189bb5159293532208bf5bb622250102e12d6e1bad14a193
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/xxHash-$VERSION"
WEB_SITE="https://www.xxhash.com/";
LICENSE[0]=BSD
diff --git a/libs/xxhash/HISTORY b/libs/xxhash/HISTORY
index a946bd0..5f6722d 100644
--- a/libs/xxhash/HISTORY
+++ b/libs/xxhash/HISTORY
@@ -1,3 +1,6 @@
+2022-02-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.1
+
2020-11-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.0

diff --git a/python-pypi/borgbackup/BUILD b/python-pypi/borgbackup/BUILD
new file mode 100755
index 0000000..82c0117
--- /dev/null
+++ b/python-pypi/borgbackup/BUILD
@@ -0,0 +1,3 @@
+export BORG_OPENSSL_PREFIX=${INSTALL_ROOT}/usr &&
+default_build
+
diff --git a/python-pypi/borgbackup/DEPENDS b/python-pypi/borgbackup/DEPENDS
index d5f18da..d780ae1 100755
--- a/python-pypi/borgbackup/DEPENDS
+++ b/python-pypi/borgbackup/DEPENDS
@@ -6,8 +6,6 @@ depends libb2 &&
depends lz4 &&
depends zstd &&
depends xxhash &&
+depends msgpack &&
runtime_depends python-packaging &&
-optional_depends python-llfuse \
- "" \
- "" \
- "explore archives"
+optional_depends pyfuse3 "" "" "explore archives"
diff --git a/python-pypi/borgbackup/DETAILS b/python-pypi/borgbackup/DETAILS
index 75584a3..794e3a7 100755
--- a/python-pypi/borgbackup/DETAILS
+++ b/python-pypi/borgbackup/DETAILS
@@ -1,5 +1,5 @@
SPELL=borgbackup
- VERSION=1.1.17
+ VERSION=1.2.0
SECURITY_PATCH=1
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/borgbackup/borg/releases/download/$VERSION/$SOURCE
diff --git a/python-pypi/borgbackup/FINAL b/python-pypi/borgbackup/FINAL
new file mode 100755
index 0000000..00d0ef4
--- /dev/null
+++ b/python-pypi/borgbackup/FINAL
@@ -0,0 +1,5 @@
+message "\n${PROBLEM_COLOR}Read the release notes!" \
+ "$MESSAGE_COLOR" \
+ "\nThe release mpotes recommend several checks\n" \
+ "$DEFAULT_COLOR"
+
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index 2061800..f02879c 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,9 @@
+2022-02-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.0
+ * FINAL: added
+ * BUILD: added, for SSL
+ * DEPENDS: add pyfuse3, msgpack
+
2021-11-15 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: packaging => python-packaging




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (293828c01ae243d9ae297f9355ee7093963de6f7), Treeve Jelbert, 02/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page