Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,25 +1,28 @@
|
||||
config BR2_PACKAGE_NETCAT_OPENBSD
|
||||
bool "netcat-openbsd"
|
||||
select BR2_PACKAGE_LIBBSD
|
||||
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
||||
select BR2_PACKAGE_LIBBSD
|
||||
help
|
||||
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
|
||||
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.
|
||||
This package contains the OpenBSD rewrite of netcat,
|
||||
including support for IPv6, proxies, and Unix sockets.
|
||||
|
||||
https://packages.debian.org/sid/netcat-openbsd
|
||||
|
||||
comment "netcat-openbsd needs a glibc toolchain w/ threads"
|
||||
comment "netcat-openbsd needs a glibc toolchain w/ threads, headers >= 3.12"
|
||||
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC || \
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
|
||||
3
bsp/buildroot/package/netcat-openbsd/netcat-openbsd.hash
Normal file
3
bsp/buildroot/package/netcat-openbsd/netcat-openbsd.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 63d72b4e5ea629af148d6d655125dcbe48f4996a8a2a8c5e234c62eba2856b5f netcat-openbsd-debian_1.187-1.tar.gz
|
||||
sha256 e2e86d58c38f044a49f51e45515747585db58a2305419c73323eaad88fcaef5c debian/copyright
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NETCAT_OPENBSD_VERSION = debian/1.105-7
|
||||
NETCAT_OPENBSD_VERSION = debian/1.187-1
|
||||
NETCAT_OPENBSD_SITE = git://anonscm.debian.org/collab-maint/netcat-openbsd
|
||||
NETCAT_OPENBSD_LICENSE = BSD-3c
|
||||
NETCAT_OPENBSD_LICENSE = BSD-3-Clause
|
||||
NETCAT_OPENBSD_LICENSE_FILES = debian/copyright
|
||||
NETCAT_OPENBSD_DEPENDENCIES = host-pkgconf libbsd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user