From patchwork Wed Sep 20 11:39:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7222 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 4RrGm76rsCz3ws3 for ; Wed, 20 Sep 2023 11:39:51 +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 4RrGm30R2kz19Q; Wed, 20 Sep 2023 11:39:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RrGm26YVvz2yrW; Wed, 20 Sep 2023 11:39:46 +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 4RrGm10G0Bz2yF1 for ; Wed, 20 Sep 2023 11:39:45 +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 4RrGm01XPfzvy; Wed, 20 Sep 2023 11:39:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695209984; 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=x11gQsFliJMGqjJyRdjQNHcIW7IFJhMcKXNRV/PPhG4=; b=UbmCMeYbWlJHVRoknM3YrxMxL6mt06PEHSZb9G4mEp59iXqOvLq3MgQcftFqzKWIAUTmbg YtUzDzDHEmJJ2gBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695209984; 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=x11gQsFliJMGqjJyRdjQNHcIW7IFJhMcKXNRV/PPhG4=; b=XSOqY1yzOmxZck5woP8x/WNoFjUPVT8mjVn7ysdqu5a1UZXhvbInEWwoq6BdGhpU/oT3Ht 63aRzlIc0SmHVZjBExRbqO3WNZjU1YEdOmBoiwntKLsmnsoLoc2ke0z1eCayB2nI3C8Ueq SXme1iGyK3iScGhjMFfpWA7nUcY8UMKyNDshRVMztwh5/CxTNvnJx+UAX0Gnn6OXBSvPQ6 EybEpJSF4o4KMfmywBeEA11ZN+ZV6IT74s1+1lA30HsLeY4jg5vN23/uMbMEsrLQt2mIw0 UJ4LuF+fHy4GrHuVwawXN+7tTh6xC0hRuDs+JqzlZTDufzogd1/W0224v0q6Vw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] traceroute: Update to version 2.1.3-1 Date: Wed, 20 Sep 2023 13:39:42 +0200 Message-ID: <20230920113942.95376-1-adolf.belka@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - IPFire-3.x - Update from version 2.1.1-2 to 2.1.3-1 - Changelog 2.1.3 Fix command line parsing in wrappers. 2.1.2 Fix unprivileged ICMP tracerouting with Linux kernel >= 6.1 (Eric Dumazet, SF bug #14) Signed-off-by: Adolf Belka --- traceroute/traceroute.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traceroute/traceroute.nm b/traceroute/traceroute.nm index 519efc573..8920ac26b 100644 --- a/traceroute/traceroute.nm +++ b/traceroute/traceroute.nm @@ -4,8 +4,8 @@ ############################################################################### name = traceroute -version = 2.1.0 -release = 2 +version = 2.1.3 +release = 1 groups = Application/Internet url = https://traceroute.sourceforge.net