This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 2d7a96b46f6db8991da4180836f4eb59c49a6d10 (commit) via d9bba1ca1b2df9ea5543ac46e6181f73dd7ebcaf (commit) from 6cb5e9ba115bdb848777a0664719b4f530fbcbab (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 2d7a96b46f6db8991da4180836f4eb59c49a6d10 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 28 10:05:58 2022 +0000
libpcap: Update to 1.10.1
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d9bba1ca1b2df9ea5543ac46e6181f73dd7ebcaf Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Nov 28 10:00:14 2022 +0000
tcpdump: Update to 4.99.1
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: libpcap/libpcap.nm | 6 +++--- libpcap/patches/libpcap-0.8.3-ppp.patch | 10 ---------- tcpdump/tcpdump.nm | 10 ++++------ 3 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 libpcap/patches/libpcap-0.8.3-ppp.patch
Difference in files: diff --git a/libpcap/libpcap.nm b/libpcap/libpcap.nm index f5ec8cc71..d61c08875 100644 --- a/libpcap/libpcap.nm +++ b/libpcap/libpcap.nm @@ -4,11 +4,11 @@ ###############################################################################
name = libpcap -version = 1.7.2 +version = 1.10.1 release = 1
groups = System/Libraries -url = http://www.tcpdump.org/ +url = https://www.tcpdump.org/ license = BSD with advertising summary = A system-independent interface for user-level packet capture.
@@ -22,7 +22,7 @@ description packet capture modules in each application. end
-source_dl = http://www.tcpdump.org/release/ +source_dl = https://www.tcpdump.org/release/
build requires diff --git a/libpcap/patches/libpcap-0.8.3-ppp.patch b/libpcap/patches/libpcap-0.8.3-ppp.patch deleted file mode 100644 index 44367a11e..000000000 --- a/libpcap/patches/libpcap-0.8.3-ppp.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/gencode.c.old 2004-06-21 19:43:24.611308762 +0100 -+++ b/gencode.c 2004-06-21 19:43:34.851140716 +0100 -@@ -5004,6 +5004,7 @@ - */ - switch (linktype) { - case DLT_SLIP: -+ case DLT_PPP: - b0 = gen_relation(BPF_JEQ, - gen_load(Q_LINK, gen_loadi(0), 1), - gen_loadi(0), diff --git a/tcpdump/tcpdump.nm b/tcpdump/tcpdump.nm index c1326d056..226744143 100644 --- a/tcpdump/tcpdump.nm +++ b/tcpdump/tcpdump.nm @@ -4,11 +4,11 @@ ###############################################################################
name = tcpdump -version = 4.9.2 +version = 4.99.1 release = 1
groups = Networking/Sniffer -url = http://www.tcpdump.org/ +url = https://www.tcpdump.org/ license = BSD with advertising summary = A network traffic monitoring tool.
@@ -19,9 +19,7 @@ description the packet headers, or just the ones that match particular criteria. end
-source_dl = http://www.tcpdump.org/release/ - -CFLAGS += -fno-strict-aliasing +source_dl = https://www.tcpdump.org/release/
build requires @@ -39,7 +37,7 @@ build rm -vf %{BUILDROOT}%{sbindir}/tcpdump.%{version}
# Remove RPATH. - chrpath --delete %{BUILDROOT}%{sbindir}/tcpdump + chrpath --delete %{BUILDROOT}%{bindir}/tcpdump end end
hooks/post-receive -- IPFire 3.x development tree