Page MenuHomeFreeBSD

netcat: Update to OpenBSD 7.5
Needs RevisionPublic

Authored by allanjude on Jun 9 2024, 12:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 8, 7:15 AM
Unknown Object (File)
Aug 13 2024, 5:22 AM
Unknown Object (File)
Aug 4 2024, 7:06 PM
Unknown Object (File)
Jul 29 2024, 12:11 AM
Unknown Object (File)
Jul 28 2024, 3:58 PM
Unknown Object (File)
Jul 28 2024, 9:39 AM
Unknown Object (File)
Jul 7 2024, 7:27 AM
Unknown Object (File)
Jul 7 2024, 7:26 AM
Subscribers

Details

Reviewers
emaste
delphij
gahr
des
Group Reviewers
Klara
Summary

Move the FreeBSD specific -M flag (TCP_STATS) to --stats
It conflicts with the incoming -M (maxttl) and -m (minttl) flags

Relnotes: yes
Sponsored by: Klara, Inc.

Merge commit '1849781381dd9aba25f8de2159c4b8bbb5496a00'

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58112
Build 55000: arc lint + arc unit

Event Timeline

delphij requested changes to this revision.Jun 11 2024, 5:18 PM

The most important change was to add support of TLS, which is #ifdef'ed out and the rest of change is not quite worth the effort IMHO.

It would be nice to have something that implements libtls APi, e.g. libretls first.

This revision now requires changes to proceed.Jun 11 2024, 5:18 PM

The most important change was to add support of TLS, which is #ifdef'ed out and the rest of change is not quite worth the effort IMHO.

It would be nice to have something that implements libtls APi, e.g. libretls first.

The change I was actually after was the fix for /etc/services, our old version did not let you do nc hostname http, it would fail, while OpenBSD's works.