File libtirpc.changes of Package libtirpc (Revision 606418ef18720f7ed0fde6ea8ebe5505)
Currently displaying revision 606418ef18720f7ed0fde6ea8ebe5505 , Show latest
747
1
-------------------------------------------------------------------
2
Fri Sep 9 12:34:23 UTC 2022 - Thomas Blume <thomas.blume@suse.com>
3
4
- fix CVE-2021-46828: libtirpc: DoS vulnerability with lots of
5
connections (bsc#1201680)
6
- add 0001-Fix-DoS-vulnerability-in-libtirpc.patch
7
8
-------------------------------------------------------------------
9
Fri Jul 22 14:08:07 UTC 2022 - Thomas Blume <thomas.blume@suse.com>
10
11
-exclude ipv6 addresses in client protocol 2 code (bsc#1200800)
12
- update 0001-rpcb_clnt.c-config-to-try-protocolversion-2-first.patch
13
14
-------------------------------------------------------------------
15
Tue May 10 15:16:59 UTC 2022 - Thomas Blume <thomas.blume@suse.com>
16
17
- fix memory leak in params.r_addr assignement (bsc#1198752)
18
- add 0001-fix-parms.r_addr-memory-leak.patch
19
20
-------------------------------------------------------------------
21
Fri Apr 22 08:21:01 UTC 2022 - Thomas Blume <thomas.blume@suse.com>
22
23
- check for nullpointer in check_address (bsc#1198176)
24
update 0001-rpcb_clnt.c-config-to-try-protocolversion-2-first.patch
25
26
-------------------------------------------------------------------
27
Tue Mar 8 15:56:04 UTC 2022 - Thomas Blume <thomas.blume@suse.com>
28
29
- add option to enforce connection via protocol version 2 first
30
(bsc#1196647)
31
add 0001-rpcb_clnt.c-config-to-try-protocolversion-2-first.patch
32
33
-------------------------------------------------------------------
34
Wed Apr 15 10:32:08 UTC 2020 - Petr Vorel <pvorel@suse.cz>
35
36
- Update to libtirpc 1.2.6
37
- Drop patches all patches backported from this release
38
(0001-Add-authdes_seccreate-stub.patch,
39
0001-Avoid-multiple-definiton-with-gcc-fno-common.patch)
40
41
-------------------------------------------------------------------
42
Wed Feb 5 14:08:52 UTC 2020 - Petr Vorel <pvorel@suse.cz>
43
44
- Backport upstream fix daed7ee ("Avoid multiple-definiton with gcc -fno-common")
45
to fix build error with gcc flag -fno-common (bsc#1160875).
46
Tested on gcc-9 and gcc-10.
47
0001-Avoid-multiple-definiton-with-gcc-fno-common.patch
48
49
-------------------------------------------------------------------
50
Fri Jan 31 00:58:56 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
51
52
- Skip unneeded autogen.sh run (configure is up-to-date), drop
53
dependencies: libtool, autoconf
54
- Replace krb5-mini-devel/krb5-devel with pkgconfig(krb5)
55
56
-------------------------------------------------------------------
57
Fri Jan 3 15:45:16 UTC 2020 - Petr Vorel <pvorel@suse.cz>
58
59
- Update to libtirpc 1.2.5
60
- A number resource leaks and other issues were fix which were identified
61
by a Coverity Scan.
62
- The AUTH_DES authentication has been deprecated. If any of those routines
63
are called, they will fail immediately.
64
- numerous bug fixes
65
66
- Package changes:
67
- Build without AUTH_DES authentication
68
- Add patch from next release 0001-Add-authdes_seccreate-stub.patch
69
(a86b4ff Add authdes_seccreate() stub)
70
- Drop rc patches (libtirpc-1-1-5-rc1.patch, libtirpc-1-1-5-rc2.patch)
71
- Drop patches all patches backported from this release
72
(0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch,
73
0002-man-rpc_secure.3t-Fix-typo-in-manpage.patch,
74
0003-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch)
75
76
-------------------------------------------------------------------
77
Tue Nov 12 10:24:59 UTC 2019 - Petr Vorel <pvorel@suse.cz>
78
79
- Fix previous version:
80
- actually delete
81
0001-xdrstdio_create-buffers-do-not-output-encoded-values.patch
82
- use 0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch
83
- use 0002-man-rpc_secure.3t-Fix-typo-in-manpage.patch (renamed from
84
0003-man-rpc_secure.3t-Fix-typo-in-manpage.patch)
85
- use 0003-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch
86
(renamed from
87
0004-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch)
88
89
-------------------------------------------------------------------
90
Wed Oct 16 11:46:28 UTC 2019 - Petr Vorel <pvorel@suse.cz>
91
92
- Updated to libtirpc 1.1.5 rc2 (this includes changes in 1.1.4 release)
93
- add libtirpc-1-1-5-rc1.patch and libtirpc-1-1-5-rc2.patch to reflect
94
upstream changes after 1.1.4 release
95
- remove /etc/bindresvport.blacklist as it's still supported by glibc
96
although it's not compiled with --enable-obsolete-rpc
97
98
- Drop patches accepted in previous releases or not needed
99
- 000-bindresvport_blacklist.patch (accepted in 5b037cc9, libtirpc 1.1.4)
100
- 001-new-rpcbindsock-path.patch (not needed, rpcbind now uses /var/run directory)
101
- 002-revert-binddynport.patch (fixed in 2802259, libtirpc-1-0-4-rc1)
102
- 0001-Fix-regression-introduced-by-change-rpc-version-orde.patch
103
(backport of 25d38d7, libtirpc-1-0-4-rc1)
104
- 0001-xdrstdio_create-buffers-do-not-output-encoded-values.patch
105
(backport of 145272c, libtirpc-1-0-4-rc2)
106
107
- Add fixes from upcomming release
108
- 0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch
109
- 0003-man-rpc_secure.3t-Fix-typo-in-manpage.patch
110
- 0004-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch
111
112
-------------------------------------------------------------------
113
Mon Mar 11 15:23:12 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
114
115
- Fix SLES 15 - yp_bind_client_create_v3: RPC: Unknown host (bsc#1126096).
116
- Add upstream patch
117
0001-xdrstdio_create-buffers-do-not-output-encoded-values.patch
118
119
-------------------------------------------------------------------
120
Thu Apr 12 08:06:23 UTC 2018 - Thomas.Blume@suse.com
121
122
- fix socket leak introduced by change-rpc-protocol-version-order patch
123
(bsc#1087925)
124
- add 0001-Fix-regression-introduced-by-change-rpc-version-orde.patch
125
126
-------------------------------------------------------------------
127
Thu Apr 5 13:26:43 CEST 2018 - kukuk@suse.de
128
129
- Revert binddynport changes as they break backward compatibility
130
[brc#1562169].
131
- add 002-revert-binddynport.patch
132
133
-------------------------------------------------------------------
134
Thu Mar 15 23:10:46 UTC 2018 - jengelh@inai.de
135
136
- Remove ineffective --with-pic.
137
138
-------------------------------------------------------------------
139
Wed Mar 14 16:03:31 CET 2018 - kukuk@suse.de
140
141
- Update to libtirpc 1.0.3
142
- clnt_dg_call: Fix a buffer overflow (CVE-2016-4429)
143
- Avoid choosing reserved ports in legacy RPC APIs
144
- rpcinfo: change order of version to be tried to 4, 3, 2
145
- includes 003-rpc-types.patch
146
- includes 004-replace-bzero-with-memset.patch
147
- includes 005-missing-includes.patch
148
- includes 011-Fix-typo-in-src-libtirpc.map-which-prevents-that-key.patch
149
- includes decls.patch
150
- Drop COPYING.GPLv2, GPLv2 code was removed from library
151
152
-------------------------------------------------------------------
153
Mon Mar 5 11:58:44 CET 2018 - kukuk@suse.de
154
155
- Adjust include directory [bsc#1083902]
156
157
-------------------------------------------------------------------
158
Thu Feb 22 15:10:39 UTC 2018 - fvogt@suse.com
159
160
- Use %license (boo#1082318)
161
162
-------------------------------------------------------------------
163
Mon Jan 15 16:59:02 CET 2018 - kukuk@suse.de
164
165
- Move /usr/include/tirpc to /usr/include
166
167
-------------------------------------------------------------------
168
Mon Nov 27 14:30:05 CET 2017 - kukuk@suse.de
169
170
- Add COPYING.GPLv2 and install Licenses for GPLv2 code.
171
172
-------------------------------------------------------------------
173
Tue Nov 14 12:44:04 CET 2017 - kukuk@suse.de
174
175
- 005-missing-includes.patch: add missing includes to make headers
176
compatible to sunrpc.
177
178
-------------------------------------------------------------------
179
Mon Nov 13 15:58:42 CET 2017 - kukuk@suse.de
180
181
- Update to version 1.0.2
182
- 002-old-automake.patch: not needed anymore
183
- 005-libtirpc-1.0.2-rc1.patch: dropped
184
- 006-Remove-old-meanwhile-wrong-comment-about-FD_SETSIZE-.patch:
185
removed, merged upstream
186
- 007-Change-rtime-function-to-use-poll-instead-of-select.patch:
187
removed, merged upstream
188
- 008-Add-parameters-to-local-prototypes-to-fix-compiler-w.patch:
189
removed, merged upstream
190
- 009-makefd_xprt-checks-that-the-filedesriptor-is-lower-t.patch:
191
removed, merged upstream
192
- 010-The-goto-again-statement-was-an-left-over-from-the-p.patch:
193
removed, merged upstream
194
- 012-libtirpc-needs-rpcsvc-nis.h-for-compiling-but-does-n.patch:
195
removed, merged upstream
196
- 013-If-we-don-t-compile-in-YP-support-don-t-include-YP-h.patch:
197
removed, merged upstream
198
- 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch:
199
removed, merged upstream
200
- 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch:
201
removed, merged upstream
202
- patch6_7.diff: obsolete
203
- Replace explicit_bzero.patch with
204
004-replace-bzero-with-memset.patch from git
205
- Rename libtirpc-new-path-rpcbindsock.patch to
206
001-new-rpcbindsock-path.patch
207
208
-------------------------------------------------------------------
209
Mon Nov 13 15:57:11 CET 2017 - kukuk@suse.de
210
211
- 003-rpc-types.patch: Add some typedefs to rpc/types.h to allow
212
applications be compiled with -std=iso9899:1990
213
214
-------------------------------------------------------------------
215
Sat Sep 30 08:59:27 UTC 2017 - jengelh@inai.de
216
217
- Rectify RPM groups and summaries,
218
and update old macro/variable constructs.
219
220
-------------------------------------------------------------------
221
Wed Jul 5 13:22:53 UTC 2017 - schwab@suse.de
222
223
- decls.patch: fix missing declarations
224
- explicit_bzero.patch: use explicit_bzero if available
225
226
-------------------------------------------------------------------
227
Mon Mar 14 15:17:59 CET 2016 - kukuk@suse.de
228
229
- Add some patches to get libtirpc compiled without needing glibc
230
deprecated functions:
231
- 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch
232
- 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch
233
- 013-If-we-don-t-compile-in-YP-support-don-t-include-YP-h.patch
234
235
- Add 012-libtirpc-needs-rpcsvc-nis.h-for-compiling-but-does-n.patch
236
to allow bootstrapping of libtirpc without glibc sunrpc code or
237
libnsl NIS+ code.
238
239
-------------------------------------------------------------------
240
Mon Mar 14 11:09:16 CET 2016 - kukuk@suse.de
241
242
- Add 011-Fix-typo-in-src-libtirpc.map-which-prevents-that-key.patch
243
(fix export of key_secretkey_is_set)
244
245
-------------------------------------------------------------------
246
Thu Feb 25 13:09:48 CET 2016 - kukuk@suse.de
247
248
- Add the following patches to fix some bugs from the poll()
249
port and an endless loop:
250
- 006-Remove-old-meanwhile-wrong-comment-about-FD_SETSIZE-.patch
251
- 007-Change-rtime-function-to-use-poll-instead-of-select.patch
252
- 008-Add-parameters-to-local-prototypes-to-fix-compiler-w.patch
253
- 009-makefd_xprt-checks-that-the-filedesriptor-is-lower-t.patch
254
- 010-The-goto-again-statement-was-an-left-over-from-the-p.patch
255
256
-------------------------------------------------------------------
257
Thu Jan 21 15:09:28 CET 2016 - kukuk@suse.de
258
259
- Remove 004-netconfig-prefer-IPv6.patch for SLES12.
260
- Remove libtirpc-getnetconfig-races.patch (was backport).
261
[FATE#320393]
262
263
-------------------------------------------------------------------
264
Wed Jan 20 15:12:14 CET 2016 - kukuk@suse.de
265
266
- Split the netconfig configuration file and manual page off into
267
an own RPM. Else it is not possible to install the old and new
268
libtirpc libraries in parallel.
269
270
-------------------------------------------------------------------
271
Tue Nov 17 12:55:40 CET 2015 - kukuk@suse.de
272
273
- Update to libtirpc-1.0.1
274
- new major soname
275
- Adjust auth code to match other RPC implementations
276
- Implement more gss auth stuff
277
- use poll() instead of select() in svc_run()
278
- Add more sunrpc compat functions
279
- Sync compat headers with real functions
280
281
- Drop 005-missing-symvers.patch (upstream)
282
- Drop 006-memleak1.patch (upstream)
283
- Drop 007-memleak2.patch (upstream)
284
- Drop 008-fix-undef-ref.patch (upstream)
285
- Drop 009-authdes_pk_create.patch (upstream)
286
- Drop 010-xdr_sizeof.patch (upstream)
287
- Drop 011-authdes_create.patch (upstream)
288
- Drop 012-xp_sock.patch (upstream)
289
- Drop 099-poll.patch (upstream)
290
- Drop libtirpc-xdr-header.patch (was backport)
291
- Add 005-libtirpc-1.0.2-rc1.patch (fixes deadlock)
292
293
-------------------------------------------------------------------
294
Thu Jul 23 11:34:12 UTC 2015 - okir@suse.com
295
296
- Fix public xdr.h header - xdr_rpcvers() were broken (bsc#902439)
297
Added: libtirpc-xdr-header.patch
298
299
-------------------------------------------------------------------
300
Thu Jul 16 15:46:00 CEST 2015 - kukuk@suse.de
301
302
- Update 099-poll.patch with newest version send upstream.
303
304
-------------------------------------------------------------------
305
Fri Jul 10 14:56:02 CEST 2015 - kukuk@suse.de
306
307
- Add 099-poll.patch: change svc_run from select() to poll().
308
309
-------------------------------------------------------------------
310
Thu Jul 9 10:47:08 CEST 2015 - kukuk@suse.de
311
312
- Add 012-xp_sock.patch: add sunrpc compatibility define
313
314
-------------------------------------------------------------------
315
Thu Jul 2 15:51:07 CEST 2015 - kukuk@suse.de
316
317
- Update 009-authdes_pk_create.patch (fix syncaddr handling)
318
- Add 011-authdes_create.patch (fix syncaddr handling)
319
320
-------------------------------------------------------------------
321
Sat Jun 27 06:46:14 UTC 2015 - kukuk@suse.com
322
323
- Add 010-xdr_sizeof.patch (enable xdr_sizeof)
324
325
-------------------------------------------------------------------
326
Fri Jun 26 22:15:28 UTC 2015 - kukuk@suse.com
327
328
- Add 009-authdes_pk_create.patch (missing SunRPC compat function)
329
330
-------------------------------------------------------------------
331
Wed Jun 24 16:44:06 CEST 2015 - kukuk@suse.de
332
333
- Add 008-fix-undef-ref.patch to fix a undefined reference bug
334
335
-------------------------------------------------------------------
336
Tue Jun 23 14:15:25 CEST 2015 - kukuk@suse.de
337
338
- Update to version 0.3.2 (bring authdes back)
339
- Remove 005-no_IPv6_for_old_code.patch (accepted upstream)
340
- Remove 001-tirpc-features.patch (obsolete)
341
- Add 005-missing-symvers.patch (fix missing, new symbols)
342
- Add 006-memleak1.patch (fix memory leak)
343
- Add 007-memleak2.patch (fix memory leak)
344
345
-------------------------------------------------------------------
346
Mon Jun 1 17:06:29 CEST 2015 - kukuk@suse.de
347
348
- Remove krb5-devel from -devel requires, not needed anymore
349
350
-------------------------------------------------------------------
351
Mon Jun 1 14:44:05 CEST 2015 - kukuk@suse.de
352
353
- Update to libtirpc 0.3.1, which incorporates the following
354
patches:
355
- 011-gssapi-update1.patch
356
- 012-gssapi-update2.patch
357
- 013-gssapi-update3.patch
358
- 014-gssapi-update4.patch
359
- 015-gssapi-update5.patch
360
- 016-gssapi-update6.patch
361
- 017-gssapi-update7.patch
362
- 018-gssapi-update8.patch
363
Not needed anymore:
364
- 007-fix-tirpc_map.patch
365
Adjusted:
366
- 001-tirpc-features.patch, merged with 006-rework-features.diff
367
- 002-old-automake.patch
368
369
-------------------------------------------------------------------
370
Tue May 26 13:55:07 CEST 2015 - kukuk@suse.de
371
372
- 007-fix-tirpc_map.patch: fix symbol version for new global names
373
374
-------------------------------------------------------------------
375
Tue May 26 11:28:46 CEST 2015 - kukuk@suse.de
376
377
- 006-rework-features.diff: Adjust for set of gssapi patches
378
- 003-fix-gssapi.patch replaced by 011-gssapi-update1.patch
379
- 012-gssapi-update2.patch: fix krb5-config usage
380
- 013-gssapi-update3.patch: check for gssapi.h
381
- 014-gssapi-update4.patch: don't include rpcsec_gss.h
382
- 015-gssapi-update5.patch: don't install GSSAPI files if disabled
383
- 016-gssapi-update6.patch: fix rpc_gss_seccreate
384
- 017-gssapi-update7.patch: officialy export two internal functions
385
- 018-gssapi-update8.patch: don't use glibc special header files
386
387
-------------------------------------------------------------------
388
Tue May 12 12:48:37 CEST 2015 - kukuk@suse.de
389
390
- 003-fix-gssapi.patch: Correct fix for GSS ABI breakage
391
- 005-no_IPv6_for_old_code.patch: Update comment
392
- 006-rework-features.diff: Rework tirpc-features.h
393
394
-------------------------------------------------------------------
395
Sat May 9 01:00:12 CEST 2015 - kukuk@suse.de
396
397
- 003-fix-gssapi.patch: Update, one chunk did go lost
398
399
-------------------------------------------------------------------
400
Fri May 8 10:07:42 CEST 2015 - kukuk@suse.de
401
402
- 001-tirpc-features.patch: update with official git version
403
- 002-old-automake.patch: re-add for SLES11
404
- 003-fix-gssapi.patch: try to fix the disable-gssapi option correct
405
406
-------------------------------------------------------------------
407
Thu May 7 13:50:16 CEST 2015 - kukuk@suse.de
408
409
- Fix HAVE_AUTHDES/HAVE_GSSAPI in public header files
410
(001-tirpc-features.patch)
411
412
-------------------------------------------------------------------
413
Wed May 6 22:54:38 CEST 2015 - kukuk@suse.de
414
415
- Update to official release 0.3.0. authdes was disabled by default
416
upstream.
417
- Following patches were merged:
418
- 001-symbol-versions-v5.patch
419
- 003-add-des_crypt.diff
420
- Remove 002-old-automake.patch, not needed anymore
421
422
-------------------------------------------------------------------
423
Mon May 4 11:41:21 CEST 2015 - kukuk@suse.de
424
425
- Update 001-symbol-versions-v4.patch with
426
001-symbol-versions-v5.patch: Add --disable-symvers option
427
428
-------------------------------------------------------------------
429
Thu Apr 30 18:14:30 CEST 2015 - kukuk@suse.de
430
431
- Update 003-add-des_crypt.diff, fix unresolved des functions
432
433
-------------------------------------------------------------------
434
Thu Apr 30 17:11:28 CEST 2015 - kukuk@suse.de
435
436
- Update to git
437
- Add 003-add-des_crypt.diff to fix unresolved *_crypt() functions
438
439
-------------------------------------------------------------------
440
Thu Apr 30 13:12:30 CEST 2015 - kukuk@suse.de
441
442
- Disable gssapi for SLE11, kerberos version is too old
443
444
-------------------------------------------------------------------
445
Thu Apr 30 12:56:09 CEST 2015 - kukuk@suse.de
446
447
- rpc/rpc.h requires now indirectly gssapi.h from krb5-devel
448
449
-------------------------------------------------------------------
450
Thu Apr 30 11:47:42 CEST 2015 - kukuk@suse.de
451
452
- Update to current git.
453
- The following patches were accepted upstream:
454
- 003-xdr_h-fix.patch
455
- 005-disable-rpcent.patch
456
- 006-no-libnsl.patch
457
- patch1_7.diff
458
- patch2_7.diff
459
- patch3_7.diff
460
- patch7_7.diff: removed, rejected upstream
461
- 001-symbol-versions-v3.patch: replace with 001-symbol-versions-v4.patch
462
463
-------------------------------------------------------------------
464
Fri Apr 24 14:57:04 CEST 2015 - kukuk@suse.de
465
466
- Add the following patches from the libtirpc-devel mailing list:
467
- patch1_7.diff (remove wrong config.h.in)
468
- patch2_7.diff (fix function name of yp_check)
469
- patch3_7.diff (make sure config.h is included)
470
- patch6_7.diff (use getaddrinfo in getrpcport)
471
- patch7_7.diff (remove prototypes from headers we don't supply)
472
473
-------------------------------------------------------------------
474
Fri Apr 24 13:34:30 CEST 2015 - kukuk@suse.de
475
476
- Add following patches:
477
- 003-xdr_h-fix.patch (fix wrong defines using xdr_u_int32)
478
- 005-disable-rpcent.patch (use rpcent functions from glibc)
479
- 006-no-libnsl.patch (don't link against libnsl)
480
481
-------------------------------------------------------------------
482
Thu Apr 23 21:55:29 CEST 2015 - kukuk@suse.de
483
484
- Update to 0.2.5.git from 20150423
485
- following patches are accepted upstream:
486
- 003-rpc_broadcast_misformed_replies.patch
487
- libtirpc-misc-segfaults.patch
488
- replace 001-symbol-versions-v2.patch with
489
001-symbol-versions-v3.patch
490
- enable symbol versioning patch
491
492
-------------------------------------------------------------------
493
Tue Feb 3 08:46:32 UTC 2015 - lchiquitto@suse.com
494
495
- Fix race conditions in getnetconfig (bsc#899576, bsc#882973)
496
Added: libtirpc-getnetconfig-races.patch
497
498
-------------------------------------------------------------------
499
Fri Dec 19 14:20:15 CET 2014 - kukuk@suse.de
500
501
- 004-netconfig-prefer-IPv6.patch: Prever IPv6 over IPv4 (configured
502
in /etc/netconfig)
503
504
-------------------------------------------------------------------
505
Fri Dec 19 13:37:49 CET 2014 - kukuk@suse.de
506
507
- 002-old-automake.patch: make buildable on old systems
508
509
-------------------------------------------------------------------
510
Wed Dec 17 16:26:51 CET 2014 - kukuk@suse.de
511
512
- Update to 0.2.5.git from 20141217
513
- following patches are accepted upstream:
514
- 002-clnt_broadcast_fix.patch
515
- 004-getpmaphandle.patch
516
- libtirpc-clntunix_create.patch
517
- libtirpc-getbroadifs-crash.patch
518
- libtirpc-taddr2uaddr-local.patch
519
520
-------------------------------------------------------------------
521
Mon Dec 15 14:47:58 CET 2014 - kukuk@suse.de
522
523
- Update to upstream 0.2.5 release
524
- Add symbol versioning to fix symbol conflicts
525
(001-symbol-versions-v2.patch), but disable until commited upstream
526
- Adjust libtirpc-clnt_broadcast_fix.patch and rename to
527
002-clnt_broadcast_fix.patch
528
- Adjust libtirpc-rpc_broadcast_misformed_replies.patch and rename
529
to 003-rpc_broadcast_misformed_replies.patch
530
- Rename libtirpc-getpmaphandle.patch to 004-getpmaphandle.patch
531
- Adjust libtirpc-bindresvport_blacklist.patch and rename to
532
000-bindresvport_blacklist.patch
533
- Drop libtirpc-pmap-setunset.patch, not needed anymore
534
- Apply libtirpc-new-path-rpcbindsock.patch only on openSUSE 13.1
535
and later
536
537
-------------------------------------------------------------------
538
Fri Jan 31 15:56:16 UTC 2014 - okir@suse.com
539
540
- Prevent a segfault of 'rpcinfo -b' on systems with tuntap devices (bnc#861577).
541
Added: libtirpc-getbroadifs-crash.patch
542
543
-------------------------------------------------------------------
544
Fri Jan 10 11:54:35 UTC 2014 - okir@suse.com
545
546
- taddr2uaddr would return trailing garbage for AF_LOCAL addresses (libtirpc-taddr2uaddr-local.patch)
547
548
-------------------------------------------------------------------
549
Thu Jan 9 11:15:17 UTC 2014 - okir@suse.com
550
551
- Fix a segfault in clntunix_create (libtirpc-clntunix_create.patch)
552
- Fix misc segfaults in rpcb_* function (libtirpc-misc-segfaults.patch)
553
- Fix _PATH_RPCBSOCK to match rpcbind behavior under systemd
554
(libtirpc-new-path-rpcbindsock.patch)
555
556
-------------------------------------------------------------------
557
Mon Dec 2 04:51:00 UTC 2013 - nfbrown@suse.com
558
559
- Change BuildDepends from krb5-devel to krb5-mini-devel
560
for those releases which provide it
561
as the later is sufficient and has fewer down-stream
562
dependencies.
563
564
-------------------------------------------------------------------
565
Wed Nov 13 22:18:38 UTC 2013 - nfbrown@suse.com
566
567
- Use krb5 rather than gssglue to provide gss
568
access routines.
569
Both krb5 and gssglue provide routines of the same
570
name, and both can get linked into rpc.gssd, resulting
571
in some confusion.
572
Upstream support seems to be leaning heavily towards
573
avoiding libgssglue. nfs-utils is built without it,
574
and best to build libtirpc without it.
575
(bnc#841788)
576
577
-------------------------------------------------------------------
578
Mon Aug 19 08:31:28 UTC 2013 - okir@suse.com
579
580
- Updated to latest upstream revision, and removed
581
libtirpc-revert-des_crypt.patch which is now upstream
582
- Verified that the bugfix for bnc#702472 is in upstream
583
- verified that SLE patches are present (bnc#831296)
584
585
-------------------------------------------------------------------
586
Mon Apr 15 14:08:31 UTC 2013 - mmeister@suse.com
587
588
- Added url as source.
589
Please see http://en.opensuse.org/SourceUrls
590
591
-------------------------------------------------------------------
592
Thu Dec 8 12:48:16 UTC 2011 - cfarrell@suse.com
593
594
- license update: BSD-4-Clause
595
Remove deprecated rpm license string. Use SPDX syntax. Highlight
596
BSD-4-Clause (advertising clause) nature of package
597
598
-------------------------------------------------------------------
599
Wed Dec 7 20:04:02 UTC 2011 - aj@suse.de
600
601
- Update license (bnc#735008).
602
603
-------------------------------------------------------------------
604
Wed Nov 30 09:51:42 UTC 2011 - coolo@suse.com
605
606
- add libtool as buildrequire to avoid implicit dependency
607
608
-------------------------------------------------------------------
609
Fri Jul 8 07:24:27 UTC 2011 - coolo@novell.com
610
611
- add baselibs.conf to allow pam-32bit to link against it
612
613
-------------------------------------------------------------------
614
Fri Jun 17 14:18:24 UTC 2011 - aj@suse.de
615
616
- Fix library with reverting a patch in 0.22 release
617
(libtirpc-revert-des_crypt.patch)
618
619
-------------------------------------------------------------------
620
Tue Jun 14 10:35:18 UTC 2011 - aj@suse.de
621
622
- Update to libtirpc 0.22 which brings (compared to latest release):
623
* various bugfixes
624
* Replaces SISL files with BSD 3-clause
625
- Remove patch libtirpc-use-correct-source-addr-on-replies.patch
626
since it's part of the 0.22 release.
627
628
-------------------------------------------------------------------
629
Tue Feb 22 05:07:13 UTC 2011 - nfbrown@novell.com
630
631
- Use correct source address on replies [bnc#587934,bnc#587811]
632
- Prevent bindresvport from binding to blacklisted ports [bnc#579315]
633
634
-------------------------------------------------------------------
635
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
636
637
- Use %_smp_mflags
638
639
-------------------------------------------------------------------
640
Wed Sep 29 15:42:12 UTC 2010 - max@novell.com
641
642
- Fix showmount -e hostname (bnc#633007).
643
644
-------------------------------------------------------------------
645
Wed Sep 15 14:38:57 UTC 2010 - max@novell.com
646
647
- Fix interoperability of libtirpc with the old portmapper:
648
* Add libtirpc-getpmaphandle.patch
649
* Add libtirpc-pmap-setunset.patch
650
* bnc#633007
651
652
-------------------------------------------------------------------
653
Thu May 27 21:01:20 UTC 2010 - cristian.rodriguez@opensuse.org
654
655
- Update to a current git snapshot, important fixes:
656
* don't call abort() in the AUTH_UNIX creation codepaths
657
* Support 64-bit bit mask operations in svc_getreqset()
658
* Automount with nis maps crashes and generates a core
659
* memory leaks in rpcb_clnt.c:add_cache() and getclnthandle()
660
661
-------------------------------------------------------------------
662
Wed Dec 16 01:22:13 CET 2009 - ro@suse.de
663
664
- update to version 0.2.1 which integrates the fixes previously
665
in single patches from git and works with current nfs-client
666
recent changes include:
667
- rpcb_getaddr: Handle only "udp" and "tcp" netids when using
668
PMAP_GETPORT
669
- rpcb_getaddr: Always do PMAP_GETPORT first for NC_INET
670
transports
671
- getnetconfig: Fix NC_BADFILE return from getnetconfigent(3t)
672
- Added HAVE_LIBGSSAPI defines around gss code
673
so the --disble-gss configure option would work
674
- rpcb_clnt: RPC_PROGNOTREGISTERED is a permanent error
675
- clnt_dg: Fix infinite loop when datagram call times out
676
677
-------------------------------------------------------------------
678
Fri Mar 13 21:32:42 CET 2009 - crrodriguez@suse.de
679
680
- fix -devel package dependencies
681
682
-------------------------------------------------------------------
683
Mon Nov 17 16:20:57 CET 2008 - mkoenig@suse.de
684
685
- Fix a bug in clnt broadcast and handle misformed rpcbind replies
686
[bnc#436038]
687
688
-------------------------------------------------------------------
689
Wed Oct 22 16:17:26 CEST 2008 - mrueckert@suse.de
690
691
- fix debug_packages_requires define
692
693
-------------------------------------------------------------------
694
Wed Oct 1 12:32:45 CEST 2008 - mkoenig@suse.de
695
696
- add recent patches from git which fix some more bugs
697
* fix __rpc_getconfip
698
* fix getpeereid
699
* svc_getcaller_netbuf macro seems broken
700
* introduce __rpc_set_netbuf helper
701
* kill map_ipv4_to_ipv6
702
* Fix xp_raddr handling in svc_fd_create etc
703
* fix for taddr2addr conversion bug of local addresses [bnc#426883]
704
705
-------------------------------------------------------------------
706
Tue Sep 2 18:49:16 CEST 2008 - mkoenig@suse.de
707
708
- update to version 0.1.9
709
* several bugfixes
710
- fix rpc_broadcast [bnc#421950]
711
- fix ipv4+ipv6 binding [bnc#421976]
712
- removed patches
713
libtirpc-0.1.7-arm.patch
714
libtirpc-0.1.7-bindresvport-ntohs.patch
715
libtirpc-0.1.7-bindresvport_ports.patch
716
libtirpc-0.1.7-bufoverflow.patch
717
libtirpc-0.1.7-clnt_raw-mutex.patch
718
libtirpc-0.1.7-dgcall-iprecverr.patch
719
libtirpc-0.1.7-gssglue.patch
720
libtirpc-0.1.7-libtirpc-pc.patch
721
libtirpc-0.1.7-man-install.patch
722
libtirpc-0.1.7-netconfig.patch
723
libtirpc-0.1.7-ppc64.patch
724
libtirpc-0.1.7-snprintf.patch
725
libtirpc-0.1.7-svcauthdestroy.patch
726
libtirpc-0.1.7-svc_auth_gss_lvalue_fix.patch
727
libtirpc-0.1.7-svcauthnone.patch
728
libtirpc-0.1.7-svc-rtaddr.patch
729
libtirpc-0.1.7-svc-run.patch
730
libtirpc-0.1.7-version.patch
731
libtirpc-0.1.7-xdr_bufferoverlow.patch
732
733
-------------------------------------------------------------------
734
Fri Aug 1 17:32:28 CEST 2008 - ro@suse.de
735
736
- fix requires for debuginfo package
737
738
-------------------------------------------------------------------
739
Wed Mar 19 17:12:18 CET 2008 - mkoenig@suse.de
740
741
- initial packaging, version 0.1.7 [fate#300607]
742
- apply some fixes/enhancements from Steve Dickson
743
- includes fix for CVE-2007-3999
744
- set shlib soname version initially to 1.0.7,
745
keeping compatibility with RH
746
- fix some compiling issues
747