2019-09-30 10:58:31 -04:00
|
|
|
Name: libtirpc
|
2023-12-26 09:29:34 +08:00
|
|
|
Version: 1.3.4
|
2024-07-10 14:49:50 +08:00
|
|
|
Release: 4
|
2019-09-30 10:58:31 -04:00
|
|
|
Summary: Transport-independent RPC library
|
|
|
|
|
License: SISSL and BSD
|
|
|
|
|
URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary
|
|
|
|
|
Source0: http://downloads.sourceforge.net/libtirpc/%{name}-%{version}.tar.bz2
|
2021-01-27 16:17:47 +08:00
|
|
|
Patch0: 0001-update-libtirpc-to-enable-tcp-port-listening.patch
|
2024-05-09 10:44:11 +08:00
|
|
|
Patch1: backport-fix-memory-leak-in-destroy_addr.patch
|
2024-07-10 14:49:50 +08:00
|
|
|
Patch2: backport-fix-rpc_gss_seccreate-passed-in-cred.patch
|
2019-09-30 10:58:31 -04:00
|
|
|
BuildRequires: automake autoconf libtool pkgconfig krb5-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Libtirpc is a Transport-Independent RPC library for Linux
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for the %{name}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2023-06-17 10:32:08 +00:00
|
|
|
Requires: pkgconfig
|
2019-09-30 10:58:31 -04:00
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains development files for %{name}.
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
sh autogen.sh
|
|
|
|
|
autoreconf -fisv
|
2024-07-09 07:36:01 +00:00
|
|
|
%if 0%{?build_cross} == 1
|
|
|
|
|
%configure --disable-gssapi
|
|
|
|
|
%else
|
2019-09-30 10:58:31 -04:00
|
|
|
%configure
|
2024-07-09 07:36:01 +00:00
|
|
|
%endif
|
2019-09-30 10:58:31 -04:00
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install libdir=/%{_lib} pkgconfigdir=%{_libdir}/pkgconfig
|
2023-02-28 02:08:52 +00:00
|
|
|
%delete_la_and_a
|
2019-09-30 10:58:31 -04:00
|
|
|
|
|
|
|
|
mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%license COPYING
|
|
|
|
|
/%{_lib}/*.so.*
|
|
|
|
|
%config(noreplace)%{_sysconfdir}/netconfig
|
|
|
|
|
%config(noreplace)%{_sysconfdir}/bindresvport.blacklist
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
|
/%{_lib}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_includedir}/tirpc/*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc ChangeLog NEWS README
|
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-07-10 14:49:50 +08:00
|
|
|
* Wed Jul 10 2024 Wenhua Huang <huangwenhua@kylinos.cn> - 1.3.4-4
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:fix rpc_gss_seccreate passed in cred
|
|
|
|
|
|
2024-07-09 07:36:01 +00:00
|
|
|
* Tue Jul 09 2024 gaihuiying <eaglegai@163.com> - 1.3.4-3
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- CVE:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:add macros to control if gssapi is support
|
|
|
|
|
|
2024-05-09 10:44:11 +08:00
|
|
|
* Thu May 09 2024 zhangyaqi <zhangyaqi@kylinos.cn> - 1.3.4-2
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix memory leak in destroy_addr
|
|
|
|
|
|
2023-12-26 09:29:34 +08:00
|
|
|
* Tue Dec 26 2023 gaihuiying <eaglegai@163.com> - 1.3.4-1
|
|
|
|
|
- Type:requirements
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update libtirpc to 1.3.4
|
|
|
|
|
|
2023-06-17 10:32:08 +00:00
|
|
|
* Sat Jun 17 2023 gaihuiying <eaglegai@163.com> - 1.3.3-3
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: remove useless dependency man-db
|
|
|
|
|
|
2023-02-28 02:08:52 +00:00
|
|
|
* Tue Feb 28 2023 gaihuiying <eaglegai@163.com> - 1.3.3-2
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete *.a file
|
|
|
|
|
|
2022-11-15 07:19:33 +00:00
|
|
|
* Tue Nov 15 2022 gaihuiying <eaglegai@163.com> - 1.3.3-1
|
|
|
|
|
- Type:requirements
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update libtirpc to 1.3.3
|
|
|
|
|
|
2022-07-25 09:32:48 +08:00
|
|
|
* Thu Jul 21 2022 xuchenchen <xuchenchen@kylinos.cn> - 1.3.2-2
|
|
|
|
|
- Type: fix CVE
|
|
|
|
|
- ID:CVE-2021-46828
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix CVE-2021-46828
|
|
|
|
|
|
2022-03-19 10:01:08 +08:00
|
|
|
* Sat Mar 19 2022 xihaochen <xihaochen@h-partners.com> - 1.3.2-1
|
|
|
|
|
- Type:requirements
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update libtirpc to 1.3.2
|
|
|
|
|
|
2021-01-27 16:17:47 +08:00
|
|
|
* Wed Jan 27 2021 xihaochen <xihaochen@huawei.com> - 1.3.1-1
|
|
|
|
|
- Type:requirements
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update libtirpc to 1.3.1
|
|
|
|
|
|
2020-07-28 18:18:40 +08:00
|
|
|
* Tue Jul 28 2020 lunankun <lunankun@huawei.com> -1.2.6-1
|
|
|
|
|
- Type:update
|
|
|
|
|
- Id:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:update to libtirpc-1.2.6
|
|
|
|
|
|
2019-09-30 10:58:31 -04:00
|
|
|
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-1
|
|
|
|
|
- Package init
|