pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

restic: Update to 0.9.5



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Apr 27 21:00:03 2019 +0900
Changeset:	9ab29386491072b18dad9e61f3cdd1c03d12fe02

Modified Files:
	restic/Makefile
	restic/distinfo

Log Message:
restic: Update to 0.9.5

Changelog Summary:

 * Fix #2135: Return error when no bytes could be read from stdin
 * Fix #2181: Don't cancel timeout after 30 seconds for self-update
 * Fix #2203: Fix reading passwords from stdin
 * Fix #2224: Don't abort the find command when a tree can't be loaded
 * Enh #1895: Add case insensitive include & exclude options
 * Enh #1937: Support streaming JSON output for backup
 * Enh #2155: Add Openstack application credential auth for Swift
 * Enh #2184: Add --json support to forget command
 * Enh #2037: Add group-by option to snapshots command
 * Enh #2124: Ability to dump folders to tar via stdout
 * Enh #2139: Return error if no bytes could be read for `backup --stdin`
 * Enh #2205: Add --ignore-inode option to backup cmd
 * Enh #2220: Add config option to set S3 storage class

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ab29386491072b18dad9e61f3cdd1c03d12fe02

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 restic/Makefile | 3 +--
 restic/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/restic/Makefile b/restic/Makefile
index e4e245ec84..c94ecd7796 100644
--- a/restic/Makefile
+++ b/restic/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	restic-0.9.4
-PKGREVISION=	1
+PKGNAME=	restic-0.9.5
 DISTNAME=	restic-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=restic/}
diff --git a/restic/distinfo b/restic/distinfo
index 138f377854..1b31539a48 100644
--- a/restic/distinfo
+++ b/restic/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (restic-v0.9.4.tar.gz) = fb1e31bef3b88ea0e9b8d9df35845cda5ae24aa2
-RMD160 (restic-v0.9.4.tar.gz) = d238be95e011ca2b7c04c65c58e8f51060ca241a
-SHA512 (restic-v0.9.4.tar.gz) = 8e75a1da6ee9a364c2bf53ce8f9b014549e7065eae349dc6baf68b0e8a8e9736f83c0495b822aac87480751f448bd42da34c440290b5f0967aea7becda5c448b
-Size (restic-v0.9.4.tar.gz) = 26211163 bytes
+SHA1 (restic-v0.9.5.tar.gz) = 7dbfee8a2a11be34e12d416373eb4a660b06b734
+RMD160 (restic-v0.9.5.tar.gz) = 3d2c4fd1ca9acb64425877c90927528342ff5271
+SHA512 (restic-v0.9.5.tar.gz) = 2541b4d70d23d28360c4398427d65ed08a5eea8c171b93be7b7d54baa7b06099f5473ff2fbe3d6b3d6691592300062ba1b240cc03772868d2a0adb1217c8a85f
+Size (restic-v0.9.5.tar.gz) = 26933971 bytes


Home | Main Index | Thread Index | Old Index