| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.38.0 26 Jun 2026 12:07:58
    |
Robert Clausecker (fuz)  |
net/dumbpipe: fix build on 32 bit platforms
The patch applied to this port works for powerpc64 but not for armv7.
Replace it with the patch from net/sendme, which works for both.
See also: e46a4cfed19eaedd0828758d075975dc37e28a41
See also: d4de8e372e2e8f829afe06d2ea4aa8528d2d96d2
MFH: 2026Q2
Approved by: portmgr (build fix blanket) |
0.38.0 16 Jun 2026 09:47:57
    |
Piotr Kubaj (pkubaj)  |
net/dumbpipe: fix build on powerpc64*
1. For netdev crate, the relevant code is not amd64-only, but applies
to any 64-bit architecture.
2. For netwatch crate, the relevant code is not aarch64-only, but
also works on powerpc64* and should work on riscv64. |
0.38.0 07 Jun 2026 20:16:03
    |
Mark Felder (feld)  |
net/dumbpipe: Update to 0.38.0 |
0.32.0_6 04 Jun 2026 08:52:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.96.0
PR: 295694 |
0.32.0_5 27 Apr 2026 12:26:47
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.95.0
PR: 294615 |
0.32.0_4 23 Mar 2026 07:33:11
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.94.0
PR: 293615 |
0.32.0_3 28 Jan 2026 08:48:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.93.0
PR: 292360 |
0.32.0_2 16 Dec 2025 12:12:31
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.92.0
PR: 291582 |
0.32.0_1 11 Nov 2025 11:08:12
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.91.1
PR: 290816 |
0.32.0 22 Oct 2025 18:36:03
    |
Mark Felder (feld)  |
net/dumbpipe: Update to 0.32.0
The aarch64 build should be working now. |
0.27.0_4 03 Oct 2025 08:16:50
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.90.0
PR: 289709 |
0.27.0_3 01 Sep 2025 08:25:04
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.89.0
PR: 288923 |
0.27.0_2 03 Jul 2025 08:46:01
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.88.0
PR: 287766 |
0.27.0_1 05 Jun 2025 07:52:53
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.87.0
PR: 286829 |
0.27.0 13 May 2025 19:11:53
    |
Mark Felder (feld)  |
net/dumbpipe: Fix build
Crates / distinfo updates were accidentally absent my staged commit |
0.27.0 13 May 2025 18:57:53
    |
Mark Felder (feld)  |
net/dumbpipe: Update to 0.27.0 |
0.26.0 11 Apr 2025 18:52:52
    |
Mark Felder (feld)  |
net/dumbpipe: New port: Unix pipes between devices
Dumbpipe is inspired by the unix tool netcat. While netcat works with IP
addresses, dumbpipe works with 256 bit node ids and therefore is
somewhat location transparent. In addition, connections are encrypted
using TLS. Iroh-net will take case of hole punching and NAT traversal
whenever possible, and fall back to a relay if hole punching does not
succeed. |