14
0
forked from pool/python-dkimpy

2 Commits

Author SHA256 Message Date
1307484593 Accepting request 1198093 from devel:languages:python
- 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/request/show/1198093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dkimpy?expand=0&rev=9
2024-09-01 17:22:38 +00:00
52a66d5c59 - 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
2024-08-31 15:10:59 +00:00
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ce72d961f443e8f9f05694b354542dee534e08e2b8c5b60c62d5daca7c1da0f
size 66557

3
dkimpy-1.1.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5f60fb47bbf5d8d762f134bcea0c388eba6b498342a682a21f1686545094b77
size 66979

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Aug 31 15:09:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com> Sat Apr 20 13:41:46 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
%define commands arcsign arcverify dkimsign dkimverify dknewkey %define commands arcsign arcverify dkimsign dkimverify dknewkey
Name: python-dkimpy Name: python-dkimpy
Version: 1.1.6 Version: 1.1.8
Release: 0 Release: 0
Summary: DKIM (DomainKeys Identified Mail) Summary: DKIM (DomainKeys Identified Mail)
License: BSD-2-Clause License: BSD-2-Clause