impacket 0.9.24-1 source package in Ubuntu

Changelog

impacket (0.9.24-1) unstable; urgency=medium

  * Team upload.
  * debian/watch: use github tarball instead of pypi release because it
    contains the __pycache__ dirs and *.pyc files)
  * New upstream version 0.9.24
  * Update debian/copyright
  * Refresh patches and remove cve-2021-31800.patch merged upstream
  * Run tests during the build
  * Remove tests that require network access
  * Bump Standards-Version to 4.6.0 (no change)

 -- Sophie Brun <email address hidden>  Fri, 05 Nov 2021 10:07:07 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
impacket_0.9.24-1.dsc 2.2 KiB 16799e4325fb86d53567624d8d844a5bcc630b6eb53eb549408fa7ed8700a83c
impacket_0.9.24.orig.tar.gz 1.4 MiB da3a6ff23122576d805d6841561f7de8a3edbd9e706a5acdb156d12982cae099
impacket_0.9.24-1.debian.tar.xz 7.6 KiB 6be5b3aecfded40893d9ec75e2ab01a5c08545bf295f194906904948db128749

Available diffs

No changes file available.

Binary packages built by this source

python3-impacket: Python3 module to easily build and dissect network protocols

 Impacket is a collection of Python3 classes focused on providing
 access to network packets. Impacket allows Python3 developers to
 craft and decode network packets in simple and consistent manner. It
 includes support for low-level protocols such as IP, UDP and TCP, as
 well as higher-level protocols such as NMB and SMB.
 .
 Impacket is highly effective when used in conjunction with a packet
 capture utility or package such as Pcapy. Packets can be constructed
 from scratch, as well as parsed from raw data. Furthermore, the
 object oriented API makes it simple to work with deep protocol
 hierarchies.