mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_NETCAT_OPENBSD
|
||||
bool "netcat-openbsd"
|
||||
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
depends on !BR2_STATIC_LIBS # libbsd
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
@@ -21,8 +22,9 @@ config BR2_PACKAGE_NETCAT_OPENBSD
|
||||
|
||||
https://packages.debian.org/sid/netcat-openbsd
|
||||
|
||||
comment "netcat-openbsd needs a glibc toolchain w/ threads, headers >= 3.12"
|
||||
comment "netcat-openbsd needs a glibc toolchain w/ dynamic library, threads, headers >= 3.12"
|
||||
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC || \
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_TOOLCHAIN_USES_GLIBC || \
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Locally calculated
|
||||
sha256 b46c11f83f66c41ad8f413e842c51a9fb2c495e9a2ed836e6ee75bc314545c30 netcat-openbsd-debian_1.195-2.tar.gz
|
||||
sha256 e2e86d58c38f044a49f51e45515747585db58a2305419c73323eaad88fcaef5c debian/copyright
|
||||
# From http://snapshot.debian.org/archive/debian/20211206T030211Z/pool/main/n/netcat-openbsd/netcat-openbsd_1.218-3.dsc
|
||||
sha256 a28a5d39abaf481747b1e78b4b50e96d0cdab0ffef289cba156dc11941c64857 netcat-openbsd_1.218.orig.tar.gz
|
||||
sha256 19229ebc825d12cd805843228c498cc881dcef127a9d680fcfbd8cb2da966161 netcat-openbsd_1.218-3.debian.tar.xz
|
||||
|
||||
# Hash for license file
|
||||
sha256 acfd1d822ee2e8e0b196c7a369383d0cb9bc131b56c3c95976a32498728fe1e3 netcat.c
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NETCAT_OPENBSD_VERSION = debian/1.195-2
|
||||
NETCAT_OPENBSD_SITE = https://salsa.debian.org/debian/netcat-openbsd.git
|
||||
NETCAT_OPENBSD_SITE_METHOD = git
|
||||
NETCAT_OPENBSD_VERSION = 1.218
|
||||
NETCAT_OPENBSD_SOURCE = netcat-openbsd_$(NETCAT_OPENBSD_VERSION).orig.tar.gz
|
||||
NETCAT_OPENBSD_PATCH = netcat-openbsd_$(NETCAT_OPENBSD_VERSION)-3.debian.tar.xz
|
||||
NETCAT_OPENBSD_SITE = http://snapshot.debian.org/archive/debian/20211206T030211Z/pool/main/n/netcat-openbsd
|
||||
NETCAT_OPENBSD_LICENSE = BSD-3-Clause
|
||||
NETCAT_OPENBSD_LICENSE_FILES = debian/copyright
|
||||
NETCAT_OPENBSD_LICENSE_FILES = netcat.c
|
||||
NETCAT_OPENBSD_DEPENDENCIES = host-pkgconf libbsd
|
||||
|
||||
define NETCAT_OPENBSD_APPLY_DEBIAN_PATCHES
|
||||
|
||||
Reference in New Issue
Block a user