pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-postfix-mta-sts-resolver



Module Name:    pkgsrc
Committed By:   kim
Date:           Mon Nov 10 08:46:16 UTC 2025

Modified Files:
        pkgsrc/mail/py-postfix-mta-sts-resolver: Makefile distinfo

Log Message:
py-postfix-mta-sts-resolver: Update to 1.5.1

v1.5.0
- fix link and add meta data to identify the message
- Document in the config file man page how to connect to PostgreSQL
- Minimal support for TLSRPT in Postfix 3.10 and later
- TLSRPT follow-up updates

v1.5.1
- Change event loop to use new event loop instance
- fix bdist_wheel deprecation


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo

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

Modified files:

Index: pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile
diff -u pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.10 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.11
--- pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.10       Thu Oct  9 07:57:45 2025
+++ pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile    Mon Nov 10 08:46:16 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/10/09 07:57:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/11/10 08:46:16 kim Exp $
 
-DISTNAME=      postfix_mta_sts_resolver-1.4.0
+DISTNAME=      postfix_mta_sts_resolver-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/postfix_mta_sts_resolver/}

Index: pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo
diff -u pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo:1.3 pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo:1.4
--- pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo:1.3        Wed Aug  9 13:10:15 2023
+++ pkgsrc/mail/py-postfix-mta-sts-resolver/distinfo    Mon Nov 10 08:46:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/08/09 13:10:15 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/11/10 08:46:16 kim Exp $
 
-BLAKE2s (postfix_mta_sts_resolver-1.4.0.tar.gz) = 6f8b9ec81294c1623334bc579c8a245e1e175c73de80e4d3ad77ab6b6918e6fa
-SHA512 (postfix_mta_sts_resolver-1.4.0.tar.gz) = d3c09c13a54af52caf616cb99c6268d04a1ba8ecb317ca2b58b40c639c33d2f54f37292307d9716469e957eb85307b0f9e2ba8fecb5e4177d709e12fc4cb7e22
-Size (postfix_mta_sts_resolver-1.4.0.tar.gz) = 38932 bytes
+BLAKE2s (postfix_mta_sts_resolver-1.5.1.tar.gz) = 176d14a7c158888107d784965d7e84aebd16ad8b5819cc01082f6d89c3f040eb
+SHA512 (postfix_mta_sts_resolver-1.5.1.tar.gz) = d673cf0db32b31da8bf536e9f70454b5ce3c5e8e40a2d073622e2dabe9251df9ce92f7fd8e63200f31fd66953cc94033e2f40fb11e184aaa60f7a0bdd144d946
+Size (postfix_mta_sts_resolver-1.5.1.tar.gz) = 39340 bytes



Home | Main Index | Thread Index | Old Index