From 667e4b3cd11a60630b279c111de08bcfb2f666497ee364cedcb7525b72c715e5 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 9 Aug 2023 06:01:41 +0000 Subject: [PATCH] - update to version 20230614a * configure: * better tests for zlib, libbz2, and liblzma that check for both libraries and headers. * change --with-sc_uptime, --with-sc_hoiho, and --with-tests to be --enable-sc_uptime, --enable-sc_hoiho, and --enable-tests * disable maintainer mode, pass foreign to AM_INIT_AUTOMAKE * scamper: * remove reading regular files from poll/select/epoll/kqueue path, which fixes reading regular input files (-f option to scamper) using epoll or kqueue * fix reading stdin as input (-f option to scamper) when using epoll (catch EPOLLHUP) * add DNS server to host signature, add host path for scamper_task_find * rework scamper_osinfo to work with malformed release names (uname -r) * dealias: do not crash on malformed prefixscan and bump commands * dealias: fix memory leak of probedefs on malformed commands * sting: fix memory leak of recorded packets * remove tsps input method (-O tsps option to scamper) * update manual page * libscamperctrl: * link against list.o and splaytree.o so that the library is self-contained * fix memory leak when task is not accepted * API improvements * libscamperfile: * fix memory leak when reading SOA/MX from warts file * fix memory leak when reading PMTUD traceroute structures from warts file * sting: fix memory leak of recorded packets * sc_analysis_dump, sc_warts2pcap, sc_wartscat, sc_wartsfilter: * link against list.o/utils.o so that these utilities are not reliant on OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=50 --- scamper-cvs-20230605.tar.gz | 3 --- scamper-cvs-20230614a.tar.gz | 3 +++ scamper.changes | 46 ++++++++++++++++++++++++++++++++++++ scamper.spec | 2 +- 4 files changed, 50 insertions(+), 4 deletions(-) delete mode 100644 scamper-cvs-20230605.tar.gz create mode 100644 scamper-cvs-20230614a.tar.gz diff --git a/scamper-cvs-20230605.tar.gz b/scamper-cvs-20230605.tar.gz deleted file mode 100644 index 303ef6c..0000000 --- a/scamper-cvs-20230605.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63bb36e33cc22649c88cdfab1041b461ee8b3f29ab48714943ee4a17c1d0766b -size 2208130 diff --git a/scamper-cvs-20230614a.tar.gz b/scamper-cvs-20230614a.tar.gz new file mode 100644 index 0000000..3536113 --- /dev/null +++ b/scamper-cvs-20230614a.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cedd5563c63d9cb5e6cc956c02fc5c680893a006c1c0714be0f935ba6b9b61 +size 2279699 diff --git a/scamper.changes b/scamper.changes index e25aae6..c113f94 100644 --- a/scamper.changes +++ b/scamper.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Wed Aug 9 05:58:57 UTC 2023 - Sebastian Wagner + +- update to version 20230614a + * configure: + * better tests for zlib, libbz2, and liblzma that check for both + libraries and headers. + * change --with-sc_uptime, --with-sc_hoiho, and --with-tests to be + --enable-sc_uptime, --enable-sc_hoiho, and --enable-tests + * disable maintainer mode, pass foreign to AM_INIT_AUTOMAKE + * scamper: + * remove reading regular files from poll/select/epoll/kqueue path, + which fixes reading regular input files (-f option to scamper) using + epoll or kqueue + * fix reading stdin as input (-f option to scamper) when using + epoll (catch EPOLLHUP) + * add DNS server to host signature, add host path for scamper_task_find + * rework scamper_osinfo to work with malformed release names (uname -r) + * dealias: do not crash on malformed prefixscan and bump commands + * dealias: fix memory leak of probedefs on malformed commands + * sting: fix memory leak of recorded packets + * remove tsps input method (-O tsps option to scamper) + * update manual page + * libscamperctrl: + * link against list.o and splaytree.o so that the library is self-contained + * fix memory leak when task is not accepted + * API improvements + * libscamperfile: + * fix memory leak when reading SOA/MX from warts file + * fix memory leak when reading PMTUD traceroute structures from warts file + * sting: fix memory leak of recorded packets + * sc_analysis_dump, sc_warts2pcap, sc_wartscat, sc_wartsfilter: + * link against list.o/utils.o so that these utilities are not reliant on + those symbols being exported from libscamperfile + * sc_prefixprober: + * allow compression type to be specified using -O + * free scamper_addr_t as each are removed from the list to probe + * sc_remoted: + * catch EPOLLHUP with epoll + * sc_warts2text: + * fix memory leaks + * sc_wartsdump: + * fix memory leaks + * link against utils.o so that sc_wartsdump is not reliant on those + symbols being exported from libscamperfile + ------------------------------------------------------------------- Tue Jun 13 06:20:24 UTC 2023 - Sebastian Wagner diff --git a/scamper.spec b/scamper.spec index b9ff6c2..4c0dc87 100644 --- a/scamper.spec +++ b/scamper.spec @@ -18,7 +18,7 @@ Name: scamper -Version: 20230605 +Version: 20230614a Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only