diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-16 16:04:53 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-12-16 16:33:32 -0500 |
commit | e908a5af89614987302b32ac84e7d3af1c33e549 (patch) | |
tree | ad1f2a93cfb7583d1524f151b82792d69a6956f1 /gnu/local.mk | |
parent | dafc3dafeada11e4df043bf751a611b1ac8fc22a (diff) | |
download | guix-e908a5af89614987302b32ac84e7d3af1c33e549.tar guix-e908a5af89614987302b32ac84e7d3af1c33e549.tar.gz |
gnu: borg: Fix a data loss bug.
See <https://github.com/borgbackup/borg/issues/3444> for more information.
* gnu/packages/patches/borg-fix-archive-corruption-bug.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/backup.scm (borg)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0e93f9f102..d4237b54d7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -558,6 +558,7 @@ dist_patch_DATA = \ %D%/packages/patches/binutils-ld-new-dtags.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/blast+-fix-makefile.patch \ + %D%/packages/patches/borg-fix-archive-corruption-bug.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/cairo-CVE-2016-9082.patch \ %D%/packages/patches/calibre-no-updates-dialog.patch \ |