1*4882a593Smuzhiyunconfig BR2_PACKAGE_NETCAT_OPENBSD 2*4882a593Smuzhiyun bool "netcat-openbsd" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS 4*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # libbsd 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_USES_GLIBC 7*4882a593Smuzhiyun depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 8*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 9*4882a593Smuzhiyun select BR2_PACKAGE_LIBBSD 10*4882a593Smuzhiyun help 11*4882a593Smuzhiyun A simple Unix utility which reads and writes data across 12*4882a593Smuzhiyun network connections using TCP or UDP protocol. It is 13*4882a593Smuzhiyun designed to be a reliable "back-end" tool that can be used 14*4882a593Smuzhiyun directly or easily driven by other programs and scripts. At 15*4882a593Smuzhiyun the same time it is a feature-rich network debugging and 16*4882a593Smuzhiyun exploration tool, since it can create almost any kind of 17*4882a593Smuzhiyun connection you would need and has several interesting 18*4882a593Smuzhiyun built-in capabilities. 19*4882a593Smuzhiyun 20*4882a593Smuzhiyun This package contains the OpenBSD rewrite of netcat, 21*4882a593Smuzhiyun including support for IPv6, proxies, and Unix sockets. 22*4882a593Smuzhiyun 23*4882a593Smuzhiyun https://packages.debian.org/sid/netcat-openbsd 24*4882a593Smuzhiyun 25*4882a593Smuzhiyuncomment "netcat-openbsd needs a glibc toolchain w/ dynamic library, threads, headers >= 3.12" 26*4882a593Smuzhiyun depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS 27*4882a593Smuzhiyun depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || \ 28*4882a593Smuzhiyun !BR2_TOOLCHAIN_USES_GLIBC || \ 29*4882a593Smuzhiyun !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 30*4882a593Smuzhiyun depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 31