1 Star 0 Fork 14

fandeyuan/xmlrpc-c

forked from src-openEuler/xmlrpc-c 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xmlrpc-c.spec 3.81 KB
一键复制 编辑 原始数据 按行查看 历史
sherlock2010 提交于 2024-09-10 08:12 . fix CVE-2024-45490 CVE-2024-45491
Name: xmlrpc-c
Version: 1.59.02
Release: 2
Summary: Library implementing XML-based Remote Procedure Calls
License: BSD and MIT
URL: http://xmlrpc-c.sourceforge.net/
Source0: https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/%version/%name-%version.tgz
Patch0003: backport-0001-add-meson-buildsystem-definitions.patch
Patch0004: backport-0002-chmod-x-xml-rpc-api2txt.patch
Patch0005: backport-CVE-2024-45490-lib-Reject-negative-len-for-XML_ParseBuffer.patch
Patch0006: backport-CVE-2024-45491-lib-Detect-integer-overflow-in-dtdCopy.patch
BuildRequires: git-core meson >= 0.36.0 gcc gcc-c++ ncurses-devel
BuildRequires: libcurl-devel readline-devel pkgconfig(openssl)
Provides: xmlrpc-c-c++ = %{version}-%{release} xmlrpc-c-c++%{?_isa} = %{version}-%{release}
Obsoletes: xmlrpc-c-c++ < %{version}-%{release}
Provides: xmlrpc-c-client = %{version}-%{release} xmlrpc-c-client%{?_isa} = %{version}-%{release}
Obsoletes: xmlrpc-c-client < %{version}-%{release}
Provides: xmlrpc-c-client++ = %{version}-%{release} xmlrpc-c-client++%{?_isa} = %{version}-%{release}
Obsoletes: xmlrpc-c-client++ < %{version}-%{release}
Provides: xmlrpc-c-apps = %{version}-%{release} xmlrpc-c-apps%{?_isa} = %{version}-%{release}
Obsoletes: xmlrpc-c-apps < %{version}-%{release}
Provides: bundled(expat)
%description
XML-RPC is a quick-and-easy way to make procedure calls
over the Internet. It converts the procedure call into
an XML document, sends it to a remote server using HTTP,
and gets back the response as XML.
%package devel
Summary: Header files for xmlrpc-c
Requires: %{name} = %{version}-%{release}
%description devel
Header files for xmlrpc-c.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%meson
%meson_build
%install
%meson_install
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%license doc/COPYING lib/abyss/license.txt
%{_bindir}/xml*
%{_libdir}/*.so.*
%exclude %{_bindir}/xmlrpc-c-config
%files devel
%defattr(-,root,root)
%{_bindir}/xmlrpc-c-config
%{_libdir}/libxmlrpc*.so
%{_libdir}/pkgconfig/xmlrpc*.pc
%{_includedir}/*.h
%{_includedir}/xmlrpc-c/
%files help
%defattr(-,root,root)
%doc doc/CREDITS doc/HISTORY doc/TODO README
%doc tools/xmlrpc_transport/xmlrpc_transport.html
%{_mandir}/man1/*
%changelog
* Tue Sep 10 2024 zhouyihang <zhouyihang3@h-partners.com> - 1.59.02-2
- Type:CVE
- CVE:CVE-2024-45490 CVE-2024-45491
- SUG:NA
- DESC:fix CVE-2024-45490 CVE-2024-45491
* Tue Jan 09 2024 zhouyihang <zhouyihang3@h-partners.com> - 1.59.02-1
- Type:requirement
- CVE:NA
- SUG:NA
- DESC: update xmlrpc-c to 1.59.02
* Tue Nov 15 2022 zhouyihang <zhouyihang3@h-partners.com> - 1.54.06-1
- Type:requirement
- Id:NA
- SUG:NA
- DESC: update xmlrpc-c to 1.54.06
* Mon Jun 20 2022 xinghe <xinghe2@h-partners.com> - 1.51.08-2
- Type:requirement
- Id:NA
- SUG:NA
- DESC: fix meson build
* Wed Dec 22 2021 gaihuiying <gaihuiying1@huawei.com> - 1.51.08-1
- Type:requirement
- Id:NA
- SUG:NA
- DESC: update to 1.51.08
* Thu Jul 23 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.51.06-1
- Type:NA
- Id:NA
- SUG:NA
- DESC: update to 1.51.06
* Tue Mar 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.51.03-4
- Type:bugfix
- Id:NA
- SUG:NA
- DESC: chmod xml-rpc-api2txt
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.51.03-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:delete the isa in obsoletes
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.51.03-2
- Type:NA
- ID:NA
- SUG:NA
- DESC:optimization the spec
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.51.03-1
- Type:NA
- ID:NA
- SUG:NA
- DESC:update to 1.51.03-1
* Sat Oct 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.51.0-7
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fandeyuan/xmlrpc-c.git
git@gitee.com:fandeyuan/xmlrpc-c.git
fandeyuan
xmlrpc-c
xmlrpc-c
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385