Commit graph

220 commits

Author SHA1 Message Date
Ricardo Wurmus e174231863
gnu: Add one more missing module import.
This is a follow-up to commit 61fc72d3ac.

* gnu/packages/backup.scm: Add missing import of (gnu packages protobuf).
2020-04-30 14:44:45 +02:00
Ricardo Wurmus 4ac3996036
gnu: Add missing module import.
This is a follow-up to commit 61fc72d3ac.

* gnu/packages/backup.scm: Add missing import of (guix build-system cmake).
2020-04-30 14:41:53 +02:00
Nicolas Goaziou 61fc72d3ac
gnu: Add zbackup.
* gnu/packages/backup.scm (zbackup): New variable.
2020-04-30 14:04:05 +02:00
Leo Famulari 5a8ef3c127
gnu: Use the test-only time zone database where appropriate.
* gnu/packages/backup.scm (duplicity)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-for-tests.
* gnu/packages/finance.scm (ledger): Likewise.
* gnu/packages/compression.scm (lhasa)[native-inputs]: Use tzdata-for-tests.
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Likewise.
* gnu/packages/databases.scm (mongodb)[native-inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[native-inputs]: Likewise.
2020-04-17 17:26:56 -04:00
Tobias Geerinckx-Rice 9c118d3a5c
gnu: burp: Update to 2.3.24.
* gnu/packages/backup.scm (burp): Update to 2.3.24.
2020-04-10 23:27:15 +02:00
Tobias Geerinckx-Rice 22ade2684a
gnu: burp: Extend test time-outs.
* gnu/packages/backup.scm (burp)[arguments]: Add a new
‘extend-test-time-outs’ phase.
2020-04-10 23:27:11 +02:00
Ludovic Courtès 23b3947897
gnu: libchop: Build against libtirpc and related tools.
* gnu/packages/backup.scm (libchop)[source]: Add 'modules' and 'snippet'.
[arguments]: Add #:configure-flags; add 'set-libtirpc-include-path' phase.
[native-inputs]: Add RPCSVC-PROTO.
[inputs]: Add LIBTIRPC.
2020-03-22 16:49:47 +01:00
Leo Famulari d7af0202a4
gnu: Borg: Update to 1.1.11.
* gnu/packages/backup.scm (borg): Update to 1.1.11.
2020-03-11 21:39:23 -04:00
Tobias Geerinckx-Rice 7969789efe
gnu: rsnapshot: Use HTTPS home page.
* gnu/packages/backup.scm (rsnapshot)[home-page]: Use HTTPS.
2020-02-17 17:12:47 +01:00
Tobias Geerinckx-Rice c57c648bfd
gnu: rsnapshot: Update to 1.4.3.
* gnu/packages/backup.scm (rsnapshot): Update to 1.4.3.
[arguments]: Disable broken test.
2020-02-12 05:00:45 +01:00
Tobias Geerinckx-Rice 9d3331fcc1
gnu: burp: Update to 2.3.20.
* gnu/packages/backup.scm (burp): Update to 2.3.20.
2020-01-23 00:06:51 +01:00
Tobias Geerinckx-Rice 40df1928d6
gnu: restic: Update to 0.9.6.
* gnu/packages/backup.scm (restic): Update to 0.9.6.
2019-11-24 13:32:58 +01:00
Tobias Geerinckx-Rice d939b2955d
gnu: rdup: Fix build, disable encryption.
* gnu/packages/backup.scm (nettle)[inputs]: Remove nettle.
[arguments]: Add ‘disable-failing-tests’ phase.
2019-11-02 00:36:02 +01:00
Tobias Geerinckx-Rice 658ef2ecdd
gnu: rdup: Don't use unstable tarball.
* gnu/packages/backup.scm (rdup)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-11-02 00:36:01 +01:00
Mathieu Othacehe 6dc424f924
gnu: backup: Remove my copyright.
This is a follow-up of 7757f44044, where my copyright is not needed.

* gnu/packages/backup.scm: Remove my copyright.
2019-10-21 10:10:51 +02:00
Mathieu Othacehe 7757f44044
gnu: obnam: Remove this package.
This package is abandoned and does not build anymore due to dependencies to
old versions of python packages such as pylint.

* gnu/packages/backup.scm (obnam): Remove variable.
2019-10-20 08:21:07 +02:00
Marius Bakke 1664e2ab39
gnu: libarchive: Embed absolute references to required libraries in .la file.
* gnu/packages/backup.scm (libarchive)[arguments]: Substitute -lfoo compiler
flags with absolute references in libarchive.la, in addition to libarchive.pc.
2019-07-31 14:41:36 +02:00
Marius Bakke f8071e9b3b
gnu: libarchive: Do not build 'libarchive.a'.
* gnu/packages/backup.scm (libarchive)[arguments]: Add <#:configure-flags>.
2019-07-31 14:41:36 +02:00
Marius Bakke 80ba43b5f8
gnu: libarchive: Enable zstd support.
CMake 3.15 has a test that expects zstd to be enabled.  It adds ~1 MiB to the
closure size.

* gnu/packages/backup.scm (libarchive)[inputs]: Add ZSTD:LIB.  Sort
alphabetically.
[arguments]: Adjust one of the zstd tests.  Adjust libarchive.pc.
2019-07-31 14:41:36 +02:00
Marius Bakke ccad0e4d69
Merge branch 'master' into core-updates 2019-07-22 18:58:48 +02:00
Marius Bakke ec0de9d8bc
gnu: zstd: Move libraries to separate outputs.
* gnu/packages/compression.scm (zstd)[outputs]: New field.
[arguments]: Add phase 'adjust-libary-locations'.  Pass LIBDIR and INCLUDEDIR
in <#:make-flags>.
* gnu/packages/backup.scm (borg)[inputs]: Change ZSTD to ZSTD:LIB.
* gnu/packages/sync.scm (casync)[inputs]: Likewise.
* gnu/packages/tor.scm (tor)[inputs]: Likewise.
* gnu/packages/linux.scm (btrfs-progs)[inputs]: Likewise.  Add ZSTD:STATIC.
2019-07-22 16:22:22 +02:00
Ludovic Courtès 64de896a71
Merge branch 'master' into core-updates 2019-07-17 15:51:10 +02:00
Tobias Geerinckx-Rice 4a635d3d6e
gnu: hdup: Use archived home page.
* gnu/packages/backup.scm (hdup)[home-page]: Load from archive.org.
2019-07-16 23:00:10 +02:00
Marius Bakke 7ce9139f96
gnu: libarchive: Remove GCC5 workaround.
* gnu/packages/backup.scm (libarchive)[arguments]: Remove <#:configure-flags>.
2019-07-02 21:30:43 +02:00
Marius Bakke 549f4091c1
gnu: libarchive: Update to 3.4.0.
* gnu/packages/patches/libarchive-CVE-2018-1000877.patch,
gnu/packages/patches/libarchive-CVE-2018-1000878.patch,
gnu/packages/patches/libarchive-CVE-2018-1000880.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/backup.scm (libarchive): Update to 3.4.0.
[source](uri): Add alternative download location.
[source](patches): Remove.
2019-06-15 23:47:34 +02:00
Ludovic Courtès d9bbfe042e
Merge branch 'master' into core-updates 2019-06-13 13:24:35 +02:00
Tobias Geerinckx-Rice d46fc636e6
gnu: borg: Update to 1.1.10.
* gnu/packages/backup.scm (borg): Update to 1.1.10.
[source]: Remove upstreamed patch.
Remove msgpack and broken references to it.
[arguments]: Add ‘use-system-msgpack’ phase.
* gnu/packages/patches/borg-fix-hard-link-preloading.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-06-04 22:19:33 +02:00
Tobias Geerinckx-Rice 8a8597819e
gnu: duplicity: Update to 0.7.19.
* gnu/packages/backup.scm (duplicity): Update to 0.7.19.
2019-05-26 03:27:33 +02:00
Marius Bakke 57df83e07d
Merge branch 'staging' into core-updates 2019-05-25 00:25:15 +02:00
Tobias Geerinckx-Rice dd5fbf613a
gnu: restic: Update to 0.9.5.
* gnu/packages/backup.scm (restic): Update to 0.9.5.
2019-05-20 04:16:05 +02:00
Tobias Geerinckx-Rice 558d36e6bf
gnu: wimlib: Update to 1.13.1.
* gnu/packages/backup.scm (wimlib): Update to 1.13.1.
2019-05-20 04:16:05 +02:00
Leo Famulari 08eafef865
gnu: Borg: Fix a hang in the test suite.
* gnu/packages/patches/borg-fix-hard-link-preloading.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/backup.scm (borg)[source]: Use it.
2019-05-17 07:57:55 -04:00
Björn Höfling 46ca002d1c
gnu: burp: Update to 2.3.6.
* gnu/packages/backup.scm (burp):  Update to 2.3.6.
2019-05-14 14:19:19 +02:00
Maxim Cournoyer fb09818277
gnu: restic: Fix build.
This fixes a regression introduced by commit f42e4ebb56.

* gnu/packages/backup.scm (restic)[arguments]: Remove "unpack-path" argument.
[phases]{build, check, install, install-docs}: Update the working directory to
"src/github.com/restic/restic".
2019-05-06 22:36:43 -04:00
Marius Bakke 3b458d5462
Merge branch 'master' into core-updates 2019-05-01 23:11:41 +02:00
Tobias Geerinckx-Rice 8ce7520d09
gnu: burp: Update to 2.3.4.
* gnu/packages/backup.scm (burp): Update to 2.3.4.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 2188eb7654
gnu: duplicity: Update to 0.7.18.2.
* gnu/packages/backup.scm (duplicity): Update to 0.7.18.2.
2019-04-11 05:32:47 +02:00
Marius Bakke 8c14f7f8a7
Merge branch 'staging' into core-updates 2019-03-23 23:16:55 +01:00
Tobias Geerinckx-Rice a7874ac60d
gnu: burp: Update to 2.3.2.
* gnu/packages/backup.scm (burp): Update to 2.3.2.
2019-03-16 23:32:41 +01:00
Marius Bakke f5e563e50a
Merge branch 'staging' into core-updates 2019-03-01 17:40:51 +01:00
Leo Famulari 584dbd8568
gnu: librsync: Update to 2.0.2.
* gnu/packages/rsync.scm (librsync): Update to 2.0.2.
[source]: Update source URL.
[build-system]: Use cmake-build-system.
[inputs]: Add popt.
[arguments]: Remove field.
(librsync-0.9): New variable.
* gnu/packages/backup.scm (btar, duplicity, rdiff-backup)[inputs]: Use
librsync-0.9.
2019-02-25 18:23:06 -05:00
Marius Bakke 9a6b8c9fa3
Merge branch 'staging' into core-updates 2019-02-24 21:26:58 +01:00
Tobias Geerinckx-Rice 0e296c064d
gnu: restic: Update to 0.9.4.
* gnu/packages/backup.scm (restic): Update to 0.9.4.
2019-02-21 17:26:46 +01:00
Tobias Geerinckx-Rice 1a05bce275
gnu: wimlib: Don't use NAME in source URI.
* gnu/packages/backup.scm (wimlib)[source]: Hard-code NAME.
2019-02-21 17:26:46 +01:00
Tobias Geerinckx-Rice fb6112e953
gnu: wimlib: Update to 1.13.0.
* gnu/packages/backup.scm (wimlib): Update to 1.13.0.
2019-02-21 17:26:45 +01:00
Marius Bakke 901236474a
Merge branch 'staging' into core-updates 2019-02-20 17:19:00 +01:00
Leo Famulari d4c0053e55
gnu: Borg: Remove unused dependencies.
This is a followup to commit e191e84859.

* gnu/packages/backup.scm (borg)[native-inputs]: Remove python-sphinx and
python-guzzle-sphinx-theme.
2019-02-17 13:23:49 -05:00
Leo Famulari e191e84859
gnu: Borg: Update to 1.1.9.
* gnu/packages/backup.scm (borg): Update to 1.1.9.
[arguments]: Remove the 'remove-documentation-timestamps' phase and adjust the
'install-doc' phase to ensure the manual pages are not a source of
non-determinism.
2019-02-15 10:16:18 -05:00
Ricardo Wurmus 7b9b203a52
gnu: Add burp.
* gnu/packages/backup.scm (burp): New variable.
2019-02-13 15:22:59 +01:00
Marius Bakke a5be549e39
gnu: libarchive: Remove graft for 3.3.3.
* gnu/packages/patches/libarchive-CVE-2017-14166.patch,
gnu/packages/patches/libarchive-CVE-2017-14502.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/backup.scm (libarchive): Update to 3.3.3.
[source](patches): Adjust for 3.3.3.
[replacement]: Remove field.
(libarchive-3.3.3): Remove variable.
2019-02-07 22:10:17 +01:00