Sun Jan 8 11:19:52 2023 UTC ()
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


(adam)
diff -r1.17 -r1.18 pkgsrc/net/py-dpkt/Makefile
diff -r1.8 -r1.9 pkgsrc/net/py-dpkt/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/net/py-dpkt/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-dpkt/Makefile 2022/01/04 20:54:26 1.17
+++ pkgsrc/net/py-dpkt/Makefile 2023/01/08 11:19:52 1.18
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2022/01/04 20:54:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2023/01/08 11:19:52 adam Exp $
2 2
3DISTNAME= dpkt-1.9.7.2 3DISTNAME= dpkt-1.9.8
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= net python 5CATEGORIES= net python
7MASTER_SITES= ${MASTER_SITE_PYPI:=d/dpkt/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/dpkt/}
8 7
9MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
10HOMEPAGE= https://github.com/kbandla/dpkt 9HOMEPAGE= https://github.com/kbandla/dpkt
11COMMENT= Fast, simple packet creation/parsing 10COMMENT= Fast, simple packet creation/parsing
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14USE_LANGUAGES= # none 13USE_LANGUAGES= # none
15 14
16.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/net/py-dpkt/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-dpkt/distinfo 2021/10/26 11:06:35 1.8
+++ pkgsrc/net/py-dpkt/distinfo 2023/01/08 11:19:52 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2021/10/26 11:06:35 nia Exp $ 1$NetBSD: distinfo,v 1.9 2023/01/08 11:19:52 adam Exp $
2 2
3BLAKE2s (dpkt-1.9.7.2.tar.gz) = 92d0b944dd26c7095a2e349bef4d9fd49c0d8946d7c46696e34ad3ce18aa582e 3BLAKE2s (dpkt-1.9.8.tar.gz) = 07a18eaf68440cace8b24a6d6eb83efe086781ad154079300468d18359e02f7d
4SHA512 (dpkt-1.9.7.2.tar.gz) = 0a5b5db440c92f585697ce471463e1c8ca9424be64aa1696abb692e883d254a8f4e69f1ee3c2b741240887348cb4055457c3a46de6a32229d488433e49a4b97e 4SHA512 (dpkt-1.9.8.tar.gz) = c72d96ab31225424f0911898cf80a48a0a4bff039761e4e89253b5f2cc89cc4ef2f7899359a0d978dd3e25ded22b35e98ccfb9b0deef0461be4e52619e091b02
5Size (dpkt-1.9.7.2.tar.gz) = 165606 bytes 5Size (dpkt-1.9.8.tar.gz) = 180073 bytes