From f334da4fb554cc7e97e1838d8b080d0c8c069e19 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 19 Jul 2022 08:45:57 +0200 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/changelog/changes/2022-07-19-ncat.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-07-19-ncat.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-07-19-ncat.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-07-19-ncat.md new file mode 100644 index 0000000000..5c9853b90c --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-07-19-ncat.md @@ -0,0 +1 @@ +- Added symlink from `nc` to `ncat`. `-q` option is [not yet supported](https://github.com/nmap/nmap/issues/2422) ([flatcar#545](https://github.com/flatcar-linux/Flatcar/issues/545))