pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-dpkt py-dpkt: updated to 1.9.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a38bbbd74d4a
branches:  trunk
changeset: 391360:a38bbbd74d4a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 08 11:19:52 2023 +0000

description:
py-dpkt: updated to 1.9.8

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

diffstat:

 net/py-dpkt/Makefile |  5 ++---
 net/py-dpkt/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 7f4be669164c -r a38bbbd74d4a net/py-dpkt/Makefile
--- a/net/py-dpkt/Makefile      Sun Jan 08 10:14:45 2023 +0000
+++ b/net/py-dpkt/Makefile      Sun Jan 08 11:19:52 2023 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/01/04 20:54:26 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2023/01/08 11:19:52 adam Exp $
 
-DISTNAME=      dpkt-1.9.7.2
+DISTNAME=      dpkt-1.9.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dpkt/}
 
diff -r 7f4be669164c -r a38bbbd74d4a net/py-dpkt/distinfo
--- a/net/py-dpkt/distinfo      Sun Jan 08 10:14:45 2023 +0000
+++ b/net/py-dpkt/distinfo      Sun Jan 08 11:19:52 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:06:35 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/01/08 11:19:52 adam Exp $
 
-BLAKE2s (dpkt-1.9.7.2.tar.gz) = 92d0b944dd26c7095a2e349bef4d9fd49c0d8946d7c46696e34ad3ce18aa582e
-SHA512 (dpkt-1.9.7.2.tar.gz) = 0a5b5db440c92f585697ce471463e1c8ca9424be64aa1696abb692e883d254a8f4e69f1ee3c2b741240887348cb4055457c3a46de6a32229d488433e49a4b97e
-Size (dpkt-1.9.7.2.tar.gz) = 165606 bytes
+BLAKE2s (dpkt-1.9.8.tar.gz) = 07a18eaf68440cace8b24a6d6eb83efe086781ad154079300468d18359e02f7d
+SHA512 (dpkt-1.9.8.tar.gz) = c72d96ab31225424f0911898cf80a48a0a4bff039761e4e89253b5f2cc89cc4ef2f7899359a0d978dd3e25ded22b35e98ccfb9b0deef0461be4e52619e091b02
+Size (dpkt-1.9.8.tar.gz) = 180073 bytes



Home | Main Index | Thread Index | Old Index