summary refs log tree commit diff
path: root/pkgs/tools/networking
Commit message (Collapse)AuthorAge
* sing-box: 1.5.5 -> 1.6.0Nick Cao2023-10-31
| | | | Diff: https://github.com/SagerNet/sing-box/compare/v1.5.5...v1.6.0
* Merge pull request #264501 from figsoda/findomainMario Rodas2023-10-31
|\ | | | | findomain: 9.0.2 -> 9.0.3
| * findomain: 9.0.2 -> 9.0.3figsoda2023-10-30
| | | | | | | | | | | | Diff: https://github.com/findomain/findomain/compare/refs/tags/9.0.2...9.0.3 Changelog: https://github.com/Findomain/Findomain/releases/tag/9.0.3
* | Merge pull request #264401 from ehmry/yggdrasilLassulus2023-10-31
|\ \ | | | | | | yggdrasil: 0.4.7 -> 0.5.1
| * | yggdrasil: 0.4.7 -> 0.5.1Emery Hemingway2023-10-30
| | |
* | | saldl: update wafzowoq2023-10-31
| |/ |/|
* | Merge pull request #264345 from NickCao/sing-boxNick Cao2023-10-30
|\ \ | | | | | | sing-box: 1.5.4 -> 1.5.5
| * | sing-box: 1.5.4 -> 1.5.5Nick Cao2023-10-30
| | | | | | | | | | | | Diff: https://github.com/SagerNet/sing-box/compare/v1.5.4...v1.5.5
* | | Merge pull request #263516 from jmbaur/kea-cross-compileMartin Weinelt2023-10-30
|\ \ \ | | | | | | | | kea: allow kea to cross-compile
| * | | kea: allow kea to cross-compileJared Baur2023-10-29
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While not a final solution for cross-compiling kea with database backends enabled, this does allow a non-overridden kea derivation to cross-compile successfully. Output from `pkgsCross.aarch64-multiplatform.kea`: ```console $ qemu-aarch64 ./result/bin/kea-dhcp4 -V 2.4.0 tarball linked with: log4cplus 2.1.0 OpenSSL 3.0.11 19 Sep 2023 database: Memfile backend 3.0 ```
* | | Merge pull request #264296 from r-ryantm/auto-update/grpcurlNick Cao2023-10-30
|\ \ \ | | | | | | | | grpcurl: 1.8.8 -> 1.8.9
| * | | grpcurl: 1.8.8 -> 1.8.9R. Ryantm2023-10-30
| | | |
* | | | Merge pull request #264320 from r-ryantm/auto-update/ddns-goNick Cao2023-10-30
|\ \ \ \ | |_|_|/ |/| | | ddns-go: 5.6.3 -> 5.6.4
| * | | ddns-go: 5.6.3 -> 5.6.4R. Ryantm2023-10-30
| | | |
* | | | Merge pull request #259459 from jcgruenhage/openssh-ldnsJanne Heß2023-10-30
|\ \ \ \ | |/ / / |/| | | openssh: enable ldns
| * | | openssh: enable ldnsJan Christian Grünhage2023-10-06
| | | | | | | | | | | | | | | | | | | | | | | | ldns is used for validating DNSSEC responses. With ldns enabled, using SSHFP records on DNSSEC signed zones allows connecting to ssh servers with host keys being automatically validated.
* | | | Merge pull request #264032 from SFrijters/hurlfigsoda2023-10-29
|\ \ \ \ | |_|/ / |/| | | hurl: 4.0.0 -> 4.1.0
| * | | hurl: 4.0.0 -> 4.1.0Stefan Frijters2023-10-28
| | | |
* | | | nixos: fix iproute2 invocations (#263976)Rémy Grünblatt2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using iproute2's ip binary, you can omit the dev parameter, e.g. ip link set up eth0 instead of ip link set up dev eth0. This breaks if for some reason your device is named e.g. he, hel, … because it is interpreted as ip link set up help. I just encountered this bug using networking.bridges trying to create an interface named he. I used a grep on nixpkgs to try to find iproute2 invocations using variables without the dev keyword, and found a few, and fixed them by providing the dev keyword. I merely fixed what I found, but the use of abbreviated commands makes it a bit hard to be sure everything has been found (e.g. ip l set … up instead of ip link set … up).
* | | | Merge pull request #264049 from r-ryantm/auto-update/grpcuiNick Cao2023-10-29
|\ \ \ \ | |/ / / |/| | | grpcui: 1.3.2 -> 1.3.3
| * | | grpcui: 1.3.2 -> 1.3.3R. Ryantm2023-10-28
| | | |
* | | | Merge pull request #264015 from r-ryantm/auto-update/speedtest-goNick Cao2023-10-28
|\ \ \ \ | |/ / / |/| | | speedtest-go: 1.6.6 -> 1.6.7
| * | | speedtest-go: 1.6.6 -> 1.6.7R. Ryantm2023-10-28
| | | |
* | | | wireproxy: use buildGo120Modulelinsui2023-10-28
|/ / /
* | | Merge pull request #263567 from michaeladler/fixes/offlineimapOTABI Tomoya2023-10-28
|\ \ \ | | | | | | | | offlineimap: backport fix for sqlite multi-threading issue in Python 3.11
| * | | offlineimap: backport fix for sqlite multi-threading issue in Python 3.11Michael Adler2023-10-26
| | |/ | |/| | | | | | | | | | | | | | | | The transition from Python 3.10 to 3.11 broke offlineimap due to an incorrect sqlite3 multi-threading check. Although addressed upstream, it hasn't been released yet. This commit backports the necessary fix, which can be removed upon the next offlineimap release.
* | | Merge pull request #262178 from r-ryantm/auto-update/swagger-codegenWeijia Wang2023-10-28
|\ \ \ | | | | | | | | swagger-codegen: 2.4.31 -> 2.4.34
| * | | swagger-codegen: 2.4.31 -> 2.4.34R. Ryantm2023-10-20
| | | |
* | | | Merge pull request #262161 from r-ryantm/auto-update/stunnelWeijia Wang2023-10-28
|\ \ \ \ | | | | | | | | | | stunnel: 5.70 -> 5.71
| * | | | stunnel: 5.70 -> 5.71R. Ryantm2023-10-19
| |/ / /
* | | | Merge pull request #261471 from r-ryantm/auto-update/qWeijia Wang2023-10-28
|\ \ \ \ | | | | | | | | | | q: 0.12.0 -> 0.13.5
| * | | | q: 0.12.0 -> 0.13.5R. Ryantm2023-10-16
| | | | |
* | | | | Merge pull request #260382 from r-ryantm/auto-update/miniupnpcMario Rodas2023-10-27
|\ \ \ \ \ | | | | | | | | | | | | miniupnpc: 2.2.4 -> 2.2.5
| * | | | | miniupnpc: 2.2.4 -> 2.2.5R. Ryantm2023-10-11
| | | | | |
* | | | | | Merge pull request #262274 from r-ryantm/auto-update/ooniprobe-cliMario Rodas2023-10-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | ooniprobe-cli: 3.18.1 -> 3.19.0
| * | | | | | ooniprobe-cli: 3.18.1 -> 3.19.0R. Ryantm2023-10-20
| | | | | | |
* | | | | | | iperf3d: add wdz team as maintainersJennifer Graul2023-10-27
| | | | | | |
* | | | | | | ddclient: remove unused iproute2Bjørn Forsman2023-10-27
| | | | | | |
* | | | | | | ddclient: 3.11.0 -> 3.11.1Bjørn Forsman2023-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/ddclient/ddclient/blob/66af014aadb32b4894e3708dc48635f6951c44a4/ChangeLog.md#2023-10-25-v3111
* | | | | | | Merge pull request #262647 from r-ryantm/auto-update/v2rayBobby Rong2023-10-26
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | v2ray, qv2ray, v2raya: Update
| * | | | | | v2raya: 2.0.5 -> 2.2.4Elliot2023-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/v2rayA/v2rayA/compare/v2.0.5...v2.2.4 This fixes startup issue with go 1.21, see upstream issue 1017. Co-authored-by: Bobby Rong <rjl931189261@126.com>
| * | | | | | v2ray: 5.7.0 -> 5.8.0R. Ryantm2023-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/v2fly/v2ray-core/compare/v5.7.0...v5.8.0 Fixes https://hydra.nixos.org/build/239295592/nixlog/1
* | | | | | | Merge pull request #263029 from nbraud/pkgs/aardvark-dnsMario Rodas2023-10-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | aardvark-dns: 1.7.0 → 1.8.0
| * | | | | | | aardvark-dns: 1.7.0 → 1.8.0nicoo2023-10-23
| | | | | | | |
* | | | | | | | Merge pull request #263160 from aaronjheng/datadog-agentMario Rodas2023-10-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | datadog: 7.45.1 -> 7.48.1
| * | | | | | | | datadog: 7.45.1 -> 7.48.1Aaron Jheng2023-10-24
| | | | | | | | |
* | | | | | | | | Merge pull request #263267 from r-ryantm/auto-update/boundaryMario Rodas2023-10-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | boundary: 0.13.1 -> 0.14.1
| * | | | | | | | | boundary: 0.13.1 -> 0.14.1R. Ryantm2023-10-25
| | | | | | | | | |
* | | | | | | | | | Merge pull request #263343 from r-ryantm/auto-update/goimapnotifyFabián Heredia Montiel2023-10-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | goimapnotify: 2.3.7 -> 2.3.9
| * | | | | | | | | | goimapnotify: 2.3.7 -> 2.3.9R. Ryantm2023-10-25
| |/ / / / / / / / /