Package Release Info

perl-NetPacket-1.6.0-bp151.2.12

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-NetPacket

Change Logs

Version: 1.6.0-bp150.2.4
* Tue Apr 14 2015 coolo@suse.com
- updated to 1.6.0
  see /usr/share/doc/packages/perl-NetPacket/Changes
  1.6.0 2015-03-13
  [ENHANCEMENTS]
  - Clean up inheritance code (Philip Prindeville).
  - Add a truckload of constants (Philip Prindeville).
  [STATISTICS]
  - code churn: 12 files changed, 343 insertions(+), 220 deletions(-)
  1.5.0 2014-06-15
  [ENHANCEMENTS]
  - Addition of NetPacket::IPX. (Daniel Collins)
  - NetPacket::Ethernet implements 'encode'. (RT#93928, Guido Hungerbuehler)
  [STATISTICS]
  - code churn: 7 files changed, 337 insertions(+), 13 deletions(-)
  1.4.4 2013-11-30
  [BUG FIXES]
  - NetPacket::USBMon: also handle big endian perl without quad type.
    (GH#5, Andreas Schwab)
  - Typo fix in comments. (GH#6, fschlich)
  [STATISTICS]
  - code churn: 3 files changed, 13 insertions(+), 4 deletions(-)
  1.4.3 2013-10-03
  [BUG FIXES]
  - Unpack data in LittleEndian format. (GH#4, k0da)
  [STATISTICS]
  - code churn: 3 files changed, 62 insertions(+), 27 deletions(-)
  1.4.2 2013-09-25
  [BUG FIXES]
  - Dist::Zilla::Plugin::Test::Compile was causing test to potentially hang
    on Windows. (reported by Karen Etheridge)
  [MISC]
  - Tidy up the changelog. (GH#3, Neil Bowers)
  [STATISTICS]
  - code churn: 2 files changed, 46 insertions(+), 20 deletions(-)
- obsoletes perl-NetPacket-backport.patch
- remove upstreamed perl-NetPacket-bigendian.patch
* Wed Oct 09 2013 schwab@suse.de
- Extend last change for 32-bit big endian
* Thu Oct 03 2013 dvaleev@suse.com
- USB is little endian, so we need to convert it on BigEndian
  platforms (perl-NetPacket-bigendian.patch)
  upstream commit fc0563f746c44387d77e70792628fe2a03628751
* Fri Sep 06 2013 Greg.Freemyer@gmail.com
- update to 1.4.1 2013-09-05
  [BUG FIXES]
  - Test was using Errno constant and failing on some platforms.
* Tue Aug 27 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 2011 Greg.Freemyer@opensuse.org
- Update to 1.2.0
  [ENHANCEMENTS]
  - Add support for Ethernet VLAN (thanks to Kai Chan)
  [BUG FIXES]
  - Add a INSTALL file
* Tue Mar 22 2011 pascal.bleser@opensuse.org
- initial version (1.1.1)