8
0

WIP: Automatic update to NetPacket-1.8.0.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-NetPacket:autoupdate into main
4 changed files with 36 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3af614a1b1ef4cbeaf83db32081d8bcb8d812bb6dbe4660aba3e4081e9f145b
size 47544

BIN
NetPacket-1.8.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Feb 5 06:14:41 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- 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 <coolo@suse.com>

View File

@@ -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