mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] tcpdump: Version bump. 4.99.4 -> 4.99.5
@ 2024-09-01 17:48 Christian Melki
  2024-09-12 12:12 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-09-01 17:48 UTC (permalink / raw)
  To: ptxdist

https://github.com/the-tcpdump-group/tcpdump/blob/tcpdump-4.99.5/CHANGES

* Pin down a debugging helper configure option.

* Rearrange a configure option.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/tcpdump.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/tcpdump.make b/rules/tcpdump.make
index 5792beac9..ca037569b 100644
--- a/rules/tcpdump.make
+++ b/rules/tcpdump.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_TCPDUMP) += tcpdump
 #
 # Paths and names
 #
-TCPDUMP_VERSION	:= 4.99.4
-TCPDUMP_MD5	:= d90471c90f780901e591807927ef0f07
+TCPDUMP_VERSION	:= 4.99.5
+TCPDUMP_MD5	:= 6817b07bab47ff3a8ed08f378771157b
 TCPDUMP		:= tcpdump-$(TCPDUMP_VERSION)
 TCPDUMP_SUFFIX	:= tar.gz
 TCPDUMP_URL	:= https://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)
@@ -42,11 +42,12 @@ TCPDUMP_CONF_TOOL	:= autoconf
 TCPDUMP_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--disable-universal \
+	--disable-instrument-functions \
 	--$(call ptx/endis,PTXCONF_TCPDUMP_SMB)-smb \
+	--disable-local-libpcap \
 	--with-gcc \
 	--without-smi \
 	--without-sandbox-capsicum \
-	--disable-local-libpcap \
 	--$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_CRYPTO)-crypto \
 	--$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_LIBCAP_NG)-cap-ng
 
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] tcpdump: Version bump. 4.99.4 -> 4.99.5
  2024-09-01 17:48 [ptxdist] [PATCH] tcpdump: Version bump. 4.99.4 -> 4.99.5 Christian Melki
@ 2024-09-12 12:12 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-09-12 12:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 99db43eefb38c651f37e6323cd358667a854f0b4.

Michael

[sent from post-receive hook]

On Thu, 12 Sep 2024 14:12:00 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> https://github.com/the-tcpdump-group/tcpdump/blob/tcpdump-4.99.5/CHANGES
> 
> * Pin down a debugging helper configure option.
> 
> * Rearrange a configure option.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240901174831.3245930-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/tcpdump.make b/rules/tcpdump.make
> index 5792beac9c19..ca037569b12a 100644
> --- a/rules/tcpdump.make
> +++ b/rules/tcpdump.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_TCPDUMP) += tcpdump
>  #
>  # Paths and names
>  #
> -TCPDUMP_VERSION	:= 4.99.4
> -TCPDUMP_MD5	:= d90471c90f780901e591807927ef0f07
> +TCPDUMP_VERSION	:= 4.99.5
> +TCPDUMP_MD5	:= 6817b07bab47ff3a8ed08f378771157b
>  TCPDUMP		:= tcpdump-$(TCPDUMP_VERSION)
>  TCPDUMP_SUFFIX	:= tar.gz
>  TCPDUMP_URL	:= https://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)
> @@ -42,11 +42,12 @@ TCPDUMP_CONF_TOOL	:= autoconf
>  TCPDUMP_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
>  	--disable-universal \
> +	--disable-instrument-functions \
>  	--$(call ptx/endis,PTXCONF_TCPDUMP_SMB)-smb \
> +	--disable-local-libpcap \
>  	--with-gcc \
>  	--without-smi \
>  	--without-sandbox-capsicum \
> -	--disable-local-libpcap \
>  	--$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_CRYPTO)-crypto \
>  	--$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_LIBCAP_NG)-cap-ng
>  



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-12 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-01 17:48 [ptxdist] [PATCH] tcpdump: Version bump. 4.99.4 -> 4.99.5 Christian Melki
2024-09-12 12:12 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox