Hello community, here is the log from the commit of package libtirpc for openSUSE:Factory checked in at Thu Jul 7 14:11:06 CEST 2011.
-------- --- libtirpc/libtirpc.changes 2011-02-22 06:08:51.000000000 +0100 +++ /mounts/work_src_done/STABLE/libtirpc/libtirpc.changes 2011-06-17 16:20:37.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Jun 17 14:18:24 UTC 2011 - [email protected] + +- Fix library with reverting a patch in 0.22 release + (libtirpc-revert-des_crypt.patch) + +------------------------------------------------------------------- +Tue Jun 14 10:35:18 UTC 2011 - [email protected] + +- Update to libtirpc 0.22 which brings (compared to latest release): + * various bugfixes + * Replaces SISL files with BSD 3-clause +- Remove patch libtirpc-use-correct-source-addr-on-replies.patch + since it's part of the 0.22 release. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libtirpc-0.2.1_git201005272057.tar.bz2 libtirpc-use-correct-source-addr-on-replies.patch New: ---- libtirpc-0.2.2.tar.bz2 libtirpc-revert-des_crypt.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtirpc.spec ++++++ --- /var/tmp/diff_new_pack.hdRvXI/_old 2011-07-07 14:07:47.000000000 +0200 +++ /var/tmp/diff_new_pack.hdRvXI/_new 2011-07-07 14:07:47.000000000 +0200 @@ -20,11 +20,11 @@ BuildRequires: libgssglue-devel pkg-config Name: libtirpc -License: Other uncritical OpenSource License ; Sun Industry Standards Source License 1.0 +License: Other uncritical OpenSource License;BSD 3-Clause Group: System/Libraries AutoReqProv: on -Version: 0.2.1_git201005272057 -Release: 9 +Version: 0.2.2 +Release: 1 Summary: Transport Independent RPC Library Url: http://sourceforge.net/projects/libtirpc/ Source: %{name}-%{version}.tar.bz2 @@ -32,8 +32,8 @@ Patch22: libtirpc-rpc_broadcast_misformed_replies.patch Patch31: libtirpc-getpmaphandle.patch Patch32: libtirpc-pmap-setunset.patch -Patch33: libtirpc-use-correct-source-addr-on-replies.patch Patch34: libtirpc-bindresvport_blacklist.patch +Patch35: libtirpc-revert-des_crypt.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libtirpc1 = %{version}-%{release} @@ -69,7 +69,7 @@ Antoine Fraticelli <[email protected]> %package devel -License: Other uncritical OpenSource License ; Sun Industry Standards Source License 1.0 +License: Other uncritical OpenSource License ; BSD 3-Clause Summary: Transport Independent RPC Library Group: Development/Libraries/C and C++ Requires: libtirpc1 = %{version} glibc-devel @@ -93,11 +93,10 @@ %patch22 -p1 %patch31 -p1 %patch32 -p1 -%patch33 -p1 %patch34 -p1 +%patch35 -p1 %build -mkdir m4 #bug autoreconf -fiv %configure --disable-static --with-pic --libdir=/%{_lib} --enable-gss %{__make} %{?_smp_mflags} ++++++ libtirpc-0.2.1_git201005272057.tar.bz2 -> libtirpc-0.2.2.tar.bz2 ++++++ ++++ 51336 lines of diff (skipped) ++++++ libtirpc-revert-des_crypt.patch ++++++ [Libtirpc-devel] [PATCH] Revert "Include des_crypt in build" From: Mike Frysinger <vapier@ge...> - 2011-06-12 05:46 The des_crypt code requires the crypt_client code (which wasn't added), and that code requires a currently undefined function (namely xdr_desresp). Since I have no idea what that's about, and this change ends up breaking some systems, just revert it. Once we have a patch that improves portability without breaking existing systems, we can revisit this. This reverts commit 9bdcba10aa67ce3f67810c7aaac944a00dcfcee5. Signed-off-by: Mike Frysinger <vapier@...> --- note: please ignore the recent "Include crypt_client in build" patch src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7ee8cbc..6731ff9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,7 +50,7 @@ libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c cln rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \ rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \ svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ - auth_time.c auth_des.c authdes_prot.c des_crypt.c + auth_time.c auth_des.c authdes_prot.c ## XDR libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
