forked from pool/perl-NetPacket
Accepting request 196491 from home:gregfreemyer:Tools-for-forensic-boot-cd
update to v1.4.0, no exciting new features/bug fixes. OBS-URL: https://build.opensuse.org/request/show/196491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetPacket?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9863343ef0462fef3986ff09b3b2abf88563999647845d25179279bc817ff362
|
|
||||||
size 25915
|
|
3
NetPacket-1.4.0.tar.gz
Normal file
3
NetPacket-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a0fe54b1b29b95ddde788ff9cd943823b72ab36ba8db62aef94953b6e3d509b
|
||||||
|
size 30359
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 27 05:51:21 UTC 2013 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to 1.4.0
|
||||||
|
- Fixing NetPacked::UDP documentation. (RT#85361, Ben Magistro)
|
||||||
|
- New NetPacket::USBMon. (GH#2, lkundrak)
|
||||||
|
- 'parse_tcp_options()' method added to NetPacket::TCP (patch by Tom
|
||||||
|
Linden) [RT#71320]
|
||||||
|
[BUG FIXES]
|
||||||
|
- Parse SACK option and fix TSecr parsing. (GH#1, Robin Lee)
|
||||||
|
- Fix NetPacket::UDP's strip. (RT#85038, reported by Stan Schwertly)
|
||||||
|
- Use of constant withotu parenthesis made test fail under 5.6.2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 30 16:49:00 EDT 2011 - Greg.Freemyer@opensuse.org
|
Sat Jul 30 16:49:00 EDT 2011 - Greg.Freemyer@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-NetPacket
|
# spec file for package perl-NetPacket
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,29 +16,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-NetPacket
|
Name: perl-NetPacket
|
||||||
Version: 1.2.0
|
Version: 1.4.0
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Assemble/disassemble network packets at the protocol level
|
Summary: Assemble/disassemble network packets at the protocol level
|
||||||
|
License: Artistic-2.0
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
|
||||||
Patch1: perl-NetPacket-backport.patch
|
Patch1: perl-NetPacket-backport.patch
|
||||||
Url: http://search.cpan.org/dist/NetPacket
|
Url: http://search.cpan.org/dist/NetPacket
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: Artistic 2.0
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
BuildRequires: perl(Test::More) >= 0.94
|
BuildRequires: perl(Test::More) >= 0.94
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: perl(Scalar::Util)
|
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: perl(vars)
|
BuildRequires: perl(Scalar::Util)
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
Requires: perl(vars)
|
BuildRequires: perl(vars)
|
||||||
Requires: perl(constant)
|
Requires: perl(constant)
|
||||||
|
Requires: perl(vars)
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user