7
0

10 Commits

Author SHA256 Message Date
d158669a7b Synchronize git 2026-01-08 10:13:07 +01:00
c82c8457ef Merge pull request 'Synchronize lastrevision' (#8) from mczernek/venv-salt-minion:sync-next into bundle_next
Reviewed-on: #8
Reviewed-by: Pablo Suárez Hernández <psuarezhernandez@noreply.src.opensuse.org>
2025-11-13 13:39:44 +01:00
bac9f2891f Synchronize lastrevision 2025-11-13 13:17:45 +01:00
4c2171938d Merge pull request 'Fix TLS and x509 modules for OSes with older cryptography module' (#7) from mczernek/venv-salt-minion:mcz_bundle_next into bundle_next
Reviewed-on: #7
Reviewed-by: Pablo Suárez Hernández <psuarezhernandez@noreply.src.opensuse.org>
2025-11-11 10:38:33 +01:00
68e077d533 Fix TLS and x509 modules for OSes with older cryptography module 2025-11-11 09:43:13 +01:00
f5c0fb66ba Merge pull request '[bundle_next] Fix Salt for Python > 3.11 (bsc#1252285) (bsc#1252244)' (#5) from bundle_next-tw-fixes into bundle_next
Reviewed-on: #5
Reviewed-by: Victor Zhestkov <vizhestkov@noreply.src.opensuse.org>
2025-11-10 11:12:47 +01:00
bd11ef84a5 Bump _lastrevision after skiping unneeded fix 2025-11-10 09:59:39 +00:00
ef65277ae2 Fix Salt for Python > 3.11 (bsc#1252285) (bsc#1252244)
* Use external tornado on Python > 3.11
* Make tls and x509 to use python-cryptography
* Remove usage of spwd
2025-11-10 09:22:19 +00:00
af9c3d8691 Merge pull request 'Add missing patches to "bundle_next" branch' (#3) from PSuarezHernandez/venv-salt-minion:bundle_next-missing-patches into bundle_next
Reviewed-on: #3
Reviewed-by: Marek Czernek <mczernek@noreply.src.opensuse.org>
2025-10-30 11:30:00 +01:00
d47848c9d1 Add missing patches to bundle_testing 2025-10-29 10:48:34 +00:00

View File

@@ -1,14 +1,7 @@
-------------------------------------------------------------------
Thu Jan 8 08:39:12 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
Thu Jan 8 08:39:44 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
- Extend warn_until period to 2027
- Added:
* extend-fails-to-warnings-until-2027-742.patch
-------------------------------------------------------------------
Mon Nov 24 21:02:49 UTC 2025 - Alexander Graul <alexander.graul@suse.com>
- Add minimum_auth_version to enforce security (CVE-2025-62349)
- Backport security fixes for vendored tornado
* BDSA-2024-3438
@@ -17,6 +10,7 @@ Mon Nov 24 21:02:49 UTC 2025 - Alexander Graul <alexander.graul@suse.com>
- Junos module yaml loader fix (CVE-2025-62348)
- Added:
* extend-fails-to-warnings-until-2027-742.patch
* backport-3006.17-security-fixes-739.patch
-------------------------------------------------------------------