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 1iHvgA-0007DD-0g for ptxdist@pengutronix.de; Tue, 08 Oct 2019 22:01:54 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id 866574F4342C for ; Tue, 8 Oct 2019 22:01:53 +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 RAxqq-fq3g6M for ; Tue, 8 Oct 2019 22:01:53 +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 5D08E4F4342C for ; Tue, 8 Oct 2019 22:01:53 +0200 (CEST) From: Andreas Pretzsch Date: Tue, 8 Oct 2019 22:01:49 +0200 Message-Id: <1570564910-29185-2-git-send-email-apr@cn-eng.de> In-Reply-To: <1570564910-29185-1-git-send-email-apr@cn-eng.de> References: <1570564910-29185-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH 1/2] libnl3: version bump 3.4.0 -> 3.5.0 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 Update from libnl 3.4.0 (Oct 2017) to latest 3.5.0 (Sep 2019). On a first glance, just a lot of fixes and some added features. Plus updated copies and new imports of kernel headers (4.19.66). Signed-off-by: Andreas Pretzsch --- rules/libnl3.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libnl3.make b/rules/libnl3.make index 5b664f37b..153c7b80e 100644 --- a/rules/libnl3.make +++ b/rules/libnl3.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBNL3) += libnl3 # # Paths and names # -LIBNL3_VERSION := 3.4.0 -LIBNL3_MD5 := 8f71910c03db363b41e2ea62057a4311 +LIBNL3_VERSION := 3.5.0 +LIBNL3_MD5 := 74ba57b1b1d6f9f92268aa8141d8e8e4 LIBNL3 := libnl-$(LIBNL3_VERSION) LIBNL3_RELEASE := libnl$(subst .,_,$(LIBNL3_VERSION)) LIBNL3_SUFFIX := tar.gz -- 2.19.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de