From b51b8b3eff9002c8ea89d9a0bdfeab9c9265e88220160d07280abb5edfa227e8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Nov 2023 16:51:49 +0000 Subject: [PATCH] - update to 20230614d (bsc#1217032): * fix buffer overflow when parsing TCP packets where the sender includes a TCP fast open cookie larger than 16 bytes sc_hoiho man page OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=56 --- scamper-cvs-20230614c.tar.gz | 3 --- scamper-cvs-20230614d.tar.gz | 3 +++ scamper.changes | 15 +++++++++++---- scamper.spec | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 scamper-cvs-20230614c.tar.gz create mode 100644 scamper-cvs-20230614d.tar.gz diff --git a/scamper-cvs-20230614c.tar.gz b/scamper-cvs-20230614c.tar.gz deleted file mode 100644 index f78aa9d..0000000 --- a/scamper-cvs-20230614c.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50a58ed36c7e7a4045717c5acc82b510bd2ad329f3b336b3504118e0280ad9ca -size 2214550 diff --git a/scamper-cvs-20230614d.tar.gz b/scamper-cvs-20230614d.tar.gz new file mode 100644 index 0000000..377e5ff --- /dev/null +++ b/scamper-cvs-20230614d.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54423b64a0b68aafa903d9260c2bff5c16f3cca44997e0e830d17296f6f03a59 +size 2214467 diff --git a/scamper.changes b/scamper.changes index 63b5603..c69cd85 100644 --- a/scamper.changes +++ b/scamper.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 10 15:00:00 UTC 2023 - Dirk Müller + +- update to 20230614d (bsc#1217032): + * fix buffer overflow when parsing TCP packets where the sender + includes a TCP fast open cookie larger than 16 bytes + ------------------------------------------------------------------- Sat Oct 7 09:04:41 UTC 2023 - Sebastian Wagner @@ -326,7 +333,7 @@ Tue Dec 14 17:50:16 UTC 2021 - Sebastian Wagner - sc_hoiho: * add the ability to learn regular expressions that extract network names from router hostnames, documented in the - sc_hoiho man page + sc_hoiho man page ------------------------------------------------------------------- Wed Oct 27 18:47:44 UTC 2021 - Sebastian Wagner @@ -611,15 +618,15 @@ Thu Aug 24 06:58:41 UTC 2017 - sebix+novell.com@sebix.at * fix possible memory leaks detected with static analysis. * quality assurance on research paper cites in manual pages. * spelling errors noticed by Iain R. Learmonth. - + sc_ally: * add feature to dump inferred aliases from the collected data. - + sc_speedtrap: * add threaded implementation of pairwise comparison to form candidate alias sets, if pthreads are detected at compilation time and --disable-threads configure option is not supplied. - + sc_uptime: * new scamper driver to infer IPv6 device reboot windows if the device returns an incrementing identifier field in the IPv6 fragmentation diff --git a/scamper.spec b/scamper.spec index 6694f28..173ed1d 100644 --- a/scamper.spec +++ b/scamper.spec @@ -18,7 +18,7 @@ Name: scamper -Version: 20230614c +Version: 20230614d Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only