Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ipv6toolkit for openSUSE:Factory checked in at 2025-11-24 14:07:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipv6toolkit (Old) and /work/SRC/openSUSE:Factory/.ipv6toolkit.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipv6toolkit" Mon Nov 24 14:07:28 2025 rev:4 rq:1319012 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ipv6toolkit/ipv6toolkit.changes 2020-06-22 17:45:24.609751796 +0200 +++ /work/SRC/openSUSE:Factory/.ipv6toolkit.new.14147/ipv6toolkit.changes 2025-11-24 14:08:47.668275894 +0100 @@ -1,0 +2,28 @@ +Fri Nov 21 08:24:28 UTC 2025 - Martin Hauke <[email protected]> + +- Update to version 2.2 + * All: Ensure consistency in version numbers across tools and + documentation. + * path6: Fix bug that prevented setting TCP flags. + * blackhole6: Fixed bug that lead to errors for paths >= 10 hops + * blackhole6: Polished the code. + * blackhole6: Set different default destination port numbers + for TCP and UDP. The default UDP destination port has been + changed to port 53. +- Update to version 2.1 + * addr6: Add support for accepting only one address per prefix + Option '--block-dup-preflen' was added. + * scan6: Fix bug in smart scan + There was a bug in the generation of low-byte and pattern-byte + addresses. + * scan6: Improve VMWare scans + We have now added vSphere and ESX server entries + * scan6: Fix bug in default ports + When port-scanning, if not range was specified, the tool + would not scan any ports. + * script6: Add alias for "get-alexa-domains" + Some documents were using the "get-alexa" script name (rather + than "get-alexa-domains") but the short name of the script had + been removed. + +------------------------------------------------------------------- Old: ---- ipv6toolkit-v2.0.tar.gz ipv6toolkit-v2.0.tar.gz.sig ipv6toolkit.keyring New: ---- ipv6toolkit-2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipv6toolkit.spec ++++++ --- /var/tmp/diff_new_pack.4pIMG8/_old 2025-11-24 14:08:48.368305308 +0100 +++ /var/tmp/diff_new_pack.4pIMG8/_new 2025-11-24 14:08:48.372305476 +0100 @@ -1,8 +1,8 @@ # # spec file for package ipv6toolkit # -# Copyright (c) 2020 SUSE LLC -# Copyright (c) 2018, Martin Hauke <[email protected]> +# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2018-2025, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,15 @@ Name: ipv6toolkit -Version: 2.0 +Version: 2.2 Release: 0 Summary: Security assessment and troubleshooting tool for the IPv6 protocols License: GPL-3.0-or-later Group: Productivity/Networking/System URL: https://www.si6networks.com/tools/ipv6toolkit/ #Git-Clone: https://github.com/fgont/ipv6toolkit.git -Source: https://www.si6networks.com/tools/ipv6toolkit/%{name}-v%{version}.tar.gz -Source98: https://www.si6networks.com/tools/ipv6toolkit/%{name}-v%{version}.tar.gz.sig -#https://www.si6networks.com/tools/ipv6toolkit/%%{name}-v%%{version}.tar.gz.gpg -Source99: %{name}.keyring +Source: https://github.com/fgont/ipv6toolkit/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: fdupes BuildRequires: libpcap-devel %description @@ -58,14 +56,15 @@ of TCP-based attacks. %prep -%setup -q -n %{name}-v%{version} +%autosetup +sed 's|/usr/bin/env perl|/usr/bin/perl|g' -i tools/{blackhole6,messi,script6} %build -export CFLAGS='%{optflags} -fcommon' -make %{?_smp_mflags} +%make_build %install %make_install PREFIX="%{_prefix}" +%fdupes %{buildroot}/%{_datadir}/%{name} %files %doc CHANGES.TXT CREDITS.TXT README.TXT @@ -77,6 +76,8 @@ %{_sbindir}/frag6 %{_sbindir}/icmp6 %{_sbindir}/jumbo6 +%{_sbindir}/messi +%{_sbindir}/mldq6 %{_sbindir}/na6 %{_sbindir}/ni6 %{_sbindir}/ns6 @@ -90,6 +91,8 @@ %{_sbindir}/udp6 %dir %{_datadir}/%{name} %{_datadir}/%{name}/oui.txt -%{_datadir}/%{name}/service-names-port-numbers.csv +%{_datadir}/%{name}/dns-dictionary.txt +%{_datadir}/%{name}/public_suffix_list.dat +%{_datadir}/%{name}/*.csv %{_mandir}/man?/*?%{ext_man} ++++++ ipv6toolkit-v2.0.tar.gz -> ipv6toolkit-2.2.tar.gz ++++++ ++++ 124808 lines of diff (skipped)
