Changelog for
libtirpc-devel-0.1.9-6.fc10.x86_64.rpm :
Mon Oct 27 23:00:00 2008 Steve Dickson
0.1.8-6
- Fix bad assumption taddr2uaddr processing that
caused a segfault (bz468014)
Wed Sep 17 00:00:00 2008 Steve Dickson 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
src/clnt_raw.c
- Added some #ifdef NOTUSED around some code in src/rpbc_clnt.c
that was not being used...
Fri Sep 5 00:00:00 2008 Steve Dickson 0.1.9-4
- Always make IPv6 sockets V6ONLY
- Fix incorrect sizeof() in __rpc_getbroadifs
Fri Aug 8 00:00:00 2008 Tom \"spot\" Callaway 0.1.9-3
- fix license tag
Thu Jul 10 00:00:00 2008 Steve Dickson 0.1.9-1
- Update to latest upstream version 0.1.9
Sat Jun 28 00:00:00 2008 Steve Dickson 0.1.8-2
- Added super-H(sh3,4) architecture support (bz 446559)
Wed Jun 11 00:00:00 2008 Steve Dickson 0.1.8-1
- Update to latest upstream version 0.1.8
Wed Mar 12 23:00:00 2008 Steve Dickson 0.1.7-18
- Install man pages in the 3t section
Tue Feb 19 23:00:00 2008 Fedora Release Engineering - 0.1.7-17
- Autorebuild for GCC 4.3
Mon Feb 18 23:00:00 2008 Steve Dickson 0.1.7-16
- Added patch that creates a libtirpc.pc used by the
pkg-config command.
Thu Jan 24 23:00:00 2008 Steve Dickson 0.1.7-15
- Protect from buffer overflow in the GSS code. (bz 362121)
Mon Dec 17 23:00:00 2007 Steve Dickson 0.1.7-14
- Fixed typo in /etc/netconfig file (bz 414471)
Fri Oct 26 00:00:00 2007 Steve Dickson 0.1.7-13
- Added a check for the ARM arch (bz 351071)
Thu Oct 18 00:00:00 2007 Steve Dickson 0.1.7-12
- Switch the libgssapi dependency to libgssglue
Tue Oct 16 00:00:00 2007 Steve Dickson 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)
Thu Aug 30 00:00:00 2007 Fedora Release Engineering - 0.1.7-10
- Rebuild for selinux ppc32 issue.
Tue Jul 31 00:00:00 2007 0.1.7-9
- 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
- Make sure remote address (xp_rtaddr) is populated
with the correct type of address.
- Change the order of network ids in /etc/netconfg
putting ipv4 ids before ipv6.
- Bumped up Release from 8 to 9.
Tue Jul 10 00:00:00 2007 0.1.7-7
- Fixed infinite loop in svc_run() (bz 246677)
Fri Apr 27 00:00:00 2007 0.1.7-6
- Fixed potential buffer overflow in xdr_strings
- Added a optimization to bindresvport that allows more
ports to be tried.
Tue Mar 27 00:00:00 2007 Steve Dickson 0.1.7-5
- Fixed Unowned Directory RPM problem (bz 233873)
Tue Aug 29 00:00:00 2006 Steve Dickson 0.1.7-4
- Fixed undefined symbol (bz 204296)
Tue Aug 15 00:00:00 2006 Steve Dickson 0.1.7-3
- Added in svc_auth_none needed by the GSSAPI code.
- Added compile define for ppc64 archs
Sat Aug 12 00:00:00 2006 Steve Dickson 0.1.7-2
- Uncommented tcp6 and udp6 in the default /etc/netconfig file.
- Added hooks to used the libgssapi library.
Sat Aug 5 00:00:00 2006 Steve Dickson 0.1.7-1
- Initial commit