Skip to content

Commit

Permalink
restic: update to 0.16.1.
Browse files Browse the repository at this point in the history
restic 0.16.1 has been released! It contains an important bug fix
which prevents data corruption when compression is set to max.

Summary

    Fix #4513: Make key list command honor --no-lock
    Fix #4516: Do not try to load password on command line autocomplete
    Fix #4523: Update zstd library to fix possible data corruption at max. compression
    Chg #4532: Update dependencies and require Go 1.19 or newer
    Enh #229: Show progress bar while loading the index
    Enh #4128: Automatically set GOMAXPROCS in resource-constrained containers
    Enh #4480: Allow setting REST password and username via environment variables
    Enh #4511: Include inode numbers in JSON output for find and ls commands
    Enh #4519: Add config option to set SFTP command arguments
  • Loading branch information
0-wiz-0 committed Oct 25, 2023
1 parent 17172f5 commit fe87802
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 456 deletions.
5 changes: 2 additions & 3 deletions sysutils/restic/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.37 2023/10/15 12:04:32 bsiegert Exp $
# $NetBSD: Makefile,v 1.38 2023/10/25 09:54:56 wiz Exp $

DISTNAME= restic-0.16.0
PKGREVISION= 3
DISTNAME= restic-0.16.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=restic/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit fe87802

Please sign in to comment.