borgbackup-1.1.17 has been made available, which is a maintenance
release and fixes, amongst others, a crash due to kill stale lock race.
Full changelog can be found at
https://github.com/borgbackup/borg/blob/1.1.17/docs/changes.rst#version-1117-2021-07-12.

`make test` runs successfully. Run tested on amd64.

Comments/OK?


diff --git Makefile Makefile
index f7113b1fd94..35dc60dcc08 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
 
 COMMENT =              deduplicating backup program
 
-MODPY_EGG_VERSION =    1.1.16
+MODPY_EGG_VERSION =    1.1.17
 DISTNAME =             borgbackup-${MODPY_EGG_VERSION}
 
 CATEGORIES =           sysutils
@@ -29,6 +29,7 @@ LIB_DEPENDS +=                archivers/lz4 \
                        security/libb2 \
                        sysutils/xxhash
 BUILD_DEPENDS +=       devel/py-setuptools_scm${MODPY_FLAVOR}
+RUN_DEPENDS +=         sysutils/py-packaging${MODPY_FLAVOR}
 
 # XXX pytest-benchmark is currently not picked up as plugin by pytest, as 
result
 # benchmarking fails during 'make test'. For now ignore benchmarking (see
diff --git distinfo distinfo
index 09207ffe1fd..e459bd1dfe8 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (borgbackup-1.1.16.tar.gz) = 
vFaSJNYyBIPlCMNv8qZR0Bu9Cq6/MjBeJoOmlrnDLVA=
-SIZE (borgbackup-1.1.16.tar.gz) = 3777030
+SHA256 (borgbackup-1.1.17.tar.gz) = 
erkk/AF7JJKb7c66DczhbVb5hov5tQUNKq4usIBnFnQ=
+SIZE (borgbackup-1.1.17.tar.gz) = 3781411

Reply via email to