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