Commit Graph

5560 Commits

Author SHA1 Message Date
Franz Pletz
c5b062d064
Merge pull request #78865 from r-ryantm/auto-update/whois
whois: 5.5.3 -> 5.5.5
2020-01-30 16:41:25 +00:00
R. RyanTM
fb8967127a whois: 5.5.3 -> 5.5.5 2020-01-30 15:31:53 +00:00
Maximilian Bosch
73bc3300ad
gftp: fix build w/glibc-2.30 2020-01-29 12:16:05 +01:00
Mario Rodas
9773e239e1
Merge pull request #78588 from r-ryantm/auto-update/keepalived
keepalived: 2.0.19 -> 2.0.20
2020-01-28 19:58:59 -05:00
xrelkd
6f5268e7fc brook: 20190601 -> 20200102 2020-01-29 03:13:33 +08:00
Maximilian Bosch
6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Frederik Rietdijk
dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Hugo Reeves
ddec4efa7c
croc: 6.4.8 -> 6.4.10 2020-01-28 09:56:18 +13:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
R. RyanTM
e838bebc78 cjdns: 20.4 -> 20.5 2020-01-27 13:26:20 +01:00
R. RyanTM
3316b8fe5d keepalived: 2.0.19 -> 2.0.20 2020-01-27 03:01:16 +00:00
Marek Mahut
dcf7dd278e
Merge pull request #77906 from r-ryantm/auto-update/snabb
snabb: 2018.01.2 -> 2019.11
2020-01-26 13:23:17 +01:00
Maximilian Bosch
eb5ec176ce
bandwhich: 0.10.0 -> 0.11.0
https://github.com/imsnif/bandwhich/releases/tag/0.11.0
2020-01-25 23:08:56 +01:00
Benno Fünfstück
59e7ecdcd0 burpsuite: 1.7.36 -> 2.1.07 2020-01-25 22:17:39 +01:00
Atemu
ad3f0d9829 dnscrypt-proxy2: 2.0.25 -> 2.0.36 2020-01-25 17:39:22 +01:00
Mario Rodas
e820245294
Merge pull request #78259 from r-ryantm/auto-update/pdsh
pdsh: 2.33 -> 2.34
2020-01-24 18:36:48 -05:00
Bruno Bigras
11af4a1b42 httplz: 1.6.0 -> 1.8.0 2020-01-24 15:29:06 -05:00
Ingo Blechschmidt
89864a01d1 dsniff: Unbreak the build 2020-01-24 18:58:54 +01:00
Maximilian Bosch
eddfcc32b4
Merge branch 'staging' into glibc230 2020-01-23 11:31:13 +01:00
Maximilian Bosch
e7b6039d0c
xnbd: fix build w/glibc-2.30 2020-01-23 00:21:21 +01:00
zowoq
88235d99a4 amass: 3.0.25 -> 3.4.2 (#78001) 2020-01-22 12:13:51 -08:00
Robin Gloster
0751c48313
Merge pull request #78191 from Ma27/bump-wireguard
wireguard: 1.0.20200102 -> 1.0.20200121
2020-01-22 16:10:50 +01: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
03884c3fe1
Merge pull request #78164 from servalcatty/v2ray
v2ray: 4.22.0 -> 4.22.1
2020-01-22 05:14:58 -05:00
R. RyanTM
cc7267143b pdsh: 2.33 -> 2.34 2020-01-22 09:47:39 +00:00
Matt Layher
228425978d corerad: 0.1.8 -> 0.1.9 2020-01-22 01:19:35 -08:00
Maximilian Bosch
dea2f98262
wireguard-tools: 1.0.20200102 -> 1.0.20200121
https://lists.zx2c4.com/pipermail/wireguard/2020-January/004869.html
2020-01-21 17:55:09 +01:00
Serval
39ee33c832
v2ray: 4.22.0 -> 4.22.1 2020-01-21 21:51:44 +08:00
lewo
2b4753182e
Merge pull request #77851 from zowoq/saldl
saldl: init at 40
2020-01-21 08:43:05 +01:00
Mario Rodas
e517c5251e
Merge pull request #77976 from filalex77/nebula-1.1.0
nebula: 1.0.0 -> 1.1.0
2020-01-18 15:04:56 -05:00
Maximilian Bosch
1470109737
bandwhich: 0.9.0 -> 0.10.0
https://github.com/imsnif/bandwhich/releases/tag/0.10.0
2020-01-18 13:51:58 +01:00
Oleksii Filonenko
ae3ba80c6d
nebula: 1.0.0 -> 1.1.0 2020-01-18 13:50:53 +02:00
Michael Raskin
bff47db030
Merge pull request #77918 from r-ryantm/auto-update/wavemon
wavemon: 0.9.0 -> 0.9.1
2020-01-17 22:01:32 +00:00
zowoq
531eb30f6b saldl: init at 40 2020-01-18 08:01:19 +10:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
R. RyanTM
34cec31015 wavemon: 0.9.0 -> 0.9.1 2020-01-17 12:26:58 +00:00
R. RyanTM
153934acfc snabb: 2018.01.2 -> 2019.11 2020-01-17 11:03:57 +00:00
Matt Layher
9c66687ef1 corerad: 0.1.4 -> 0.1.8 (#77848) 2020-01-16 16:44:30 -08:00
Will Dietz
0d5b21e9ba lftp: 4.9.0 -> 4.9.1
https://lftp.yar.ru/news.html
(cherry picked from commit 6c545f25f02a4dccf9fc2ceef3a15267d9eb53c5)
2020-01-16 21:38:19 +00:00
Silvan Mosberger
7869cd26b3
iperf3: fix compilation to support authentication creds (#77592)
iperf3: fix compilation to support authentication creds
2020-01-16 22:20:06 +01:00
Merlin Göttlinger
b9e7d34c1d mu: fixed incorrect substitution
The string to substitute was wrong.
2020-01-16 15:52:57 +01:00
Hugo Reeves
3697d7c523 cassowary: init at v0.3.0 2020-01-16 15:47:30 +01:00
Oleksii Filonenko
f7afe54cc3 subfinder: 2.2.4 -> 2.3.0 2020-01-16 14:38:20 +01:00
Bruno Bigras
8858cc1821 httpie: 1.0.3 -> 2.0.0 2020-01-15 10:45:12 -05:00
zowoq
3cccbaa980 curl: 7.67.0 -> 7.68.0
https://curl.haxx.se/changes.html#7_68_0
2020-01-15 09:40:40 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
worldofpeace
470037f15f
Merge pull request #76205 from worldofpeace/network-manager/update
networkmanager: 1.20.8 -> 1.22.4, modemmanager: 1.10.6 -> 1.12.2
2020-01-14 18:05:26 -05:00
Maximilian Bosch
4490cfad6c
bandwhich: 0.8.0 -> 0.9.0
https://github.com/imsnif/bandwhich/releases/tag/0.9.0
2020-01-14 18:25:54 +01:00
Luka Blaskovic
dcd9031572 ppp: fix build with glibc>=2.28 2020-01-14 09:06:23 +00:00
Luka Blaskovic
83069e18e6 maxscale: build with bison3 2020-01-13 21:35:19 +00:00
worldofpeace
4b332228ff modemmanager: 1.10.6 -> 1.12.2
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.12.2/NEWS
2020-01-13 13:05:12 -05:00
worldofpeace
0ec87b8aca networkmanager: 1.20.8 -> 1.22.4
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.22.4/NEWS
2020-01-13 13:05:00 -05:00
Frederik Rietdijk
ed1b0d0bac Merge master into staging-next 2020-01-13 16:08:59 +01:00
Lio李欧
c926ef804f axel: enable darwin (#77593)
This derivation appears to work fine on Darwin.
2020-01-13 10:04:58 +00:00
Sergey Lukjanov
eabc138cb9 iperf3: fix compilation to support authentication creds
Service iperf3 defines authorizedUsersFile and rsaPrivateKey to
enable authenticated iperf server. It requires iperf to be compiled
with openssl.

https://nixos.org/nixos/options.html#services.iperf3.authorizedusersfile
2020-01-12 17:57:48 -08:00
Frederik Rietdijk
960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
Will Dietz
2e33f671bf dhcp: fix homepage, quote 2020-01-11 12:57:32 -08:00
Frederik Rietdijk
1a654573b0 Merge master into staging-next 2020-01-11 09:32:41 +01:00
Frederik Rietdijk
5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Mario Rodas
86654205ee
shadowsocks-libev: 3.3.3 -> 3.3.4
Changelog: https://github.com/shadowsocks/shadowsocks-libev/releases/tag/v3.3.4
2020-01-09 20:52:00 -05:00
Vladimír Čunát
9e0c8f0cbe
ppp: remove falsifian from meta.maintainers
https://github.com/NixOS/nixpkgs/pull/66528#issuecomment-572762705
2020-01-09 22:52:11 +01:00
Maximilian Bosch
7ee263e699
bandwhich: 0.7.0 -> 0.8.0
https://github.com/imsnif/bandwhich/releases/tag/0.8.0
2020-01-09 21:50:46 +01:00
Mario Rodas
459ec6d127
Merge pull request #77176 from r-ryantm/auto-update/ocserv
ocserv: 0.12.5 -> 0.12.6
2020-01-09 05:02:47 -05:00
Frederik Rietdijk
a823616723 Merge master into staging-next 2020-01-07 20:06:22 +01:00
Ryan Mulligan
09e3b355a9
Merge pull request #77146 from r-ryantm/auto-update/mcrcon
mcrcon: 0.6.1 -> 0.7.1
2020-01-07 06:48:05 -08:00
R. RyanTM
7ee13b98fb ocserv: 0.12.5 -> 0.12.6 2020-01-06 21:12:15 -08:00
R. RyanTM
54553c2302 mcrcon: 0.6.1 -> 0.7.1 2020-01-06 15:12:26 -08:00
Matt Layher
987a5ffea5 corerad: init at v0.1.4
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-01-06 13:49:14 -08:00
Maximilian Bosch
1bb691ff9f
nfstrace: fix build
https://hydra.nixos.org/build/109722476
2020-01-06 18:16:14 +01:00
Ryan Mulligan
abd50675a3
Merge pull request #77025 from r-ryantm/auto-update/eternal-terminal
eternal-terminal: 6.0.4 -> 6.0.5
2020-01-06 05:57:04 -08:00
markuskowa
c10e8d6345
Merge pull request #76693 from filalex77/findomain-0.9.3
findomain: init at 0.9.3
2020-01-06 14:54:36 +01:00
markuskowa
7917562895
Merge pull request #77027 from filalex77/frp-0.31.1
frp: 0.30.0 -> 0.31.1
2020-01-06 13:04:44 +01:00
Oleksii Filonenko
3e036c262b
findomain: init at 0.9.3 2020-01-06 13:57:34 +02:00
Frederik Rietdijk
4a91444aa8 Merge staging-next into staging 2020-01-06 12:01:12 +01:00
Frederik Rietdijk
8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
Oleksii Filonenko
5a0778c5e4
bandwhich: 0.6.0 -> 0.7.0 2020-01-06 11:27:45 +02:00
R. RyanTM
dce4b28327 eternal-terminal: 6.0.4 -> 6.0.5 2020-01-06 01:09:54 -08:00
Oleksii Filonenko
add9611b59
frp: 0.30.0 -> 0.31.1 2020-01-06 10:51:41 +02:00
Maximilian Bosch
069188467c
wireguard-go: fix darwin build
https://hydra.nixos.org/build/109407984
2020-01-05 16:42:17 +01:00
zimbatm
48f461d8c3
Merge pull request #76916 from danielfullmer/zerotierone-cross
zerotierone: fix cross compilation
2020-01-04 20:41:22 +00:00
Maximilian Bosch
8f0b3b1305
openssh_gssapi: fix build
Hydra build is failing[1] because of a hash-mismatch of the gss-api
patch from debian.

I updated the patch, and activated the `autoreconfHook` when building
gss support as well, otherwise the build would fail with the following
error:

```
ERROR: configure is out of date; please run autoreconf (and configure)
```

[1] https://hydra.nixos.org/build/109409845
2020-01-04 02:45:39 +01:00
Daniel Fullmer
115534cf8c zerotierone: add arm platform
Tested on raspberry pi 1.
2020-01-03 20:26:42 -05:00
Daniel Fullmer
7fffda016c zerotierone: add danielfullmer as maintainer 2020-01-03 20:26:42 -05:00
Daniel Fullmer
44d0aed677 zerotierone: fix cross compilation 2020-01-03 20:26:42 -05:00
Bernardo Meurer
0fb7ae83ad ngrok-2: isArm -> isAarch32 2020-01-03 14:44:17 +01:00
Maximilian Bosch
117d43d1a0
wireguard-go: 20190908 -> 20191012 2020-01-03 14:08:18 +01:00
Maximilian Bosch
fad24a7f9c
wireguard-tools: 1.0.20200102 2020-01-03 14:08:18 +01:00
Frederik Rietdijk
f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Maximilian Bosch
dad49d0b5e
Merge pull request #76815 from filalex77/clash-0.17.1
clash: 0.16.0 -> 0.17.1
2020-01-02 20:31:37 +01:00
Marek Mahut
16061ff61d
Merge pull request #76764 from servalcatty/v2ray
v2ray: 4.21.3 -> 4.22.0
2020-01-02 17:24:30 +01:00
Oleksii Filonenko
0f13282340
clash: add constant.Version to ldflags 2020-01-02 12:56:51 +02:00
Oleksii Filonenko
2e43dd0e74
clash: add filalex77 to maintainers 2020-01-02 12:52:14 +02:00
Oleksii Filonenko
939ee5022e
clash: 0.16.0 -> 0.17.1 2020-01-02 12:51:19 +02:00
Anders Kaseorg
e474db24b1 dhcpcd: fix RA time unit confusion
Fixes #76710.  Submitted upstream as rsmarples/dhcpcd#12.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-01 15:31:05 -08:00
Serval
ceeb0ad038
v2ray: 4.21.3 -> 4.22.0 2020-01-01 10:44:07 +08:00
Frederik Rietdijk
555037a667 Merge master into staging-next 2019-12-31 16:35:53 +01:00
Jörg Thalheim
a45447a3d5
bandwhich: init at 0.6.0 (#76689)
bandwhich: init at 0.6.0
2019-12-31 14:23:19 +00:00
Oleksii Filonenko
1a477dc895
bandwhich: 0.5.1 -> 0.6.0
- Rename from `what` to `bandwhich`
- Add Security for darwin
2019-12-31 10:20:07 +02:00
Jan Tojnar
0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Jan Tojnar
9a8441c170
maphosts: fix build 2019-12-31 02:37:24 +01:00