Commit b663687c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Pegged xmlsec to 1.3.14 to keep it compatible with xmlsec1 1.2.30

parent bf36b5f4
...@@ -35,6 +35,7 @@ all: ceph-config ceph-sudoer ...@@ -35,6 +35,7 @@ all: ceph-config ceph-sudoer
patch -Np1 -d ceph-16.2.4 < ceph-16.2.4-fix_v2_frame.patch patch -Np1 -d ceph-16.2.4 < ceph-16.2.4-fix_v2_frame.patch
patch -Np1 -d ceph-16.2.4 < ceph-16.2.4-fix_tests.patch patch -Np1 -d ceph-16.2.4 < ceph-16.2.4-fix_tests.patch
patch -Np1 -d ceph-16.2.4 < ceph-16.2.4-fix_pytest.patch patch -Np1 -d ceph-16.2.4 < ceph-16.2.4-fix_pytest.patch
patch -Np1 -d ceph-16.2.4 < ceph-16.2.4-fix_xmlsec.patch
# patch -Np1 -d ceph-15.2.17 < ceph-15.2.17-fix_pip.patch # patch -Np1 -d ceph-15.2.17 < ceph-15.2.17-fix_pip.patch
# patch -Np1 -d ceph-15.2.17 < ceph-15.2.17-Cython_fix.patch # patch -Np1 -d ceph-15.2.17 < ceph-15.2.17-Cython_fix.patch
# patch -Np1 -d ceph-15.2.17 < ceph-15.2.17-fix_mypy_with_python3.9.patch # patch -Np1 -d ceph-15.2.17 < ceph-15.2.17-fix_mypy_with_python3.9.patch
......
diff -uNr ceph-16.2.4/src/pybind/mgr/dashboard/requirements-extra.txt ceph-16.2.4-fix_xmlsec/src/pybind/mgr/dashboard/requirements-extra.txt
--- ceph-16.2.4/src/pybind/mgr/dashboard/requirements-extra.txt 2021-05-14 02:50:27.000000000 +0930
+++ ceph-16.2.4-fix_xmlsec/src/pybind/mgr/dashboard/requirements-extra.txt 2025-04-27 13:00:59.366200679 +0930
@@ -1 +1,2 @@
-python3-saml
\ No newline at end of file
+python3-saml
+xmlsec=1.3.14
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment