2010-12-02 20:41:51 +00:00
|
|
|
%define _root_libdir /%{_lib}
|
|
|
|
|
2014-12-16 19:19:58 +00:00
|
|
|
Name: libtirpc
|
2021-05-18 17:42:22 +00:00
|
|
|
Version: 1.3.2
|
2022-01-20 17:25:04 +00:00
|
|
|
Release: 1.rc1%{?dist}.1
|
2006-08-09 19:09:18 +00:00
|
|
|
Summary: Transport Independent RPC Library
|
2009-05-19 21:24:46 +00:00
|
|
|
License: SISSL and BSD
|
2018-07-10 15:34:57 +00:00
|
|
|
URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary
|
2014-12-16 19:19:58 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2
|
2006-08-09 19:09:18 +00:00
|
|
|
|
2021-09-07 13:27:55 +00:00
|
|
|
Patch001: libtirpc-1.3.3-rc1.patch
|
|
|
|
|
2006-08-11 16:57:18 +00:00
|
|
|
BuildRequires: automake, autoconf, libtool, pkgconfig
|
2013-04-11 16:02:16 +00:00
|
|
|
BuildRequires: krb5-devel
|
2020-08-04 05:05:41 +00:00
|
|
|
BuildRequires: gcc
|
2021-01-05 02:54:19 +00:00
|
|
|
BuildRequires: make
|
2006-08-09 19:09:18 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains SunLib's implementation of transport-independent
|
|
|
|
RPC (TI-RPC) documentation. This library forms a piece of the base of
|
|
|
|
Open Network Computing (ONC), and is derived directly from the
|
|
|
|
Solaris 2.3 source.
|
|
|
|
|
|
|
|
TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
|
|
|
|
Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface
|
|
|
|
(XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
|
|
|
|
by almost 70 vendors on all major operating systems. TS-RPC source code
|
|
|
|
(RPCSRC 4.0) remains available from several internet sites.
|
|
|
|
|
|
|
|
%package devel
|
2014-12-16 19:19:58 +00:00
|
|
|
Summary: Development files for the libtirpc library
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2019-11-01 07:24:52 +00:00
|
|
|
Requires: pkgconfig
|
2006-08-09 19:09:18 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package includes header files and libraries necessary for
|
|
|
|
developing programs which use the tirpc library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2018-04-12 14:40:28 +00:00
|
|
|
%autosetup -p1
|
2017-11-14 16:39:16 +00:00
|
|
|
|
2008-02-18 22:54:33 +00:00
|
|
|
# Remove .orig files
|
|
|
|
find . -name "*.orig" | xargs rm -f
|
|
|
|
|
2006-08-09 19:09:18 +00:00
|
|
|
%build
|
2010-05-19 00:06:10 +00:00
|
|
|
sh autogen.sh
|
2006-08-09 19:09:18 +00:00
|
|
|
autoreconf -fisv
|
2013-12-09 21:26:58 +00:00
|
|
|
%configure
|
2006-08-09 19:09:18 +00:00
|
|
|
make all
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
mkdir -p %{buildroot}/etc
|
2010-12-02 20:41:51 +00:00
|
|
|
mkdir -p %{buildroot}%{_root_libdir}
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
|
|
|
make install DESTDIR=%{buildroot} \
|
|
|
|
libdir=%{_root_libdir} pkgconfigdir=%{_libdir}/pkgconfig
|
2006-08-15 22:02:58 +00:00
|
|
|
# Don't package .a or .la files
|
2010-12-02 20:41:51 +00:00
|
|
|
rm -f %{buildroot}%{_root_libdir}/*.{a,la}
|
2006-08-09 19:09:18 +00:00
|
|
|
|
2008-03-13 09:59:17 +00:00
|
|
|
# Creat the man diretory
|
|
|
|
mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
|
|
|
|
|
|
|
|
2006-08-09 19:09:18 +00:00
|
|
|
%files
|
|
|
|
%doc AUTHORS ChangeLog NEWS README
|
2010-12-02 20:41:51 +00:00
|
|
|
%{_root_libdir}/libtirpc.so.*
|
2006-08-16 00:07:14 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/netconfig
|
2018-08-27 14:28:57 +00:00
|
|
|
%config(noreplace)%{_sysconfdir}/bindresvport.blacklist
|
2006-08-09 19:09:18 +00:00
|
|
|
|
|
|
|
%files devel
|
2014-12-16 19:19:58 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
2007-03-26 17:15:09 +00:00
|
|
|
%dir %{_includedir}/tirpc
|
|
|
|
%dir %{_includedir}/tirpc/rpc
|
|
|
|
%dir %{_includedir}/tirpc/rpcsvc
|
2010-12-02 20:41:51 +00:00
|
|
|
%{_root_libdir}/libtirpc.so
|
2008-02-18 22:54:33 +00:00
|
|
|
%{_libdir}/pkgconfig/libtirpc.pc
|
2006-08-09 19:09:18 +00:00
|
|
|
%{_includedir}/tirpc/netconfig.h
|
|
|
|
%{_includedir}/tirpc/rpc/auth.h
|
2015-06-17 16:07:45 +00:00
|
|
|
%{_includedir}/tirpc/rpc/auth_des.h
|
2006-08-09 19:09:18 +00:00
|
|
|
%{_includedir}/tirpc/rpc/auth_gss.h
|
|
|
|
%{_includedir}/tirpc/rpc/auth_unix.h
|
2015-06-17 16:07:45 +00:00
|
|
|
%{_includedir}/tirpc/rpc/des.h
|
|
|
|
%{_includedir}/tirpc/rpc/des_crypt.h
|
2015-05-07 14:34:27 +00:00
|
|
|
%{_includedir}/tirpc/rpc/rpcsec_gss.h
|
2006-08-09 19:09:18 +00:00
|
|
|
%{_includedir}/tirpc/rpc/clnt.h
|
|
|
|
%{_includedir}/tirpc/rpc/clnt_soc.h
|
|
|
|
%{_includedir}/tirpc/rpc/clnt_stat.h
|
2015-06-17 16:07:45 +00:00
|
|
|
%{_includedir}/tirpc/rpc/key_prot.h
|
2006-08-09 19:09:18 +00:00
|
|
|
%{_includedir}/tirpc/rpc/nettype.h
|
|
|
|
%{_includedir}/tirpc/rpc/pmap_clnt.h
|
|
|
|
%{_includedir}/tirpc/rpc/pmap_prot.h
|
|
|
|
%{_includedir}/tirpc/rpc/pmap_rmt.h
|
|
|
|
%{_includedir}/tirpc/rpc/raw.h
|
|
|
|
%{_includedir}/tirpc/rpc/rpc.h
|
|
|
|
%{_includedir}/tirpc/rpc/rpc_com.h
|
|
|
|
%{_includedir}/tirpc/rpc/rpc_msg.h
|
|
|
|
%{_includedir}/tirpc/rpc/rpcb_clnt.h
|
|
|
|
%{_includedir}/tirpc/rpc/rpcb_prot.h
|
|
|
|
%{_includedir}/tirpc/rpc/rpcb_prot.x
|
|
|
|
%{_includedir}/tirpc/rpc/rpcent.h
|
|
|
|
%{_includedir}/tirpc/rpc/svc.h
|
|
|
|
%{_includedir}/tirpc/rpc/svc_auth.h
|
2015-06-01 12:44:15 +00:00
|
|
|
%{_includedir}/tirpc/rpc/svc_auth_gss.h
|
2006-08-09 19:09:18 +00:00
|
|
|
%{_includedir}/tirpc/rpc/svc_dg.h
|
2015-10-31 19:54:55 +00:00
|
|
|
%{_includedir}/tirpc/rpc/svc_mt.h
|
2006-08-09 19:09:18 +00:00
|
|
|
%{_includedir}/tirpc/rpc/svc_soc.h
|
|
|
|
%{_includedir}/tirpc/rpc/types.h
|
|
|
|
%{_includedir}/tirpc/rpc/xdr.h
|
|
|
|
%{_includedir}/tirpc/rpcsvc/crypt.h
|
|
|
|
%{_includedir}/tirpc/rpcsvc/crypt.x
|
2008-03-13 09:59:17 +00:00
|
|
|
%{_mandir}/*/*
|
2006-08-09 19:09:18 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-01-20 17:25:04 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-1.rc1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-09-07 13:27:55 +00:00
|
|
|
* Tue Sep 7 2021 Steve Dickson <steved@redhat.com> - 1.3.2-1.rc1
|
|
|
|
- Updated to the latest upstream RC release: libtirpc-1-3-3-rc1
|
|
|
|
|
2021-07-22 12:32:52 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-18 17:42:22 +00:00
|
|
|
* Tue May 18 2021 Steve Dickson <steved@redhat.com> - 1.3.2-0
|
|
|
|
- Updated to latest upstream release: libtirpc-1-3-2 (bz 1959147)
|
|
|
|
|
2021-04-07 15:00:09 +00:00
|
|
|
* Wed Apr 7 2021 Steve Dickson <steved@redhat.com> - 1.3.1.rc2
|
|
|
|
- Updated to the latest upstream RC release: libtirpc-1-3-2-rc2
|
|
|
|
|
2021-01-26 18:09:39 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-03 19:52:36 +00:00
|
|
|
* Thu Dec 03 2020 Steve Dickson <steved@redhat.com> - 1.3.1
|
|
|
|
- Updated to latest upstream release: libtirpc-1-3-1 (bz 1903615)
|
|
|
|
|
2020-08-04 14:07:01 +00:00
|
|
|
* Tue Aug 04 2020 Steve Dickson <steved@redhat.com> 1.2.6-1.rc4
|
|
|
|
- Updated to the latest upstream RC release: libtirpc-1-2-7-rc4
|
|
|
|
|
2020-08-04 05:05:41 +00:00
|
|
|
* Tue Aug 04 2020 Tom Stellard <tstellar@redhat.com> - 1.2.6-2
|
|
|
|
- Add BuildRequires: gcc
|
|
|
|
- https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/#_packaging
|
|
|
|
|
2020-07-28 05:44:33 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-04-14 15:28:46 +00:00
|
|
|
* Tue Apr 14 2020 Steve Dickson <steved@redhat.com> 1.2.6-0
|
|
|
|
- Updated to the latest upstream release: libtirpc-1-2-6 (bz 1822751)
|
|
|
|
|
|
|
|
* Tue Feb 18 2020 Steve Dickson <steved@redhat.com> 1.2.5-1.rc2
|
2020-02-19 02:41:24 +00:00
|
|
|
- Updated to the latest upstream RC release: libtirpc-1-2-6-rc2 (bz 1799601)
|
|
|
|
|
2020-01-29 10:34:13 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-20 17:12:21 +00:00
|
|
|
* Fri Dec 20 2019 Steve Dickson <steved@redhat.com> 1.2.5-0
|
|
|
|
Updated to latest upstream release: libtirpc-1-2-5 (bz 1785684)
|
|
|
|
|
2019-11-01 07:24:52 +00:00
|
|
|
* Fri Nov 01 2019 Petr Pisar <ppisar@redhat.com> - 1.1.4-3.rc3
|
|
|
|
- Remove a useless dependency on man-db from libtirpc-devel package
|
|
|
|
(bug #1496422)
|
|
|
|
|
2019-11-01 07:31:00 +00:00
|
|
|
* Thu Sep 05 2019 Steve Dickson <steved@redhat.com> 1.1.4-2.rc3
|
2019-09-05 13:47:40 +00:00
|
|
|
- Updated to latest upstream RC release: libtirpc-1-1-5-rc3
|
|
|
|
|
2019-07-25 14:33:05 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2.rc2.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 08:22:51 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2.rc2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-11-01 07:31:00 +00:00
|
|
|
* Thu Nov 8 2018 Steve Dickson <steved@redhat.com> 1.1.4-2.rc2
|
2018-11-08 19:09:07 +00:00
|
|
|
- Updated to latest upstream RC release: libtirpc-1-1-5-rc2
|
|
|
|
|
2019-11-01 07:31:00 +00:00
|
|
|
* Tue Nov 6 2018 Steve Dickson <steved@redhat.com> 1.1.4-2.rc1
|
2018-11-08 18:39:54 +00:00
|
|
|
- Remove ldconfig scriptlet (bz 1644103)
|
|
|
|
|
2018-09-13 18:51:38 +00:00
|
|
|
* Thu Sep 13 2018 Steve Dickson <steved@redhat.com> 1.1.4-1.rc1
|
|
|
|
- Removed a false positive from the covscan
|
|
|
|
|
2018-09-11 16:37:03 +00:00
|
|
|
* Tue Sep 11 2018 Steve Dickson <steved@redhat.com> 1.1.4-0.rc1
|
|
|
|
- Updated to latest upstream RC releasse (bz 1627832)
|
|
|
|
|
|
|
|
* Mon Aug 27 2018 Steve Dickson <steved@redhat.com> 1.1.4
|
2018-08-27 14:28:57 +00:00
|
|
|
- Updated to latest upstream release: libtirpc-1-1-4 (bz 1585558)
|
|
|
|
|
2018-07-31 09:29:06 +00:00
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.0.3-4.rc2
|
|
|
|
- Rebuild with fixed binutils
|
|
|
|
|
2018-07-29 16:46:44 +00:00
|
|
|
* Sun Jul 29 2018 Steve Dickson <steved@redhat.com> 1.0.3-3.rc2
|
2018-07-29 16:43:48 +00:00
|
|
|
- Update the libtirpc-1.0.4-rc2.patch to include big endian fixes (bz 1609208)
|
|
|
|
|
2018-07-20 14:50:05 +00:00
|
|
|
* Fri Jul 20 2018 Steve Dickson <steved@redhat.com> 1.0.3-2.rc2
|
|
|
|
- Updated to latest upstream RC release: libtirpc-1-0-4-rc2
|
|
|
|
|
2018-07-13 08:56:12 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2.rc1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-10 15:34:57 +00:00
|
|
|
* Tue Jul 10 2018 Steve Dickson <steved@redhat.com> 1.0.3-2.rc1
|
|
|
|
- Updated the URL (bz 1599795)
|
|
|
|
|
2018-04-18 13:16:20 +00:00
|
|
|
* Wed Apr 18 2018 Steve Dickson <steved@redhat.com> 1.0.3-1.rc1
|
|
|
|
- Updated to latest upstream RC release: libtirpc-1-0-4-rc1
|
|
|
|
|
2018-04-12 14:40:28 +00:00
|
|
|
* Thu Apr 12 2018 Steve Dickson <steved@redhat.com> 1.0.3-1
|
|
|
|
- Restore the use of reserve ports in clnt_create (bz 1562169)
|
|
|
|
|
|
|
|
* Wed Mar 14 2018 Steve Dickson <steved@redhat.com> 1.0.3-0
|
2018-03-14 14:43:03 +00:00
|
|
|
- Update to latest upstream release: libtirpc-1-0-3
|
|
|
|
|
2018-03-10 15:31:20 +00:00
|
|
|
* Tue Mar 6 2018 Steve Dickson <steved@redhat.com> 1.0.2-6.rc2
|
|
|
|
- clnt_dg_call: Change the memory allocation
|
|
|
|
|
2018-03-02 15:51:21 +00:00
|
|
|
* Thu Mar 1 2018 Steve Dickson <steved@redhat.com> 1.0.2-5.rc2
|
|
|
|
- Update to latest upstream RC release: libtirpc-1-0-3-rc2 (bz 1337142)
|
|
|
|
|
2018-02-07 23:31:18 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-14 16:39:16 +00:00
|
|
|
* Tue Nov 14 2017 Steve Dickson <steved@redhat.com> 1.0.2-4
|
|
|
|
- Update to latest upstream RC release: libtirpc-1-0-3-rc1
|
|
|
|
|
2018-03-10 15:31:20 +00:00
|
|
|
* Tue Aug 22 2017 Petr abata <contyk@redhat.com> - 1.0.2-3
|
2017-08-22 12:57:10 +00:00
|
|
|
- Fixing the FTBFS on behalf of Rafael Fonseca (rhbz#1482063)
|
|
|
|
|
2017-08-03 02:23:46 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:51:15 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-05 18:27:13 +00:00
|
|
|
* Wed Jul 5 2017 Steve Dickson <steved@redhat.com> 1.0.2
|
|
|
|
- Updated to the latest upstream release: 1.0.2
|
|
|
|
|
2017-05-17 15:05:03 +00:00
|
|
|
* Mon May 15 2017 Steve Dickson <steved@redhat.com> 1.0.1-4.rc3
|
|
|
|
- Fix for CVE-2017-8779 (bz 1448127)
|
|
|
|
|
2017-02-10 19:34:30 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3.rc3.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-04-04 14:26:35 +00:00
|
|
|
* Mon Apr 4 2016 Steve Dickson <steved@redhat.com> 1.0.1-3.rc3
|
|
|
|
- Updated to latest upstream RC release: libtirpc-1-0-2-rc3
|
|
|
|
|
2016-03-03 21:06:30 +00:00
|
|
|
* Thu Mar 3 2016 Steve Dickson <steved@redhat.com> 1.0.1-2.rc2
|
|
|
|
- Updated to latest upstream RC release: libtirpc-1-0-2-rc2
|
|
|
|
|
2016-02-04 04:01:52 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-1.rc1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-16 14:05:57 +00:00
|
|
|
* Mon Nov 16 2015 Steve Dickson <steved@redhat.com> 1.0.1-1.rc1
|
|
|
|
- Updated to latest upstream RC release: libtirpc-1-0-2-rc1 (bz 1282463)
|
|
|
|
|
2015-11-04 19:10:04 +00:00
|
|
|
* Wed Nov 4 2015 Steve Dickson <steved@redhat.com> 1.0.1-1
|
|
|
|
- Add missing rwlock_unlocks in xprt_register (bz 1278149)
|
|
|
|
|
2015-10-31 19:54:55 +00:00
|
|
|
* Fri Oct 30 2015 Steve Dickson <steved@redhat.com> 1.0.1-0.1
|
|
|
|
- Updated to latest upstream release: libtirpc-1-0-1
|
|
|
|
|
2015-08-31 15:01:11 +00:00
|
|
|
* Fri Aug 28 2015 Steve Dickson <steved@redhat.com> 0.3.2-3.0
|
|
|
|
- Updated to latest upstream release: libtirpc-0-3-3-rc3
|
|
|
|
|
2015-07-11 09:42:03 +00:00
|
|
|
* Fri Jul 10 2015 Steve Dickson <steved@redhat.com> 0.3.2-2.0
|
|
|
|
- Updated to latest upstream release: libtirpc-0-3-3-rc2
|
|
|
|
|
2015-06-26 18:44:38 +00:00
|
|
|
* Fri Jun 26 2015 Steve Dickson <steved@redhat.com> 0.3.2-1.0
|
|
|
|
- Updated to latest upstream release: libtirpc-0-3-3-rc1
|
|
|
|
|
2015-06-18 17:24:41 +00:00
|
|
|
* Thu Jun 18 2015 Steve Dickson <steved@redhat.com> 0.3.2-0.1
|
|
|
|
- Added back __rpc_get_default_domain()
|
|
|
|
|
2015-06-17 16:07:45 +00:00
|
|
|
* Fri Jun 12 2015 Steve Dickson <steved@redhat.com> 0.3.2-0.0
|
|
|
|
- Updated to latest upstream release: libtirpc-0-3-2
|
|
|
|
|
2015-06-01 12:44:15 +00:00
|
|
|
* Mon Jun 1 2015 Steve Dickson <steved@redhat.com> 0.3.1-0.0
|
|
|
|
- Updated to latest upstream release: libtirpc-0-3-1
|
|
|
|
|
2015-05-07 14:34:27 +00:00
|
|
|
* Thu May 7 2015 Steve Dickson <steved@redhat.com> 0.3.0-0.0
|
2015-06-01 12:44:15 +00:00
|
|
|
- Updated to latest upstream release: libtirpc-0-3-0
|
2015-05-07 14:34:27 +00:00
|
|
|
|
2015-04-24 14:58:31 +00:00
|
|
|
* Thu Apr 23 2015 Steve Dickson <steved@redhat.com> 0.2.5-3.0
|
|
|
|
- Update to latest RC release: libtirpc-0-2-6-rc3
|
|
|
|
|
2014-12-16 19:35:20 +00:00
|
|
|
* Tue Dec 16 2014 Tom Callaway <spot@fedoraproject.org> 0.2.5-2.1
|
2014-12-16 19:19:58 +00:00
|
|
|
- minor spec cleanups, add license texts
|
|
|
|
|
2015-04-24 14:58:31 +00:00
|
|
|
* Tue Dec 16 2014 Steve Dickson <steved@redhat.com> 0.2.5-1.0
|
2014-12-16 19:35:20 +00:00
|
|
|
- Update to latest RC release: libtirpc-0-2-6-rc2
|
|
|
|
|
2014-11-12 13:16:53 +00:00
|
|
|
* Tue Nov 11 2014 Steve Dickson <steved@redhat.com> 0.2.5-1.0
|
|
|
|
- Update to latest RC release: libtirpc-0-2-6-rc1 (bz 1162711)
|
|
|
|
|
2014-08-17 06:20:52 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-0.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-08 17:09:16 +00:00
|
|
|
* Fri Aug 8 2014 Steve Dickson <steved@redhat.com> 0.2.5-0.0
|
|
|
|
- Update to latest upstream release: libtirpc-0.2.5
|
|
|
|
|
2014-06-07 05:42:23 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-4.0
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-29 14:09:26 +00:00
|
|
|
* Thu May 29 2014 Steve Dickson <steved@redhat.com> 0.2.4-3.0
|
|
|
|
- Update to latest RC release: libtirpc-0-2-5-rc3
|
|
|
|
|
2014-01-23 16:35:11 +00:00
|
|
|
* Thu Jan 23 2014 Steve Dickson <steved@redhat.com> 0.2.4-1.0
|
|
|
|
- Update to latest RC release: libtirpc-0-2-5-rc1
|
|
|
|
|
2013-12-09 21:26:58 +00:00
|
|
|
* Mon Dec 9 2013 Steve Dickson <steved@redhat.com> 0.2.4-0
|
|
|
|
- Update to the latest upstream release: 0.2.4 (bz 862318)
|
|
|
|
|
2013-11-25 20:31:11 +00:00
|
|
|
* Mon Nov 25 2013 Steve Dickson <steved@redhat.com> 0.2.3-5
|
|
|
|
- Update to latest RC release: libtirpc-0-2-4-rc3 (bz 1034438)
|
|
|
|
|
2013-08-03 07:13:37 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-01 14:39:41 +00:00
|
|
|
* Mon Jul 1 2013 Steve Dickson <steved@redhat.com> 0.2.3-3
|
|
|
|
- Update to latest RC release: libtirpc-0-2-4-rc2
|
|
|
|
|
2013-04-22 12:33:25 +00:00
|
|
|
* Mon Apr 22 2013 Steve Dickson <steved@redhat.com> 0.2.3-2
|
|
|
|
- Update to latest RC release: libtirpc-0-2-4-rc1 (bz 948378)
|
|
|
|
|
2013-04-11 16:02:16 +00:00
|
|
|
* Thu Apr 11 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.3-1
|
|
|
|
- Removed libgssglue dependency (patch from master)
|
|
|
|
|
2013-04-22 12:33:25 +00:00
|
|
|
* Wed Feb 13 2013 Steve Dickson <steved@redhat.com> 0.2.3-0
|
2013-02-13 19:42:56 +00:00
|
|
|
- Updated to latest upstream release: 0.2.3
|
|
|
|
|
2012-11-13 18:08:36 +00:00
|
|
|
* Tue Nov 13 2012 Steve Dickson <steved@redhat.com> 0.2.1-43
|
|
|
|
- Updated to latest upstream RC release: 0.2.3-rc4
|
|
|
|
|
2012-07-19 21:23:43 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-42
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-26 20:09:22 +00:00
|
|
|
* Thu Apr 26 2012 Steve Dickson <steved@redhat.com> 0.2.1-4.1
|
|
|
|
- Updated to latest upstream RC release: libtirpc-0.2.3-rc3
|
|
|
|
|
|
|
|
* Mon Mar 19 2012 Steve Dickson <steved@redhat.com> 0.2.1-3.1
|
2012-03-19 20:07:16 +00:00
|
|
|
- Fixed the install path in doc/Makefile.am
|
|
|
|
|
2012-01-13 08:32:26 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-20 15:20:27 +00:00
|
|
|
* Wed Jul 20 2011 Steve Dickson <steved@redhat.com> 0.2.1-1.1
|
|
|
|
- Fixed segfault in SVCAUTH_WRAP call (bz 722594)
|
|
|
|
|
2011-06-21 18:44:41 +00:00
|
|
|
* Tue Jun 21 2011 Steve Dickson <steved@redhat.com> 0.2.1-1
|
|
|
|
- Updated to latest upstream version: 0.2.3-rc1
|
|
|
|
|
2011-05-02 14:37:53 +00:00
|
|
|
* Mon May 2 2011 Steve Dickson <steved@redhat.com> 0.2.1-0
|
|
|
|
- Updated to latest upstream version: 0.2.2
|
|
|
|
|
2011-04-12 11:29:31 +00:00
|
|
|
* Tue Apr 12 2011 Karsten Hopp <karsten@redhat.com> 0.2.1-7.1
|
|
|
|
- replace Requires(devel) with a simple Requires as the new rpm
|
|
|
|
aborts otherwise with "Bad Requireflags: qualifiers: Requires(devel)"
|
|
|
|
|
2011-02-08 12:05:34 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-02 20:41:51 +00:00
|
|
|
* Thu Dec 2 2010 Steve Dickson <steved@redhat.com> 0.2.1-6
|
|
|
|
- Moved the libraries from /usr/lib to /lib
|
|
|
|
|
2010-08-30 18:46:39 +00:00
|
|
|
* Mon Aug 30 2010 Steve Dickson <steved@redhat.com> 0.2.1-5
|
|
|
|
- Relicense these SISSL files to 3 clause BSD
|
2010-08-31 17:58:25 +00:00
|
|
|
- Fixed last remaining BSD license issues
|
2010-08-30 18:46:39 +00:00
|
|
|
|
2010-07-16 20:23:18 +00:00
|
|
|
* Fri Jul 16 2010 Steve Dickson <steved@redhat.com> 0.2.1-4
|
|
|
|
- Add back SISSL license attribution
|
|
|
|
|
2010-07-09 16:52:10 +00:00
|
|
|
* Fri Jul 09 2010 Mike McGrath <mmcgrath@redhat.com> 0.2.1-3.1
|
|
|
|
- Rebuild to fix broken man dep s/man/man-db/
|
|
|
|
|
2010-05-19 00:06:10 +00:00
|
|
|
* Tue May 18 2010 Steve Dickson <steved@redhat.com> 0.2.1-3
|
|
|
|
- Updated to latest RC release: libtirpc-0-2-2-rc2 [bz 519430]
|
|
|
|
|
2010-03-22 15:07:48 +00:00
|
|
|
* Mon Mar 22 2010 Steve Dickson <steved@redhat.com> 0.2.1-2
|
|
|
|
- Updated to latest RC release: libtirpc-0-2-2-rc1
|
|
|
|
|
2009-11-30 14:36:06 +00:00
|
|
|
* Mon Nov 30 2009 Steve Dickson <steved@redhat.com> 0.2.1-1
|
|
|
|
- Updated to latest upstream version: 0.2.1
|
|
|
|
|
2009-07-25 08:46:11 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-09 20:06:18 +00:00
|
|
|
* Thu Jul 9 2009 Steve Dickson <steved@redhat.com> 0.2.0-3
|
|
|
|
- Updated to latest upstream tag: 0-2-1-rc3
|
|
|
|
Fixed the --disable-gss options
|
|
|
|
Fixed a number of warnings
|
|
|
|
Change how architectures are define in xdr_float.c
|
|
|
|
|
2009-06-29 16:57:21 +00:00
|
|
|
* Mon Jun 29 2009 Steve Dickson <steved@redhat.com> 0.2.0-2
|
|
|
|
- Updated to latest upstream tag: 0-2-1-rc2
|
|
|
|
rpcb_clnt: RPC_PROGNOTREGISTERED is a permanent error
|
|
|
|
clnt_dg: Fix infinite loop when datagram call times ou
|
|
|
|
Updated .gitignore file
|
|
|
|
Replace the hard coded path name with the top_srcdir macrc
|
|
|
|
Added 'doc' to the SUBDIRS list so make install work correctly.
|
|
|
|
|
2009-05-29 12:50:00 +00:00
|
|
|
* Fri May 29 2009 Steve Dickson <steved@redhat.com> 0.2.0-1
|
|
|
|
- Updated to latest upstream version: 0.2.0
|
|
|
|
|
2009-05-19 21:24:46 +00:00
|
|
|
* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.1.11-3
|
|
|
|
- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
|
|
|
|
|
2009-04-20 16:41:13 +00:00
|
|
|
* Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 0.1.11-2
|
|
|
|
- Updated to libtirpc-0.1.12-rc1
|
|
|
|
|
2009-04-20 14:44:23 +00:00
|
|
|
* Mon Apr 20 2009 Steve Dickson <steved@redhat.com> 0.1.11-1
|
|
|
|
- Updated to the latest release: 0.1.11
|
|
|
|
|
2009-03-13 17:15:08 +00:00
|
|
|
* Fri Mar 13 2009 Steve Dickson <steved@redhat.com> 0.1.10-6
|
|
|
|
- libtirpc: set r_netid and r_owner in __rpcb_findaddr_timed
|
|
|
|
- libtirpc: be sure to free cl_netid and cl_tp
|
|
|
|
- libtirpc: must free saved wire verifier when destroying context
|
|
|
|
|
2009-02-25 19:25:59 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.10-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-28 17:58:07 +00:00
|
|
|
* Wed Jan 28 2009 Steve Dickson <steved@redhat.com> 0.1.10-4
|
|
|
|
- Converted all uids and uids to type uid_t and gid_t (sf 2446314)
|
|
|
|
|
2009-01-28 14:28:24 +00:00
|
|
|
* Wed Jan 28 2009 Steve Dickson <steved@redhat.com> 0.1.10-3
|
2009-01-28 15:08:18 +00:00
|
|
|
- backwards compatibility: fix order of fields in TI-RPC's
|
|
|
|
svc_req (bz 481388)
|
|
|
|
- Removed a number warnings.
|
2009-01-28 14:28:24 +00:00
|
|
|
|
2009-01-22 17:47:44 +00:00
|
|
|
* Thu Jan 22 2009 Steve Dickson <steved@redhat.com> 0.1.10-2
|
|
|
|
- Header file fixes for C++
|
|
|
|
|
2008-11-20 14:38:35 +00:00
|
|
|
* Thu Nov 20 2008 Steve Dickson <steved@redhat.com> 0.1.10-1
|
|
|
|
- Updated to latest upstream version: 0.1.10
|
|
|
|
|
|
|
|
* Tue Oct 28 2008 Steve Dickson <steved@redhat.com> 0.1.9-7
|
2008-10-28 15:32:14 +00:00
|
|
|
- Fixed some incorrect function declarations (bz468815)
|
|
|
|
|
2008-11-20 14:38:35 +00:00
|
|
|
* Mon Oct 27 2008 Steve Dickson <steved@redhat.com> 0.1.9-6
|
2008-10-27 17:17:04 +00:00
|
|
|
- Fix bad assumption taddr2uaddr processing that
|
|
|
|
caused a segfault (bz468014)
|
|
|
|
|
2008-09-16 16:05:33 +00:00
|
|
|
* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.9-5
|
|
|
|
- Fix for taddr2addr conversion bug of local addresses
|
|
|
|
- Fixed some of warnings in: src/auth_time.c, src/clnt_dg.c and
|
2008-10-27 17:17:04 +00:00
|
|
|
src/clnt_raw.c
|
2008-09-16 16:05:33 +00:00
|
|
|
- Added some #ifdef NOTUSED around some code in src/rpbc_clnt.c
|
2008-10-27 17:17:04 +00:00
|
|
|
that was not being used...
|
2008-09-16 16:05:33 +00:00
|
|
|
|
2008-09-04 18:18:22 +00:00
|
|
|
* Thu Sep 4 2008 Steve Dickson <steved@redhat.com> 0.1.9-4
|
|
|
|
- Always make IPv6 sockets V6ONLY
|
|
|
|
- Fix incorrect sizeof() in __rpc_getbroadifs
|
|
|
|
|
2008-08-07 15:52:20 +00:00
|
|
|
* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.1.9-3
|
2008-08-07 15:49:45 +00:00
|
|
|
- fix license tag
|
|
|
|
|
2014-12-16 19:35:20 +00:00
|
|
|
* Tue Jul 8 2008 Steve Dickson <steved@redhat.com> 0.1.9-1
|
2008-07-09 21:07:50 +00:00
|
|
|
- Update to latest upstream version 0.1.9
|
|
|
|
|
2008-06-27 18:15:10 +00:00
|
|
|
* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.8-2
|
|
|
|
- Added super-H(sh3,4) architecture support (bz 446559)
|
|
|
|
|
2008-06-10 19:42:19 +00:00
|
|
|
* Tue Jun 10 2008 Steve Dickson <steved@redhat.com> 0.1.8-1
|
|
|
|
- Update to latest upstream version 0.1.8
|
|
|
|
|
2008-03-13 09:59:17 +00:00
|
|
|
* Wed Mar 12 2008 Steve Dickson <steved@redhat.com> 0.1.7-18
|
2008-03-13 10:00:41 +00:00
|
|
|
- Install man pages in the 3t section
|
2008-03-13 09:59:17 +00:00
|
|
|
|
2008-02-20 03:17:18 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.7-17
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-02-18 22:54:33 +00:00
|
|
|
* Mon Feb 18 2008 Steve Dickson <steved@redhat.com> 0.1.7-16
|
|
|
|
- Added patch that creates a libtirpc.pc used by the
|
|
|
|
pkg-config command.
|
|
|
|
|
2008-01-24 20:11:52 +00:00
|
|
|
* Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 0.1.7-15
|
|
|
|
- Protect from buffer overflow in the GSS code. (bz 362121)
|
|
|
|
|
2007-12-17 19:44:33 +00:00
|
|
|
* Mon Dec 17 2007 Steve Dickson <steved@redhat.com> 0.1.7-14
|
|
|
|
- Fixed typo in /etc/netconfig file (bz 414471)
|
|
|
|
|
2007-10-25 17:52:20 +00:00
|
|
|
* Thu Oct 25 2007 Steve Dickson <steved@redhat.com> 0.1.7-13
|
|
|
|
- Added a check for the ARM arch (bz 351071)
|
|
|
|
|
|
|
|
* Wed Oct 17 2007 Steve Dickson <steved@redhat.com> 0.1.7-12
|
2007-10-17 18:27:04 +00:00
|
|
|
- Switch the libgssapi dependency to libgssglue
|
|
|
|
|
2007-10-15 14:35:57 +00:00
|
|
|
* Mon Oct 15 2007 Steve Dickson <steved@redhat.com> 0.1.7-11
|
|
|
|
- Made tcp6/udp6 network ids no longer visible in the netconfig
|
|
|
|
file since the ipv6 code is not fully baked yet in rpcbind. (bz 249121)
|
|
|
|
|
2007-08-29 05:47:57 +00:00
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.1.7-10
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2007-07-30 16:05:17 +00:00
|
|
|
* Mon Jul 30 2007 <steved@redhat.com> 0.1.7-9
|
2007-07-30 11:24:01 +00:00
|
|
|
- Fixed mutex lock problem in clnt_raw_create()
|
|
|
|
- Ignore the return value of snprintf() and use strlen() instead
|
|
|
|
to bump the pointer in clnt_sperror()
|
|
|
|
- A couple ntohs() were needed in bindresvport_sa()
|
|
|
|
- Added IP_RECVERR processing with to clnt_dg_call() so
|
|
|
|
application will see errors instead of timing out
|
2007-07-30 11:56:40 +00:00
|
|
|
- Make sure remote address (xp_rtaddr) is populated
|
|
|
|
with the correct type of address.
|
2007-07-30 12:01:02 +00:00
|
|
|
- Change the order of network ids in /etc/netconfg
|
|
|
|
putting ipv4 ids before ipv6.
|
2007-07-30 16:05:17 +00:00
|
|
|
- Bumped up Release from 8 to 9.
|
2007-07-30 11:24:01 +00:00
|
|
|
|
2007-07-09 17:03:17 +00:00
|
|
|
* Mon Jul 9 2007 <steved@redhat.com> 0.1.7-7
|
|
|
|
- Fixed infinite loop in svc_run() (bz 246677)
|
|
|
|
|
2007-05-02 14:45:58 +00:00
|
|
|
* Thu Apr 26 2007 <steved@redhat.com> 0.1.7-6
|
|
|
|
- Fixed potential buffer overflow in xdr_strings
|
|
|
|
- Added a optimization to bindresvport that allows more
|
|
|
|
ports to be tried.
|
|
|
|
|
2007-03-26 17:15:09 +00:00
|
|
|
* Mon Mar 26 2007 Steve Dickson <steved@redhat.com> 0.1.7-5
|
|
|
|
- Fixed Unowned Directory RPM problem (bz 233873)
|
|
|
|
|
2006-08-28 12:25:53 +00:00
|
|
|
* Mon Aug 28 2006 Steve Dickson <steved@redhat.com> 0.1.7-4
|
|
|
|
- Fixed undefined symbol (bz 204296)
|
|
|
|
|
2006-08-14 16:02:26 +00:00
|
|
|
* Mon Aug 14 2006 Steve Dickson <steved@redhat.com> 0.1.7-3
|
|
|
|
- Added in svc_auth_none needed by the GSSAPI code.
|
2006-08-16 14:02:35 +00:00
|
|
|
- Added compile define for ppc64 archs
|
2006-08-14 16:02:26 +00:00
|
|
|
|
2006-08-11 16:57:18 +00:00
|
|
|
* Fri Aug 11 2006 Steve Dickson <steved@redhat.com> 0.1.7-2
|
2006-08-11 15:08:09 +00:00
|
|
|
- Uncommented tcp6 and udp6 in the default /etc/netconfig file.
|
2006-08-11 16:57:18 +00:00
|
|
|
- Added hooks to used the libgssapi library.
|
2006-08-11 15:08:09 +00:00
|
|
|
|
2006-08-09 19:09:18 +00:00
|
|
|
* Fri Aug 4 2006 Steve Dickson <steved@redhat.com> 0.1.7-1
|
|
|
|
- Initial commit
|