pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-dpkt



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 12 10:46:15 UTC 2021

Modified Files:
        pkgsrc/net/py-dpkt: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/py-dpkt/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-dpkt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-dpkt/Makefile
diff -u pkgsrc/net/py-dpkt/Makefile:1.15 pkgsrc/net/py-dpkt/Makefile:1.16
--- pkgsrc/net/py-dpkt/Makefile:1.15    Mon Jul  5 19:01:17 2021
+++ pkgsrc/net/py-dpkt/Makefile Tue Oct 12 10:46:15 2021
@@ -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/}

Index: pkgsrc/net/py-dpkt/distinfo
diff -u pkgsrc/net/py-dpkt/distinfo:1.6 pkgsrc/net/py-dpkt/distinfo:1.7
--- pkgsrc/net/py-dpkt/distinfo:1.6     Thu Oct  7 14:42:26 2021
+++ pkgsrc/net/py-dpkt/distinfo Tue Oct 12 10:46:15 2021
@@ -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



Home | Main Index | Thread Index | Old Index