From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:56:01 +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 1wOspV-0013YE-2a for lore@lore.pengutronix.de; Mon, 18 May 2026 09:56:01 +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 1wOspV-00025t-Bm; Mon, 18 May 2026 09:56:01 +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 1wOsnh-00046X-NV; Mon, 18 May 2026 09:54:09 +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 1wOsnh-000YTN-0K; Mon, 18 May 2026 09:54:09 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnh-00000000Dbg-2aQx; Mon, 18 May 2026 09:54:09 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:54:09 +0200 Message-ID: <20260518075409.52297-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504125323.64637-1-t.scherer@eckelmann.de> References: <20260504125323.64637-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] smtpclient: 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 8e20c4d30c3650a906b63f1c2805c141461c0745. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:54:09 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504125323.64637-1-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/smtpclient.in b/rules/smtpclient.in > deleted file mode 100644 > index a45a791d8f1c..000000000000 > --- a/rules/smtpclient.in > +++ /dev/null > @@ -1,14 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=communication > -config SMTPCLIENT > - tristate > - prompt "smtpclient" > - help > - smtpclient is a small program which can be used to send emails. > - Unfortunately it disappeared from www.engelschall.com, so we > - put it on the Pengutronix web server for now. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > diff --git a/rules/smtpclient.make b/rules/smtpclient.make > deleted file mode 100644 > index d528685200e3..000000000000 > --- a/rules/smtpclient.make > +++ /dev/null > @@ -1,63 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2005 by Robert Schwebel > -# (C) 2010 by Michael Olbrich > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_SMTPCLIENT) += smtpclient > - > -# > -# Paths and names > -# > -SMTPCLIENT_VERSION := 1.0.0 > -SMTPCLIENT_MD5 := 8b5d9260572107bb901edf6aacbf3747 > -SMTPCLIENT := smtpclient-$(SMTPCLIENT_VERSION) > -SMTPCLIENT_SUFFIX := tar.gz > -SMTPCLIENT_URL := http://www.pengutronix.de/software/ptxdist/temporary-src/$(SMTPCLIENT).$(SMTPCLIENT_SUFFIX) > -SMTPCLIENT_SOURCE := $(SRCDIR)/$(SMTPCLIENT).$(SMTPCLIENT_SUFFIX) > -SMTPCLIENT_DIR := $(BUILDDIR)/$(SMTPCLIENT) > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -SMTPCLIENT_CONF_ENV := \ > - $(CROSS_ENV) \ > - ac_cv_lib_nsl_gethostbyname=no > - > -# > -# autoconf > -# > -SMTPCLIENT_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) > - > -SMTPCLIENT_INSTALL_OPT := \ > - prefix=$(SMTPCLIENT_PKGDIR)/usr \ > - install > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/smtpclient.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, smtpclient) > - @$(call install_fixup, smtpclient,PRIORITY,optional) > - @$(call install_fixup, smtpclient,SECTION,base) > - @$(call install_fixup, smtpclient,AUTHOR,"Robert Schwebel ") > - @$(call install_fixup, smtpclient,DESCRIPTION,missing) > - > - @$(call install_copy, smtpclient, 0, 0, 0755, -, /usr/bin/smtpclient) > - > - @$(call install_finish, smtpclient) > - > - @$(call touch) > - > -# vim: syntax=make