summaryrefslogtreecommitdiff
path: root/net/py-dpkt
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-10-12 10:46:15 +0000
committeradam <adam@pkgsrc.org>2021-10-12 10:46:15 +0000
commit4b8cf83604a4faee80ec54ad209420d8a4fe8a64 (patch)
treed330d36fa9b111a9f59acf5d0fd30378129c0645 /net/py-dpkt
parent2cf7c63dfd83aeb87ffe34ae832209c0123c3b37 (diff)
downloadpkgsrc-4b8cf83604a4faee80ec54ad209420d8a4fe8a64.tar.gz
py-dpkt: updated to 1.9.7.2
1.9.7.2 Performance Regression Fix 1.9.7 - Moved the project documentation from Read the Docs(RST) to github.io(MarkDown) - Added a new mechanism for creating bit-sized field definitions in the protocol parsers (Packet.\_\_bit_fields\_\_) - Added pretty printing capability aka Packet.pprint(), Packet.\_\_pprint_funcs\_\_ - Added documentation on developing protocol parsers in dpkt (creating_parsers.md) - Added a universal pcap+pcapng reader (dpkt.pcap.UniversalReader) - Improved TLS ClientHello and ServerHello parsing: return an "Unknown" ciphersuite instead of raising an exception, add codes for rfc8701, GREASE ciphersutes - Added function to get IP protocol name - Modified Packet.\_\_getitem\_\_() and added Packet.\_\_contains\_\_() to address the nested protocol layers - Fixed payload length interpretation in AH decoder - Improved handling of invalid chunks in HTTP and SCTP - Fixed decoding of IPv6 fragments after the 1st fragment - Support rfc3540 nonce sum flag in TCP
Diffstat (limited to 'net/py-dpkt')
-rw-r--r--net/py-dpkt/Makefile4
-rw-r--r--net/py-dpkt/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile
index af8fc4e4df2..63dbc5634d6 100644
--- a/net/py-dpkt/Makefile
+++ b/net/py-dpkt/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/07/05 19:01:17 adam Exp $
+# $NetBSD: Makefile,v 1.16 2021/10/12 10:46:15 adam Exp $
-DISTNAME= dpkt-1.9.6
+DISTNAME= dpkt-1.9.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dpkt/}
diff --git a/net/py-dpkt/distinfo b/net/py-dpkt/distinfo
index 14f12c9588f..8cf1967ba0b 100644
--- a/net/py-dpkt/distinfo
+++ b/net/py-dpkt/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/07 14:42:26 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/10/12 10:46:15 adam Exp $
-RMD160 (dpkt-1.9.6.tar.gz) = 7d2f522cfe045a44be5390d584056c14bb8d3bf9
-SHA512 (dpkt-1.9.6.tar.gz) = de7260df24c6e9a4872ecf80f621102ef3ba78cabe66a8c4eaf5f2dd79fdf1c4135fd2614d65c33d0c8d2e505b9dd7e523a0b29f7048e1a24eb9f924ce207b43
-Size (dpkt-1.9.6.tar.gz) = 160693 bytes
+RMD160 (dpkt-1.9.7.2.tar.gz) = 47b1dbca3dd47b498be391cf81cc905e73496146
+SHA512 (dpkt-1.9.7.2.tar.gz) = 0a5b5db440c92f585697ce471463e1c8ca9424be64aa1696abb692e883d254a8f4e69f1ee3c2b741240887348cb4055457c3a46de6a32229d488433e49a4b97e
+Size (dpkt-1.9.7.2.tar.gz) = 165606 bytes