Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: netcat-openbsd | Distribution: openSUSE Tumbleweed |
Version: 1.229 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Jun 4 09:38:37 2025 |
Group: Productivity/Networking/Other | Build host: reproducible |
Size: 40972 | Source RPM: netcat-openbsd-1.229-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ | |
Summary: TCP/IP swiss army knife |
A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets.
BSD-3-Clause
* Wed Jun 04 2025 Peter Simons <psimons@suse.com> - Update netcat to upstream version 1.229. * Fix build failure with GCC-15. * In UDP mode, do not test the connection (by writing "XXX" junk) when ‘-z’ is unset and the standard input is not a TTY. * rsync: Replace ‘-v’ flag with ‘-P’. * udp-scan-timeout.patch: Call connection_info() and udptest() call when ‘-z’ flag is set. This is the upstream behavior. * Add support for abstract namespace sockets in the AF_UNIX family. * Make getnameinfo(3) errors non-fatal in report_sock(): report_sock() is used to show the peer's address/name and port when the '-v' flag is set. Reverse resolution errors need not be fatal. * Fix TCP MD5 signature support. The feature now requires the TCP_MD5SIG_EXT socket option, available since Linux 4.13. * Make -q0 quit immediately also with UDP sockets. * Re-enable specifying client socket for UNIX-domain datagram sockets. Regression introduced in version 1.187. - Added "abstract-unix-domain-socket.patch": when using '-U' to connect() or bind() to a UNIX domain socket, if the address (path) starts with "@", it is read as an abstract namespace socket. - Added "make-getnameinfo-errors-nonfatal-in-report_sock.patch": report_sock() is used to show the peer's address/name and port when the ‘-v’ flag is set. Reverse resolution errors need not be fatal. - Renamed the misspelled "port-to-linux-with-libsd.patch" to "port-to-linux-with-libbsd.patch". - Refreshed patches: * broadcast-support.patch * build-without-TLS-support.patch * connect-timeout.patch * dccp-support.patch * destination-port-list.patch * enable-udp-ip_recverr.patch * get-sev-by-name.patch * misc-failures-and-features.patch * port-select-on-connect.patch * port-to-linux-with-libbsd.patch * quit-timer.patch * send-crlf.patch * serialized-handling-multiple-clients.patch * set-TCP-MD5SIG-correctly-for-client-connections.patch * udp-scan-timeout.patch * use-flags-to-specify-listen-address.patch * Tue Apr 08 2025 Friedrich Haubensak <hsk17@mail.de> - add -std=gnu99 to CFLAGS to fix gcc15 compile time errors * Mon Nov 22 2021 Peter Simons <psimons@suse.com> - Fix download URL. Debian has purged older versions from their servers. * Tue Dec 15 2020 Cristian Rodríguez <crrodriguez@opensuse.org> - Build with hidden visibility since no symbols should be exported * Tue Dec 15 2020 Cristian Rodríguez <crrodriguez@opensuse.org> - enable-udp-ip_recverr.patch: Enable IP_RECVERR on UDP sockets to match *bsd behaviour and avoid long timeouts if an error ocurrs. * Mon Dec 07 2020 Cristian Rodríguez <crrodriguez@opensuse.org> - Add port-select-on-connect.patch: if -s is given but not -p do not select port at bind() but at connect() time. * Mon Sep 09 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.203 matching debian - Remove patch verbose-numeric-port.patch - Refresh patches: * broadcast-support.patch * build-without-TLS-support.patch * connect-timeout.patch * dccp-support.patch * destination-port-list.patch * get-sev-by-name.patch * misc-failures-and-features.patch * port-to-linux-with-libsd.patch * quit-timer.patch * send-crlf.patch * serialized-handling-multiple-clients.patch * set-TCP-MD5SIG-correctly-for-client-connections.patch * udp-scan-timeout.patch * use-flags-to-specify-listen-address.patch * Wed Nov 14 2018 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.195 release matching with debian - Added new patches: * broadcast-support.patch * build-without-TLS-support.patch * destination-port-list.patch * use-flags-to-specify-listen-address.patch - Refreshed patches: * connect-timeout.patch * dccp-support.patch * get-sev-by-name.patch * misc-failures-and-features.patch * port-to-linux-with-libsd.patch * quit-timer.patch * send-crlf.patch * serialized-handling-multiple-clients.patch * set-TCP-MD5SIG-correctly-for-client-connections.patch * udp-scan-timeout.patch * verbose-numeric-port.patch - Drop patch compile-without-TLS-support.patch, renamed * Mon Jul 17 2017 tchvatal@suse.com - Drop all patches that were never upstreamed: * connect-timeout.patch * dccp.patch * gcc-warnings.patch * getservbyname.patch * glib-strlcpy.patch * help-version-exit.patch * nc-1.84-udp_stop.patch * netcat-info.patch * netcat-openbsd-debian.patch * netcat-openbsd-examples.patch * netcat-openbsd-openbsd-compat.patch * no-strtonum.patch * pollhup.patch * quit-timer.patch * reuseaddr.patch * send-crlf.patch * silence-z.patch * socks-b64-prototype.patch * udp-scan-timeout.patch * verbose-message-to-stderr.patch * verbose-numeric-port.patch - Switch to debian package to not waste resources on doing exactly the same. - Switches URL for debian package - Apply patches already prepared for debian package * port-to-linux-with-libsd.patch * compile-without-TLS-support.patch * connect-timeout.patch * get-sev-by-name.patch * send-crlf.patch * quit-timer.patch * udp-scan-timeout.patch * verbose-numeric-port.patch * dccp-support.patch * serialized-handling-multiple-clients.patch * set-TCP-MD5SIG-correctly-for-client-connections.patch * misc-failures-and-features.patch - Do not use hand provided CMakeLists.txt but rely on upstream makefile * Fri Jan 17 2014 crrodriguez@opensuse.org - drop dependency on glib, strlcpy can be implemented with snprintf with glibc/linux - drop "quilt" from buildrequires, no longer used. - Use fvisibiliy=hidden to build, this is a program not a library and no symbols should be exported. - modified patches: * glib-strlcpy.patch
/usr/bin/nc /usr/bin/netcat /usr/share/man/man1/nc.1.gz /usr/share/man/man1/netcat.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jun 13 00:56:37 2025