ok ricardo
On 10/7/20 7:24 AM, Martin Ziemer wrote:
On Wed, Oct 07, 2020 at 07:46:10AM +0200, Bjorn Ketelaars wrote:
Diff below updates borgbackup to 1.1.14, which is a maintenance release.
Overview on changes can be found at [0]. Possible noticeable is that
1.1.14 changes return codes due to a bug fix: In case you have scripts
expecting rc == 2 for a signal exit, you need to update them to check
for >= 128 (as documented since long).
Run tested on a couple of machines (making backups and restoring some
files). Output 'make test':
1122 passed, 209 skipped in 1095.26 seconds
Comments/OK?
Tested on two amd64 machines with create, check, list, extract, delete.
Works fine
[0] https://github.com/borgbackup/borg/blob/1.1.14/docs/changes.rst
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/borgbackup/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile 3 Jul 2020 21:13:09 -0000 1.35
+++ Makefile 7 Oct 2020 05:37:06 -0000
@@ -2,9 +2,8 @@
COMMENT = deduplicating backup program
-MODPY_EGG_VERSION = 1.1.13
+MODPY_EGG_VERSION = 1.1.14
DISTNAME = borgbackup-${MODPY_EGG_VERSION}
-REVISION = 0
CATEGORIES = sysutils
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/borgbackup/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo 7 Jun 2020 13:28:25 -0000 1.21
+++ distinfo 7 Oct 2020 05:37:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (borgbackup-1.1.13.tar.gz) =
FkqGZqYQcc4vpsYGJ8dkbxLjqOdM048Ea+cvXqkbOCE=
-SIZE (borgbackup-1.1.13.tar.gz) = 3754457
+SHA256 (borgbackup-1.1.14.tar.gz) =
fbsHR8yUhnP2lc1t4oSvIV+BD+0usqYV7ybdx8aR7bo=
+SIZE (borgbackup-1.1.14.tar.gz) = 3769460