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'
Differential D45537
netcat: Update to OpenBSD 7.5 allanjude on Jun 9 2024, 12:07 AM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions 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. Comment Actions 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. |