Blame SPECS/libtirpc.spec

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