From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:55:08 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsoe-0013Pk-19 for lore@lore.pengutronix.de; Mon, 18 May 2026 09:55:08 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsod-0007RE-9m; Mon, 18 May 2026 09:55:07 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsnO-0002tM-KX; Mon, 18 May 2026 09:53:50 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsnN-000YRr-38; Mon, 18 May 2026 09:53:50 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnO-00000000DIr-22LI; Mon, 18 May 2026 09:53:50 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:50 +0200 Message-ID: <20260518075350.51130-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504121331.57729-13-t.scherer@eckelmann.de> References: <20260504121331.57729-13-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libcli: Remove after one year in staging X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Thorsten Scherer Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 86a3b32dc346f6abec6726da1727e61b518b2049. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:50 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504121331.57729-13-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libcli.in b/rules/libcli.in > deleted file mode 100644 > index 95f825e276e8..000000000000 > --- a/rules/libcli.in > +++ /dev/null > @@ -1,14 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=system_libraries > - > -config LIBCLI > - tristate > - select LIBC_CRYPT > - prompt "libcli" > - help > - emulates a cisco style telnet command-line interface > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > diff --git a/rules/libcli.make b/rules/libcli.make > deleted file mode 100644 > index 04fefb2b955e..000000000000 > --- a/rules/libcli.make > +++ /dev/null > @@ -1,69 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2021 by Michael Olbrich > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_LIBCLI) += libcli > - > -# > -# Paths and names > -# > -LIBCLI_VERSION := 1.10.5 > -LIBCLI_MD5 := bc821296855d28917b294b83b27e82ee > -LIBCLI := libcli-$(LIBCLI_VERSION) > -LIBCLI_SUFFIX := tar.gz > -LIBCLI_URL := https://github.com/dparrish/libcli/archive/V$(LIBCLI_VERSION).$(LIBCLI_SUFFIX) > -LIBCLI_SOURCE := $(SRCDIR)/$(LIBCLI).$(LIBCLI_SUFFIX) > -LIBCLI_DIR := $(BUILDDIR)/$(LIBCLI) > -LIBCLI_LICENSE := LGPL-2.1-only > -LIBCLI_LICENSE_FILES := file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7 > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -LIBCLI_CONF_TOOL := NO > - > -# ---------------------------------------------------------------------------- > -# Compile > -# ---------------------------------------------------------------------------- > - > -LIBCLI_MAKE_OPT := \ > - $(CROSS_ENV_PROGS) \ > - PREFIX=/usr \ > - STATIC_LIB=0 > - > -# ---------------------------------------------------------------------------- > -# Install > -# ---------------------------------------------------------------------------- > - > -LIBCLI_INSTALL_OPT := \ > - $(LIBCLI_MAKE_OPT) \ > - install > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/libcli.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, libcli) > - @$(call install_fixup, libcli,PRIORITY,optional) > - @$(call install_fixup, libcli,SECTION,base) > - @$(call install_fixup, libcli,AUTHOR,"Michael Olbrich ") > - @$(call install_fixup, libcli,DESCRIPTION,missing) > - > - @$(call install_lib, libcli, 0, 0, 0644, libcli) > - > - @$(call install_finish, libcli) > - > - @$(call touch) > - > -# vim: syntax=make