From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:56:10 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOspe-0013Zd-0a for lore@lore.pengutronix.de; Mon, 18 May 2026 09:56:10 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOspd-0002eC-Pg; Mon, 18 May 2026 09:56:09 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsnl-0004KA-3V; Mon, 18 May 2026 09:54:13 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsnk-000YTg-1K; Mon, 18 May 2026 09:54:13 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnk-00000000DeT-3r6v; Mon, 18 May 2026 09:54:12 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:54:12 +0200 Message-ID: <20260518075412.52470-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504125331.64700-1-t.scherer@eckelmann.de> References: <20260504125331.64700-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] wireshark: Remove after one year in staging X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Thorsten Scherer Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 88de5910a328f4e313651b5790c9f61b97c83d26. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:54:12 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504125331.64700-1-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/wireshark-2.0.3/0001-help_url-add-forgotten-HAVE_EXTCAP.patch b/patches/wireshark-2.0.3/0001-help_url-add-forgotten-HAVE_EXTCAP.patch > deleted file mode 100644 > index 01f0714dd759..000000000000 > --- a/patches/wireshark-2.0.3/0001-help_url-add-forgotten-HAVE_EXTCAP.patch > +++ /dev/null > @@ -1,25 +0,0 @@ > -From: Alexander Aring > -Date: Wed, 27 Apr 2016 16:51:08 +0200 > -Subject: [PATCH] help_url: add forgotten HAVE_EXTCAP > - > -Signed-off-by: Alexander Aring > ---- > - ui/help_url.c | 2 ++ > - 1 file changed, 2 insertions(+) > - > -diff --git a/ui/help_url.c b/ui/help_url.c > -index 7a2b9a026e1c..144eb9855f4c 100644 > ---- a/ui/help_url.c > -+++ b/ui/help_url.c > -@@ -265,9 +265,11 @@ topic_action_url(topic_action_e action) > - case(HELP_EXPERT_INFO_DIALOG): > - url = user_guide_url("ChAdvExpert.html"); > - break; > -+#if HAVE_EXTCAP > - case(HELP_EXTCAP_OPTIONS_DIALOG): > - url = user_guide_url("ChExtcapOptions.html"); > - break; > -+#endif > - case(HELP_STATS_SUMMARY_DIALOG): > - url = user_guide_url("ChStatSummary.html"); > - break; > diff --git a/patches/wireshark-2.0.3/series b/patches/wireshark-2.0.3/series > deleted file mode 100644 > index 5c72479f6346..000000000000 > --- a/patches/wireshark-2.0.3/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-help_url-add-forgotten-HAVE_EXTCAP.patch > -# 71fce02a9deb431a1f0a2c4d041df890 - git-ptx-patches magic > diff --git a/rules/wireshark.in b/rules/wireshark.in > deleted file mode 100644 > index d61f556a8817..000000000000 > --- a/rules/wireshark.in > +++ /dev/null > @@ -1,25 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=networking > - > -config WIRESHARK > - tristate > - prompt "tshark (cli of wireshark)" > - select LIBC_M > - select LIBNL3 > - select LIBPCAP > - select GLIB > - select ZLIB > - help > - TShark is a network protocol analyzer. It lets you capture packet data > - from a live network, or read packets from a previously saved capture > - file, either printing a decoded form of those packets to the standard > - output or writing the packets to a file. TShark's native capture file > - format is libpcap format, which is also the format used by tcpdump and > - various other tools. TShark is able to detect, read and write the same > - capture files that are supported by Wireshark. The gtk frontend wireshark > - can open the capture file and display the content of capture. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist and fails to build with current toolchains. > - Needs updating to the latest version. > diff --git a/rules/wireshark.make b/rules/wireshark.make > deleted file mode 100644 > index 454c5d0b5d19..000000000000 > --- a/rules/wireshark.make > +++ /dev/null > @@ -1,120 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2006 by Juergen Beisert > -# (C) 2010 by Michael Olbrich > -# (C) 2013 by Alexander Aring > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_WIRESHARK) += wireshark > - > -# > -# Paths and names > -# > -WIRESHARK_VERSION := 2.0.3 > -WIRESHARK_MD5 := 62dc20f5a77542feed2e38f18db8ae3b > -WIRESHARK := wireshark-$(WIRESHARK_VERSION) > -WIRESHARK_SUFFIX := tar.bz2 > -WIRESHARK_URL := http://www.wireshark.org/download/src/all-versions/$(WIRESHARK).$(WIRESHARK_SUFFIX) > -WIRESHARK_SOURCE := $(SRCDIR)/$(WIRESHARK).$(WIRESHARK_SUFFIX) > -WIRESHARK_DIR := $(BUILDDIR)/$(WIRESHARK) > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -WIRESHARK_CONF_TOOL := autoconf > -WIRESHARK_CONF_OPT = \ > - $(CROSS_AUTOCONF_USR) \ > - $(GLOBAL_LARGE_FILE_OPTION) \ > - --disable-usr-local \ > - --disable-wireshark \ > - --disable-packet-editor \ > - --disable-profile-build \ > - --disable-gtktest \ > - --disable-glibtest \ > - --enable-tshark \ > - --enable-editcap \ > - --enable-capinfos \ > - --enable-captype \ > - --enable-mergecap \ > - --enable-reordercap \ > - --disable-text2pcap \ > - --disable-dftest \ > - --disable-randpkt \ > - --disable-airpcap \ > - --enable-dumpcap \ > - --disable-rawshark \ > - --disable-androiddump \ > - --disable-androiddump-use-libpcap \ > - --disable-echld \ > - --disable-tfshark \ > - --disable-pcap-ng-default \ > - $(GLOBAL_IPV6_OPTION) \ > - --disable-setcap-install \ > - --disable-setuid-install \ > - --without-qt \ > - --without-gtk2 \ > - --without-gtk3 \ > - --without-gnutls \ > - --without-gcrypt \ > - --with-libnl=3 \ > - --without-libsmi \ > - --without-osx-integration \ > - --with-pcap=$(SYSROOT)/usr \ > - --with-zlib \ > - --without-lua \ > - --without-portaudio \ > - --without-libcap \ > - --without-ssl \ > - --without-krb5 \ > - --without-c-ares \ > - --without-adns \ > - --without-geoip \ > - --without-sbc \ > - --without-plugins \ > - --without-extcap > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/wireshark.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, wireshark) > - @$(call install_fixup, wireshark,PRIORITY,optional) > - @$(call install_fixup, wireshark,SECTION,base) > - @$(call install_fixup, wireshark,AUTHOR,"Juergen Beisert ") > - @$(call install_fixup, wireshark,DESCRIPTION,missing) > -# > -# executables > -# > - @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/capinfos) > - @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/captype) > - @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/dumpcap) > - @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/editcap) > - @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/idl2wrs) > - @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/mergecap) > - @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/reordercap) > - @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/tshark) > -# > -# libraries used by some of the executables > -# > - @$(call install_lib, wireshark, 0, 0, 0644, libwireshark) > - @$(call install_lib, wireshark, 0, 0, 0644, libwiretap) > - @$(call install_lib, wireshark, 0, 0, 0644, libwsutil) > - > - @$(call install_finish, wireshark) > - > - @$(call touch) > - > -# vim: syntax=make