From 1e44c0cdc32ee98886567d0854f9495d14cbea8cbb0e6285423a2ee625a197b8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 31 Aug 2024 15:10:59 +0000 Subject: [PATCH] - update to 1.1.8: * Correctly handle verification of signatures without t= (timestamp) and with x= (expiration); both are optional * Fix error in validate_signature_fields which prevented signature expiration from being properly evaluated * Correct ARC signing for AR headers with authres-version or comments before resinfo * Correct line separtor after AAR header field * Correct signature in ARC-Seal on LF as linesep OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dkimpy?expand=0&rev=17 --- dkimpy-1.1.6.tar.gz | 3 --- dkimpy-1.1.8.tar.gz | 3 +++ python-dkimpy.changes | 13 +++++++++++++ python-dkimpy.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 dkimpy-1.1.6.tar.gz create mode 100644 dkimpy-1.1.8.tar.gz diff --git a/dkimpy-1.1.6.tar.gz b/dkimpy-1.1.6.tar.gz deleted file mode 100644 index a5c60ff..0000000 --- a/dkimpy-1.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ce72d961f443e8f9f05694b354542dee534e08e2b8c5b60c62d5daca7c1da0f -size 66557 diff --git a/dkimpy-1.1.8.tar.gz b/dkimpy-1.1.8.tar.gz new file mode 100644 index 0000000..fc570bd --- /dev/null +++ b/dkimpy-1.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f60fb47bbf5d8d762f134bcea0c388eba6b498342a682a21f1686545094b77 +size 66979 diff --git a/python-dkimpy.changes b/python-dkimpy.changes index 76f0615..fb8c664 100644 --- a/python-dkimpy.changes +++ b/python-dkimpy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Aug 31 15:09:54 UTC 2024 - Dirk Müller + +- update to 1.1.8: + * Correctly handle verification of signatures without t= + (timestamp) and with x= (expiration); both are optional + * Fix error in validate_signature_fields which prevented + signature expiration from being properly evaluated + * Correct ARC signing for AR headers with authres-version + or comments before resinfo + * Correct line separtor after AAR header field + * Correct signature in ARC-Seal on LF as linesep + ------------------------------------------------------------------- Sat Apr 20 13:41:46 UTC 2024 - Dirk Müller diff --git a/python-dkimpy.spec b/python-dkimpy.spec index 4eddb9f..f71d324 100644 --- a/python-dkimpy.spec +++ b/python-dkimpy.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define commands arcsign arcverify dkimsign dkimverify dknewkey Name: python-dkimpy -Version: 1.1.6 +Version: 1.1.8 Release: 0 Summary: DKIM (DomainKeys Identified Mail) License: BSD-2-Clause