15
0
forked from pool/python-dpkt
Files
python-dpkt/python-dpkt.changes
Matej Cepl bf0f209dbe Accepting request 855897 from home:mcepl:branches:devel:tools:scm
- Add skip_s390x_tests.patch to skip failing tests on s390x
  (gh#kbandla/dpkt#505).
- Update to 1.9.4:
  - drop python 2.6 support
  - add python 3.7, 3.8 support
  - fix netbios name encoding and decoding
  - properly set type of last vlan tag to type of eth.data layer
  - fix QinQ vlan tag parsing with miscellaneous data
  - add explicit iter to dpkt.Packet so dict() maps the fields nicely
  - fix ipv6 packet so that it can be used for generating IPv6 data
  - handle zero Eth type
  - python 3 compatibility fixes

OBS-URL: https://build.opensuse.org/request/show/855897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dpkt?expand=0&rev=16
2020-12-14 23:07:25 +00:00

95 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Mon Dec 14 22:51:23 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add skip_s390x_tests.patch to skip failing tests on s390x
(gh#kbandla/dpkt#505).
-------------------------------------------------------------------
Mon Dec 14 22:07:23 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 1.9.4:
- drop python 2.6 support
- add python 3.7, 3.8 support
- fix netbios name encoding and decoding
- properly set type of last vlan tag to type of eth.data layer
- fix QinQ vlan tag parsing with miscellaneous data
- add explicit iter to dpkt.Packet so dict() maps the fields nicely
- fix ipv6 packet so that it can be used for generating IPv6 data
- handle zero Eth type
- python 3 compatibility fixes
-------------------------------------------------------------------
Mon Mar 18 20:00:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions.
-------------------------------------------------------------------
Mon Mar 4 11:30:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.9.2:
* Tiny fixes for 3.7 python
- Enable tests
- Add proper dependencies
-------------------------------------------------------------------
Wed Jan 3 16:11:39 UTC 2018 - tchvatal@suse.com
- Update to version 1.9.1:
* Allow building with python3
- Remove epydoc dependency so we can remove py2 only package
-------------------------------------------------------------------
Mon Aug 26 15:05:21 UTC 2013 - Greg.Freemyer@gmail.com
- Update to version 1.8:
* fix a typo in vrrp.py
* fix IPv4 and IPv6 packet to correctly handle zero payload length
* store cipher_suite as int in TLSServerHello to allow app-specific messages
* improve SSL parsing
- Specfile changes
* Update license field to BSD-3-clause
* Update URL
* remove make doc. Doc is no longer provided other than the source code.
* wrap site macros with a if for older versions of opensuse only
-------------------------------------------------------------------
Wed Jun 1 10:58:12 UTC 2011 - saschpe@suse.de
- Update to version 1.7:
* handle dynamic imports from py2exe/freeze.py/zipped egg
packages, from plotnikoff
* decode Ethernet MPLS labels, Cisco ISL VLAN tags, 802.2 LLC fields
* handle multiply-defined HTTP headers from simdream
* add IPv6 extension header support (minus ESP) from Owen Stephens
* add radiotap module from Timur Alperovich
* add IEEE80211 module from Jon Oberheide
* add RFB module from Jon Oberheide
* fix IP6 checksum to include options
* rename 'as' to 'asn' field in BGP header
* fix transport-layer checksum in IP6
* handle improper TCP header offset
* fix SSL typo
* handle malformed ICMP headers
* added RX module from Jon Oberheide
* fixed loopback module IP/IP6 decoding
* set transport-layer (TCP, UDP) checksum in IP
* MRT module fixes
* fix pcap.Writer timestamp calculation
- Spec file cleanup:
* Added changes file and removed stuff from %changelog section
* Added license header
* Removed authors from description
* Don't cleanup buildroot in %install section
* Made it a noarch package
-------------------------------------------------------------------
Sun Jan 28 00:00:00 UTC 2007 - judas_iscariote@shorewall.net
- Update to version 1.6
-------------------------------------------------------------------
Wed Sep 6 00:00:00 UTC 2006 - jfunk@funktronics.ca
- Initial release