]> git.ipfire.org Git - ipfire-2.x.git/commit
ncat: Update to 7.91 and fix #12647 ncat segfault if virtmanager try to connect libvirt
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 3 Aug 2021 13:11:11 +0000 (15:11 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 5 Sep 2021 17:50:40 +0000 (17:50 +0000)
commit999b71cf47dc120eb1b0e558dc6a8dbbf66f7a17
treeedb2ddb81e3e4e15b78da5113d6b810fd8a00fec
parenta21e5bbca3d546d2899d6d8c880fe342199de110
ncat: Update to 7.91 and fix #12647 ncat segfault if virtmanager try to connect libvirt

- Update from 7.80 to 7.91
- Update of rootfile
- Changelog is too long to include here
   Full details can be found in the CHANGELOG file in the source tarball
- Added patch to fix segfault - https://github.com/nmap/nmap/issues/2154
- Ran with unpatched 7.91 version
   $ touch /tmp/foo
   $ nc -U /tmp/foo
   Segmentation fault - flagged problem in #12647
- Ran with patched 7.91 version
   $ touch /tmp/foo
   $ nc -U /tmp/foo
   Ncat: Connection refused. - Expected behaviour

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/ncat
src/patches/ncat-7.91-fix-a-unix-domain-socket-crash.patch [new file with mode: 0644]