Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asn1crypto for
openSUSE:Factory checked in at 2022-03-24 22:58:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asn1crypto (Old)
and /work/SRC/openSUSE:Factory/.python-asn1crypto.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asn1crypto"
Thu Mar 24 22:58:13 2022 rev:11 rq:964490 version:1.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asn1crypto/python-asn1crypto.changes
2021-06-01 10:32:55.768350065 +0200
+++
/work/SRC/openSUSE:Factory/.python-asn1crypto.new.1900/python-asn1crypto.changes
2022-03-24 23:00:20.252385902 +0100
@@ -1,0 +2,37 @@
+Thu Mar 24 07:28:33 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 1.5.1:
+ - Handle RSASSA-PSS in `keys.PrivateKeyInfo.bit_size` and
+ `keys.PublicKeyInfo.bit_size`
+ - Handle RSASSA-PSS in `keys.PrivateKeyInfo.wrap` and
+ `keys.PublicKeyInfo.wrap`
+ - Updated docs for `keys.PrivateKeyInfo.algorithm` and
+ `keys.PublicKeyInfo.algorithm` to reflect that they can return
+ `"rsassa_pss"`
+ - Fix `tsp.TimeStampAndCRL` to be a `core.Sequence` instead of a
+ `core.SequenceOf` *via @joernheissler*
+ - Added OIDs for Edwards curves from RFC 8410 - via @MatthiasValvekens
+ - Fixed convenience attributes on `algos.EncryptionAlgorithm` when the
+ algorithm is RC2 *via @joernheissler*
+ - Added Microsoft OIDs `microsoft_enrollment_csp_provider`
+ (`1.3.6.1.4.1.311.13.2.2`), `microsoft_os_version`
+ (`1.3.6.1.4.1.311.13.2.3`) and `microsoft_request_client_info`
+ (`1.3.6.1.4.1.311.21.20`)
+ to `csr.CSRAttributeType` along with supporting extension structures
+ *via @qha*
+ - Added Microsoft OID `microsoft_enroll_certtype` (`1.3.6.1.4.1.311.20.2`)
+ to `x509.ExtensionId` *via @qha*
+ - Fixed a few bugs with parsing indefinite-length encodings *via @davidben*
+ - Added various bounds checks to parsing engine *via @davidben*
+ - Fixed a bug with tags not always being minimally encoded *via @davidben*
+ - Fixed `cms.RoleSyntax`, `cms.SecurityCategory` and `cms.AttCertIssuer` to
+ have explicit instead of implicit tagging *via @MatthiasValvekens*
+ - Fixed tagging of, and default value for fields in `cms.Clearance` *via
+ @MatthiasValvekens*
+ - Fixed calling `.dump(force=True)` when the value has undefined/unknown
+ `core.Sequence` fields. Previously the value would be truncated, now
+ the existing encoding is preserved.
+ - Added sMIME capabilities (`1.2.840.113549.1.9.15`) support from RFC 2633
+ to `cms.CMSAttribute` *via Hellzed*
+
+-------------------------------------------------------------------
Old:
----
1.4.0.tar.gz
New:
----
1.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asn1crypto.spec ++++++
--- /var/tmp/diff_new_pack.3R6WBF/_old 2022-03-24 23:00:20.748386381 +0100
+++ /var/tmp/diff_new_pack.3R6WBF/_new 2022-03-24 23:00:20.756386389 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-asn1crypto
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-asn1crypto
-Version: 1.4.0
+Version: 1.5.1
Release: 0
Summary: ASN.1 parser and serializer for Python
License: MIT
++++++ 1.4.0.tar.gz -> 1.5.1.tar.gz ++++++
++++ 2232 lines of diff (skipped)