dkimpy-milter 1.2.3-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository-Browse.
  * Changed vcs type from git to Git based on URL.
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3, python3-authres and
      python3-dnspython.
    + dkimpy-milter: Drop versioned constraint on python3-authres and
      python3-dnspython in Depends.

  [ Scott Kitterman ]
  * New upstream release, (Closes: #958388, #969215, #981156, #981157,
    #995335)
  * Drop Suggests on obsolete package lsb-base
  * Drop alternate build-depends/depends on python3-dns - dnspython is a
    better choice now
  * Bump standards-version to 4.6.2 without further change
  * Set minimum python3-milter and python3-dkim versions per upstream

 -- Scott Kitterman <email address hidden>  Sun, 26 Feb 2023 20:39:43 -0500

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dkimpy-milter_1.2.3-1.dsc 2.3 KiB f222e4182e45f3d92d5623d01f3bc8182de19569ed0f65dcbfd51d1351e65ba1
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-1.debian.tar.xz 10.7 KiB 2f9f039ab0548b3b36762ce42fcd305ebec1b8380379edfcdfe7ebe4ac68f84e

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.