Blame SPECS/libtirpc.spec

27c94a
%define _root_libdir    /%{_lib}
27c94a
27c94a
Name:		   libtirpc
90b249
Version:		0.2.4
4dfe21
Release:		0.16%{?dist}
27c94a
Summary:		Transport Independent RPC Library
27c94a
Group:		  	System Environment/Libraries
27c94a
License:		SISSL and BSD
17585d
URL:  			http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary
27c94a
27c94a
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
27c94a
Source0:	http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2
27c94a
27c94a
BuildRequires:		automake, autoconf, libtool, pkgconfig
27c94a
BuildRequires:		krb5-devel
27c94a
8dd2ab
#
8dd2ab
# RHEL7.1
8dd2ab
#
8dd2ab
Patch001: libtirpc-0.2.4-svc-buffer-overflow.patch
8dd2ab
Patch002: libtirpc-0.2.4-nonblocking-mode.patch
8dd2ab
e062cf
#
e062cf
# RHEL7.2
e062cf
#
e062cf
Patch003: libtirpc-0.2.4-mem-leak.patch
e062cf
b39f54
#
b39f54
# RHEL7.3
b39f54
#
b39f54
Patch004: libtirpc-0.2.4-debug.patch
b39f54
Patch005: libtirpc-0.2.4-svc_vc_create-memleak.patch
b39f54
Patch006: libtirpc-0.2.4-svc-gss-memleaks.patch
b39f54
Patch007: libtirpc-0.2.4-clnt-mthr-create.patch
b39f54
9cd3a2
#
1dab28
# RHEL7.4
9cd3a2
#
1dab28
Patch008: libtirpc-0.2.4-makefd_xprt-fd.patch
1dab28
Patch009: libtirpc-0.2.4-CVE-2017-8779.patch
9cd3a2
17585d
#
17585d
# RHEL7.6
4dfe21
#
17585d
Patch010: libtirpc-0.2.4-xdrstdio.patch
17585d
Patch011: libtirpc-0.2.4-covscan.patch
17585d
4dfe21
#
4dfe21
# RHEL7.7
4dfe21
#
4dfe21
Patch012: libtirpc-0.2.4-badfree.patch
4dfe21
Patch013: libtirpc-0.2.4-eof.patch
4dfe21
27c94a
%description
27c94a
This package contains SunLib's implementation of transport-independent
27c94a
RPC (TI-RPC) documentation.  This library forms a piece of the base of 
27c94a
Open Network Computing (ONC), and is derived directly from the 
27c94a
Solaris 2.3 source.
27c94a
27c94a
TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V 
27c94a
Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface 
27c94a
(XTI).  TI-RPC is on-the-wire compatible with the TS-RPC, which is supported 
27c94a
by almost 70 vendors on all major operating systems.  TS-RPC source code 
27c94a
(RPCSRC 4.0) remains available from several internet sites.
27c94a
27c94a
%package devel
27c94a
Summary:	Development files for the libtirpc library
27c94a
Group:	Development/Libraries
27c94a
Requires:	%{name} = %{version}-%{release}
27c94a
Requires:	pkgconfig man-db
27c94a
27c94a
%description devel
27c94a
This package includes header files and libraries necessary for
27c94a
developing programs which use the tirpc library.
27c94a
27c94a
27c94a
%prep
27c94a
%setup -q
8dd2ab
# 1102765 - rpcbind segfaults in svc_vc_recv
8dd2ab
%patch001 -p1
8dd2ab
# 1162714 - Non blocking mode for writes is broken
8dd2ab
%patch002 -p1
e062cf
# 1236187 - Memory Leak in libtirpc 
e062cf
%patch003 -p1
b39f54
# 1273159 - Backport libtirpc's new debugging interface from upstream 
b39f54
%patch004 -p1
b39f54
# 1276685 - memory leak in svc_vc_create
b39f54
%patch005 -p1
b39f54
# 1282488 - Address memory leaks in server-side GSS authenticator
b39f54
%patch006 -p1
b39f54
# 1342545 - Threads specifically interacting with libtirpc library...
b39f54
%patch007 -p1
1dab28
# 1410617 - makefd_xprt: remove obsolete check for fd number 
9cd3a2
%patch008 -p1
1dab28
#  CVE-2017-8779 libtirpc: libtirpc, libntirpc: Memory leak....
1dab28
%patch009 -p1
17585d
# 1261738 - xdrstdio_create buffers do not output encoded values on ppc
17585d
%patch010 -p1
17585d
# 1627856 - Backport important issues found by covscan in...
17585d
%patch011 -p1
4dfe21
# 1631609 - BAD_FREE: "free" frees incorrect pointer "tmp" found by covscan
4dfe21
%patch012 -p1
4dfe21
# 1331554 - rpcbind closes connection when rpc fragment sent...
4dfe21
%patch013 -p1
27c94a
27c94a
# Remove .orig files
27c94a
find . -name "*.orig" | xargs rm -f
27c94a
27c94a
%build
27c94a
sh autogen.sh
27c94a
autoreconf -fisv
90b249
%configure
27c94a
make all
27c94a
27c94a
%install
27c94a
rm -rf %{buildroot}
27c94a
mkdir -p %{buildroot}/etc
27c94a
mkdir -p %{buildroot}%{_root_libdir}
27c94a
mkdir -p %{buildroot}%{_libdir}/pkgconfig
27c94a
make install DESTDIR=%{buildroot} \
27c94a
	libdir=%{_root_libdir} pkgconfigdir=%{_libdir}/pkgconfig
27c94a
# Don't package .a or .la files
27c94a
rm -f %{buildroot}%{_root_libdir}/*.{a,la}
27c94a
27c94a
# Creat the man diretory
27c94a
mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
27c94a
27c94a
%post  -p /sbin/ldconfig
27c94a
27c94a
%postun -p /sbin/ldconfig
27c94a
27c94a
%post devel
27c94a
# Register the new man section
27c94a
#if [ "$1" -eq 1 ]; then
27c94a
#	makewhatis -s 3t	
27c94a
#fi
27c94a
27c94a
%postun devel 
27c94a
# Remove the existance of the man section
27c94a
#makewhatis -s 3t
27c94a
27c94a
27c94a
%clean
27c94a
rm -rf %{buildroot}
27c94a
27c94a
%files
27c94a
%defattr(-,root,root)
27c94a
%doc AUTHORS ChangeLog NEWS README
27c94a
%{_root_libdir}/libtirpc.so.*
27c94a
%config(noreplace)%{_sysconfdir}/netconfig
27c94a
27c94a
%files devel
27c94a
%defattr(0644,root,root,755)
27c94a
%dir %{_includedir}/tirpc
27c94a
%dir %{_includedir}/tirpc/rpc
27c94a
%dir %{_includedir}/tirpc/rpcsvc
27c94a
%{_root_libdir}/libtirpc.so
27c94a
%{_libdir}/pkgconfig/libtirpc.pc
27c94a
%{_includedir}/tirpc/netconfig.h
27c94a
%{_includedir}/tirpc/rpc/auth.h
27c94a
%{_includedir}/tirpc/rpc/auth_des.h
27c94a
%{_includedir}/tirpc/rpc/auth_gss.h
27c94a
%{_includedir}/tirpc/rpc/auth_kerb.h
27c94a
%{_includedir}/tirpc/rpc/auth_unix.h
27c94a
%{_includedir}/tirpc/rpc/clnt.h
27c94a
%{_includedir}/tirpc/rpc/clnt_soc.h
27c94a
%{_includedir}/tirpc/rpc/clnt_stat.h
27c94a
%{_includedir}/tirpc/rpc/des.h
27c94a
%{_includedir}/tirpc/rpc/des_crypt.h
27c94a
%{_includedir}/tirpc/rpc/nettype.h
27c94a
%{_includedir}/tirpc/rpc/pmap_clnt.h
27c94a
%{_includedir}/tirpc/rpc/pmap_prot.h
27c94a
%{_includedir}/tirpc/rpc/pmap_rmt.h
27c94a
%{_includedir}/tirpc/rpc/raw.h
27c94a
%{_includedir}/tirpc/rpc/rpc.h
27c94a
%{_includedir}/tirpc/rpc/rpc_com.h
27c94a
%{_includedir}/tirpc/rpc/rpc_msg.h
27c94a
%{_includedir}/tirpc/rpc/rpcb_clnt.h
27c94a
%{_includedir}/tirpc/rpc/rpcb_prot.h
27c94a
%{_includedir}/tirpc/rpc/rpcb_prot.x
27c94a
%{_includedir}/tirpc/rpc/rpcent.h
27c94a
%{_includedir}/tirpc/rpc/svc.h
27c94a
%{_includedir}/tirpc/rpc/svc_auth.h
27c94a
%{_includedir}/tirpc/rpc/svc_dg.h
27c94a
%{_includedir}/tirpc/rpc/svc_soc.h
27c94a
%{_includedir}/tirpc/rpc/types.h
27c94a
%{_includedir}/tirpc/rpc/xdr.h
27c94a
%{_includedir}/tirpc/rpcsvc/crypt.h
27c94a
%{_includedir}/tirpc/rpcsvc/crypt.x
27c94a
%{_mandir}/*/*
27c94a
27c94a
%changelog
4dfe21
* Mon Dec 17 2018 Steve Dickson <steved@redhat.com> 0.2.4-0.16
4dfe21
- getnetconfig.c: fix a BAD_FREE (CWE-763) (bz 1631609)
4dfe21
- Fix EOF detection on non-blocking socket (bz 1331554)
4dfe21
17585d
* Wed Sep 19 2018 Steve Dickson <steved@redhat.com> 0.2.4-0.15
17585d
- Fixed typo in spec file (bz 1627856)
17585d
17585d
* Fri Sep 14 2018 Steve Dickson <steved@redhat.com> 0.2.4-0.14
17585d
- Removed a false positive from the covscan (bz 1627856)
17585d
17585d
* Tue Sep 11 2018 Steve Dickson <steved@redhat.com> 0.2.4-0.13
17585d
- Fix issues found from covscan (bz 1627856)
17585d
17585d
* Fri Jul 20 2018 Steve Dickson <steved@redhat.com> 0.2.4-0.12
17585d
- xdrstdio_create buffers do not output encoded values on ppc (bz 1261738)
17585d
17585d
* Tue Jul 10 2018 Steve Dickson <steved@redhat.com> 0.2.4-0.11
17585d
- Updated the URL (bz 1583922)
17585d
1dab28
* Wed May 17 2017 Steve Dickson <steved@redhat.com> 0.2.4-0.10
1dab28
- Fix for CVE-2017-8779 (bz 1449463)
1dab28
1dab28
* Sat Feb 25 2017 Steve Dickson <steved@redhat.com> 0.2.4-0.9
1dab28
-  makefd_xprt: remove obsolete check for fd number (bz 1410617)
9cd3a2
b39f54
* Mon Jun  6 2016 Steve Dickson <steved@redhat.com> 0.2.4-0.8
b39f54
- handle concurrent connect calls in clnt_vc_create() (bz 1342545)
b39f54
b39f54
* Fri Apr  8 2016 Steve Dickson <steved@redhat.com> 0.2.4-0.7
b39f54
- Backported upstream debugging (bz 1273159)
b39f54
- Fixed memory leak in svc_vc_create (bz 1276685)
b39f54
- Fixed memory leaks in server-side GSS authenticator (bz 1282488)
b39f54
e062cf
* Mon Jun 29 2015 Steve Dickson <steved@redhat.com> 0.2.4-0.6
e062cf
- Fixed a couple memory leaks (bz 1236187)
e062cf
8dd2ab
* Sat Nov 15 2014 Steve Dickson <steved@redhat.com> 0.2.4-0.5
8dd2ab
- Fixed the non-blocking mode (bz 1162714)
8dd2ab
8dd2ab
* Wed Sep 17 2014 Steve Dickson <steved@redhat.com> 0.2.4-0.4
8dd2ab
- Avoid buffer overruns svcauth_gss_validate() (bz 1102765)
8dd2ab
90b249
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.2.4-0.3
90b249
- Mass rebuild 2014-01-24
90b249
90b249
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.2.4-0.2
90b249
- Mass rebuild 2013-12-27
90b249
90b249
* Fri Dec 13 2013 Steve Dickson <steved@redhat.com> 0.2.4-0.1
90b249
- Update to latest upstream release: 0.2.4 (bz 1040593)
90b249
90b249
* Wed Dec 11 2013 Steve Dickson <steved@redhat.com> 0.2.4-0
90b249
- Update to latest upstream release: 0.2.4 (bz 1038736)
90b249
90b249
* Tue Nov 26 2013 Steve Dickson <steved@redhat.com> 0.2.3-4
90b249
- Update to latest RC release: libtirpc-0-2-4-rc3 (bz 1034434)
90b249
27c94a
* Tue Jul  2 2013 Steve Dickson <steved@redhat.com> 0.2.3-3
27c94a
- Update to latest RC release: libtirpc-0-2-4-rc2 (bz 959469)
27c94a
27c94a
* Mon Apr 22 2013 Steve Dickson <steved@redhat.com> 0.2.3-2
27c94a
- Update to latest RC release: libtirpc-0-2-4-rc1 (bz 948378)
27c94a
27c94a
* Thu Apr 11 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.3-1
27c94a
- Removed libgssglue dependency (patch from master)
27c94a
27c94a
* Wed Feb 13 2013 Steve Dickson <steved@redhat.com> 0.2.3-0
27c94a
- Updated to latest upstream release: 0.2.3
27c94a
27c94a
* Tue Nov 13 2012 Steve Dickson <steved@redhat.com> 0.2.1-43
27c94a
- Updated to latest upstream RC release: 0.2.3-rc4
27c94a
27c94a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-42
27c94a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
27c94a
27c94a
* Thu Apr 26 2012 Steve Dickson <steved@redhat.com> 0.2.1-4.1
27c94a
- Updated to latest upstream RC release: libtirpc-0.2.3-rc3
27c94a
27c94a
* Mon Mar 19 2012 Steve Dickson <steved@redhat.com> 0.2.1-3.1
27c94a
- Fixed the install path in doc/Makefile.am
27c94a
27c94a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-2.1
27c94a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
27c94a
27c94a
* Wed Jul 20 2011 Steve Dickson <steved@redhat.com> 0.2.1-1.1
27c94a
- Fixed segfault in SVCAUTH_WRAP call (bz 722594)
27c94a
27c94a
* Tue Jun 21 2011 Steve Dickson  <steved@redhat.com> 0.2.1-1
27c94a
- Updated to latest upstream version: 0.2.3-rc1
27c94a
27c94a
* Mon May  2 2011 Steve Dickson  <steved@redhat.com> 0.2.1-0
27c94a
- Updated to latest upstream version: 0.2.2
27c94a
27c94a
* Tue Apr 12 2011 Karsten Hopp <karsten@redhat.com> 0.2.1-7.1
27c94a
- replace Requires(devel) with a simple Requires as the new rpm
27c94a
  aborts otherwise with "Bad Requireflags: qualifiers: Requires(devel)"
27c94a
27c94a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
27c94a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
27c94a
27c94a
* Thu Dec  2 2010 Steve Dickson  <steved@redhat.com> 0.2.1-6
27c94a
- Moved the libraries from /usr/lib to /lib 
27c94a
27c94a
* Mon Aug 30 2010 Steve Dickson  <steved@redhat.com> 0.2.1-5
27c94a
- Relicense these SISSL files to 3 clause BSD
27c94a
- Fixed last remaining BSD license issues
27c94a
27c94a
* Fri Jul 16 2010 Steve Dickson  <steved@redhat.com> 0.2.1-4
27c94a
- Add back SISSL license attribution
27c94a
27c94a
* Fri Jul 09 2010 Mike McGrath <mmcgrath@redhat.com> 0.2.1-3.1
27c94a
- Rebuild to fix broken man dep s/man/man-db/
27c94a
27c94a
* Tue May 18 2010 Steve Dickson  <steved@redhat.com> 0.2.1-3
27c94a
- Updated to latest RC release: libtirpc-0-2-2-rc2 [bz 519430]
27c94a
27c94a
* Mon Mar 22 2010 Steve Dickson  <steved@redhat.com> 0.2.1-2
27c94a
- Updated to latest RC release: libtirpc-0-2-2-rc1
27c94a
27c94a
* Mon Nov 30 2009 Steve Dickson  <steved@redhat.com> 0.2.1-1
27c94a
- Updated to latest upstream version: 0.2.1
27c94a
27c94a
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
27c94a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
27c94a
27c94a
* Thu Jul  9 2009 Steve Dickson  <steved@redhat.com> 0.2.0-3
27c94a
- Updated to latest upstream tag: 0-2-1-rc3
27c94a
    Fixed the --disable-gss options
27c94a
    Fixed a number of warnings
27c94a
    Change how architectures are define in xdr_float.c
27c94a
27c94a
* Mon Jun 29 2009 Steve Dickson  <steved@redhat.com> 0.2.0-2
27c94a
- Updated to latest upstream tag: 0-2-1-rc2
27c94a
    rpcb_clnt: RPC_PROGNOTREGISTERED is a permanent error
27c94a
    clnt_dg: Fix infinite loop when datagram call times ou
27c94a
    Updated .gitignore file
27c94a
    Replace the hard coded path name with the top_srcdir macrc
27c94a
    Added 'doc' to the SUBDIRS list so make install work correctly.
27c94a
27c94a
* Fri May 29 2009 Steve Dickson  <steved@redhat.com> 0.2.0-1
27c94a
- Updated to latest upstream version: 0.2.0
27c94a
27c94a
* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.1.11-3
27c94a
- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
27c94a
27c94a
* Mon Apr 20 2009 Steve Dickson  <steved@redhat.com> 0.1.11-2
27c94a
- Updated to libtirpc-0.1.12-rc1
27c94a
27c94a
* Mon Apr 20 2009 Steve Dickson  <steved@redhat.com> 0.1.11-1
27c94a
- Updated to the latest release: 0.1.11 
27c94a
27c94a
* Fri Mar 13 2009 Steve Dickson  <steved@redhat.com> 0.1.10-6
27c94a
- libtirpc: set r_netid and r_owner in __rpcb_findaddr_timed
27c94a
- libtirpc: be sure to free cl_netid and cl_tp
27c94a
- libtirpc: must free saved wire verifier when destroying context
27c94a
27c94a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.10-5
27c94a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
27c94a
27c94a
* Wed Jan 28 2009 Steve Dickson  <steved@redhat.com> 0.1.10-4
27c94a
- Converted all uids and uids to type uid_t and gid_t (sf 2446314)
27c94a
27c94a
* Wed Jan 28 2009 Steve Dickson  <steved@redhat.com> 0.1.10-3
27c94a
- backwards compatibility: fix order of fields in TI-RPC's 
27c94a
  svc_req (bz 481388)
27c94a
- Removed a number warnings.
27c94a
27c94a
* Thu Jan 22 2009 Steve Dickson  <steved@redhat.com> 0.1.10-2
27c94a
- Header file fixes for C++
27c94a
27c94a
* Thu Nov 20 2008 Steve Dickson  <steved@redhat.com> 0.1.10-1
27c94a
- Updated to latest upstream version: 0.1.10
27c94a
27c94a
* Tue Oct 28 2008 Steve Dickson  <steved@redhat.com> 0.1.9-7
27c94a
- Fixed some incorrect function declarations (bz468815)
27c94a
27c94a
* Mon Oct 27 2008 Steve Dickson  <steved@redhat.com> 0.1.9-6
27c94a
- Fix bad assumption taddr2uaddr processing that 
27c94a
  caused a segfault (bz468014)
27c94a
27c94a
* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.9-5
27c94a
- Fix for taddr2addr conversion bug of local addresses
27c94a
- Fixed some of warnings in: src/auth_time.c, src/clnt_dg.c and
27c94a
  src/clnt_raw.c
27c94a
- Added some #ifdef NOTUSED around some code in src/rpbc_clnt.c
27c94a
  that was not being used...
27c94a
27c94a
* Thu Sep  4 2008 Steve Dickson <steved@redhat.com> 0.1.9-4
27c94a
- Always make IPv6 sockets V6ONLY
27c94a
- Fix incorrect sizeof() in __rpc_getbroadifs
27c94a
27c94a
* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.1.9-3
27c94a
- fix license tag
27c94a
b39f54
* Tue Jul 8 2008 Steve Dickson  <steved@redhat.com> 0.1.9-1
27c94a
- Update to latest upstream version 0.1.9
27c94a
27c94a
* Fri Jun 27 2008 Steve Dickson  <steved@redhat.com> 0.1.8-2
27c94a
- Added super-H(sh3,4) architecture support (bz 446559)
27c94a
27c94a
* Tue Jun 10 2008 Steve Dickson  <steved@redhat.com> 0.1.8-1
27c94a
- Update to latest upstream version 0.1.8
27c94a
27c94a
* Wed Mar 12 2008 Steve Dickson  <steved@redhat.com> 0.1.7-18
27c94a
- Install man pages in the 3t section
27c94a
27c94a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.7-17
27c94a
- Autorebuild for GCC 4.3
27c94a
27c94a
* Mon Feb 18 2008 Steve Dickson  <steved@redhat.com> 0.1.7-16
27c94a
- Added patch that creates a libtirpc.pc used by the
27c94a
  pkg-config command.
27c94a
27c94a
* Thu Jan 24 2008 Steve Dickson  <steved@redhat.com> 0.1.7-15
27c94a
- Protect from buffer overflow in the GSS code. (bz 362121)
27c94a
27c94a
* Mon Dec 17 2007 Steve Dickson  <steved@redhat.com> 0.1.7-14
27c94a
- Fixed typo in /etc/netconfig file (bz 414471)
27c94a
27c94a
* Thu Oct 25 2007 Steve Dickson  <steved@redhat.com> 0.1.7-13
27c94a
- Added a check for the ARM arch (bz 351071)
27c94a
27c94a
* Wed Oct 17 2007 Steve Dickson  <steved@redhat.com> 0.1.7-12
27c94a
- Switch the libgssapi dependency to libgssglue
27c94a
27c94a
* Mon Oct 15 2007 Steve Dickson  <steved@redhat.com> 0.1.7-11
27c94a
- Made tcp6/udp6 network ids no longer visible in the netconfig
27c94a
  file since the ipv6 code is not fully baked yet in rpcbind. (bz 249121)
27c94a
27c94a
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.1.7-10
27c94a
- Rebuild for selinux ppc32 issue.
27c94a
27c94a
* Mon Jul 30 2007 <steved@redhat.com> 0.1.7-9
27c94a
- Fixed mutex lock problem in clnt_raw_create()
27c94a
- Ignore the return value of snprintf() and use strlen() instead
27c94a
  to bump the pointer in clnt_sperror()
27c94a
- A couple ntohs() were needed in bindresvport_sa()
27c94a
- Added IP_RECVERR processing with to clnt_dg_call() so
27c94a
  application will see errors instead of timing out
27c94a
- Make sure remote address (xp_rtaddr) is populated
27c94a
  with the correct type of address.
27c94a
- Change the order of network ids in /etc/netconfg
27c94a
  putting ipv4 ids before ipv6.
27c94a
- Bumped up Release from 8 to 9.
27c94a
27c94a
* Mon Jul  9 2007 <steved@redhat.com> 0.1.7-7
27c94a
- Fixed infinite loop in svc_run() (bz 246677)
27c94a
27c94a
* Thu Apr 26 2007 <steved@redhat.com> 0.1.7-6
27c94a
- Fixed potential buffer overflow in xdr_strings
27c94a
- Added a optimization to bindresvport that allows more
27c94a
  ports to be tried.
27c94a
27c94a
* Mon Mar 26 2007 Steve Dickson <steved@redhat.com> 0.1.7-5
27c94a
- Fixed Unowned Directory RPM problem (bz 233873)
27c94a
27c94a
* Mon Aug 28 2006 Steve Dickson <steved@redhat.com> 0.1.7-4
27c94a
- Fixed undefined symbol (bz 204296)
27c94a
27c94a
* Mon Aug 14 2006 Steve Dickson <steved@redhat.com> 0.1.7-3
27c94a
- Added in svc_auth_none needed by the GSSAPI code.
27c94a
- Added compile define for ppc64 archs
27c94a
27c94a
* Fri Aug 11 2006 Steve Dickson <steved@redhat.com> 0.1.7-2
27c94a
- Uncommented tcp6 and udp6 in the default /etc/netconfig file.
27c94a
- Added hooks to used the libgssapi library.
27c94a
27c94a
* Fri Aug  4 2006 Steve Dickson <steved@redhat.com> 0.1.7-1
27c94a
- Initial commit