From 899d03e0f3516ba6644bdc09a463a5e975b86bee Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 4 Jun 2021 06:02:46 -0700 Subject: [PATCH] src/dragonfly/README: mention latest releases have nc Since the DragonFly BSD 4.8.0 release on 2017-03-27, the nc utility has been included as part of the base system courtesy of the netcat (nc) app that's part of LibreSSL. Since that *is* the OpenBSD version of nc and therefore *does* support the `-U` option, it's not necessary to build an alternative on the newer DragonFly BSD releases. Add a note to the README mentioning this fact. Signed-off-by: Kyle J. McKay --- src/dragonfly/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dragonfly/README b/src/dragonfly/README index 17e7712..b6f050f 100644 --- a/src/dragonfly/README +++ b/src/dragonfly/README @@ -16,3 +16,8 @@ Sources fetched 2005-10-07. Modifications: The -S and -j options are disabled for __DragonFly__ because they are not supported on DragonFly BSD. + +Note: + DragonFly BSD has included a suitable netcat (nc) since the release of + DragonFly BSD v4.8.0 -- the netcat from LibreSSL -- and no longer needs + to build the one in this directory as of the 4.8.0 release (2017-03-27). -- 2.11.4.GIT