From patchwork Thu Dec 19 16:44:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2650 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47dyQb0tc0z3xXm for ; Thu, 19 Dec 2019 16:44:39 +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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47dyQW2nK3z2Qb; Thu, 19 Dec 2019 16:44:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47dyQW10Bvz2yCW; Thu, 19 Dec 2019 16:44:35 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47dyQT1Ds1z2xpd for ; Thu, 19 Dec 2019 16:44:33 +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 (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47dyQS4pQRz2Yt; Thu, 19 Dec 2019 16:44:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1576773872; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=2WnP69kH9YsTrWnwo4dCi+U2kjJ2dFG7OfwF5bN1pEk=; b=WT62mrpV9oQnZqUKxMVzzvp9juCCsJXbCvBOoBOe7vS8Sm3yMpmFOYiMfSt4AWC7dUQXw+ 7+kWHLW0F4U2VWAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1576773872; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=2WnP69kH9YsTrWnwo4dCi+U2kjJ2dFG7OfwF5bN1pEk=; b=crDyOfO/SbhD4YNvLwQlrt1JRs2Qbl946lpHAN3lsw7M5dX4dEkPv+VHy27V6AhPROxPNP dC3/zP5rSX2x5Xip1cSCO28qOIplU9w6KMvcreB0RQNmJbSQNgLqMRWnOcGmyo3wSXAxju bFTiuTmYL3WoM56X7wjNZBrOsZub3EodMzkVzZTaB1aI5yDWObVDAb2/GFYfyxVDSvy6cf AXseX2HKCaxFJxTCeA2K9VyKRQKENrPCTJJSOG+SkpGUXz4QNQagh0CQbgNUkFmVz6YZPA gTA6DG8PeG4qzOeloSerfkKjl42bXzI56dHz5be8zs37xnLtj5wKw1d+1bpOhA== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH v2] tshark: Update to version 3.0.7 Date: Thu, 19 Dec 2019 17:44:22 +0100 Message-Id: <20191219164422.18383-1-ummeegge@ipfire.org> In-Reply-To: <20191210104004.8030-1-ummeegge@ipfire.org> References: <20191210104004.8030-1-ummeegge@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org 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" Several bugfixes are included in this version, some protocol support has been added. For a complete overview of the changelog, take a look in here --> https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html https://www.wireshark.org/docs/relnotes/wireshark-3.0.7.html . v2: Needed to revert https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=3791a79239ca2fba15e202f2a724e99cc6c0ba02 since it delivers an error "No such file or directory" Signed-off-by: Erik Kapfer Reviewed-by: Michael Tremer --- config/rootfiles/packages/tshark | 6 ++---- lfs/tshark | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark index 1e72493e9..848f460df 100644 --- a/config/rootfiles/packages/tshark +++ b/config/rootfiles/packages/tshark @@ -608,10 +608,10 @@ usr/bin/tshark #usr/include/wireshark/wsutil/xtea.h #usr/lib/libwireshark.so usr/lib/libwireshark.so.12 -usr/lib/libwireshark.so.12.0.5 +usr/lib/libwireshark.so.12.0.7 #usr/lib/libwiretap.so usr/lib/libwiretap.so.9 -usr/lib/libwiretap.so.9.0.5 +usr/lib/libwiretap.so.9.0.7 #usr/lib/libwscodecs.so usr/lib/libwscodecs.so.2 usr/lib/libwscodecs.so.2.0.0 @@ -632,10 +632,8 @@ usr/lib/libwsutil.so.10.0.0 #usr/lib/wireshark/cmake/WiresharkTargets.cmake #usr/lib/wireshark/extcap usr/lib/wireshark/extcap/androiddump -usr/lib/wireshark/extcap/ciscodump usr/lib/wireshark/extcap/dpauxmon usr/lib/wireshark/extcap/randpktdump -usr/lib/wireshark/extcap/sshdump usr/lib/wireshark/extcap/udpdump #usr/lib/wireshark/plugins #usr/lib/wireshark/plugins/3.0 diff --git a/lfs/tshark b/lfs/tshark index 7c9cd6613..e8c63f3d8 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -24,7 +24,7 @@ include Config -VER = 3.0.5 +VER = 3.0.7 THISAPP = wireshark-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tshark DEPS = "krb5" -PAK_VER = 3 +PAK_VER = 4 ############################################################################### # Top-level Rules @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d01fdc4e78ef8ea70f20616c91419bd9 +$(DL_FILE)_MD5 = 5b486f20239545c5af1db614c0d98876 install : $(TARGET)