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
Matthew Glazar
071167e6a9
duplicity: enable tests
...
* Install required tool dependencies ('tar', 'rdiff', etc.)
* Run installed duplicity instead of source tree duplicity
* Fix shebang of scripts in testing/overrides/bin/
* Disable some unhelpful developer-only tests
* Disable a test broken on Linux (root cause unknown)
* Work around low file descriptor soft limit for Darwin builders
2019-06-03 09:14:40 -07:00
Alyssa Ross
062210bdff
treewide: update cargoSha256 hashes for cargo-vendor upgrade
...
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.
Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.
The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
markuskowa
2d3f6bb22f
Merge pull request #62382 from r-ryantm/auto-update/dar
...
dar: 2.6.3 -> 2.6.4
2019-06-01 15:53:14 +02:00
R. RyanTM
28179bcd4d
dar: 2.6.3 -> 2.6.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/dar/versions
2019-06-01 05:00:13 -07:00
Maximilian Bosch
63fd414b6e
dedup: capitalize description as described in the contribution guidelines
...
https://github.com/NixOS/nixpkgs/pull/62199#discussion_r288411450
2019-05-30 10:03:06 +02:00
Will Dietz
7d4bfcae9a
dedup: 1.0 -> 2.0
...
Update deps, enable tests.
2019-05-28 20:46:21 -05:00
Florian Klink
5d4b383e20
borgbackup: remove custom msgpack-python override, use bundled version
...
https://github.com/borgbackup/borg/blob/1.1.10/docs/changes.rst#version-1110-2019-05-16
mentions borgbackup now shipping a supported msgpack-python release, and
strongly encourages using that one.
So don't pass any msgpack-python into the build, and use the provided
one.
2019-05-21 14:36:23 +02:00
R. RyanTM
f4b8412198
borgbackup: 1.1.9 -> 1.1.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/borgbackup/versions
2019-05-21 00:16:26 -07:00
Spencer Baugh
4b8803dae6
switch users of "gnupg1" to plain "gnupg"
...
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra
symlinks in the bin directory. None of these packages need those
symlinks, and it's confusing for them to say they're depending on
"gnupg1", so switch their dep to plain "gnupg".
2019-05-12 20:08:50 +02:00
Renaud
7c93bbec22
Merge pull request #60957 from r-ryantm/auto-update/bacula
...
bacula: 9.4.2 -> 9.4.3
2019-05-06 22:33:22 +02:00
Aaron Andersen
35ecd5474a
Merge pull request #60958 from strager/duplicity
...
duplicity: 0.7.18.2 -> 0.7.19
2019-05-05 07:50:31 -04:00
R. RyanTM
41d4eb51f0
bacula: 9.4.2 -> 9.4.3
...
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-05-04 18:37:27 -07:00
Ivan Kozik
6c327820b7
grab-site: 2.1.11 -> 2.1.15
2019-05-04 22:37:58 +00:00
Matthew Glazar
e3ce12f2ad
duplicity: 0.7.18.2 -> 0.7.19
2019-05-03 16:10:49 -07:00
R. RyanTM
a381d42221
btrbk: 0.27.2 -> 0.28.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrbk/versions
2019-05-01 11:35:02 +02:00
Will Dietz
6a73992cfa
Merge pull request #59752 from dtzWill/feature/dedup
...
dedup: init at 1.0
2019-04-28 00:28:06 -05:00
Robert Schütz
5847b2a590
restic: 0.9.4 -> 0.9.5 ( #60156 )
2019-04-25 17:14:57 +02:00
markuskowa
d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
...
HTTPS urls
2019-04-22 23:37:07 +02:00
Will Dietz
ea5f38eea1
dedup: don't make openmp optional, per reviewer feedback
2019-04-22 16:16:57 -05:00
Aaron Andersen
c3f69d1373
Merge pull request #59381 from aanderse/automysqlbackup
...
automysqlinit: init at 3.0_rc6
2019-04-22 08:30:23 -04:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Will Dietz
b101619465
dedup: init at 1.0
2019-04-16 19:53:04 -05:00
Aaron Andersen
5f4df8e509
automysqlinit: init at 3.0_rc6
2019-04-15 21:51:55 -04:00
Bob van der Linden
24ca25a117
bareos: /var/run -> /run
2019-04-11 20:05:36 +02:00
R. RyanTM
e82ef08411
btrbk: 0.27.1 -> 0.27.2 ( #58651 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrbk/versions
2019-04-07 16:26:19 +02:00
markuskowa
9cfe6a8f1e
Merge pull request #58661 from r-ryantm/auto-update/dar
...
dar: 2.6.2 -> 2.6.3
2019-04-01 12:49:48 +02:00
R. RyanTM
91085a26c9
dar: 2.6.2 -> 2.6.3
...
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-04-01 01:08:36 -07:00
R. RyanTM
69ca4df22f
bacula: 9.4.1 -> 9.4.2 ( #58007 )
...
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-03-31 00:46:15 +01:00
Jörg Thalheim
34bc84d5b8
Merge pull request #52409 from ffinkdevs/master
...
duplicacy: init at 2.1.2
2019-03-22 11:29:30 +00:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Yurii Izorkin
90d1f9b095
dar: 2.6.1 -> 2.6.2 ( #56460 )
2019-02-28 16:24:46 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Daniel Frank
1a50038ed7
burp: 2.2.16 -> 2.2.18 ( #56288 )
2019-02-24 17:17:18 +01:00
xeji
631bc2c99f
Merge pull request #55488 from winpat/add_dirvish
...
dirvish: init at 1.2.1
2019-02-24 12:02:11 +01:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Daniel Frank
29e0588d5c
burp: 2.1.32 -> 2.2.16 (current stable)
2019-02-23 23:09:04 +01:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
Frederik Rietdijk
815b77cbe6
Merge master into staging-next
2019-02-18 14:18:04 +01:00
Ryan Mulligan
fdcf9bbd89
Merge pull request #53563 from rbrewer123/feature/pyznap-init
...
pyznap: init at 1.1.2
2019-02-17 21:09:24 -08:00
Frederik Rietdijk
d2c3fd5af0
Python: fix outfall after setting strictDeps = true;
2019-02-17 14:40:54 +01:00
Robert Schütz
9f275067b3
borgbackup: use msgpack-python-0.5.6
2019-02-17 14:40:49 +01:00
hyper_ch
db9603a000
easysnap: 2018-11-20 -> 2019-02-17
2019-02-17 13:08:51 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Uli Baum
a70e52647a
restic: 0.9.2 -> 0.9.4
2019-02-14 23:27:34 +01:00
Frederik Rietdijk
7257dedd7c
Merge master into staging-next
2019-02-13 12:33:29 +01:00
dywedir
0354db279a
rdedup: mark as broken on darwin
2019-02-13 12:12:01 +02:00
Stefan Junker
8f1ab5f539
rdedup: 3.0.1 -> 3.1.1 ( #55530 )
2019-02-13 12:06:20 +02:00
Robert Schütz
9c5ca86247
borgbackup: 1.1.8 -> 1.1.9
...
Changelog: https://borgbackup.readthedocs.io/en/stable/changes.html#version-1-1-9-2019-02-10
2019-02-11 09:43:36 +01:00
Patrick Winter
c03098d087
maintainer-list: add winpat
2019-02-10 16:19:38 +01:00
Patrick Winter
9cf5079ec3
dirvish: init at 1.2.1
2019-02-10 16:19:33 +01:00
Matthew Bauer
5c09d977c7
Merge remote-tracking branch 'origin/master' into staging
2019-02-09 12:14:06 -05:00
Robert W. Brewer
25ebdc186e
pyznap: init at 1.1.2
2019-02-06 18:29:59 -05:00
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01:00
markuskowa
ed5ec8b375
Merge pull request #54845 from r-ryantm/auto-update/dar
...
dar: 2.6.0 -> 2.6.1
2019-02-03 22:02:23 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
...
Comments on conflicts:
- llvm: d6f401e1
vs. 469ecc70
- docs for 6 and 7 say the default is
to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
R. RyanTM
e528435b2b
duply: 2.1 -> 2.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duply/versions
2019-01-29 07:27:40 +01:00
R. RyanTM
32819a3f0a
dar: 2.6.0 -> 2.6.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/dar/versions
2019-01-28 13:44:03 -08:00
Matthew Bauer
92f0f8dd68
Merge remote-tracking branch 'NixOS/master' into staging
2019-01-27 00:01:13 -05:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Frederik Rietdijk
d531da6f8a
Merge pull request #54094 from rnhmjoj/shell
...
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-19 14:15:51 +01:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
Frederik Rietdijk
5a3670b83c
pythonPackages: fix native / check inputs
2019-01-15 10:16:12 +01:00
Frederik Rietdijk
9618abe87c
Merge master into staging-next
2019-01-04 21:13:19 +01:00
R. RyanTM
f3c9480b6d
dar: 2.5.18 -> 2.6.0
...
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-01-03 15:18:08 -08:00
Frederik Rietdijk
10afccf145
Merge staging-next into staging
2018-12-27 18:11:34 +01:00
R. RyanTM
ebe05a7109
bacula: 9.2.2 -> 9.4.1 ( #52924 )
...
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
2018-12-27 15:12:54 +01:00
volth
fed7914539
Merge branch 'staging' into make-perl-pathd
2018-12-18 17:13:27 +00:00
Jörg Thalheim
1148ce1b60
Merge pull request #52062 from volth/perl526-drop
...
perl526: drop
2018-12-18 17:02:01 +00:00
Jörg Thalheim
9e293b3bdb
Apply suggestions from code review
...
Co-Authored-By: ffinkdevs <fink@h0st.space>
2018-12-17 12:34:39 +01:00
Fabian Fink
a21de12920
duplicacy: init at 2.1.2
2018-12-16 23:49:13 +01:00
R. RyanTM
aeff26bad4
btrbk: 0.27.0 -> 0.27.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/btrbk/versions
2018-12-16 20:53:41 +01:00
markuskowa
437bdb92fd
Merge pull request #52350 from r-ryantm/auto-update/dar
...
dar: 2.5.17 -> 2.5.18
2018-12-16 19:35:39 +01:00
R. RyanTM
8ebabc3d9f
dar: 2.5.17 -> 2.5.18
...
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
2018-12-16 03:34:24 -08:00
volth
bb9557eb7c
lib.makePerlPath -> perlPackages.makePerlPath
2018-12-15 03:50:31 +00:00
Ivan Kozik
66f59ee1ad
grab-site: init at 2.1.11
2018-12-14 22:21:44 +00:00
volth
6d2edfb0b8
treewide: remove aliases evaluated to null
2018-12-14 16:27:53 +00:00