pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/restic
Module Name: pkgsrc
Committed By: wiz
Date: Fri Sep 13 10:05:05 UTC 2024
Modified Files:
pkgsrc/sysutils/restic: Makefile distinfo
Log Message:
restic: update to 0.17.1.
Changelog for restic 0.17.1 (2024-09-05)
Fix #2004: Correctly handle volume names in backup command on Windows
Fix #4945: Include missing backup error text with --json
Fix #4953: Correctly handle long paths on older Windows versions
Fix #4957: Fix delayed cancellation of certain commands
Fix #4958: Don't ignore metadata-setting errors during restore
Fix #4969: Correctly restore timestamp for files with resource forks on macOS
Fix #4975: Prevent backup --stdin-from-command from panicking
Fix #4980: Skip extended attribute processing on unsupported Windows volumes
Fix #5004: Fix spurious "A Required Privilege Is Not Held by the Client" error
Fix #5005: Fix rare failures to retry locking a repository
Fix #5018: Improve HTTP/2 support for REST backend
Chg #4953: Also back up files with incomplete metadata
Enh #4795: Display progress bar for restore --verify
Enh #4934: Automatically clear removed snapshots from cache
Enh #4944: Print JSON-formatted errors during restore --json
Enh #4959: Return exit code 12 for "bad password" errors
Enh #4970: Make timeout for stuck requests customizable
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/restic/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/restic/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/restic/Makefile
diff -u pkgsrc/sysutils/restic/Makefile:1.55 pkgsrc/sysutils/restic/Makefile:1.56
--- pkgsrc/sysutils/restic/Makefile:1.55 Fri Sep 6 18:48:58 2024
+++ pkgsrc/sysutils/restic/Makefile Fri Sep 13 10:05:05 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2024/09/06 18:48:58 bsiegert Exp $
+# $NetBSD: Makefile,v 1.56 2024/09/13 10:05:05 wiz Exp $
-DISTNAME= restic-0.17.0
-PKGREVISION= 2
+DISTNAME= restic-0.17.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=restic/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/sysutils/restic/distinfo
diff -u pkgsrc/sysutils/restic/distinfo:1.13 pkgsrc/sysutils/restic/distinfo:1.14
--- pkgsrc/sysutils/restic/distinfo:1.13 Sat Jul 27 06:37:49 2024
+++ pkgsrc/sysutils/restic/distinfo Fri Sep 13 10:05:05 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2024/07/27 06:37:49 iquiw Exp $
+$NetBSD: distinfo,v 1.14 2024/09/13 10:05:05 wiz Exp $
BLAKE2s (cloud.google.com_go_@v_v0.115.0.mod) = be73b56191c6ed27067e0f66eace2fccd258b7c741ad255dde5454a2d93718fd
SHA512 (cloud.google.com_go_@v_v0.115.0.mod) = 9cb31211a07a39b2a2d3cf396958ec875a75eaf8fdaa6d3084c09acefdc8153101ebf6e9e95dec5285d21d7d0b7b5f90643f19f37ed07d8554ee23e6b028ade1
@@ -1011,6 +1011,6 @@ Size (honnef.co_go_tools_@v_v0.0.0-20190
BLAKE2s (honnef.co_go_tools_@v_v0.0.0-20190523083050-ea95bdfd59fc.mod) = 38e66bb2bbbbabd21beff5a5718735267b1611dbdf7da56c7fb6500d6cb784f1
SHA512 (honnef.co_go_tools_@v_v0.0.0-20190523083050-ea95bdfd59fc.mod) =
d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce
Size (honnef.co_go_tools_@v_v0.0.0-20190523083050-ea95bdfd59fc.mod) = 26 bytes
-BLAKE2s (restic-0.17.0.tar.gz) = 2ddec4db83cfa6b7881742b8b7ac789db44d37110face1e22cd01836c93a2799
-SHA512 (restic-0.17.0.tar.gz) = f9b91844f8eec7b462af05bf210c489c440ef7e8d2a5109aed4c1ead5988d722c74ca84ba770270e65c683e1c973ed0d36a3a218f2170da936d84028a264938b
-Size (restic-0.17.0.tar.gz) = 24093378 bytes
+BLAKE2s (restic-0.17.1.tar.gz) = 677de5b3183338df430ff738bda95949f50c39e356563a7d89d5956d6a9b5db9
+SHA512 (restic-0.17.1.tar.gz) = 668b41cff65a81c7458b58c622a35bbbc4f73561e78af399440050744d18d751cab3030163a4c192091f1e21755c6988b94fbb6dd2dc47c626582fea8711f574
+Size (restic-0.17.1.tar.gz) = 24104588 bytes
Home |
Main Index |
Thread Index |
Old Index