From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 06 Jan 2022 08:22:34 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n5N6Y-00CZco-V6 for lore@lore.pengutronix.de; Thu, 06 Jan 2022 08:22:34 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1n5N6Y-0004jP-7d; Thu, 06 Jan 2022 08:22:34 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n5N6N-0004jF-Jh; Thu, 06 Jan 2022 08:22:23 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1n5N6N-008k6I-GU; Thu, 06 Jan 2022 08:22:22 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1n5N6L-006VCT-TN; Thu, 06 Jan 2022 08:22:21 +0100 Date: Thu, 6 Jan 2022 08:22:21 +0100 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20211222130304.2549154-1-christian.melki@t2data.com> <20211222130304.2549154-20-christian.melki@t2data.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211222130304.2549154-20-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] tcpdump: Version bump 4.93 -> 4.99.1. 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: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false On Wed, Dec 22, 2021 at 02:03:01PM +0100, Christian Melki wrote: > Renamed option for system pcap. > Also, tcpdump moved from sbin to bin. The license hash changed. Michael > Signed-off-by: Christian Melki > --- > rules/tcpdump.make | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/rules/tcpdump.make b/rules/tcpdump.make > index ef4c1116c..33e848baf 100644 > --- a/rules/tcpdump.make > +++ b/rules/tcpdump.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_TCPDUMP) += tcpdump > # > # Paths and names > # > -TCPDUMP_VERSION := 4.9.3 > -TCPDUMP_MD5 := a4ead41d371f91aa0a2287f589958bae > +TCPDUMP_VERSION := 4.99.1 > +TCPDUMP_MD5 := 929a255c71a9933608bd7c31927760f7 > TCPDUMP := tcpdump-$(TCPDUMP_VERSION) > TCPDUMP_SUFFIX := tar.gz > TCPDUMP_URL := http://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX) > @@ -46,7 +46,7 @@ TCPDUMP_CONF_OPT := \ > --with-gcc \ > --without-smi \ > --without-sandbox-capsicum \ > - --with-system-libpcap \ > + --disable-local-libpcap \ > --$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_CRYPTO)-crypto \ > --$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_LIBCAP_NG)-cap-ng > > @@ -67,7 +67,7 @@ $(STATEDIR)/tcpdump.targetinstall: > @$(call install_fixup, tcpdump,AUTHOR,"Robert Schwebel ") > @$(call install_fixup, tcpdump,DESCRIPTION,"TCP analyze tool") > > - @$(call install_copy, tcpdump, 0, 0, 0755, -, /usr/sbin/tcpdump) > + @$(call install_copy, tcpdump, 0, 0, 0755, -, /usr/bin/tcpdump) > > @$(call install_finish, tcpdump) > > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de