-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: use netcat-openbsd as default netcat and remove netcat as a default package #19411
Comments
I would second this, I have run into the same thing. And since we already have |
So |
Exactly. |
NeQuissimus
added
9.needs: community feedback
and removed
9.needs: reporter feedback
labels
Oct 22, 2016
I will implement this. |
12 tasks
GNU Netcat also doesn't support unix domain sockets. |
sternenseemann
added a commit
to sternenseemann/nixpkgs
that referenced
this issue
Oct 30, 2016
The motivation for this change is the following: As gnu-netcat, e. g. does not support ipv6, it is not suitable as default netcat. This commit also fixes all obvious build issues caused by this change.
PR was merged (#19982). Close? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reason for switching over to BSD netcat is that the GNU netcat does not support IPv6. I found this very surprising because it would dial on IPv4 localhost while my application was listening on IPv6 localhost.
Also, I don't think this should be a default package because I don't think anything else that is default depends on it. If anyone wants it, they can easily install it.
The text was updated successfully, but these errors were encountered: