From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1iHvxY-0000eG-U7 for ptxdist@pengutronix.de; Tue, 08 Oct 2019 22:19:53 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id 654614F4342C for ; Tue, 8 Oct 2019 22:19:52 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VI99l441Lhef for ; Tue, 8 Oct 2019 22:19:52 +0200 (CEST) Received: from ws-apr-old.office.loc (ipbcc2a62d.dynamic.kabel-deutschland.de [188.194.166.45]) by mail.mars-solutions.de (Postfix) with ESMTPA id 302204F4342C for ; Tue, 8 Oct 2019 22:19:52 +0200 (CEST) From: Andreas Pretzsch Date: Tue, 8 Oct 2019 22:19:51 +0200 Message-Id: <1570565991-1534-1-git-send-email-apr@cn-eng.de> In-Reply-To: <6018c999ef1dd0467805ed59100700e95d7dc6f0.camel@cn-eng.de> References: <6018c999ef1dd0467805ed59100700e95d7dc6f0.camel@cn-eng.de> Subject: [ptxdist] [PATCH] libnl: move to staging (superseded by libnl3) List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de The version 1 of libnl is long outdated and deprecated, with the last release 1.1.4 from 2013. Inside ptxdist, iw 3.14 was the last official user of LIBNL, all other packages use LIBNL3. With the update to iw 5.3, this was switched to LIBNL3, too. All other packages already switched to libnl version 3 (ptxdist rule "libnl3") for a long time, and so is the year-old recommendation of libnl mainline. Therefore move libnl to staging, and schedule for removal. Signed-off-by: Andreas Pretzsch --- Please check, didn't verify, just changed tags by ptx example. rules/libnl.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/libnl.in b/rules/libnl.in index 535af5cbe..0ea25f034 100644 --- a/rules/libnl.in +++ b/rules/libnl.in @@ -1,4 +1,6 @@ -## SECTION=system_libraries +## SECTION=staging +## old section: +### SECTION=system_libraries menuconfig LIBNL tristate @@ -11,6 +13,10 @@ menuconfig LIBNL netlink messaging and various netlink family specific interfaces. + STAGING: remove in ptxdist-2020.10.0 + Outdated version that is no longer maintained, and has been superseded + by libnl3. + if LIBNL config LIBNL_MONITOR -- 2.19.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de