[med-svn] [Git][med-team/libzeep][upstream] 2 commits: New upstream version 7.2.0

Maarten L. Hekkelman (@mhekkel-guest) gitlab at salsa.debian.org
Wed Dec 3 11:50:14 GMT 2025



Maarten L. Hekkelman pushed to branch upstream at Debian Med / libzeep


Commits:
e2a5f0b3 by Maarten L. Hekkelman at 2025-12-02T15:53:08+01:00
New upstream version 7.2.0
- - - - -
dd00b59f by Maarten L. Hekkelman at 2025-12-03T11:39:44+01:00
New upstream version 7.3.0
- - - - -


176 changed files:

- + .clang-format
- .github/workflows/build-documentation.yml
- .github/workflows/cmake-multi-platform.yml
- .gitignore
- − .gitmodules
- − .readthedocs.yaml
- CMakeLists.txt
- README.md
- changelog
- + cmake/CPM.cmake
- − cmake/FindFilesystem.cmake
- cmake/asio-boost.hpp.in
- cmake/asio.hpp.in
- cmake/zeep-config.cmake.in
- docs/CMakeLists.txt
- cmake/FindSphinx.cmake → docs/cmake/FindSphinx.cmake
- docs/index.rst
- docs/lib-generic.rst
- docs/lib-http.rst
- − docs/lib-json.rst
- − docs/lib-xml.rst
- docs/requirements.txt
- examples/CMakeLists.txt
- examples/daemon-sample.cpp
- examples/http-server-0.cpp
- examples/http-server-1.cpp
- examples/http-server-2.cpp
- examples/http-server-3.cpp
- examples/rest-sample-2.cpp
- examples/rest-sample.cpp
- − examples/sample.dtd
- − examples/sample.xml
- examples/security-sample.cpp
- − examples/serialize-xml.cpp
- examples/soap-sample.cpp
- − examples/synopsis-el-1.cpp
- − examples/synopsis-json.cpp
- − examples/synopsis-xml.cpp
- − examples/test.xml
- − examples/validating-xml-sample.cpp
- − examples/xpath-sample.cpp
- include/zeep/config.hpp.in
- include/zeep/crypto.hpp
- + include/zeep/el/object.hpp
- include/zeep/http/el-processing.hpp → include/zeep/el/processing.hpp
- + include/zeep/el/serializer.hpp
- include/zeep/exception.hpp
- include/zeep/http/access-control.hpp
- include/zeep/http/connection.hpp
- include/zeep/http/controller.hpp
- include/zeep/http/daemon.hpp
- include/zeep/http/error-handler.hpp
- include/zeep/http/header.hpp
- include/zeep/http/html-controller.hpp
- include/zeep/http/login-controller.hpp
- include/zeep/http/message-parser.hpp
- include/zeep/http/preforked-server.hpp
- include/zeep/http/reply.hpp
- include/zeep/http/request.hpp
- − include/zeep/http/rest-controller.hpp
- + include/zeep/http/scope.hpp
- include/zeep/http/security.hpp
- include/zeep/http/server.hpp
- include/zeep/http/soap-controller.hpp
- include/zeep/http/tag-processor.hpp
- include/zeep/http/template-processor.hpp
- include/zeep/http/uri.hpp
- − include/zeep/json/element.hpp
- − include/zeep/json/element_fwd.hpp
- − include/zeep/json/factory.hpp
- − include/zeep/json/from_element.hpp
- − include/zeep/json/iterator.hpp
- − include/zeep/json/serializer.hpp
- − include/zeep/json/to_element.hpp
- − include/zeep/json/type_traits.hpp
- − include/zeep/nvp.hpp
- include/zeep/streambuf.hpp
- − include/zeep/type-traits.hpp
- include/zeep/unicode-support.hpp
- − include/zeep/value-serializer.hpp
- − include/zeep/xml/character-classification.hpp
- − include/zeep/xml/doctype.hpp
- − include/zeep/xml/document.hpp
- − include/zeep/xml/node.hpp
- − include/zeep/xml/parser.hpp
- − include/zeep/xml/serialize.hpp
- − include/zeep/xml/xpath.hpp
- − lib-http/src/rest-controller.cpp
- − lib-http/src/tag-processor.cpp
- − lib-json/src/element.cpp
- − lib-json/src/json-parser.cpp
- − lib-xml/src/character-classification.cpp
- − lib-xml/src/doctype.cpp
- − lib-xml/src/document.cpp
- − lib-xml/src/html-named-characters.cpp
- − lib-xml/src/node.cpp
- − lib-xml/src/xml-parser.cpp
- − lib-xml/src/xpath.cpp
- + modules/zeep.ixx
- lib-http/src/access-control.cpp → src/access-control.cpp
- lib-http/src/connection.cpp → src/connection.cpp
- lib-http/src/controller-rsrc.cpp → src/controller-rsrc.cpp
- lib-http/src/controller.cpp → src/controller.cpp
- lib-http/src/crypto.cpp → src/crypto.cpp
- lib-http/src/daemon.cpp → src/daemon.cpp
- + src/el-object.cpp
- lib-http/src/el-processing.cpp → src/el-processing.cpp
- lib-http/src/error-handler.cpp → src/error-handler.cpp
- lib-http/src/format.cpp → src/format.cpp
- lib-http/src/format.hpp → src/format.hpp
- lib-http/src/glob.cpp → src/glob.cpp
- lib-http/src/glob.hpp → src/glob.hpp
- lib-http/src/html-controller.cpp → src/html-controller.cpp
- lib-http/src/login-controller.cpp → src/login-controller.cpp
- lib-http/src/message-parser.cpp → src/message-parser.cpp
- lib-http/src/preforked-server.cpp → src/preforked-server.cpp
- lib-http/src/reply.cpp → src/reply.cpp
- lib-http/src/request.cpp → src/request.cpp
- + src/scope.cpp
- lib-http/src/security.cpp → src/security.cpp
- lib-http/src/server.cpp → src/server.cpp
- lib-http/src/signals.cpp → src/signals.cpp
- lib-http/src/signals.hpp → src/signals.hpp
- lib-http/src/soap-controller.cpp → src/soap-controller.cpp
- lib-http/src/tag-processor-v2.cpp → src/tag-processor-v2.cpp
- + src/tag-processor.cpp
- lib-http/src/template-processor.cpp → src/template-processor.cpp
- lib-http/src/uri.cpp → src/uri.cpp
- test/CMakeLists.txt
- + test/client-test-code.cpp
- include/zeep/json/parser.hpp → test/client-test-code.hpp
- + test/crypto-test.cpp
- + test/daemon-test.cpp
- + test/el-test.cpp
- + test/fragment-file.xhtml
- + test/http-test.cpp
- test/http/client-test-code.cpp
- test/http/client-test-code.hpp
- test/http/crypto-test.cpp
- test/http/http-test.cpp
- test/http/processor-test.cpp
- test/http/rsrc_webapp-test.cpp
- test/http/security-test.cpp
- test/http/soap-test.cpp
- − test/http/uri-test.cpp
- test/http/webapp-test.cpp
- − test/json/json-test.cpp
- + test/processor-test.cpp
- test/http/rest-test.cpp → test/rest-test.cpp
- + test/rsrc_webapp-test.cpp
- + test/security-test.cpp
- + test/soap-test.cpp
- + test/test-main.cpp
- lib-xml/src/html-named-characters.hpp → test/test-main.hpp
- + test/uri-test.cpp
- + test/webapp-test.cpp
- − test/xml/XML-Test-Suite.tbz
- − test/xml/XPath-Test-Suite/data-001.xml
- − test/xml/XPath-Test-Suite/data-002.xml
- − test/xml/XPath-Test-Suite/data-003.xml
- − test/xml/XPath-Test-Suite/data-004.xml
- − test/xml/XPath-Test-Suite/data-005.xml
- − test/xml/XPath-Test-Suite/data-006.xml
- − test/xml/XPath-Test-Suite/data-007.xml
- − test/xml/XPath-Test-Suite/data-008.xml
- − test/xml/XPath-Test-Suite/data-009.xml
- − test/xml/XPath-Test-Suite/data-010.xml
- − test/xml/XPath-Test-Suite/data-011.xml
- − test/xml/XPath-Test-Suite/data-012.xml
- − test/xml/XPath-Test-Suite/data-013.xml
- − test/xml/XPath-Test-Suite/data-014.xml
- − test/xml/XPath-Test-Suite/xpath-tests.xml
- − test/xml/parser-test.cpp
- − test/xml/serializer-test.cpp
- − test/xml/unit-test.cpp
- − test/xml/xpath-test.cpp


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/compare/8e381d3ea6b0560e678eab8b2360bfa8b9913876...dd00b59f7d5e1a1f523ddf7b606f560817b90718

-- 
View it on GitLab: https://salsa.debian.org/med-team/libzeep/-/compare/8e381d3ea6b0560e678eab8b2360bfa8b9913876...dd00b59f7d5e1a1f523ddf7b606f560817b90718
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251203/86a44894/attachment-0001.htm>


More information about the debian-med-commit mailing list