dkimpy-milter 1.2.3-2 source package in Ubuntu

Changelog

dkimpy-milter (1.2.3-2) unstable; urgency=medium

  * Add d/source/options extend-diff-ignore to fix dpkg-source failure due to
    local changes (python package metadata regeneration) (Closes: #1044966)
  * Correct repository location in Vcs-Git
  * Update d/rules to not move dkimpy-milter.service to /lib to support
    usr-move (Closes: #1073730)
  * Bump standards-version to 4.7.0 without further change
  * Add Rules-Requires-Root: no to d/control

 -- Scott Kitterman <email address hidden>  Tue, 18 Jun 2024 09:17:18 -0400

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Sid
Original maintainer:
Scott Kitterman
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dkimpy-milter_1.2.3-2.dsc 2.3 KiB 76dc8c1938ba768066999d4fb6262a2172d0387acb61deb73a3b5f8e91decc60
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-2.debian.tar.xz 10.9 KiB 3c3cc69df507df07dd944756e9131cb1121642ca80ec5303a0dd45327e887387

Available diffs

No changes file available.

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.