Léo Gaspard
4ee87cfead
Merge pull request #113620 from imlonghao/borgmatic
...
borgmatic: init at 1.5.12
2021-03-10 18:13:04 +01:00
Lassulus
9279d307f3
Merge pull request #113898 from ck3d/ck3d-fix-bup-par2
...
bup: Fix par2 path patching
2021-03-07 11:54:27 +01:00
Fabian Affolter
b377158579
Merge pull request #115077 from r-ryantm/auto-update/bupstash
...
bupstash: 0.6.4 -> 0.7.0
2021-03-05 08:50:32 +01:00
R. RyanTM
6d362be608
bupstash: 0.6.4 -> 0.7.0
2021-03-04 13:13:42 +00:00
imlonghao
c026da4056
borgmatic: init at 1.5.12
2021-03-04 13:01:03 +08:00
Domen Kožar
52041b5d02
remove myself from a bunch of software I no longer use/maintain
2021-03-03 10:50:26 +00:00
timds
4e2b38d137
wal-g: enable support for brotli compression
...
Brotli support was always on until v0.2.10. It is enabled by default
in the wal-g's 'official' releases and build instructions, so it makes
sense to enable it in nixpkgs too.
wal-g has a Makefile (not used by nixpkgs) which statically links to
brotli v1.0.7 (a C library). Nixpkgs dynamically links to brotli
v1.0.9.
2021-03-01 17:13:55 +01:00
Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01:00
Simon Bruder
59f5c54916
restic: 0.11.0 -> 0.12.0 ( #114329 )
2021-02-25 23:00:20 +01:00
Sandro Jäckel
e688a0124b
btrbk: remove unused input
2021-02-23 15:58:34 +01:00
Christian Kögler
5e652b35db
Update pkgs/tools/backup/bup/default.nix
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-22 23:18:24 +01:00
Christian Kögler
442c078376
bup: Fix par2 path patching
...
Because of Python 3 compatibility change in bup 0.30.1 the substitution fails.
2021-02-21 14:15:14 +01:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
David Anderson
2bb5ff0da2
zrepl: init at 0.3.1.
...
Signed-off-by: David Anderson <dave@natulte.net>
2021-02-17 20:18:30 -08:00
Sandro Jäckel
090a5827dc
sanoid: remove unused input
2021-02-18 00:00:44 +01:00
Sandro Jäckel
a494f92d9c
btrbk: remove stale substituteInPlace
2021-02-16 06:56:20 +01:00
R. RyanTM
d4184932e2
bacula: 11.0.0 -> 11.0.1
2021-02-09 22:13:04 +00:00
R. RyanTM
921b163516
dump: 0.4b46 -> 0.4b47
2021-02-04 07:51:57 +00:00
Sandro
4f93b4c80d
Merge pull request #108176 from StephenWithPH/duplicity-0.8.17
...
duplicity: 0.8.15 -> 0.8.17
2021-01-31 19:40:39 +01:00
R. RyanTM
142a7ede61
duply: 2.2 -> 2.3
2021-01-30 20:43:02 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Guillaume Girol
c3bb176525
Merge pull request #99418 from woffs/stenc-1.0.8
...
stenc: 1.0.7 -> 1.0.8
2021-01-23 15:02:24 +00:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset
2021-01-22 09:31:07 +01:00
zowoq
2ab13ca162
treewide: add final newline
2021-01-22 07:40:43 +10:00
zowoq
59b83c43e0
treewide: add final newline
2021-01-22 07:18:04 +10:00
Frank Doepper
5dd1286cfa
stenc: 1.0.7 -> 1.0.8
2021-01-21 20:49:15 +01:00
R. RyanTM
6a1ed983ba
monolith: 2.3.1 -> 2.4.0
2021-01-20 05:19:53 +00:00
zowoq
e75795a548
iceshelf: use spaces for indentation
2021-01-20 10:53:10 +10:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
R. RyanTM
f020af824d
bup: 0.31 -> 0.32
2021-01-19 08:25:00 +00:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Sandro
a588b71b37
Merge pull request #107720 from freezeboy/update-bacula
...
bacula: 9.6.6 -> 11.0.0
2021-01-12 01:51:25 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Frederik Rietdijk
0c42bb5027
Merge master into staging-next
2021-01-10 15:50:49 +01:00
Sandro
b80f4f1a31
Merge pull request #108638 from andrewchambers/bupstash
...
bupstash: init at 0.6.4
2021-01-10 12:47:51 +01:00
Andrew Chambers
0380ee437b
bupstash: init at 0.6.4
2021-01-10 22:58:42 +13:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
...
b04fc593e7
seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro Jäckel
ac391fdc0b
pythonPackages:google*: Noramlize names by replacing _ with -
2021-01-06 23:59:50 +01:00
Sandro Jäckel
ffced65cee
grab-site: Fix package
2021-01-06 11:05:14 +01:00
github-actions[bot]
f0187a2cf3
Merge staging-next into staging
2021-01-04 12:26:43 +00:00
Peter Simons
4a55ebeca2
Merge pull request #104089 from enolan/fix-duplicity-s3-deps
...
duplicity: add missing deps for S3
2021-01-04 11:44:41 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
StephenWithPH
28ed82c18e
duplicity: 0.8.15 -> 0.8.17
2021-01-01 14:25:55 -08:00
Sandro
cf35082db7
Merge pull request #107767 from Dyazz/master
2020-12-30 19:25:52 +01:00
Dyazz
2a1fcb02eb
duplicacy: 2.3.0 -> 2.7.2
2020-12-29 20:37:31 +01:00
Sandro
e3bca76d74
Merge pull request #97268 from StephenWithPH/duplicity_0.8.15
...
duplicity: 0.8.13 -> 0.8.15
2020-12-29 14:45:18 +01:00
freezeboy
b66f058803
bacula: 9.6.6 -> 11.0.0
2020-12-28 14:31:12 +01:00
Martin Weinelt
541bab0533
borgbackup: 1.1.14 -> 1.1.15
2020-12-25 23:29:17 +01:00
Ollie Charles
1675b11cd4
Remove myself from maintainers sets
...
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
Mario Rodas
3c22950438
wal-g: 0.2.18 -> 0.2.19
...
https://github.com/wal-g/wal-g/releases/tag/v0.2.19
2020-11-30 04:20:00 +00:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Frederik Rietdijk
da12fc6838
Merge staging-next into staging
2020-11-18 15:36:56 +01:00
Kevin Cox
9f035ff857
Merge pull request #103205 from rajivr/update-zfsbackup-go
...
zfsbackup: update unstable-2019-03-05 -> unstable-2020-09-30
2020-11-17 17:04:08 -05:00
Echo Nolan
9c54156b09
duplicity: add missing boto3 dependency for new S3 backend
2020-11-17 12:21:26 -08:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
Ryan Mulligan
f2f547aa16
Merge pull request #103661 from r-ryantm/auto-update/dar
...
dar: 2.6.12 -> 2.6.13
2020-11-14 06:57:40 -08:00
R. RyanTM
e4ac103c7d
dar: 2.6.12 -> 2.6.13
2020-11-13 06:08:30 +00:00
Mario Rodas
dce3b4517f
wal-g: 0.2.17 -> 0.2.18
2020-11-13 04:20:00 +00:00
Jonas Chevalier
a7cb88c3de
tree-wide: unify Bash completions outputs ( #103421 )
...
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12 21:22:18 +00:00
Rajiv Ranganath
dbef34ef3a
zfsbackup: update unstable-2019-03-05 -> unstable-2020-09-30
...
Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>
2020-11-10 02:55:44 +00:00
Bruno Bigras
28860ab1ad
restic: 0.10.0 -> 0.11.0
2020-11-08 00:57:56 -05:00
Robert Schütz
c8d6ea6925
restic-rest-server: 0.9.7 -> 0.10.0
2020-11-08 12:25:00 +10:00
zowoq
214e19c049
kopia: drop vendor workaround
2020-11-06 13:55:46 +10:00
Mario Rodas
bf2d0b9b68
Merge pull request #101303 from r-ryantm/auto-update/bacula
...
bacula: 9.6.5 -> 9.6.6
2020-11-02 18:16:17 -05:00
Pavol Rusnak
2c931312ce
treewide: simplify rev/repo arguments in src
...
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
freezeboy
e7b7e617f0
wal_e: 0.6.10 -> 1.1.1
...
Also refactor to use python3
And add support for google-cloud-storage
2020-11-01 23:48:30 +01:00
Matthew Kenigsberg
b5faf8e4c6
amazon-glacier-cmd-interface: remove package
...
Last real upstream activity appears to be ~6 years ago and depends on
python2 packages that will soon be vulnerable
Helps #101964
2020-10-30 11:44:57 -05:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
R. RyanTM
b7fdb27f73
dar: 2.6.10 -> 2.6.12
2020-10-25 10:11:41 +01:00
r-burns
4e88622ac9
bacula: fix build on darwin ( #101526 )
2020-10-25 00:04:37 -04:00
Benjamin Hipple
d895524ae8
Merge pull request #101419 from SuperSandro2000/bdsync-0.11.2
...
bdsync: 0.11.1 -> 0.11.2
2020-10-24 23:06:05 -04:00
R. RyanTM
62f2bbc941
zfs-replicate: 1.1.14 -> 1.2.3
2020-10-24 22:43:36 +00:00
Sandro Jäckel
6dcc6f05b6
bdsync: 0.11.1 -> 0.11.2
2020-10-22 23:57:05 +02:00
gcv
604ccef15b
kopia: fix broken permissions on Darwin
...
Without the patched line, installation on Darwin fails with:
```mv: cannot move 'tmp-vendor' to 'vendor': Permission denied```
2020-10-22 22:57:08 +10:00
Michele Guerini Rocco
c5c468bda6
Merge pull request #100503 from rnhmjoj/bup
...
bup: use python3
2020-10-22 13:50:58 +02:00
R. RyanTM
7fc50eae84
bacula: 9.6.5 -> 9.6.6
2020-10-22 00:22:40 +00:00
Anderson Torres
fb9a2e7c9b
Merge pull request #100452 from bbigras/restic
...
restic: 0.9.6 -> 0.10.0
2020-10-20 14:41:08 -03:00
Arnout Engelen
5fd1bffa3b
borgbackup: update description
...
While it is true borg started as a fork of Attic, this is ancient history.
'attic fork' confused me, suggesting this was some custom fork of borgbackup
instead of the regular version.
2020-10-16 16:21:36 +02:00
rnhmjoj
23f735224c
bup: use python3
2020-10-14 17:03:10 +02:00
Frederik Rietdijk
b981eca057
Merge master into staging-next
2020-10-14 11:32:49 +02:00
Bruno Bigras
5a0b1947ed
restic: 0.9.6 -> 0.10.0
...
Co-authored-by: Martin Polden <mpolden@mpolden.no>
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
2020-10-13 18:55:49 -04:00
Bruno Bigras
762224af5f
kopia: 0.7.2 -> 0.7.3
2020-10-13 13:36:57 -04:00
Jan Tojnar
aabcf2d8f5
Merge branch 'master' into staging-next
2020-10-11 00:27:21 +02:00
Robert Scott
69519cfc27
Merge pull request #99052 from risicle/ris-partimage-fix
...
partimage: fix build
2020-10-10 19:04:39 +01:00
Vladimír Čunát
338b25697c
Merge branch 'master' into staging-next
...
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
> 3926 x86_64-darwin
> 4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Martin Weinelt
c161b0526c
borgbackup: 1.1.13 -> 1.1.14
...
https://github.com/borgbackup/borg/blob/1.1.14/docs/changes.rst#version-1114-2020-10-07
2020-10-07 03:01:09 +02:00
Frederik Rietdijk
692d219a93
Merge staging-next into staging
2020-10-06 10:25:58 +02:00
Bruno Bigras
310aaf5739
kopia: 0.7.1 -> 0.7.2
2020-10-05 10:59:15 -04:00
Robert Scott
5983c412d7
partimage: fix build
...
the move to glibc 2.30 broke the build of this old package, fortunately
debian have a patch to fix it
2020-09-29 00:45:11 +01:00
Jan Tojnar
32b4375f10
Merge branch 'staging-next' into staging
2020-09-29 00:12:29 +02:00
Bruno Bigras
fdae591c68
kopia: 0.7.0 -> 0.7.1 ( #98658 )
2020-09-24 21:45:23 +00:00
Jan Tojnar
d471c5d1f3
Merge branch 'staging-next' into staging
2020-09-24 23:09:00 +02:00
Mario Rodas
92a322a009
Merge pull request #98372 from bbigras/kopia
...
kopia: 0.6.4 -> 0.7.0
2020-09-23 23:13:34 -05:00
Frederik Rietdijk
7bff759fac
Merge staging-next into staging
2020-09-22 18:31:56 +02:00
Profpatsch
3c03a98235
duplicity: use new b2sdk python package
...
The backblaze library moved into the b2sdk package.
If it’s not used, duplicity fails loading the b2:// backend.
> BackendException: B2 backend requires B2 Python SDK (pip install
b2sdk)
2020-09-21 13:39:37 +02:00
Bruno Bigras
3c304a0fd6
kopia: 0.6.4 -> 0.7.0
2020-09-21 00:53:36 -04:00
WORLDofPEACE
34aaac6d7c
Merge branch 'staging-next' into staging
2020-09-20 18:41:15 -04:00
Mario Rodas
985530fa04
Merge pull request #97077 from bbigras/kopia
...
kopia: 0.6.2 -> 0.6.4
2020-09-13 22:14:35 -05:00
Thomas Tuegel
951ec9287a
mydumper: set MYSQL_INCLUDE_DIR
2020-09-12 06:58:26 -05:00
Lassulus
43240890aa
Merge pull request #85934 from falsifian/dump
...
dump: init at 0.4b46
2020-09-10 19:22:38 +02:00
stephenwithph
85d512e876
duplicity: 0.8.13 -> 0.8.15
2020-09-05 16:37:32 -07:00
Bruno Bigras
4374811fd2
kopia: 0.6.2 -> 0.6.4
2020-09-04 00:25:00 -04:00
Jörg Thalheim
95f87793c4
Merge pull request #96480 from Izorkin/dar
2020-08-31 06:54:45 +01:00
Frederik Rietdijk
9cae711388
grab-site: override Python package set with desired tornado version
2020-08-29 14:33:52 +02:00
Izorkin
d725486a67
dar: 2.6.9 -> 2.6.10
2020-08-27 18:31:22 +03:00
R. RyanTM
7a6435d20d
bup: 0.30.1 -> 0.31
2020-08-25 05:12:20 +00:00
Bruno Bigras
6030e27940
kopia: 0.6.0 -> 0.6.2
2020-08-16 17:04:50 -04:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
zowoq
a83a88db05
buildGoPackage: remove platform.all from packages
2020-08-15 19:34:47 -07:00
zowoq
42313b92bc
buildGoModule: remove platform.all from packages
2020-08-15 19:34:47 -07:00
Mario Rodas
debeb8781c
wal-g: add marsam to maintainers
2020-08-15 00:48:32 -07:00
Mario Rodas
66b8e7d51b
wal-g: 0.2.15 -> 0.2.17
2020-08-15 00:48:32 -07:00
Bruno Bigras
161ae49020
kopia: 0.5.2 -> 0.6.0
2020-08-11 02:29:38 -04:00
Yannick Markus
e6001db0f7
zfs-prune-snapshots: init at 1.1.0
2020-08-10 10:06:14 -07:00
zowoq
264475ce5b
buildGoModule packages: remove doCheck = true
2020-08-10 16:02:36 +10:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
Oleksii Filonenko
1f56d0ac65
Merge pull request #94796 from r-ryantm/auto-update/monolith
...
monolith: 2.3.0 -> 2.3.1
2020-08-06 20:25:28 +03:00
R. RyanTM
d3178c99cc
monolith: 2.3.0 -> 2.3.1
2020-08-06 14:56:49 +00:00
Bruno Bigras
72ff02c99b
kopia: init at 0.5.2
2020-08-05 14:26:32 -07:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
Jörg Thalheim
2d357db2e8
Merge pull request #92343 from Izorkin/percona-tools
2020-07-17 20:59:55 +01:00
R. RyanTM
d666802958
monolith: 2.2.7 -> 2.3.0
2020-07-16 08:02:10 +00:00
Imran Hossain
56191821ea
restic: Wrap binary with rclone
2020-07-05 16:25:06 -04:00
Izorkin
851467e0e1
percona-xtrabackup 8.0: init at 8.0.13
2020-07-05 18:19:08 +03:00
Izorkin
36e166f4fe
percona-xtrabackup 2.4: 2.4.12 -> 2.4.20
2020-07-05 17:56:11 +03:00
Ivan Kozik
7606a2ad79
grab-site: 2.1.16 -> 2.1.19
2020-06-20 02:35:29 +00:00
R. RyanTM
09a09c3aed
bacula: 9.6.3 -> 9.6.5
2020-06-17 11:44:16 -07:00
R. RyanTM
969b9f1ade
pyznap: 1.5.0 -> 1.6.0
2020-09-30 08:48:34 -07:00
Martin Weinelt
7fb84ea2f6
borgbackup: 1.1.11 -> 1.1.13
2020-06-07 01:18:54 +02:00
R. RyanTM
ae85fea87b
monolith: 2.2.6 -> 2.2.7
2020-06-06 13:13:02 +00:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
Domen Kožar
7c74817881
duplicati: 2.0.4.24 -> 2.0.5.1
2020-05-29 13:59:48 +02:00
R. RyanTM
ee1cc2b00b
duplicity: 0.8.12.1612 -> 0.8.13
2020-05-27 12:45:08 -07:00
Mario Rodas
1a4e8a10a7
Merge pull request #88865 from r-ryantm/auto-update/bup
...
bup: 0.30 -> 0.30.1
2020-05-25 06:43:48 -05:00
R. RyanTM
33b881f334
bup: 0.30 -> 0.30.1
2020-05-25 09:59:49 +00:00
Mario Rodas
3a3cbfd12b
monolith: enable on darwin
2020-05-24 23:23:23 -05:00
R. RyanTM
8198d23ed7
monolith: 2.2.5 -> 2.2.6
2020-05-25 00:08:48 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
Oleksii Filonenko
0581aa6ceb
monolith: 2.2.4 -> 2.2.5
2020-05-12 07:46:26 +00:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Frederik Rietdijk
9875bbae75
Merge master into staging-next
2020-05-05 19:51:09 +02:00
Jörg Thalheim
ff0da3ad81
Merge pull request #83257 from rail/znapzend-0.20.0
2020-05-05 15:20:15 +01:00
Frederik Rietdijk
00bbfccecf
Merge staging into staging-next
2020-05-01 09:28:45 +02:00
R. RyanTM
2bd71ff721
duplicity: 0.8.11.1596 -> 0.8.12.1612
2020-05-01 09:07:35 +02:00
Frederik Rietdijk
484ee79050
Merge staging-next into staging
2020-05-01 08:57:10 +02:00
Oleksii Filonenko
ca417e5c95
monolith: 2.2.2 -> 2.2.4
2020-04-29 13:33:01 +03:00
zowoq
b5dc07a4b4
treewide: use $out instead of $bin with buildGoPackage
2020-04-28 20:30:29 +10:00
zowoq
3e4f1e5b67
restic: use subPackages, installShellFiles
2020-04-27 16:48:25 +10:00
James Cook
df686d37aa
dump: init at 0.4b46
...
Tested by dumping a small filesystem and extracting files from the dump using
restore -i. It worked, but complained:
DUMP: WARNING: no file `/nix/store/y7r0q9l7663vii0j0lqlrwyi073z81n8-dump-0.4b46/etc/dumpdates'
2020-04-24 11:58:46 +00:00
Martin Milata
8dd46d4ffe
luckybackup: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
b98fa7cdb8
httraqt: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
zowoq
c217a1a7e8
wal-g: remove Security
...
Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:10:04 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Maximilian Bosch
20b2b79b4d
Merge pull request #84715 from filalex77/monolith-2.2.2
...
monolith: init at 2.2.2
2020-04-09 00:53:59 +02:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
...
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Oleksii Filonenko
457900c7c8
monolith: init at 2.2.2
2020-04-08 15:48:18 +03:00
R. RyanTM
c824f1ec1e
bacula: 9.6.2 -> 9.6.3
2020-04-07 13:02:04 -07:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock
2020-04-06 15:02:13 +02:00
sjau
6044fc2fc9
easysnap: 2019-02-17 -> 2020-04-04
2020-04-05 15:37:50 +02:00
Mario Rodas
237a07a7d5
wal-g: 0.2.14 -> 0.2.15
...
Changelog: https://github.com/wal-g/wal-g/releases/tag/v0.2.15
2020-03-24 04:20:00 -05:00
R. RyanTM
c7ca23e704
dar: 2.6.8 -> 2.6.9
2020-03-24 04:25:18 +00:00
Rail Aliiev
0c085950d7
znapzend: 0.18.0 -> 0.20.0
...
* Update znapzend and the dependencies
* add autoreconfHook
2020-03-23 21:26:36 -04:00
Matthew Bauer
0127594a93
Merge pull request #80778 from expipiplus1/restic-cross
...
restic: fix cross compilation
2020-03-21 23:18:51 -04:00
Mario Rodas
0badbdff21
Merge pull request #82841 from r-ryantm/auto-update/pyznap
...
pyznap: 1.4.3 -> 1.5.0
2020-03-20 06:20:00 -05:00
R. RyanTM
40b9ba1f96
pyznap: 1.4.3 -> 1.5.0
2020-03-18 10:46:36 +00:00
Jan Tojnar
fb9b0e7d46
Merge pull request #82400 from B4dM4n/duplicity-update
...
duplicity: 0.8.10 -> 0.8.11.1596
2020-03-15 13:32:10 +01:00
Benjamin Hipple
1285836756
rdedup: fix broken build
...
In the Rust platform builder, the attribute `cargoPatches` must be used if we
want to consistently apply a patch to the `Cargo.lock` in the vendored
`cargoDeps` and to the `Cargo.lock` in the `src` attribute.
This fixes the build by applying that patch consistently, so the coherency
checker in the newer Rust cargo builder passes.
2020-03-14 17:34:18 -07:00
Fabian Möller
766f89de3a
duplicity: 0.8.10 -> 0.8.11.1596
2020-03-11 12:43:50 +01:00
Florian Klink
a2aacb6989
Merge pull request #82052 from mweinelt/pr/borgbackup/1.1.11
...
borgbackup: 1.1.10 → 1.1.11
2020-03-08 16:26:36 -07:00
Martin Weinelt
dbff9b5479
borgbackup: 1.1.10 → 1.1.11
...
Version 1.1.11 (2020-03-08)
Compatibility notes:
When upgrading from borg 1.0.x to 1.1.x, please note:
read all the compatibility notes for 1.1.0*, starting from 1.1.0b1.
borg upgrade: you do not need to and you also should not run it.
borg might ask some security-related questions once after upgrading. You can answer them either manually or via environment variable. One known case is if you use unencrypted repositories, then it will ask about a unknown unencrypted repository one time.
your first backup with 1.1.x might be significantly slower (it might completely read, chunk, hash a lot files) - this is due to the --files-cache mode change (and happens every time you change mode). You can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible mode (but that is less safe for detecting changed files than the default). See the --files-cache docs for details.
1.1.11 removes WSL autodetection (Windows 10 Subsystem for Linux). If WSL still has a problem with sync_file_range, you need to set BORG_WORKAROUNDS=basesyncfile in the borg process environment to work around the WSL issue.
Fixes:
fixed potential index corruption / data loss issue due to bug in hashindex_set, #4829 Please read and follow the more detailled notes close to the top of this document.
upgrade bundled xxhash to 0.7.3, #4891 0.7.2 is the minimum requirement for correct operations on ARMv6 in non-fixup mode, where unaligned memory accesses cause bus errors. 0.7.3 adds some speedups and libxxhash 0.7.3 even has a pkg-config file now.
upgrade bundled lz4 to 1.9.2
upgrade bundled zstd to 1.4.4
fix crash when upgrading erroneous hints file, #4922
extract:
fix KeyError for "partial" extraction, #4607
fix "partial" extract for hardlinked contentless file types, #4725
fix preloading for old (0.xx) remote servers, #4652
fix confusing output of borg extract --list --strip-components, #4934
delete: after double-force delete, warn about necessary repair, #4704
create: give invalid repo error msg if repo config not found, #4411
mount: fix FUSE mount missing st_birthtime, #4763 #4767
check: do not stumble over invalid item key, #4845
info: if the archive doesn't exist, print a pretty message, #4793
SecurityManager.known(): check all files, #4614
Repository.open: use stat() to check for repo dir, #4695
Repository.check_can_create_repository: use stat() to check, #4695
fix invalid archive error message
fix optional/non-optional location arg, #4541
commit-time free space calc: ignore bad compact map entries, #4796
ignore EACCES (errno 13) when hardlinking the old config, #4730
--prefix / -P: fix processing, avoid argparse issue, #4769
New features:
enable placeholder usage in all extra archive arguments
new BORG_WORKAROUNDS mechanism, basesyncfile, #4710
recreate: support --timestamp option, #4745
support platforms without os.link (e.g. Android with Termux), #4901 if we don't have os.link, we just extract another copy instead of making a hardlink.
support linux platforms without sync_file_range (e.g. Android 7 with Termux), #4905
Other:
ignore --stats when given with --dry-run, but continue, #4373
add some ProgressIndicator msgids to code / fix docs, #4935
elaborate on "Calculating size" message
argparser: always use REPOSITORY in metavar, also use more consistent help phrasing.
check: improve error output for matching index size, see #4829
docs:
changelog: add advisory about hashindex_set bug #4829
better describe BORG_SECURITY_DIR, BORG_CACHE_DIR, #4919
infos about cache security assumptions, #4900
add FAQ describing difference between a local repo vs. repo on a server.
document how to test exclusion patterns without performing an actual backup
timestamps in the files cache are now usually ctime, #4583
fix bad reference to borg compact (does not exist in 1.1), #4660
create: borg 1.1 is not future any more
extract: document limitation "needs empty destination", #4598
how to supply a passphrase, use crypto devices, #4549
fix osxfuse github link in installation docs
add example of exclude-norecurse rule in help patterns
update macOS Brew link
add note about software for automating backups, #4581
AUTHORS: mention copyright+license for bundled msgpack
fix various code blocks in the docs, #4708
updated docs to cover use of temp directory on remote, #4545
add restore docs, #4670
add a pull backup / push restore how-to, #1552
add FAQ how to retain original paths, #4532
explain difference between --exclude and --pattern, #4118
add FAQs for SSH connection issues, #3866
improve password FAQ, #4591
reiterate that 'file cache names are absolute' in FAQ
tests:
cope with ANY error when importing pytest into borg.testsuite, #4652
fix broken test that relied on improper zlib assumptions
test_fuse: filter out selinux xattrs, #4574
travis / vagrant:
misc python versions removed / changed (due to openssl 1.1 compatibility) or added (3.7 and 3.8, for better borg compatibility testing)
binary building is on python 3.5.9 now
vagrant:
add new boxes: ubuntu 18.04 and 20.04, debian 10
update boxes: openindiana, darwin, netbsd
remove old boxes: centos 6
darwin: updated osxfuse to 3.10.4
use debian/ubuntu pip/virtualenv packages
rather use python 3.6.2 than 3.6.0, fixes coverage/sqlite3 issue
use requirements.d/development.lock.txt to avoid compat issues
travis:
darwin: backport some install code / order from master
remove deprecated keyword "sudo" from travis config
allow osx builds to fail, #4955 this is due to travis-ci frequently being so slow that the OS X builds just fail because they exceed 50 minutes and get killed by travis.
2020-03-08 14:00:40 +01:00
Mario Rodas
e368551f7a
Merge pull request #81471 from r-ryantm/auto-update/bacula
...
bacula: 9.4.4 -> 9.6.2
2020-03-05 07:50:55 -05:00
R. RyanTM
1439ba682e
bacula: 9.4.4 -> 9.6.2
2020-03-01 22:28:37 +00:00
Benjamin Hipple
d9a342e4f2
rdedup: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-27 21:56:58 -05:00
Joe Hermaszewski
25b70da19d
restic: fix cross compilation
...
Remove the custom build phase
2020-02-22 16:18:23 +08:00
Mario Rodas
5bd7c81ae7
wal-g: 0.2.0 -> 0.2.14
2020-02-18 04:20:00 -05:00
Daniel Schaefer
1170fc9a2c
Merge pull request #79894 from r-ryantm/auto-update/dar
...
dar: 2.6.7 -> 2.6.8
2020-02-15 22:58:23 +01:00
Mario Rodas
6f57eac82c
Merge pull request #79902 from r-ryantm/auto-update/btrbk
...
btrbk: 0.29.0 -> 0.29.1
2020-02-14 08:31:31 -05:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
ffinkdevs
c384edd32e
duplicacy: 2.1.2 -> 2.3.0
2020-02-12 09:15:11 -05:00
R. RyanTM
5b5e206412
btrbk: 0.29.0 -> 0.29.1
2020-02-12 06:35:37 +00:00
R. RyanTM
a2589275f2
dar: 2.6.7 -> 2.6.8
2020-02-12 05:19:46 +00:00
Jan Tojnar
c3a68446a8
Merge pull request #76988 from FRidh/duplicity
...
duplicity: 0.7.19 -> 0.8.10, use python3
2020-02-11 02:44:42 +01:00
Frederik Rietdijk
b5126937b4
duplicity: 0.7.19 -> 0.8.10
...
Update, port to Python 3 and clean up.
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
Co-Authored-By: Frederik Rietdijk <fridh@fridh.nl>
2020-02-10 19:01:17 +01:00
Silvan Mosberger
637bb9fa98
Merge pull request #72060 from lopsided98/sanoid-init
...
sanoid: add package, NixOS module and test
2020-02-10 01:28:41 +01:00
Ben Wolsieffer
7684537e33
nixos/sanoid, nixos/syncoid: init module and test
2020-02-10 01:12:39 +01:00
Jörg Thalheim
341241b1c8
Merge pull request #78886 from Mic92/restic-fixes
...
Restic fixes: pruning, process substitution (take 2)
2020-02-07 14:14:16 +00:00
Jörg Thalheim
447207114f
restic: reference nixos test
2020-02-07 10:39:18 +00:00
Luka Blaskovic
2d8d2c3fb8
rdedup: use default clang version
2020-01-30 18:35:30 -05:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
...
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Andrew Childs
128db1b3f0
borgbackup: use llfuse on darwin
2020-01-25 12:59:31 +09:00
Ben Wolsieffer
dcd96eebd8
sanoid: init at 2.0.3
2020-01-22 15:09:30 -05:00
Anderson Torres
37381f6e60
Merge pull request #76682 from AndersonTorres/update/luckybackup
...
luckybackup: init at 0.5.0
2020-01-22 07:45:40 -03:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Mario Rodas
49f0e33892
Merge pull request #77735 from r-ryantm/auto-update/dar
...
dar: 2.6.6 -> 2.6.7
2020-01-20 07:45:57 -05:00
AndersonTorres
7c4f845551
luckybackup: init at 0.5.0
2020-01-20 07:39:01 -03:00
Mario Rodas
622e1b083a
Merge pull request #77921 from r-ryantm/auto-update/zfs-replicate
...
zfs-replicate: 1.1.11 -> 1.1.14
2020-01-19 08:57:17 -05:00
R. RyanTM
944d340c1e
zfs-replicate: 1.1.11 -> 1.1.14
2020-01-17 12:44:07 +00:00
Silvan Mosberger
0866527ec1
zfsnap: init at 2.0.0-beta3 ( #70234 )
...
zfsnap: init at 2.0.0-beta3
2020-01-17 13:40:44 +01:00
Frank Doepper
7b920bc35b
zfsnap: init at 2.0.0-beta3
...
Co-authored-by: Silvan Mosberger <contact@infinisil.com>
2020-01-17 11:49:23 +01:00
R. RyanTM
51f055f277
dar: 2.6.6 -> 2.6.7
2020-01-15 08:14:12 +00:00
Domen Kožar
6cd31dd525
duplicati: 2.0.4.5 -> 2.0.4.23
2020-01-09 07:40:16 +01:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params
2019-12-31 01:23:19 +01:00
R. RyanTM
702863b40f
rsnapshot: 1.4.2 -> 1.4.3
2019-12-24 07:03:18 -08:00
Serg Nesterov
f9b7209e29
restic: 0.9.5 -> 0.9.6
2019-12-17 20:38:08 +03:00
Redvers Davies
7618bd810b
hpe-ltfs: init at 3.4.2_Z7550-02501 ( #74814 )
2019-12-04 08:33:08 +00:00
Jan Tojnar
77e6622d22
duplicity: add Google Drive support
...
Required by Déjà Dup.
2019-11-20 04:58:00 +01:00
Lorenzo Manacorda
053c153756
btrbk: add missing mbuffer dependency
...
See changelog: https://github.com/digint/btrbk/blob/v0.29.0/ChangeLog#L14
2019-11-16 16:46:52 +01:00
c0bw3b
9367367dfd
Treewide: fix URL permanent redirects
...
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
markuskowa
289c4b4239
Merge pull request #72456 from r-ryantm/auto-update/btrbk
...
btrbk: 0.28.3 -> 0.29.0
2019-11-11 22:45:35 +01:00
R. RyanTM
93a2c2ee98
s3ql: 3.3 -> 3.3.2
2019-11-03 10:22:46 +01:00
R. RyanTM
865565453f
btrbk: 0.28.3 -> 0.29.0
2019-11-01 10:29:50 -07:00
markuskowa
4c0afa1770
Merge pull request #71284 from xfix/zfsbackup-go
...
zfsbackup: init at unstable-2019-03-05
2019-10-26 19:23:58 +02:00
Konrad Borowski
0fbf0d12d8
zfsbackup: remove comment about default.nix being generated
2019-10-26 15:01:55 +02:00
Konrad Borowski
4d76fcf506
zfsbackup: use fetchFromGitHub instead of fetchgit
2019-10-26 15:01:52 +02:00
Konrad Borowski
433bcdd3c3
zfsbackup: apply code review suggestions
2019-10-24 23:21:33 +02:00
R. RyanTM
e5e983bf66
bup: 0.29.3 -> 0.30
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bup/versions
2019-10-21 04:32:45 -07:00
Konrad Borowski
d54fda49eb
zfsbackup-go: init at unstable-2019-03-05
2019-10-17 14:47:45 +02:00
Robert W. Brewer
01c1538a4b
pyznap: 1.2.1 -> 1.4.3
2019-10-14 09:28:41 -07:00
R. RyanTM
098864e4f6
s3ql: 3.2 -> 3.3 ( #69966 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/s3ql/versions
2019-10-13 17:36:34 +02:00
Peter Simons
1e7079e896
Merge pull request #69121 from sdier/duplicity-b2
...
duplicity: Add backblaze-b2 as a build input to duplicity
2019-10-13 16:35:38 +02:00
Linus Heckemann
5aa4b19946
treewide: mark some broken packages as broken
...
Refs:
e675498026
1e9cc5b984
793a2fe1e8
c19cf65261
f6544d618f
2019-10-08 17:14:26 +02:00
Frank Doepper
d0d6da14b1
stenc: init at 1.0.7
2019-10-01 23:18:24 +02:00
Vladimír Čunát
fda4a08d4a
Merge branch 'staging-next'
...
There are several security fixes - again, as it consists mainly of the
previously reverted staging-next merge.
2019-09-28 07:43:04 +02:00
R. RyanTM
b1b85d18a8
dar: 2.6.5 -> 2.6.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2019-09-26 05:44:02 -07:00
Vladimír Čunát
22a216849b
Re-Revert "Merge branch 'staging-next'"
...
This reverts commit f8a8fc6c7c
.
2019-09-22 09:38:09 +02:00
Vladimír Čunát
f8a8fc6c7c
Revert "Merge branch 'staging-next'"
...
This reverts commit 41af38f372
, reversing
changes made to f0fec244ca
.
Let's delay this. We have some serious regressions.
2019-09-21 20:05:09 +02:00
markuskowa
765a72a2e8
Merge pull request #69177 from rnhmjoj/bup
...
bup: 0.29.2 -> 0.29.3
2019-09-21 16:04:42 +02:00
rnhmjoj
219ddc54e4
bup: 0.29.2 -> 0.29.3
2019-09-20 22:05:30 +02:00
Scott Dier
a569d73090
duplicity: Add backblaze-b2 as a build input to duplicity
2019-09-19 23:34:26 +02:00
Jan Tojnar
62791c3743
Merge branch 'master' into staging-next
2019-09-18 21:15:35 +02:00
Alyssa Ross
39b5f5956e
tarsnap: fix license to mark as unfree
...
tarsnap has always been unfree, but this wasn't expressed properly, so
it wouldn't be caught by allowUnfree = false.
2019-09-17 23:12:56 +00:00
Vladimír Čunát
b6c6e1f9e8
Merge branch 'master' into staging-next
2019-09-15 13:18:54 +02:00
Daniel Schaefer
e416a39464
bareos: Mark as broken
...
Doesn't have a maintainer.
Doesn't work with our new glusterfs version.
bareos18 has changed from autotools to cmake so the derivation has to be
completely rewritten.
2019-09-14 15:04:02 +02:00
Izorkin
329a88efa7
treewide: replace mysql.connector-c to libmysqlclient
2019-09-09 15:55:34 +03:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
adisbladis
2ff836f6bf
diskrsync: unstable-2018-02-03 -> unstable-2019-01-02
2019-09-05 22:33:39 +01:00
volth
7bb6b373ab
treewide: name -> pname ( #67513 )
2019-08-31 07:41:22 -04:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-21 14:25:13 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02:00
Rickard Nilsson
225e412edb
Remove myself as maintainer of some packages.
2019-08-20 15:24:01 +02:00
Frederik Rietdijk
f65aa21bb2
Merge master into staging-next
2019-08-18 12:53:44 +02:00
Jonathan Ringer
7a6c6ac374
btrbk: 0.28.0 -> 0.28.3
2019-08-17 18:03:19 +02:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00