Thanks, applied as 88de5910a328f4e313651b5790c9f61b97c83d26.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:54:12 +0200, Thorsten Scherer <[email protected]> 
wrote:
> Signed-off-by: Thorsten Scherer <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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 <[email protected]>
> -Date: Wed, 27 Apr 2016 16:51:08 +0200
> -Subject: [PATCH] help_url: add forgotten HAVE_EXTCAP
> -
> -Signed-off-by: Alexander Aring <[email protected]>
> ----
> - 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 <[email protected]>
> -#           (C) 2013 by Alexander Aring <[email protected]>
> -#
> -# 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 
> <[email protected]>")
> -     @$(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

Reply via email to