diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index ce02ef8..a184566 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1730314436 -commit: 06d9f4cf69ca62d1065c25bc713473c743d5f1bd9b2518ae901c8113ba5af3b5 +mtime: 1739814306 +commit: 0481399a509f0429822481acc45b97e931fea0f4b3e8f4c555af1402fb311c06 url: https://src.opensuse.org/mcepl/python-M2Crypto.git -revision: 06d9f4cf69ca62d1065c25bc713473c743d5f1bd9b2518ae901c8113ba5af3b5 +revision: 0481399a509f0429822481acc45b97e931fea0f4b3e8f4c555af1402fb311c06 diff --git a/build.specials.obscpio b/build.specials.obscpio index 81417fb..7cb15a7 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7415d68059c9daef3764714994d63c6052f7b049daffcb41d864d4daf3e9c58a +oid sha256:060e852950692920860cacdd965c69cae55004e9f06f1eb91da18e04110b44db size 256 diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index a14f672..fd8616e 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Feb 17 17:42:35 UTC 2025 - Matej Cepl + +- Update to 0.44.0: + - fix(rsa): introduce internal cache for rsa.check_key() + (bsc#1236664, srht#mcepl/m2crypto#369) + - fix[authcookie]: modernize the module + - fix(_lib): add missing #include for windows + - ci: relax fedora crypto policy to legacy. + - enhance setup.py for macos compatibility + - prefer packaging.version over distutils.version + - fix segfault with openssl 3.4.0 + - fix[ec]: raise ioerror instead when load_key_bio() cannot read + the file. + - doc: update installation instructions for windows. + - fix setting x509.verify_* variables + - fix building against openssl in non-standard location + - test_x509: use only x509_version_1 (0) as version for csr. + +------------------------------------------------------------------- +Wed Feb 12 11:01:06 UTC 2025 - Matej Cepl + +- The real license is BSD 2-Clause, not MIT. + ------------------------------------------------------------------- Wed Oct 30 18:42:41 UTC 2024 - Matej Cepl diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 86f6fdd..d4868ea 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -19,10 +19,10 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-M2Crypto -Version: 0.43.0 +Version: 0.44.0 Release: 0 Summary: Crypto and SSL toolkit for Python -License: MIT +License: BSD 2-Clause Group: Development/Languages/Python URL: https://sr.ht/~mcepl/m2crypto/ Source0: https://files.pythonhosted.org/packages/source/M/M2crypto/m2crypto-%{version}.tar.gz