forked from perl/perl-NetPacket
Compare commits
22 Commits
autoupdate
...
leap-16.1
| Author | SHA256 | Date | |
|---|---|---|---|
| c87d713143 | |||
|
|
0e19c2cb20 | ||
| c1c4b6afff | |||
| 5135a73b68 | |||
| b8b7cbf0ea | |||
|
|
122c8e4be8 | ||
| 3744f4241b | |||
|
|
87a0cd6999 | ||
|
|
d4c12f6e31 | ||
|
|
5304aa242c | ||
|
|
f30bf5fd21 | ||
|
|
b011284774 | ||
|
|
68e94c6fc0 | ||
|
|
437cbb84ef | ||
|
|
e7aeca7c50 | ||
| a999367bcf | |||
|
|
05d03885a8 | ||
|
|
f25f43cb84 | ||
|
|
f706f0a432 | ||
|
|
2d99a552e0 | ||
|
|
55d0a3af0f | ||
|
|
2ecd572a41 |
3
NetPacket-1.7.2.tar.gz
Normal file
3
NetPacket-1.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3af614a1b1ef4cbeaf83db32081d8bcb8d812bb6dbe4660aba3e4081e9f145b
|
||||
size 47544
|
||||
BIN
NetPacket-1.8.0.tar.gz
LFS
BIN
NetPacket-1.8.0.tar.gz
LFS
Binary file not shown.
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,26 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-NetPacket
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,21 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
%define cpan_name NetPacket
|
||||
Name: perl-NetPacket
|
||||
Version: 1.8.0
|
||||
Version: 1.7.2
|
||||
Release: 0
|
||||
License: Artistic-2.0
|
||||
%define cpan_name NetPacket
|
||||
Summary: Assemble/disassemble network packets at the protocol level
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
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)
|
||||
@@ -52,11 +52,11 @@ the IP, UDP and TCP protocols) would make things like tunneling or other
|
||||
unusual situations difficult.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -67,7 +67,8 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTORS doap.xml README README.mkdn SECURITY.md
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml README README.mkdn
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user