From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 3/4] tcpdump: version bump 4.5.1 -> 4.7.1
Date: Tue, 24 May 2016 12:48:59 +0200 [thread overview]
Message-ID: <1464086940-24418-4-git-send-email-jbe@pengutronix.de> (raw)
In-Reply-To: <1464086940-24418-1-git-send-email-jbe@pengutronix.de>
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
---
rules/tcpdump.in | 7 +++++++
rules/tcpdump.make | 11 +++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/rules/tcpdump.in b/rules/tcpdump.in
index d9328be..74d6072 100644
--- a/rules/tcpdump.in
+++ b/rules/tcpdump.in
@@ -3,6 +3,7 @@ menuconfig TCPDUMP
tristate
prompt "tcpdump "
select LIBPCAP
+ select LIBCAP_NG if TCPDUMP_ENABLE_LIBCAP_NG
select OPENSSL if TCPDUMP_ENABLE_CRYPTO
help
Tcpdump prints out the headers of packets on a network interface
@@ -15,6 +16,12 @@ menuconfig TCPDUMP
if TCPDUMP
+config TCPDUMP_ENABLE_LIBCAP_NG
+ bool
+ prompt "use libcap-ng as well"
+ help
+ Use libpcap and libcap-ng
+
config TCPDUMP_ENABLE_CRYPTO
bool
prompt "enable crypto support"
diff --git a/rules/tcpdump.make b/rules/tcpdump.make
index 897e6da..afdbc31 100644
--- a/rules/tcpdump.make
+++ b/rules/tcpdump.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2004-2009 by Robert Schwebel
+# Copyright (C) 2016 Juergen Borleis
#
# See CREDITS for details about who has contributed to this project.
#
@@ -16,8 +17,8 @@ PACKAGES-$(PTXCONF_TCPDUMP) += tcpdump
#
# Paths and names
#
-TCPDUMP_VERSION := 4.5.1
-TCPDUMP_MD5 := 973a2513d0076e34aa9da7e15ed98e1b
+TCPDUMP_VERSION := 4.7.4
+TCPDUMP_MD5 := 58af728de36f499341918fc4b8e827c3
TCPDUMP := tcpdump-$(TCPDUMP_VERSION)
TCPDUMP_SUFFIX := tar.gz
TCPDUMP_URL := http://www.tcpdump.org/release/$(TCPDUMP).$(TCPDUMP_SUFFIX)
@@ -43,7 +44,9 @@ TCPDUMP_CONF_OPT := \
--$(call ptx/endis,PTXCONF_TCPDUMP_SMB)-smb \
$(GLOBAL_IPV6_OPTION) \
--without-smi \
- --$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_CRYPTO)-crypto
+ --with-system-libpcap \
+ --$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_CRYPTO)-crypto \
+ --$(call ptx/wwo,PTXCONF_TCPDUMP_ENABLE_LIBCAP_NG)-cap-ng
# FIXME: Unsupported switches yet
# --with-user=USERNAME drop privileges by default to USERNAME
@@ -60,7 +63,7 @@ $(STATEDIR)/tcpdump.targetinstall:
@$(call install_fixup, tcpdump,PRIORITY,optional)
@$(call install_fixup, tcpdump,SECTION,base)
@$(call install_fixup, tcpdump,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
- @$(call install_fixup, tcpdump,DESCRIPTION,missing)
+ @$(call install_fixup, tcpdump,DESCRIPTION,"TCP analyze tool")
@$(call install_copy, tcpdump, 0, 0, 0755, -, /usr/sbin/tcpdump)
--
2.8.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2016-05-24 10:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-24 10:48 [ptxdist] Various changes from my collection Juergen Borleis
2016-05-24 10:48 ` [ptxdist] [PATCH 1/4] DTC: fix package description Juergen Borleis
2016-05-24 10:48 ` [ptxdist] [PATCH 2/4] linuxptp: enable systemd support Juergen Borleis
2016-05-26 9:55 ` Michael Olbrich
2016-05-24 10:48 ` Juergen Borleis [this message]
2016-05-24 10:49 ` [ptxdist] [PATCH 4/4] libmicrohttp: remove from staging by updating to a current release Juergen Borleis
2016-05-26 9:56 ` [ptxdist] Various changes from my collection Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464086940-24418-4-git-send-email-jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox