TritonDataCenter / pkgsrc

NetBSD/pkgsrc fork for our binary package repositories
https://pkgsrc.smartos.org/
132 stars 51 forks source link

upstream nmap bug on Big Sur #299

Closed numericillustration closed 2 years ago

numericillustration commented 3 years ago
~/ 🂁 nmap -p1-65535  192.168.42.97
Password:
Starting Nmap 7.80 ( https://nmap.org ) at 2021-03-31 09:57 PDT
Assertion failed: (res > 7), function nsock_library_initialize, file nsock_pool.c, line 307.
Abort trap: 6

Looks like I'm hitting https://github.com/nmap/nmap/issues/2079

I think I'm running the release for Big Sur

~/ 🂁 grep -v '^#' /opt/pkg/etc/pkgin/repositories.conf 
https://pkgsrc.joyent.com/packages/Darwin/11.0/x86_64/All

~/ 🂁 uname -a
Darwin tetrakaideka 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64 
numericillustration commented 2 years ago

I've upgraded to Nmap 7.92 via pkgsrc and OSX to

Darwin tetrakaideka 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan  5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64 x86_64

and no longer see this issue.