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:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
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
Frederik Rietdijk
fe9a3e3e63
Merge staging-next into staging
2019-08-17 09:39:23 +02:00
Aaron Andersen
8bf23fbe44
Merge pull request #66557 from mmahut/s3ql
...
s3ql: 2.26 -> 3.2
2019-08-15 12:42:04 -04:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Marek Mahut
dd87e37a8e
Merge pull request #66590 from jonringer/bump-bdsync
...
bdsync: 0.10.1 -> 0.11.1
2019-08-14 12:28:36 +02:00
Jonathan Ringer
65b64ae301
bdsync: 0.10.1 -> 0.11.1
2019-08-13 15:00:05 -07:00
Marek Mahut
8b2d5f9088
s3ql: 2.26 -> 3.2
2019-08-13 11:58:39 +02:00
Eric Wolf
aa696e8a63
bacula: fix cross compiling for armv7l
...
got this error while cross compiling:
checking whether setpgrp takes no argument... configure: error: cannot
check setpgrp when cross compiling
autoconf manual says:
— Macro: AC_FUNC_SETPGRP
If setpgrp takes no argument (the Posix version), define SETPGRP_VOID. Otherwise, it is the BSD version, which takes two process IDs as arguments. This macro does not check whether setpgrp exists at all; if you need to work in that situation, first call AC_CHECK_FUNC for setpgrp.
The result of this macro is cached in the ac_cv_func_setpgrp_void variable.
This macro is obsolescent, as current systems have a setpgrp whose signature conforms to Posix. New programs need not use this macro.
So override it with caching variable.
2019-08-12 22:35:45 +02:00
Andreas Rammhold
028fee98d3
partimage: apply openssl1.1 patch
...
The (new) patch also incorporates the now removed no-SSLv2 patch so it
has been dropped.
2019-07-29 21:25:14 +02:00
worldofpeace
3047bf3fa9
Merge pull request #64989 from eyJhb/rotate-backups
...
pythonPackages.rotate-backups: init at 6.0
2019-07-25 16:28:52 -04:00
eyjhbb@gmail.com
d774370939
pythonPackages.rotate-backups: init at 6.0
2019-07-24 10:21:57 +02:00
Nick Novitski
7136e0d0a6
bundlerUpdateScript: init and use ( #64822 )
2019-07-22 12:02:47 +00:00
R. RyanTM
29d44d5128
pyznap: 1.1.2 -> 1.2.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pyznap/versions
2019-07-20 06:45:54 -07:00
Alex Brandt
29bdb1c672
zfs-replicate: init at 1.1.11
...
Used by zfs.autoReplication module.
2019-08-02 08:04:21 -07:00
R. RyanTM
1bac912940
dar: 2.6.4 -> 2.6.5
...
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-07-20 09:59:41 +02:00
Yarny0
fe0bfb3fec
tsm-client: init at 8.1.8.0
...
IBM Spectrum Protect (former name: Tivoli Storage Manager)
provides a single point of control for backup and recovery.
This package contains the client software, that is,
a command line client and linkable libraries.
This commit adds two packages to nixpkgs:
The TSM client software contains a Java GUI
that, naturally, requires Java to be installed.
To keep the closure size low, we provide the packages
`tsm-client` and `tsm-client-withGUI`.
The former comes without the Java GUI.
While the product has been renamed, its old name is still
alive in filenames and as package name used by other distros.
2019-07-15 09:41:36 +02:00
Frederik Rietdijk
74c24385cb
Merge master into staging-next
2019-07-09 15:46:00 +02:00
worldofpeace
7c2ac5b4c1
Merge pull request #64235 from mmahut/iceshelf
...
iceshelf: init at unstable-2019-07-03
2019-07-06 06:06:14 -04:00
Marek Mahut
b7a1daf2bd
iceshelf: init at unstable-2019-06-18
2019-07-06 10:31:14 +02:00
Graham Christensen
0daecd2d7a
Merge pull request #63572 from volth/cpan2nix-2019-06-20
...
buildPerlPackage: name -> (pname, version)
2019-06-28 17:54:30 -04:00
Domen Kožar
5a21a52074
duplicati: 2.0.3.3 -> 2.0.4.5
2019-06-21 17:48:20 +02:00
volth
b3cc65f8b9
buildPerlPackage: name -> (pname, version)
2019-06-20 15:56:50 +00:00
Vladimír Čunát
0aa9f35a99
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1525828
2019-06-18 09:44:13 +02:00
R. RyanTM
10a25e9b52
bacula: 9.4.3 -> 9.4.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bacula/versions
2019-06-17 15:31:45 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Frederik Rietdijk
e66ceaa03b
ddar: fix build
2019-06-15 10:06:54 +02:00
Ivan Kozik
55ca8e6114
grab-site: 2.1.15 -> 2.1.16
2019-06-09 20:26:19 +00:00
Peter Simons
346791875c
Merge pull request #60956 from strager/duplicity-tests
...
duplicity: enable tests
2019-06-04 10:59:58 +02:00
Matthew Glazar
74bb653916
duplicity: speed up testing
...
Apply some upstream duplicity patches which optimize installCheckPhase.
On my laptop, this lowers duplicity's total build time from 8 m 42 s to
6 m 50 s (-21%).
2019-06-03 09:14:41 -07:00