pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-checkdmarc



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 28 20:47:31 UTC 2024

Modified Files:
        pkgsrc/mail/py-checkdmarc: Makefile distinfo

Log Message:
py-checkdmarc: updated to 5.6.2

5.6.2

Add a warning when BIMI records do not provide a mark certificate
Ude the correct dependency (xmltodict, not xml2dict)

5.6.1

Fix SVG base profile detection

5.6.0

Automatically check for a BIMI DNS record at the default selector when using the CLI
Fix parsing of BIMI record tags when they are separated by a ; without a space
Validate the file at the URL in the BIMI l tag value
Must be a SVG file
The SVG version must be 1.2
The SVG base profile must be tiny-ps
The SVG dimensions must be square
The file size must not exceed 32 KB
Note: This does not currently include certificate validation.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/py-checkdmarc/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/py-checkdmarc/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-checkdmarc/Makefile
diff -u pkgsrc/mail/py-checkdmarc/Makefile:1.7 pkgsrc/mail/py-checkdmarc/Makefile:1.8
--- pkgsrc/mail/py-checkdmarc/Makefile:1.7      Tue Aug 20 07:14:11 2024
+++ pkgsrc/mail/py-checkdmarc/Makefile  Mon Oct 28 20:47:31 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/08/20 07:14:11 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/28 20:47:31 adam Exp $
 
-DISTNAME=      checkdmarc-5.5.0
+DISTNAME=      checkdmarc-5.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/checkdmarc/}
@@ -18,13 +18,12 @@ DEPENDS+=   ${PYPKGPREFIX}-pyleri>=1.3.2:.
 DEPENDS+=      ${PYPKGPREFIX}-publicsuffixlist>=0.10.0:../../www/py-publicsuffixlist
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-timeout-decorator>=0.4.1:../../devel/py-timeout-decorator
+DEPENDS+=      ${PYPKGPREFIX}-xmltodict>=0.14.2:../../textproc/py-xmltodict
 
 USE_LANGUAGES= # none
 
 REPLACE_PYTHON=        checkdmarc.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} checkdmarc checkdmarc-${PYVERSSUFFIX} || ${TRUE}
 

Index: pkgsrc/mail/py-checkdmarc/distinfo
diff -u pkgsrc/mail/py-checkdmarc/distinfo:1.5 pkgsrc/mail/py-checkdmarc/distinfo:1.6
--- pkgsrc/mail/py-checkdmarc/distinfo:1.5      Tue Aug 20 07:14:11 2024
+++ pkgsrc/mail/py-checkdmarc/distinfo  Mon Oct 28 20:47:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/08/20 07:14:11 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/10/28 20:47:31 adam Exp $
 
-BLAKE2s (checkdmarc-5.5.0.tar.gz) = 6d1b7f6c92dd66aaa877fd8aa6eae56dc8a1f67a49482b7ef0b4a0ae9d2bb761
-SHA512 (checkdmarc-5.5.0.tar.gz) = 41d0f52aae414643ff1dc717af113b78e8f520db63e59371e6f729f1a04897d1c3bff0d733f748539d00ae7f2935d47c69f950bcee613f39e5188b7e1d6c6cf8
-Size (checkdmarc-5.5.0.tar.gz) = 36103 bytes
+BLAKE2s (checkdmarc-5.6.2.tar.gz) = fffecbe7e62df9a0382dd68da160338478efa45f1e778fb8a8d9b3a1b4dcb2f9
+SHA512 (checkdmarc-5.6.2.tar.gz) = fd318e1ab1327346a3d8d42616716580fa560b9f4340ffca3f2a9f61cc219aa9eed3642cadea33a8b151145be5c454c0f4f0e8bbf8bccfd454be79886c0e27f4
+Size (checkdmarc-5.6.2.tar.gz) = 35120 bytes



Home | Main Index | Thread Index | Old Index