summary refs log tree commit diff
path: root/pkgs/tools/networking
AgeCommit message (Collapse)AuthorFilesLines
2021-11-06Merge pull request #140317 from risicle/ris-openssh-testsJanne Heß1-0/+54
2021-11-06Merge staging-next into staginggithub-actions[bot]1-3/+0
2021-11-06Merge master into staging-nextgithub-actions[bot]1-3/+0
2021-11-06Merge pull request #144542 from alyssais/vpnc-pcf2vpncJanne Heß1-3/+0
2021-11-06Merge staging-next into staginggithub-actions[bot]1-0/+12
2021-11-06Merge master into staging-nextgithub-actions[bot]1-0/+12
2021-11-06Merge pull request #144513 from trofi/fix-bwm_ng-for-ncurses-6.3Ryan Burns1-0/+12
bwm_ng: pull upstream fix for upcoming ncurses-6.3
2021-11-06Merge staging-next into staginggithub-actions[bot]5-5/+5
2021-11-06Merge master into staging-nextgithub-actions[bot]5-5/+5
2021-11-06treewide: use mirror URLs where availableAlyssa Ross5-5/+5
Candidates identified with git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix | grep -v nixos.org | grep :// | cut -d '"' -f 2)" and then manually reviewed and tested.
2021-11-05Merge pull request #144762 from lovesegfault/unbound-testsBernardo Meurer1-0/+9
unbound: enable tests
2021-11-05Merge master into staging-nextgithub-actions[bot]1-0/+9
2021-11-05unbound: enable testsBernardo Meurer1-0/+9
2021-11-05pkgsMusl.connmanMinimal: fix build with Alpine patchAlyssa Ross1-0/+9
2021-11-05Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-11-05Merge branch 'staging-next' into stagingVladimír Čunát2-4/+13
2021-11-05ngrep: Make available on darwinNikola Knezevic1-1/+1
ngrep works on macos/Darwin without problems. The official page even states that: ``` Confirmed Working Platforms Linux 2.0+ (RH6+, SuSE, TurboLinux, Debian, Gentoo, Ubuntu, Mandrake, Slackware)/x86, RedHat/alpha Cobalt, (Qube2) Linux/MIPS Solaris 2.5.1, 2.6/SPARC, Solaris 7, Solaris 8/SPARC, Solaris 9/SPARC FreeBSD 2.2.5, 3.1, 3.2, 3.4-RC, 3.4-RELEASE, 4.0, 5.0 OpenBSD 2.4 (after upgrading pcap from 0.2), 2.9, 3.0, 3.1+ NetBSD 1.5/SPARC Digital Unix V4.0D (OSF/1), Tru64 5.0, Tru64 5.1A HPUX 11 IRIX AIX 4.3.3.0/PowerPC BeOS R5 Mac OS X 10+ GNU HURD Windows 95, 98, NT, 2000, XP, 2003/x86, 7, 8, 8.1, 10 ```
2021-11-04Merge pull request #144458 from r-ryantm/auto-update/mcrconRyan Mulligan1-2/+2
mcrcon: 0.7.1 -> 0.7.2
2021-11-05Merge pull request #144647 from kurnevsky/tox-node-build-fixRobert Scott1-2/+11
tox-node: fix build
2021-11-05Merge staging-next into staginggithub-actions[bot]2-7/+17
2021-11-04Merge pull request #144656 from flokli/telepresence2-bumpSandro1-4/+14
2021-11-04telepresence2: 2.4.0 -> 2.4.6Florian Klink1-4/+14
2021-11-04Merge pull request #144465 from r-ryantm/auto-update/minio-clientPascal Bach1-3/+3
minio-client: 2021-09-02T09-21-27Z -> 2021-10-07T04-19-58Z
2021-11-04Merge staging-next into staginggithub-actions[bot]1-7/+7
2021-11-04tox-node: add myself to maintainersEvgeny Kurnevsky1-1/+1
2021-11-04tox-node: fix buildEvgeny Kurnevsky1-1/+10
2021-11-04Merge pull request #144512 from alyssais/connman-crossDoron Behar1-7/+7
2021-11-04connmanMinimal: fix cross compilationAlyssa Ross1-7/+7
Move inputs from `nativeBuildInputs`.
2021-11-04Merge staging-next into staginggithub-actions[bot]1-1/+1
2021-11-04Merge pull request #144440 from SuperSandro2000/lib-fromJSONRobert Hensing1-1/+1
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04Merge staging-next into staginggithub-actions[bot]2-6/+6
2021-11-04Merge pull request #144570 from bbigras/yggdrasilMaciej Krüger1-3/+3
2021-11-03yggdrasil: 0.4.0 -> 0.4.2Bruno Bigras1-3/+3
2021-11-04Merge pull request #144492 from r-ryantm/auto-update/oapi-codegenBobby Rong1-3/+3
oapi-codegen: 1.8.2 -> 1.8.3
2021-11-03vpnc: remove unnecessary substitutionAlyssa Ross1-3/+0
This will be done automatically in fixupPhase (and that version has the advantage of being cross-aware).
2021-11-03bwm_ng: pull upstream fix for upcoming ncurses-6.3Sergei Trofimovich1-0/+12
2021-11-03Merge staging-next into staginggithub-actions[bot]2-74/+4
2021-11-03oapi-codegen: 1.8.2 -> 1.8.3R. Ryantm1-3/+3
2021-11-03Merge pull request #144049 from Artturin/ntpseccompArtturi2-74/+4
2021-11-03minio-client: 2021-09-02T09-21-27Z -> 2021-10-07T04-19-58ZR. Ryantm1-3/+3
2021-11-03mcrcon: 0.7.1 -> 0.7.2R. Ryantm1-2/+2
2021-11-03treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)`` to ↵Sandro Jäckel1-1/+1
lib.importJSON ./file.json
2021-11-03Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross1-1/+1
2021-11-02maintainers: remove superherointjsuperherointj1-1/+1
2021-11-02Merge staging-next into staginggithub-actions[bot]1-5/+13
2021-11-02Merge master into staging-nextgithub-actions[bot]1-5/+13
2021-11-01Merge pull request #144073 from tdemin/masterMario Rodas1-5/+13
shadowsocks-rust: 1.10.7 -> 1.11.2
2021-11-01Merge staging-next into staginggithub-actions[bot]1-3/+10
2021-11-01Merge master into staging-nextgithub-actions[bot]1-3/+10
2021-11-01Merge pull request #143710 from wahjava/update-flannelBobby Rong1-3/+10
cni-flannel-plugin: 1.1 -> 1.0.0