Age | Commit message (Expand) | Author |
2020-02-14 | Merge branch 'master' into core-updates | Marius Bakke |
2020-02-12 | gnu: rsnapshot: Update to 1.4.3....* gnu/packages/backup.scm (rsnapshot): Update to 1.4.3.
[arguments]: Disable broken test.
| Tobias Geerinckx-Rice |
2020-01-23 | Merge branch 'staging' into core-updates | Marius Bakke |
2020-01-23 | gnu: burp: Update to 2.3.20....* gnu/packages/backup.scm (burp): Update to 2.3.20.
| Tobias Geerinckx-Rice |
2020-01-08 | gnu: libarchive: Update to 3.4.1....* gnu/packages/backup.scm (libarchive): Update to 3.4.1.
[source](uri): Change to ".xz" tarball.
| Marius Bakke |
2019-12-05 | Merge branch 'master' into core-updates | Marius Bakke |
2019-11-24 | gnu: restic: Update to 0.9.6....* gnu/packages/backup.scm (restic): Update to 0.9.6.
| Tobias Geerinckx-Rice |
2019-11-16 | Merge remote-tracking branch master into core-updates | Mathieu Othacehe |
2019-11-02 | gnu: rdup: Fix build, disable encryption....* gnu/packages/backup.scm (nettle)[inputs]: Remove nettle.
[arguments]: Add ‘disable-failing-tests’ phase.
| Tobias Geerinckx-Rice |
2019-11-02 | gnu: rdup: Don't use unstable tarball....* gnu/packages/backup.scm (rdup)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: backup: Remove my copyright....This is a follow-up of 7757f440449, where my copyright is not needed.
* gnu/packages/backup.scm: Remove my copyright.
| Mathieu Othacehe |
2019-10-20 | 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.
| Mathieu Othacehe |
2019-09-24 | gnu: libarchive: Fix cross-compilation....* gnu/packages/backup.scm (libarchive)[arguments]: Do not build and run tests
when cross-compiling.
| Mathieu Othacehe |
2019-07-31 | 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.
| Marius Bakke |
2019-07-31 | gnu: libarchive: Do not build 'libarchive.a'....* gnu/packages/backup.scm (libarchive)[arguments]: Add <#:configure-flags>.
| Marius Bakke |
2019-07-31 | 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.
| Marius Bakke |
2019-07-22 | Merge branch 'master' into core-updates | Marius Bakke |
2019-07-22 | 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.
| Marius Bakke |
2019-07-17 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-07-16 | gnu: hdup: Use archived home page....* gnu/packages/backup.scm (hdup)[home-page]: Load from archive.org.
| Tobias Geerinckx-Rice |
2019-07-02 | gnu: libarchive: Remove GCC5 workaround....* gnu/packages/backup.scm (libarchive)[arguments]: Remove <#:configure-flags>.
| Marius Bakke |
2019-06-15 | 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.
| Marius Bakke |
2019-06-13 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-06-04 | 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.
| Tobias Geerinckx-Rice |
2019-05-26 | gnu: duplicity: Update to 0.7.19....* gnu/packages/backup.scm (duplicity): Update to 0.7.19.
| Tobias Geerinckx-Rice |
2019-05-25 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-05-20 | gnu: restic: Update to 0.9.5....* gnu/packages/backup.scm (restic): Update to 0.9.5.
| Tobias Geerinckx-Rice |
2019-05-20 | gnu: wimlib: Update to 1.13.1....* gnu/packages/backup.scm (wimlib): Update to 1.13.1.
| Tobias Geerinckx-Rice |
2019-05-17 | 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.
| Leo Famulari |
2019-05-14 | gnu: burp: Update to 2.3.6....* gnu/packages/backup.scm (burp): Update to 2.3.6.
| Björn Höfling |
2019-05-06 | 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".
| Maxim Cournoyer |
2019-05-01 | Merge branch 'master' into core-updates | Marius Bakke |
2019-04-14 | gnu: burp: Update to 2.3.4....* gnu/packages/backup.scm (burp): Update to 2.3.4.
| Tobias Geerinckx-Rice |
2019-04-11 | gnu: duplicity: Update to 0.7.18.2....* gnu/packages/backup.scm (duplicity): Update to 0.7.18.2.
| Tobias Geerinckx-Rice |
2019-03-23 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-03-16 | gnu: burp: Update to 2.3.2....* gnu/packages/backup.scm (burp): Update to 2.3.2.
| Tobias Geerinckx-Rice |
2019-03-01 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-02-25 | 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.
| Leo Famulari |
2019-02-24 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-02-21 | gnu: restic: Update to 0.9.4....* gnu/packages/backup.scm (restic): Update to 0.9.4.
| Tobias Geerinckx-Rice |
2019-02-21 | gnu: wimlib: Don't use NAME in source URI....* gnu/packages/backup.scm (wimlib)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-02-21 | gnu: wimlib: Update to 1.13.0....* gnu/packages/backup.scm (wimlib): Update to 1.13.0.
| Tobias Geerinckx-Rice |
2019-02-20 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-02-17 | gnu: Borg: Remove unused dependencies....This is a followup to commit e191e8485950477b2da37f23fd0d611e1e3f92e0.
* gnu/packages/backup.scm (borg)[native-inputs]: Remove python-sphinx and
python-guzzle-sphinx-theme.
| Leo Famulari |
2019-02-15 | 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.
| Leo Famulari |
2019-02-13 | gnu: Add burp....* gnu/packages/backup.scm (burp): New variable.
| Ricardo Wurmus |
2019-02-07 | 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.
| Marius Bakke |
2019-02-04 | gnu: borg: Make man pages reproducible....* gnu/packages/backup.scm (borg)[arguments]: Add
"remove-documentation-timestamps" phase.
| Ricardo Wurmus |
2019-01-25 | gnu: attic: Use PYPI-URI....* gnu/packages/backup.scm (attic)[source]: Use PYPI-URI.
| Ricardo Wurmus |
2019-01-16 | gnu: Move dbm databases to new module....* gnu/packages/databases.scm (gdbm, bdb, bdb-5.3): Move from here...
* gnu/packages/dbm.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/audio.scm,
gnu/packages/avahi.scm,
gnu/packages/backup.scm,
gnu/packages/cobol.scm,
gnu/packages/cyrus-sasl.scm,
gnu/packages/databases.scm,
gnu/packages/finance.scm,
gnu/packages/game-development.scm,
gnu/packages/gnome.scm,
gnu/packages/guile.scm,
gnu/packages/ibus.scm,
gnu/packages/kerberos.scm,
gnu/packages/linux.scm,
gnu/packages/mail.scm,
gnu/packages/man.scm,
gnu/packages/nvi.scm,
gnu/packages/openldap.scm,
gnu/packages/package-management.scm,
gnu/packages/php.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/sawfish.scm: Update module references.
| Ricardo Wurmus |