From: Michael Tremer Date: Mon, 7 Oct 2024 10:18:57 +0000 (+0000) Subject: ncat: Make this package part of the core system X-Git-Tag: v2.29-core189~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7eec7e2c8b99bfe577d5b9cbd0bc0559f52f8020;p=ipfire-2.x.git ncat: Make this package part of the core system The nc command is required for the Unbound/DHCP leases bridge. Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/packages/ncat b/config/rootfiles/common/ncat similarity index 100% rename from config/rootfiles/packages/ncat rename to config/rootfiles/common/ncat diff --git a/lfs/libvirt b/lfs/libvirt index 4ac7dbf907..a497ed8680 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -35,9 +35,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 aarch64 PROG = libvirt -PAK_VER = 35 +PAK_VER = 36 -DEPS = ebtables libpciaccess libyajl ncat qemu +DEPS = ebtables libpciaccess libyajl qemu SERVICES = libvirtd virtlogd diff --git a/lfs/ncat b/lfs/ncat index e135b16ca0..8596471792 100644 --- a/lfs/ncat +++ b/lfs/ncat @@ -33,12 +33,6 @@ DL_FILE = nmap-$(VER).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/nmap-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = ncat -PAK_VER = 12 - -DEPS = - -SERVICES = ############################################################################### # Top-level Rules