1 config BR2_PACKAGE_NETCAT_OPENBSD
3 select BR2_PACKAGE_LIBBSD
4 depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 depends on BR2_TOOLCHAIN_USES_GLIBC
7 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
9 A simple Unix utility which reads and writes data across network
10 connections using TCP or UDP protocol. It is designed to be a
11 reliable "back-end" tool that can be used directly or easily driven
12 by other programs and scripts. At the same time it is a feature-rich
13 network debugging and exploration tool, since it can create almost
14 any kind of connection you would need and has several interesting
15 built-in capabilities.
17 This package contains the OpenBSD rewrite of netcat, including
18 support for IPv6, proxies, and Unix sockets.
20 https://packages.debian.org/sid/netcat-openbsd
22 comment "netcat-openbsd needs a glibc toolchain w/ threads"
23 depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
24 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC
25 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS