summary refs log tree commit diff
path: root/pkgs/tools/networking
Commit message (Collapse)AuthorAge
* httpie: bump version to fix ImportErrorPaulus Esterhazy2015-06-09
| | | | Fixes https://github.com/jakubroztocil/httpie/issues/314
* curl 7.15: Disable on DarwinSpencer Whitt2015-05-15
| | | | | Build is failing and this version of curl is not used for anything useful on Darwin, so it's not worth fixing.
* bwm_ng: clang fixSpencer Whitt2015-05-15
|
* inadyn: fix & update from 1.99.10 to 1.99.13Pascal Wittmann2015-05-14
|
* Turned some meta.maintainers into listsPascal Wittmann2015-05-14
|
* Merge pull request #7817 from gridaphobe/cc-wrapper-isgnu-isclangEric Seidel2015-05-14
|\ | | | | Add isGNU and isClang attributes to cc-wrapper
| * remove all references to `stdenv.cc.cc.is{GNU,Clang}`Eric Seidel2015-05-11
| | | | | | | | | | use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be defined.
* | Fixed several "package has no version" warningsPascal Wittmann2015-05-14
| |
* | Merge pull request #7818 from cstrahan/nmtui2Charles Strahan2015-05-13
|\ \ | | | | | | networkmanager: enable nmtui, the curses interface
| * | networkmanager: enable nmtui, the curses interfaceCharles Strahan2015-05-11
| | |
* | | curl: propagate inputs instead of patching pkgconfigShea Levy2015-05-12
| | |
* | | Revert "curl: Improve .pc and .la patching"Shea Levy2015-05-12
|/ / | | | | | | | | | | | | | | This breaks on darwin with: > sed: -e: No such file or directory This reverts commit 26c37ded73ce084275d748be26887cf4023c91d6.
* / curl: Improve .pc and .la patchingWilliam A. Kennington III2015-05-11
|/
* netsniff-ng -> 0.5.9Tobias Geerinckx-Rice2015-05-11
|
* Update badvpnMichael Raskin2015-05-10
|
* Updating cjdns to latest master.Lluís Batlle i Rossell2015-05-09
| | | | It has important stability fixes.
* Merge branch 'master' into stagingWilliam A. Kennington III2015-05-08
|\
| * Add libcrafter and traceboxLuca Bruno2015-05-08
| |
| * wget: verify cookie domains with libpslTobias Geerinckx-Rice2015-05-07
| | | | | | | | | | Reduces vulnerability to "supercookie" attacks: <http://comments.gmane.org/gmane.comp.web.wget.general/12820>
* | Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2015-05-07
|\|
| * radvd: 2.10 -> 2.11William A. Kennington III2015-05-04
| |
| * netsniff-ng -> v0.5.9-rc5-22-gdafb89cTobias Geerinckx-Rice2015-05-03
| | | | | | | | | | | | | | | | - Show the packet number as part of the dissector output - Reorder packet number output - Print 'IE:' prefix before each mgmt IE parameter - Print probe request IEs info - Alias lb to rr as well
* | curl: Modernize buildWilliam A. Kennington III2015-05-01
| |
* | Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2015-05-01
|\|
| * curl: 7.42.0 -> 7.42.1William A. Kennington III2015-05-01
| |
| * meta.description fixupsJoachim Fasting2015-04-30
| | | | | | | | Mostly scripted substitutions with a couple of subjective enhancements.
* | openconnect: depend on zlibThomas Tuegel2015-04-30
| |
* | Merge remote-tracking branch 'upstream/master' into stagingThomas Tuegel2015-04-29
|\|
| * i2p: fix compilationHerwig Hochleitner2015-04-28
| | | | | | | | | | - use system jdk instead of hardcoded openjdk - remove backgrounding of service launcher
| * i2p: update 0.9.18 -> 0.9.19Herwig Hochleitner2015-04-28
| |
| * Fixed some descriptionsPascal Wittmann2015-04-28
| |
| * httping 2.3.4 -> 2.4Tobias Geerinckx-Rice2015-04-28
| | | | | | | | Also add support for the fancy ncurses interface.
| * Merge pull request #7480 from dezgeg/pr-ddclient-line-bufferinglethalman2015-04-27
| |\ | | | | | | ddclient: Force line buffering on stdout
| | * ddclient: Force line buffering on stdoutTuomas Tynkkynen2015-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Status messages of ddclient go to stdout, which is block buffered by default, so most of its output won't appear in the journal until it is exiting: -- Reboot -- Apr 19 11:31:04 xen systemd[1]: Starting Dynamic DNS Client... Apr 19 11:31:04 xen systemd[1]: Started Dynamic DNS Client. Apr 19 11:31:53 xen systemd[1]: Stopping Dynamic DNS Client... Apr 19 11:31:53 xen ddclient[530]: === opt ==== Apr 19 11:31:53 xen ddclient[530]: opt{cache} : <undefined> Apr 19 11:31:53 xen ddclient[530]: opt{cmd} : <undefined> ... Fix this by adding a patch to set line buffering on stdout.
* | | eggdrop: RefactorWilliam A. Kennington III2015-04-26
| | |
* | | Merge 'master' into stagingVladimír Čunát2015-04-26
|\| | | | | | | | | | | (relatively simple conflicts)
| * | ntp: Refactor and add signing supportWilliam A. Kennington III2015-04-25
| | |
| * | stunnel: 5.14 -> 5.16William A. Kennington III2015-04-22
| | |
| * | curl: 7.41.0 -> 7.42.0William A. Kennington III2015-04-22
| | |
| * | Updating cjdns to 20150422.Lluís Batlle i Rossell2015-04-22
| | |
| * | netsniff-ng -> v0.5.9-rc5Tobias Geerinckx-Rice2015-04-22
| | |
| * | meta.licenses -> licenseJoachim Fasting2015-04-21
| | |
| * | netsniff-ng v0.5.9-rc4-62-g47a7037 -> v0.5.9-rc4-63-gf43bbe9Tobias Geerinckx-Rice2015-04-20
| | | | | | | | | | | | | | | | | | | | | Bug fix: mac80211: Check existence of generated monX device Fix the case when netsniff-ng fails if there is already an existing monX device while generating one.
| * | Drop broken packages sproxy and sproxy-web.Peter Simons2015-04-19
| | |
| * | dropbear 2014.66 -> 2015.67Tobias Geerinckx-Rice2015-04-17
| | |
| * | mu: 0.9.11 -> 0.9.12Joachim Fasting2015-04-16
| | |
| * | Add hans: tunnel IPv4 over ICMPTobias Geerinckx-Rice2015-04-16
| | |
| * | i2p: fix wrapperJoel Moberg2015-04-15
| | |
| * | i2p: fix platformJoel Moberg2015-04-15
| | |
| * | netsniff-ng: v0.5.9-rc4-53-gdd5d906 -> v0.5.9-rc4-62-g47a7037Tobias Geerinckx-Rice2015-04-14
| | |