Commit graph

13661 commits

Author SHA1 Message Date
WilliButz 489fd5a7ce
gixy: init at 0.1.8 2017-11-17 15:36:52 +01:00
Ollie Charles b075e79c97 wal-g: fix license so not to break evaluation 2017-11-17 13:55:14 +00:00
Ollie Charles 5735aecc27 wal-g: init at 0.1.2 2017-11-17 13:45:00 +00:00
Orivej Desh 963204e6ee
Merge pull request #31753 from mbld/show-ip
nixos-container: Make show-ip work together with ipv4 + netmask
2017-11-17 00:32:56 +00:00
Orivej Desh e7521b2064
Merge pull request #31735 from dywedir/fd
fd: install shell completions
2017-11-16 20:50:37 +00:00
Orivej Desh 354a6fcfab
Merge pull request #31515 from adisbladis/networkmanager-1_10_0
networkmanager: 1.8.2 -> 1.10.0
2017-11-16 19:58:06 +00:00
Martin Bornhold ac7edeebfd nixos-container: Make show-ip work together with ipv4 + netmask
The containers local address can be given as ipv4 only or with a subnetmask in
CIDR notation in the container configuration, see [1]. This works fine but the
'nixos-container show-ip' only supports plain ipv4 addresses without the netmask
suffix.

Changed the regex to also match in case of a CIDR netmask suffix.

[1] 9939032e35/nixos/modules/virtualisation/containers.nix (L382)
2017-11-16 20:25:45 +01:00
Eric Litak be3806830c simp_le: 0.2.0 -> 0.6.1 2017-11-16 09:14:33 -08:00
Eric Litak 8307427b17 certbot: 0.11.1 -> 0.19.0 2017-11-16 09:14:27 -08:00
Orivej Desh 15ba4a5cfd afl: 2.51b -> 2.52b
Fix build with glibc 2.26.

Tracking issue: #31696
2017-11-16 17:11:10 +00:00
zimbatm 2d95a6ab22
Merge pull request #31709 from ilya-kolpakov/google-cloud-sdk-fix
google-cloud-sdk: disable gce as a dependency by default (fixes #31369)
2017-11-16 14:36:35 +00:00
Ilya Kolpakov 886770c6f0 google-cloud-sdk: no dependence on gce by default (fixes #31369) 2017-11-16 13:46:37 +01:00
Orivej Desh 34f4b97a50 idanyn: 2.1 -> 2.2.1
Fixes the build with glibc 2.26.

Tracking issue: #31696
2017-11-16 12:39:07 +00:00
Ilya Kolpakov fc8fbab87f google-cloud-sdk: don't repeat base download url 2017-11-16 11:12:55 +01:00
dywedir 23705ce319 fd: install shell completions 2017-11-16 11:58:32 +02:00
Orivej Desh a7daf37c3e libreswan: fix build with glibc 2.26
It is not trivial to update libreswan to 3.22 because it has added a dependency
on ldns which currently depends on openssl 1.1.0, while the rest of libreswan
depends on openssl 1.0.2.  It compiles, but may behave unpredictably at run time.

Tracking issue: #31696
2017-11-16 02:46:36 +00:00
Renaud 0768420280 hwinfo: 21.38 -> 21.50 2017-11-15 22:46:00 +01:00
Orivej Desh f55308e749 gvpe: fix build with glibc 2.26
Tracking issue: #31696
2017-11-15 21:34:47 +00:00
Frederik Rietdijk 6deba8cc02
Merge pull request #31707 from mbld/darwin-borgbackup
borgbackup: Make build on darwin possible
2017-11-15 21:20:21 +01:00
Michael Raskin bc1e6617b9
Merge pull request #31496 from adisbladis/btrfs-progs-4_13_3
btrfs-progs: 4.13.1 -> 4.13.3
2017-11-15 19:25:07 +01:00
Thomas Tuegel 5827125d42
Merge pull request #31274 from rnhmjoj/radeon-profile
radeon-profile: 20161221 -> 20170714
2017-11-15 12:07:11 -06:00
Samuel Leathers c189dfb4e8
Merge pull request #31360 from lsix/update_gnupg_2_2_2
gnupg: 2.2.1 -> 2.2.2
2017-11-15 12:53:44 -05:00
Martin Bornhold 629e17b9fd borgbackup: Add llfuse to propagated build inputs if not on darwin
The llfuse package depends on fuse which refuses to build on darwin. But
according to a comment in the setup.py of borgbackup [1] it's ok to leave it out
if it's not available. Most of borgbackup should work without it. Would be great
to make it work on darwin but i am not sure if it's possible to get fuse to work
on darwin. I do not know enough about it ;)

After this modification at least the "borg mount" subcommand is broken due to
the missing llfuse module. But the rest seems to work normally.

[1] 72232a9bd5/setup.py (L32)
2017-11-15 17:49:33 +01:00
Martin Bornhold b159ed5069 borgbackup: Add acl library to build inputs on linux platform
The acl libraray is only required by the borgbackup package if building on a
linux platform. Adding it only in this case should be fine. Also see the
conditional in the setup.py at [1].

[1] 72232a9bd5/setup.py (L768)
2017-11-15 17:49:33 +01:00
Lancelot SIX 44b319156f gnupg: 2.2.1 -> 2.2.2
This is a maintenance release.
See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00001.html
for release information
2017-11-15 10:42:11 -05:00
Samuel Leathers 1f6a0e9b76
Merge pull request #31428 from adisbladis/opensc-0_17_0
opensc: 0.15.0 -> 0.17.0
2017-11-15 10:23:56 -05:00
Sander van der Burg f38e9cb127
Merge pull request #31655 from Ma27/repackage-everything-with-node2nix
Repackage everything with node2nix
2017-11-15 12:27:33 +01:00
Graham Christensen 753f7be38d sharutils: simplify substituteInPlace syntax to be Nix 1.11.8 compatible 2017-11-14 19:07:30 -05:00
Renaud 2236363f9e
Merge pull request #26920 from romildo/upd.fdupes
jdupes: init at 1.8
2017-11-14 21:04:49 +01:00
Felix Richter 615a374c4b Pkgs/dirb/copy wordlists (#31652)
* dirb: copy wordlists

also overwrite the hardcoded path to common.txt wordlist

* dirb: nitpicks
2017-11-14 16:48:41 +00:00
Maximilian Bosch 9e0f86131f
airfield: fix build
Airfield suffered from loose version constraints which
caused severe version (and API) conflicts between its dependencies
and transitive ones.

Furthermore the `npm2nix` packaging is deprecated and needed to be
replaced by `node2nix`.

see #31032
2017-11-14 16:37:17 +01:00
Franz Pletz f6ad758c18
Merge pull request #31634 from yegortimoshenko/bchunk/1.2.2
bchunk: 1.2.0 -> 1.2.2
2017-11-14 12:35:10 +01:00
Peter Simons a3ab69d79c pdsh: 2.29 -> 2.33 2017-11-14 12:25:41 +01:00
Joerg Thalheim 4e2110b1bb xbanish: 1.4 -> 1.5 2017-11-14 00:04:40 +00:00
Yegor Timoshenko eb8c0f046d bchunk: 1.2.0 -> 1.2.2 2017-11-13 23:39:23 +00:00
Orivej Desh a48f9ba574 chaps: update source hash to fix build 2017-11-13 18:27:34 +00:00
Jörg Thalheim e05ece805d
Merge pull request #31576 from c0bw3b/pkg/fdupes
fdupes: 20150902 -> 1.6.1
2017-11-13 13:04:22 +00:00
Michael Raskin e294f2b203
Merge pull request #31575 from 4z3/skarnet
update skarnet.org packages
2017-11-13 09:32:25 +01:00
Jörg Thalheim 3ba4c4cc6d
Merge pull request #31578 from dotlambda/abcm2ps
abcm2ps: 8.13.15 -> 8.13.16
2017-11-13 08:25:09 +00:00
romildo a6b1d9a6a1 jdupes: init at 1.8 2017-11-13 00:16:49 -02:00
Robert Schütz 8873660b93 ttwatch: 2017-09-26 -> 2017-10-31 2017-11-13 01:44:51 +01:00
Robert Schütz 13bb1554ff abcm2ps: 8.13.15 -> 8.13.16 2017-11-13 01:38:19 +01:00
Renaud bf5484fec8 fdupes: 20150902 -> 1.6.1 2017-11-13 01:01:41 +01:00
tv 9f4a461278 update skarnet.org packages
execline:          2.2.0.0 -> 2.3.0.3
s6:                2.4.0.0 -> 2.6.1.1
s6-dns:            2.1.0.0 -> 2.2.0.1
s6-linux-utils:    2.2.0.0 -> 2.4.0.2
s6-networking:     2.2.1.0 -> 2.3.0.2
s6-portable-utils: 2.1.0.0 -> 2.2.1.1
s6-rc:             0.1.0.0 -> 0.3.0.0
skalibs:           2.4.0.1 -> 2.6.0.1
2017-11-13 00:09:32 +01:00
Jonas Höglund bdce9327a1 pixd: init at 1.0.0 2017-11-12 23:36:33 +01:00
Jonas Höglund 636c9b5c2d hexd: init at 1.0.0 2017-11-12 23:36:33 +01:00
Michael Raskin 5f6b88c27f genext2fs: fix handling of symlinks of length exactly 60
Amusingly enough, /nix/store/...-kmod-24/bin/kmod is exactly 60
characters.
2017-11-12 21:38:09 +01:00
Vladimír Čunát ab1859e027
Merge branch 'staging'
Hydra looks very good: https://hydra.nixos.org/eval/1409475?compare=1409440
There's mainly some fallout from aarch64-linux not building `go`
on the first attempt.
2017-11-12 19:08:05 +01:00
Renaud d2724f1635
lftp: 4.8.2 -> 4.8.3 2017-11-11 23:37:41 +01:00
Pascal Wittmann f63c21569f
Fix homepage links (see #30636) 2017-11-11 17:36:48 +01:00