From 72c7e243d32683aa333eeb03aee7374ccb1cbd5fc89f25c28b387c557d763bba Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 May 2015 15:52:05 +0000 Subject: [PATCH] Accepting request 308013 from home:kukuk:NIS - 005-no_IPv6_for_old_code.patch: Update comment - libtirpc-taddr2uaddr-local.patch OBS-URL: https://build.opensuse.org/request/show/308013 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=46 --- 005-no_IPv6_for_old_code.patch | 32 ++++++++++++-------------------- libtirpc.changes | 2 ++ 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/005-no_IPv6_for_old_code.patch b/005-no_IPv6_for_old_code.patch index 95721cd..3075394 100644 --- a/005-no_IPv6_for_old_code.patch +++ b/005-no_IPv6_for_old_code.patch @@ -1,18 +1,18 @@ - -Behebt das das Problem mit svc_register? - -Gruß -Olaf - - - src/rpc_generic.c | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - diff --git a/src/rpc_generic.c b/src/rpc_generic.c -index 6148830..4fc882a 100644 +index 6148830..f443c47 100644 --- a/src/rpc_generic.c +++ b/src/rpc_generic.c -@@ -250,8 +250,7 @@ __rpc_getconfip(nettype) +@@ -213,7 +213,8 @@ getnettype(nettype) + } + + /* +- * For the given nettype (tcp or udp only), return the first structure found. ++ * For the given nettype (tcp or udp only), return the first ++ * IPv4 structure found. + * This should be freed by calling freenetconfigent() + */ + struct netconfig * +@@ -250,8 +251,7 @@ __rpc_getconfip(nettype) return (NULL); } while ((nconf = getnetconfig(confighandle)) != NULL) { @@ -22,11 +22,3 @@ index 6148830..4fc882a 100644 if (strcmp(nconf->nc_proto, NC_TCP) == 0 && netid_tcp == NULL) { netid_tcp = strdup(nconf->nc_netid); - --- -What is tolerance? It is the consequence of humanity. -- Voltaire --------------------------------------------- -Olaf Kirch - Director SUSE Linux Enterprise Core; R&D (okir@suse.com) -SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany -GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, -Graham Norton, HRB 21284 (AG Nürnberg) diff --git a/libtirpc.changes b/libtirpc.changes index 0670175..4e25f78 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -2,6 +2,7 @@ Tue May 12 12:48:37 CEST 2015 - kukuk@suse.de - 003-fix-gssapi.patch: Correct fix for GSS ABI breakage +- 005-no_IPv6_for_old_code.patch: Update comment - 006-rework-features.diff: Rework tirpc-features.h ------------------------------------------------------------------- @@ -122,6 +123,7 @@ Wed Dec 17 16:26:51 CET 2014 - kukuk@suse.de - 004-getpmaphandle.patch - libtirpc-clntunix_create.patch - libtirpc-getbroadifs-crash.patch + - libtirpc-taddr2uaddr-local.patch ------------------------------------------------------------------- Mon Dec 15 14:47:58 CET 2014 - kukuk@suse.de