diff --git a/NetPacket-1.7.2.tar.gz b/NetPacket-1.7.2.tar.gz deleted file mode 100644 index 04a15a9..0000000 --- a/NetPacket-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3af614a1b1ef4cbeaf83db32081d8bcb8d812bb6dbe4660aba3e4081e9f145b -size 47544 diff --git a/NetPacket-1.8.0.tar.gz b/NetPacket-1.8.0.tar.gz new file mode 100644 index 0000000..65309a0 --- /dev/null +++ b/NetPacket-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec65ca3078cc6ae287f1242cb416eb0b09b79b557a0c79d6cfe29d7bc6b3310 +size 54360 diff --git a/perl-NetPacket.changes b/perl-NetPacket.changes index 1ad5363..898d840 100644 --- a/perl-NetPacket.changes +++ b/perl-NetPacket.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Feb 5 06:14:41 UTC 2026 - Tina Müller + +- updated to 1.8.0 + see /usr/share/doc/packages/perl-NetPacket/Changes + + 1.8.0 2026-02-04 + [API CHANGES] + [BUG FIXES] + - Add a test for checksum calculation in ICMPv6 which also uses the same + IPv6 pseudo-header as UDP and TCP (Grinnz, GH#17) + - Fix IPv6 pseudo-header formation (fixes Wrong pseudoheader created for + checksum calculation #16) (Grinnz, GH#17) + - Fix ICMPv6 packet length used for checksum (Grinnz, GH#17) + [DOCUMENTATION] + [ENHANCEMENTS] + - Add support for SLL and SLL2 (Linux cooked capture) (Grinnz, GH#18) + [MISC] + - Move to Test2 for the testing + [NEW FEATURES] + [STATISTICS] + - code churn: 25 files changed, 749 insertions(+), 66 deletions(-) + ------------------------------------------------------------------- Sun Jul 21 11:45:09 UTC 2019 - Stephan Kulow diff --git a/perl-NetPacket.spec b/perl-NetPacket.spec index 4d4d496..0b262fa 100644 --- a/perl-NetPacket.spec +++ b/perl-NetPacket.spec @@ -1,7 +1,7 @@ # # spec file for package perl-NetPacket # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,21 @@ # -Name: perl-NetPacket -Version: 1.7.2 -Release: 0 %define cpan_name NetPacket -Summary: Assemble/disassemble network packets at the protocol level +Name: perl-NetPacket +Version: 1.8.0 +Release: 0 License: Artistic-2.0 -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Assemble/disassemble network packets at the protocol level +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Socket) >= 1.87 +BuildRequires: perl(Test2::Bundle::More) BuildRequires: perl(parent) Requires: perl(Socket) >= 1.87 Requires: perl(parent) @@ -53,11 +52,11 @@ the IP, UDP and TCP protocols) would make things like tunneling or other unusual situations difficult. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -68,8 +67,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml README README.mkdn +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTORS doap.xml README README.mkdn SECURITY.md %license LICENSE %changelog