File project.diff of Package python-pyasn1
--- python-pyasn1.changes.orig +++ python-pyasn1.changes @@ -182,9 +182,6 @@ Thu Sep 7 09:24:51 UTC 2017 - michael@s - updated to upstream release 0.3.4 -Revision 0.3.4, released 07-09-2017 ------------------------------------ - - Fixed Native encoder to handle SEQUENCE/SET objects without the componentType property - Added missing component-less SEQUENCE/SET objects dict duck-typing support @@ -193,10 +190,6 @@ Revision 0.3.4, released 07-09-2017 in schemaless mode - Fixed Character types instantiation from OctetString type -- double unicode decoding may have scrambled the data - -Revision 0.3.3, released 27-08-2017 ------------------------------------ - - Improved ASN.1 types instantiation performance - Improved BER/CER/DER decoder performance by not unconditionally casting substrate into str/bytes. @@ -213,10 +206,6 @@ Revision 0.3.3, released 27-08-2017 Tue Aug 15 17:32:13 UTC 2017 - michael@stroeder.com - updated to upstream release 0.3.2 - -Revision 0.3.2, released 04-08-2017 ------------------------------------ - - Fixed SequenceOf/SetOf types initialization syntax to remain backward compatible with pyasn1 0.2.* - Rectified thread safety issues by moving lazy, run-time computation @@ -235,10 +224,6 @@ Sat Jul 29 21:01:20 UTC 2017 - michael@s - updated to upstream release 0.3.1 - do not ship doc/source/ - -Revision 0.3.1, released 26-07-2017 ------------------------------------ - - ASN.1 types __init__(), .clone() and .subtype() signatures refactored into keyword arguments to simplify their signatures. - ASN.1 types initialization refactored to minimize the use of @@ -315,10 +300,6 @@ Thu Mar 16 13:42:52 UTC 2017 - tbechtold Mon Mar 6 13:28:21 UTC 2017 - michael@stroeder.com - updated to upstream release 0.2.3 - -Revision 0.2.3, released 25-02-2017 ------------------------------------ - - Improved SEQUENCE/SET/CHOICE decoding performance by maintaining a single shared NamedType object for all instances of SEQUENCE/SET object. - Improved INTEGER encoding/decoding by switching to Python's built-in @@ -352,19 +333,11 @@ Tue Feb 7 07:35:04 UTC 2017 - michael@s - updated to upstream release 0.2.2 with security fixes - updated project and source URLs and list of doc files - -Revision 0.2.2, released 07-02-2017 ------------------------------------ - - FIX TO A SECURITY WEAKNESS: define length only decoders could have successfully processed indefinite length serialization. - FIX TO A SECURITY WEAKNESS: canonical decoders (CER/DER) may have successfully consumed non-canonical variations of (otherwise valid) serialization. - Broken Enumerated subtyping fixed. - -Revision 0.2.1, released 05-02-2017 ------------------------------------ - - FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long tags. - New "native" codec implemented to transform pyasn1 types to Python built-in types and back. - Switched to new-style classes. --- python-pyasn1.spec.orig +++ python-pyasn1.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyasn1 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed