Arseniy Seroka
a56eed5405
Merge pull request #9670 from Mathnerd314/ntpd
...
ntp: 4.2.8p2 -> 4.2.8p3
2015-09-06 22:48:26 +03:00
Thomas Strobel
a9dab9df61
strongswan: enable more plugins
2015-09-06 21:12:08 +02:00
Thomas Strobel
167383c7bf
vpnc: patch to not set a default route when a netmask is given
...
also, fix the name attribute in the nix expression
2015-09-06 19:27:08 +02:00
Mathnerd314
43b388fbd6
ntp: 4.2.8p2 -> 4.2.8p3
2015-09-05 18:35:45 -06:00
Tobias Geerinckx-Rice
947723d557
netsniff-ng: 0.5.9-{88-ge5570a8 -> 92-gd5bdc38}
2015-09-04 23:38:36 +02:00
William A. Kennington III
c985530a25
tinc_pre: 2015-07-17 -> 2015-07-22
2015-09-04 11:54:51 -07:00
William A. Kennington III
379dd0af7a
dhcpcd: 6.9.2 -> 6.9.3
2015-09-04 11:42:42 -07:00
William A. Kennington III
5b13442747
flannel: Migrate to go-packages
2015-09-02 17:05:42 -07:00
Tobias Geerinckx-Rice
04d6095700
netsniff-ng: 0.5.9-{86-gd84a6b7 -> 88-ge5570a8}
2015-09-01 16:37:16 +02:00
devhell
10d5d9acf4
connman: 1.28 -> 1.30
...
Built fine, couldn't test though as I don't have a laptop around me at
the moment.
From the changelog:
```
Fix issue with pending DNS request during server change.
Fix issue with empty strings in nameservers configuration.
Fix issue with time servers during IP configuration change.
Fix issue with 4-way handshake during roaming.
Fix issue with open WiFi networks security.
Fix issue with support for WiFi AnonymousIdentity.
Fix issue with memory leak and DHCPv6 DUID handling.
Fix issue with DHCP client and P2P interaction.
Fix issue with handling provision file updates.
Fix issue with VPN state updates.
Disable 6to4 support by default.
```
2015-08-31 19:19:14 +01:00
Eelco Dolstra
9000ddce90
openvpn: Update to 2.3.7
2015-08-31 17:54:56 +02:00
Eelco Dolstra
a88b9bf19e
Revert "openvpn: 2.3.6 -> 2.3.8"
...
This reverts commit f547eaab44
because
it breaks asking passphrased via systemd.
2015-08-31 17:54:56 +02:00
Carter Charbonneau
ffc679460f
networkmanager: build with dnsmasq
...
Networkmanager requires dnsmasq for network sharing
2015-08-30 02:55:56 +02:00
Joachim Fasting
624eba1885
fuppes: mark as broken
...
This package has been broken since 2014-01-20, according to Hydra [1]. I tried
various ad-hoc patching & adding missing dependencies, uncovering yet more
errors. Updating is also out of the question, as nixpkgs already contains the
latest version.
[1]: https://hydra.nixos.org/build/25188337
2015-08-28 17:22:26 +02:00
Edward Tjörnhammar
f547eaab44
openvpn: 2.3.6 -> 2.3.8
2015-08-26 13:00:23 +02:00
Arseniy Seroka
f3f8506461
Merge pull request #9392 from danielfullmer/zerotierone-1.4
...
zerotierone: 1.0.2 -> 1.0.4 and fix for hardcoded path
2015-08-25 20:39:06 +03:00
Lluís Batlle i Rossell
97dada0005
Make hydra build proxychains.
...
(cherry picked from commit 8f11a84c9145c4a1cf5fe182db31921070565efa)
2015-08-25 14:28:12 +02:00
Tobias Geerinckx-Rice
c98685c737
netsniff-ng: 0.5.9-{85-g71c28ef -> 86-gd84a6b7}
2015-08-25 02:09:49 +02:00
Daniel Fullmer
e23ee274b6
zerotierone: 1.0.2 -> 1.0.4 and fix for hardcoded path
2015-08-21 23:06:50 +00:00
Eelco Dolstra
6a54ca7990
dhcpcd: Update to 6.9.2
...
Upstream recommends this as an important upgrade to 6.9.1 because it
fixes a race that could cause an empty resolv.conf to be created.
2015-08-21 17:03:51 +02:00
Eelco Dolstra
2d4b6405b3
openssh: Apply some Fedora security backports
2015-08-20 14:08:21 +02:00
Eelco Dolstra
401782cb67
Revert "openssh: 6.9p1 -> 7.0p1"
...
This reverts commit a8eb2a6a81
. OpenSSH
7.0 is causing too many interoperability problems so soon before the
15.08 release.
For instance, it causes NixOps EC2 initial deployments to fail with
"REMOTE HOST IDENTIFICATION HAS CHANGED". This is because the client
knows the server's ssh-dss host key, but this key is no longer
accepted by default. Setting "HostKeyAlgorithms" to "+ssh-dss" does
not work because it causes ssh-dss to be ordered after
"ecdsa-sha2-nistp521", which the server also offers. (Normally, ssh
prioritizes host key algorithms for which the client has a known host
key, but not if you set HostKeyAlgorithms.)
2015-08-20 14:08:18 +02:00
Tobias Geerinckx-Rice
72e8bf518f
netsniff-ng: update 0.5.9-{80-g3384ee7 -> 85-g71c28ef}
2015-08-20 04:52:15 +02:00
Jaka Hudoklin
24a626020a
Merge pull request #8681 from offlinehacker/pkgs/driftnet/add
...
Add driftnet
2015-08-19 22:58:27 +02:00
William A. Kennington III
ab7a1646d9
aria2: Fix ssl support and switch back to sourceforge
...
Using sourceforge gives release binaries which don't require us to
regenerate all of the autotools scripts. This removes the need for
dependencies like cppunit and libgcrypt and autoreconfHook.
cc @geerds
2015-08-18 17:18:49 -07:00
Jascha Geerds
56d6a3d846
aria2: Remove openssl dependency
2015-08-18 23:52:58 +02:00
Jascha Geerds
1375602b8d
aria2: Add myself as a maintainer
2015-08-18 14:51:54 +02:00
Jascha Geerds
4140d6352e
aria2: Add platforms attribute
2015-08-18 14:51:03 +02:00
Jascha Geerds
cc0f9acb53
aria2: Fetch from github instead of sourceforge
2015-08-18 14:50:19 +02:00
Tobias Geerinckx-Rice
4fdb99d31e
netsniff-ng: update 0.5.9-{71-g77445f8 -> 80-g3384ee7}
2015-08-18 03:38:23 +02:00
Bjørn Forsman
0279a979a5
stunnel: 5.20 -> 5.22
...
Changelog:
https://www.stunnel.org/sdf_ChangeLog.html
2015-08-16 19:05:14 +02:00
Pascal Wittmann
d0f75b4391
filegive: move from googlecode to github
2015-08-15 21:04:32 +02:00
Tobias Geerinckx-Rice
273fb91b49
miniupnpd: 1.9.{20150430 -> 20150721}
...
Drop removed libnfnetlink dependency and simplify build.
Don't yet update miniupnpc because it breaks bitcoin 0.11.
2015-08-14 03:07:09 +02:00
Tobias Geerinckx-Rice
3059362c74
dropbear: 2015.67 -> 2015.68
...
Changes: https://matt.ucc.asn.au/dropbear/CHANGES
2015-08-13 03:05:53 +02:00
William A. Kennington III
a8eb2a6a81
openssh: 6.9p1 -> 7.0p1
2015-08-11 10:59:12 -07:00
Joachim Fasting
70ae60feb1
i2p: 0.9.20 -> 0.9.21
...
See https://geti2p.net/en/blog/post/2015/07/31/0.9.21-Release
2015-08-09 01:55:25 +02:00
Arseniy Seroka
1629107a8a
Merge pull request #9168 from dfoxfranke/chrony
...
chrony: 1.31 -> 2.1.1
2015-08-08 23:44:58 +03:00
Daniel Fox Franke
4f70094857
chrony: 1.31 -> 2.1.1
2015-08-08 11:07:12 -04:00
Tobias Geerinckx-Rice
4f9249caaf
netsniff-ng 0.5.9-70-g123b444 -> 0.5.9-71-g77445f8
...
Remove patch to curvetun build (now upstream).
2015-08-05 22:36:17 +02:00
Thomas Strobel
4661158164
vpnc: revert default local port to 500
2015-08-05 21:55:02 +02:00
Thomas Strobel
531e93eaf4
vpnc: 0.5.3 -> svn-rev-550
...
also, change default local port from 500 to random to avoid
clashes with other IPSec services like, e.g., strongSwan
2015-08-05 21:16:35 +02:00
Thomas Strobel
9011f117f2
strongswan: fix resolvconf plugin
2015-08-05 12:12:59 +02:00
ts468
778ea83849
Merge pull request #9115 from ts468/upstream.strongswan
...
strongswan: enable more plugins
2015-08-05 01:55:01 +02:00
Tobias Geerinckx-Rice
73bccf7c52
netsniff-ng 0.5.9-34-g95c4582 -> 0.5.9-70-g123b444
2015-08-05 00:57:04 +02:00
Thomas Strobel
69397d9f94
strongswan: enable more plugins
2015-08-04 19:21:47 +02:00
William A. Kennington III
8c244bc21c
dnsmasq: 2.73 -> 2.75
2015-08-03 12:52:22 -07:00
ts468
c6159b2614
Merge pull request #9101 from ts468/upstream.strongswan
...
strongswan: add TNC build option
2015-08-03 17:53:01 +02:00
Thomas Strobel
6f727a8a83
strongswan: add TNC build option
2015-08-03 17:07:12 +02:00
Bjørn Forsman
c2aadb38a7
ntopng: add extra download URL
...
It seems upstream have moved the ntopng-1.2.1.tgz into an "old/"
subdirectory.
2015-08-03 12:19:34 +02:00
Sander van der Burg
dc2a6e3d3d
dd-agent: Add support for MongoDB monitoring
2015-08-03 09:09:52 +00:00