dkimpy-milter 1.2.3-1ubuntu0.1 source package in Ubuntu

Changelog

dkimpy-milter (1.2.3-1ubuntu0.1) noble; urgency=medium

  * Ensure fixed version of py3compile/py3clean is used when upgrading
    (LP: #2075337)

 -- Dave Jones <email address hidden>  Sun, 25 Aug 2024 23:07:32 +0100

Upload details

Uploaded by:
Dave Jones
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dkimpy-milter_1.2.3.orig.tar.gz 53.7 KiB cea53d17a7e9e48940c2e8ae549ecfc270876538f1dc82b870dc420a6a0f66ec
dkimpy-milter_1.2.3.orig.tar.gz.asc 833 bytes 9bcd4c906af4c3efd4024033fa4b5f362ce99b23e5cfcd16afb6261924f7d80a
dkimpy-milter_1.2.3-1ubuntu0.1.debian.tar.xz 10.8 KiB 48b6cdaa1bf7ba0e05152ccfcaa9afbe0af1dfd6a959907bb4fbe1a0c9932e7f
dkimpy-milter_1.2.3-1ubuntu0.1.dsc 2.5 KiB 2d52002419de08354a56986d5457a455adbdaa4c709f03790c2cbff2d65c8a36

View changes file

Binary packages built by this source

dkimpy-milter: DomainKeys Identified Mail (DKIM) milter in Python

 The dkimpy-milter is a Sendmail/Postfix Milter application that signs
 and verifies DKIM (DomainKeys Identified Mail). It supports both traditional
 RSA (RFC 6376) signatures and the new ed25519 based signatures defined in
 RFC 8463.
 .
 DKIM provides a way for senders to confirm their identity when sending email
 by adding a cryptographic signature to the headers of the message.
 .
 It uses the OpenDKIM configuration option naming and definitions, for the
 options it implements, to make it easy for OpenDKIM users to experiment with
 this alternative.