about summary refs log tree commit diff
path: root/pkgs/tools/networking
AgeCommit message (Collapse)AuthorFilesLines
2017-11-03treewide: abandon Google Code homepagesc0bw3b4-8/+9
2017-11-03Merge pull request #31164 from c0bw3b/pkg/htpdateOrivej Desh1-10/+12
htpdate: 1.1.3 -> 1.2.0
2017-11-03Merge pull request #31108 from benley/openvpn-auth-ldapOrivej Desh1-0/+76
openvpn-auth-ldap: init at 2.0.3
2017-11-03htpdate: 1.1.3 -> 1.2.0Renaud1-10/+12
2017-11-02openvpn-auth-ldap: init at 2.0.3Benjamin Staffin1-0/+76
2017-11-02fix source root locations.Piotr Bogdan1-1/+4
These have changed following commit https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f. See also: - https://github.com/NixOS/nixpkgs/pull/31004 - https://github.com/NixOS/nixpkgs/pull/31106
2017-11-01Merge branch 'staging'Vladimír Čunát2-4/+4
- I can see some regressions, especially due to fetchzip rename c3255fe8ec. - Darwin is only half-rebuilt on Hydra ATM. - But there quite a few security fixes within.
2017-11-01Merge pull request #30980 from wizeman/u/fix-cjdns-hashOrivej Desh1-4/+6
cjdns: fix hash
2017-10-31Merge branch 'master' into stagingVladimír Čunát1-2/+2
2017-10-31http-prompt: 0.10.2 -> 0.11.0Matthias Beyer1-2/+2
2017-10-30cjdns: fix hashRicardo M. Correia1-4/+6
.. and switch to fetchFromGitHub to avoid future hash changes.
2017-10-29Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2-5/+5
2017-10-28i2p: 0.9.30 -> 0.9.31Herwig Hochleitner1-2/+2
2017-10-28Merge pull request #30759 from FlorentBecker/pptp_routeJoachim F1-3/+3
pptp: correct reference to ${iproute}/bin/ip
2017-10-28unbound: 1.6.6 -> 1.6.7adisbladis1-2/+2
2017-10-27Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk3-21/+22
2017-10-27wget: 1.19.1 -> 1.19.2 for multiple CVEsFranz Pletz1-10/+5
Fixes CVE-2017-13089, CVE-2017-13090.
2017-10-27bully: 1.0-22 -> 1.1Edward Tjörnhammar1-10/+12
2017-10-26Merge pull request #30809 from andir/dnstracer-darwinDaiderd Jordan1-1/+5
dnstracer: fix build on darwin
2017-10-26dnstracer: fix build on darwinAndreas Rammhold1-1/+5
2017-10-24Merge branch 'master' into stagingFranz Pletz1-3/+2
2017-10-24kea: build with botan2Franz Pletz1-3/+2
2017-10-24pptp: correct reference to ${iproute}/bin/ipFlorent Becker1-3/+3
A reference to /bin/ip was left hanging, causing failure when establishing a connection caused pptp to try and manipulate roots.
2017-10-23curl: 7.56.0 -> 7.56.1Tim Steinbach1-2/+2
2017-10-22aria2: 1.32.0 -> 1.33.0mimadrid1-2/+2
2017-10-22strongSwan: Enable EAP Radius plugin for remote authentication of dial in ↵Erick Gonzalez1-1/+1
ipsec clients
2017-10-18Merge pull request #30527 from acowley/isync-1.3.0Graham Christensen1-4/+4
isync: 1.2.1 -> 1.3.0
2017-10-17isync: 1.2.1 -> 1.3.0Anthony Cowley1-4/+4
2017-10-17bgpdump: init at 2017-09-29 (#30461)lewo1-0/+21
* bgpdump: init at 2017-09-29 * bgpdump: switch to autoreconfHook
2017-10-17strongswan: enable openssl plugin (#30494)Drew Hess1-1/+2
The NIST elliptic curve groups (ecp192 etc.) are only available if the OpenSSL plugin is enabled, and these groups are currently the only EC groups supported on iOS and macOS devices.
2017-10-17Merge pull request #30498 from mimadrid/update/axel-2.15Jörg Thalheim1-2/+2
axel: 2.14.1 -> 2.15
2017-10-17axel: 2.14.1 -> 2.15mimadrid1-2/+2
2017-10-16httpie: remove superfluous fieldRobert Helgesson1-1/+0
2017-10-15fastd: disable aes128-ctr, fix build with new libsodiumFranz Pletz1-0/+5
2017-10-14Merge branch 'master' into stagingVladimír Čunát5-13/+103
Hydra: ?compare=1401528
2017-10-13djbdns: fix root server list at build timeMatt McHenry1-1/+3
as suggested by @peterhoeg in https://github.com/NixOS/nixpkgs/commit/1b7e5eaa79241080eac2a0b79883a17c9e5f4731#commitcomment-24560631 fixes #30379
2017-10-13djbdns: fix build in usernamespacesJoerg Thalheim2-2/+12
2017-10-12pykms: previous homepage requires registrationPeter Hoeg1-1/+1
2017-10-12pykms: init at 20170719Peter Hoeg1-0/+82
2017-10-10badvpn: fix buildMichael Raskin1-1/+1
2017-10-10netalyzr: use makeWrapper i/o custom scriptPeter Hoeg1-9/+5
2017-10-08Merge pull request #30150 from copumpkin/no-rpath-nonsenseDaniel Peebles1-3/+1
Get rid of most @rpath nonsense on Darwin
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-3/+1
This requires some small changes in the stdenv, then working around the weird choice LLVM made to hardcode @rpath in its install name, and then lets us remove a ton of annoying workaround hacks in many of our Go packages. With any luck this will mean less hackery going forward.
2017-10-07Merge pull request #30203 from andir/add-dnstracerJörg Thalheim1-0/+23
dnstracer: init at 1.9
2017-10-07dnstracer: init at 1.9Andreas Rammhold1-0/+23
2017-10-07Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-2/+15
2017-10-07mitmproxy: fix transitive cryptography dependencyKamil Chmielewski1-2/+15
pyopenssl-17.0.2 uses cyrptography-2.0.2 which collide with the one used in mitmproxy
2017-10-05Merge branch 'master' into stagingVladimír Čunát2-0/+80
Evaluation was blocked on Hydra; this should fix it.
2017-10-05Merge pull request #30062 from disassembler/goklpOrivej Desh2-0/+80
goklp: init at 1.6
2017-10-04curl: fix clang buildDaiderd Jordan1-2/+2