15
0
forked from pool/python-dpkt

Accepting request 1223573 from home:glaubitz:branches:devel:languages:python

- Update to 1.9.8
  * Fixed endianness issues in PCAPNG, Loopback
  * Improved MPLS unpacking to include IPv6
  * Fixed unpacking of multiple records in TLS messages
  * Updated docstrings for multiples modules
  * Fixed a long-standing issue where serializing IP would change its length
  * Fixed IEEE 802.11 Beacon byte ordering
  * Graceful handling of PCAPNG option comment UTF-8 decoding errors
  * Added support for PCAPNG Packet Block
  * Added modpcap reader support
- Drop skip-BE-tests.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1223573
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dpkt?expand=0&rev=31
This commit is contained in:
2024-11-12 17:14:57 +00:00
committed by Git OBS Bridge
parent c6deebff97
commit 9362217190
5 changed files with 20 additions and 150 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 12 08:50:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.9.8
* Fixed endianness issues in PCAPNG, Loopback
* Improved MPLS unpacking to include IPv6
* Fixed unpacking of multiple records in TLS messages
* Updated docstrings for multiples modules
* Fixed a long-standing issue where serializing IP would change its length
* Fixed IEEE 802.11 Beacon byte ordering
* Graceful handling of PCAPNG option comment UTF-8 decoding errors
* Added support for PCAPNG Packet Block
* Added modpcap reader support
- Drop skip-BE-tests.patch, merged upstream
-------------------------------------------------------------------
Mon Feb 19 13:27:00 UTC 2024 - Christian Keil <keil@dfn-cert.de>