From patchwork Sun Sep 17 14:24:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 7199 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RpVYs1Jrdz3ws3 for ; Sun, 17 Sep 2023 14:24:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RpVYn58rkz1XP; Sun, 17 Sep 2023 14:24:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpVYn4VFHz2yTW; Sun, 17 Sep 2023 14:24:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RpVYm4k9lz2x9g for ; Sun, 17 Sep 2023 14:24:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RpVYl6wkbz1GJ; Sun, 17 Sep 2023 14:24:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694960684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Pxh6M4s5yTPKlehdVomNrrX14y7b0BvdC9gIwQ88c3M=; b=icVBp7q4RChJVJME8xzyyR7fGhifDb2rIQdVtd8Um9ZjDzloTwJ0T8yX32FuWrMrhU8L6h XdlvOY0A4Kqq2sqOfmIoR8B4ZQKfLaYsGaOHI5aRK1FWCxcHyt2e6BOCS8DwvY8zDuT9A6 ymtARnkalMuNfRV/LVa+cXm0MFrC31xc+RFWJDwx9MARwgUKqbQCm9Auj5EB0G8C8LpzOl W1TJBp2PzOovZQ7ZKh6uvK0MdprBdO97BhYOpZ+JXtpQlws5KXTaMi4gl4FYN6oGu5h/1Q ua3Z3iBDVqJWLyDWpH12mwDb6Qaf8c4kNK5BeksD/hL4RH9qoLrYGLMTQoQ5Kg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694960684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Pxh6M4s5yTPKlehdVomNrrX14y7b0BvdC9gIwQ88c3M=; b=+hrJTgjZOJ25eRCsCLrsjX/VKnu60ZeMAQfQ3QZvsXxM7ibgJNS0wVoJGHHU35pl/VYkHL pXPR8WE5vsGLoKCQ== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] libnl3: update to 3.8.0 Date: Sun, 17 Sep 2023 16:24:36 +0200 Message-Id: <20230917142436.38242-1-arne_f@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Arne Fitzenreiter --- libnl3/libnl3.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libnl3/libnl3.nm b/libnl3/libnl3.nm index bde4cf0ef..895edc75b 100644 --- a/libnl3/libnl3.nm +++ b/libnl3/libnl3.nm @@ -4,12 +4,12 @@ ############################################################################### name = libnl3 -version = 3.2.25 -release = 1.1 +version = 3.8.0 +release = 1 thisapp = libnl-%{version} groups = Development/Libraries -url = http://www.infradead.org/~tgr/libnl/ +url = https://github.com/thom311/libnl/ license = LGPLv2 summary = Convenience library for kernel netlink sockets. @@ -18,7 +18,7 @@ description Linux kernel's netlink sockets interface for network manipulation. end -source_dl = https://www.infradead.org/~tgr/libnl/files/ +source_dl = https://github.com/thom311/libnl/releases/download/libnl3_8_0/ build requires