From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 14 May 2024 22:43:16 +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 1s6yzU-00EmQl-2Z for lore@lore.pengutronix.de; Tue, 14 May 2024 22:43:16 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1s6yzT-0006Ww-PZ; Tue, 14 May 2024 22:43:15 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s6yzH-0006BG-A8 for ptxdist@pengutronix.de; Tue, 14 May 2024 22:43:03 +0200 Received: from [2a0a:edc0:0:1101:1d::28] (helo=dude02.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1s6ysM-001PpX-5J for ptxdist@pengutronix.de; Tue, 14 May 2024 22:35:54 +0200 From: Lucas Stach To: ptxdist@pengutronix.de Date: Tue, 14 May 2024 22:35:51 +0200 Message-Id: <20240514203552.1297323-20-l.stach@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240514203552.1297323-1-l.stach@pengutronix.de> References: <20240514203552.1297323-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 19/20] proftpd: move to 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 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 The package has had its last real version bump in 2015, so there are probably quite a few security issues with it and nobody seems to care. Signed-off-by: Lucas Stach --- rules/proftpd.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/proftpd.in b/rules/proftpd.in index 9740ab655696..145c80e80e93 100644 --- a/rules/proftpd.in +++ b/rules/proftpd.in @@ -1,4 +1,6 @@ -## SECTION=networking +## SECTION=staging +## old section: +### SECTION=networking menuconfig PROFTPD tristate prompt "proftpd " @@ -23,6 +25,9 @@ menuconfig PROFTPD multiple password files and upload/download ratios are also supported. + STAGING: remove in PTXdist 2025.06.0 + Package is unmaintained in PTXdist. + if PROFTPD config PROFTPD_PAM -- 2.39.2