Blame SPECS/libtirpc.spec

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