Commit Graph

70 Commits

Author SHA256 Message Date
47e8e59809 Accepting request 1117029 from home:tsaupe:branches:Base:System:libtirpc-bsc1199467
update to 1.3.4 (bsc#1199467)

OBS-URL: https://build.opensuse.org/request/show/1117029
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=101
2023-10-12 09:17:43 +00:00
43f63738e1 - update to 1.3.3 (bsc#1201680, CVE-2021-46828):
* Fix DoS vulnerability in libtirpc
  * _rpc_dtablesize: use portable system call
  * libtirpc: Fix use-after-free accessing the error number
  * Fix potential memory leak of parms.r_addr
  * rpcb_clnt.c add mechanism to try v2 protocol first
  * Eliminate deadlocks in connects with an MT environment
  * clnt_dg_freeres() uncleared set active state may deadlock
  * thread safe clnt destruction
  * SUNRPC: mutexed access blacklist_read state variable
  * SUNRPC: MT-safe overhaul of address cache management in rpcb_clnt.c

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=99
2022-08-19 15:32:17 +00:00
Petr Vorel
89743d5eb6 Accepting request 919032 from home:pevik:branches:Base:System
- Backport DoS vulnerability fix 0001-Fix-DoS-vulnerability-in-libtirpc.patch
- Replace %setup with %autosetup

OBS-URL: https://build.opensuse.org/request/show/919032
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=98
2021-09-15 05:54:24 +00:00
b1ced23b7f - update to 1.3.2:
* Replace the final SunRPC licenses with BSD licenses
  * blacklist: Add a few more well known ports
  * libtirpc: disallow calling auth_refresh from clnt_call with RPCSEC_GSS

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=96
2021-05-16 09:21:02 +00:00
Petr Vorel
977730024b Accepting request 858349 from home:dimstar:Factory
- Fix sed call to fixup libtirpc.pc.in: as we want our tirpc to be
  a transparent drop-in-replacement for rpc, we move the files
  from /usr/include/tirpc to /usr/include. Due to an upstream
  change in libtirpc.pc.in, though, the existing sed call no longer
  matched and no longer corrected the information according to our
  package.

OBS-URL: https://build.opensuse.org/request/show/858349
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=94
2020-12-23 21:55:45 +00:00
12c90b29fe OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=93 2020-12-21 20:13:03 +00:00
Petr Vorel
d94f477d66 Accepting request 855690 from home:pevik:branches:Base:System
- BuildRequires: s/pkg-config/pkgconfig/

OBS-URL: https://build.opensuse.org/request/show/855690
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=92
2020-12-14 09:02:22 +00:00
a2b81373dc Accepting request 852696 from home:pevik:branches:Base:System
- Update to libtirpc 1.3.1
  - Remove AUTH_DES interfaces from auth_des.h
    The unsupported  AUTH_DES authentication has be
    compiled out since commit d918e41d889 (Wed Oct 9 2019)
    replaced by API routines that return errors.
  - svc_dg: Free xp_netid during destroy
  - Fix memory management issues of fd locks
  - libtirpc: replace array with list for per-fd locks
  - __svc_vc_dodestroy: fix double free of xp_ltaddr.buf
  - __rpc_dtbsize: rlim_cur instead of rlim_max
  - pkg-config: use the correct replacements for libdir/includedir
- Package changes:
  - BuildRequires: s/pkg-config/pkgconf-pkg-config/

OBS-URL: https://build.opensuse.org/request/show/852696
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=90
2020-12-08 08:08:09 +00:00
Petr Vorel
b61c8309a3 Accepting request 849635 from home:lnussel:usrmove
- install libraries to %{_libdir} (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/849635
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=88
2020-11-20 16:23:16 +00:00
Petr Vorel
a371913c1a Accepting request 794152 from home:pevik:branches:Base:System
- Update to libtirpc 1.2.6
  - Drop patches all patches backported from this release
	(0001-Add-authdes_seccreate-stub.patch,
	0001-Avoid-multiple-definiton-with-gcc-fno-common.patch)

OBS-URL: https://build.opensuse.org/request/show/794152
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=86
2020-04-15 10:44:32 +00:00
0ab3e4fae7 Accepting request 768955 from home:StefanBruens:branches:Base:System
- Skip unneeded autogen.sh run (configure is up-to-date), drop
  dependencies: libtool, autoconf
- Replace krb5-mini-devel/krb5-devel with pkgconfig(krb5)

OBS-URL: https://build.opensuse.org/request/show/768955
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=84
2020-02-08 08:01:35 +00:00
Petr Vorel
21a1a2a421 Accepting request 770306 from home:pevik:branches:Base:System
- Backport upstream fix daed7ee ("Avoid multiple-definiton with gcc -fno-common")
  to fix build error with gcc flag -fno-common (bsc#1160875).
  Tested on gcc-9 and gcc-10.
  0001-Avoid-multiple-definiton-with-gcc-fno-common.patch

OBS-URL: https://build.opensuse.org/request/show/770306
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=83
2020-02-05 21:34:06 +00:00
e84086967d Accepting request 760716 from home:pevik:branches:Base:System
- Update to libtirpc 1.2.5
  - A number resource leaks and other issues were fix which were identified
  by a Coverity Scan.
  - The AUTH_DES authentication has been deprecated. If any of those routines
    are called, they will fail immediately.
  - numerous bug fixes
- Package changes:
  - Build without AUTH_DES authentication
  - Add patch from next release 0001-Add-authdes_seccreate-stub.patch
    (a86b4ff Add authdes_seccreate() stub)
  - Drop rc patches (libtirpc-1-1-5-rc1.patch, libtirpc-1-1-5-rc2.patch)
  - Drop patches all patches backported from this release
	(0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch,
	0002-man-rpc_secure.3t-Fix-typo-in-manpage.patch,
	0003-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch)

OBS-URL: https://build.opensuse.org/request/show/760716
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=81
2020-01-09 08:35:09 +00:00
4c276cfbb2 Accepting request 747540 from home:pevik:branches:Base:System
- Fix previous version:
  - actually delete
    0001-xdrstdio_create-buffers-do-not-output-encoded-values.patch
  - use 0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch
  - use 0002-man-rpc_secure.3t-Fix-typo-in-manpage.patch (renamed from
    0003-man-rpc_secure.3t-Fix-typo-in-manpage.patch)
  - use 0003-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch
    (renamed from
    0004-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch)

  - 000-bindresvport_blacklist.patch (accepted in 5b037cc9, libtirpc 1.1.4)
  - 001-new-rpcbindsock-path.patch (not needed, rpcbind now uses /var/run directory)
  - 002-revert-binddynport.patch (fixed in 2802259, libtirpc-1-0-4-rc1)
  - 0001-Fix-regression-introduced-by-change-rpc-version-orde.patch
    (backport of 25d38d7, libtirpc-1-0-4-rc1)
  - 0001-xdrstdio_create-buffers-do-not-output-encoded-values.patch
    (backport of 145272c, libtirpc-1-0-4-rc2)
  - 0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch
  - 0003-man-rpc_secure.3t-Fix-typo-in-manpage.patch
  - 0004-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch

OBS-URL: https://build.opensuse.org/request/show/747540
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=79
2019-11-24 10:23:02 +00:00
b62bf7c05a Accepting request 738880 from home:pevik:branches:Base:System
- Updated to libtirpc 1.1.5 rc2 (this includes changes in 1.1.4 release)
  - add libtirpc-1-1-5-rc1.patch and libtirpc-1-1-5-rc2.patch to reflect
    upstream changes after 1.1.4 release
  - remove /etc/bindresvport.blacklist as it's still supported by glibc
    although it's not compiled with --enable-obsolete-rpc
- Drop patches accepted in previous releases or not needed
    - 000-bindresvport_blacklist.patch (accepted in 5b037cc9, libtirpc 1.1.4)
    - 001-new-rpcbindsock-path.patch (not needed, rpcbind now uses /var/run directory)
    - 002-revert-binddynport.patch (fixed in 2802259, libtirpc-1-0-4-rc1)
    - 0001-Fix-regression-introduced-by-change-rpc-version-orde.patch
      (backport of 25d38d7, libtirpc-1-0-4-rc1)
    - 0001-xdrstdio_create-buffers-do-not-output-encoded-values.patch
      (backport of 145272c, libtirpc-1-0-4-rc2)
- Add fixes from upcomming release
    - 0001-Makefile.am-Use-LIBADD-instead-of-LDFLAGS-to-link-ag.patch
    - 0003-man-rpc_secure.3t-Fix-typo-in-manpage.patch
    - 0004-xdr-add-a-defensive-mask-in-xdr_int64_t-and-xdr_u_in.patch

OBS-URL: https://build.opensuse.org/request/show/738880
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=78
2019-10-28 10:03:38 +00:00
Andreas Jaeger
ed0d6b1ca7 Accepting request 684119 from home:michals
- Fix SLES 15 - yp_bind_client_create_v3: RPC: Unknown host (bsc#1126096).
  - Add upstream patch
        0001-xdrstdio_create-buffers-do-not-output-encoded-values.patch

OBS-URL: https://build.opensuse.org/request/show/684119
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=76
2019-03-19 20:27:35 +00:00
fe68f3503e Accepting request 612793 from home:tsaupe:branches:Base:System
replacement for sr 602530 which got declined

OBS-URL: https://build.opensuse.org/request/show/612793
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=74
2018-06-13 07:01:00 +00:00
dc7d719fc1 Accepting request 597811 from home:tsaupe:branches:Base:System
fix socket leak introduced by change rpc protocol version patch (bsc#1087925)

OBS-URL: https://build.opensuse.org/request/show/597811
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=73
2018-04-30 12:13:18 +00:00
ff07e61a12 Accepting request 593768 from home:kukuk:branches:Base:System
- Revert binddynport changes as they break backward compatibility
  [brc#1562169].

OBS-URL: https://build.opensuse.org/request/show/593768
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=72
2018-04-10 11:35:48 +00:00
b6461de4f2 Accepting request 587685 from home:jengelh:branches:Base:System
- Remove ineffective --with-pic.

OBS-URL: https://build.opensuse.org/request/show/587685
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=70
2018-03-22 07:38:09 +00:00
0eb0b0e36a Accepting request 586988 from home:kukuk:branches:Base:System
- Update to libtirpc 1.0.3
  - clnt_dg_call: Fix a buffer overflow (CVE-2016-4429)
  - Avoid choosing reserved ports in legacy RPC APIs
  - rpcinfo: change order of version to be tried to 4, 3, 2
  - includes 003-rpc-types.patch
  - includes 004-replace-bzero-with-memset.patch
  - includes 005-missing-includes.patch
  - includes 011-Fix-typo-in-src-libtirpc.map-which-prevents-that-key.patch
  - includes decls.patch
- Drop COPYING.GPLv2, GPLv2 code was removed from library

- Adjust include directory [bsc#1083902]

OBS-URL: https://build.opensuse.org/request/show/586988
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=69
2018-03-15 15:26:19 +00:00
980f76f9cf Accepting request 580104 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580104
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=67
2018-02-27 09:47:28 +00:00
577bbc8a6e Accepting request 565923 from home:kukuk:branches:Base:System
- Move /usr/include/tirpc to /usr/include

OBS-URL: https://build.opensuse.org/request/show/565923
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=66
2018-01-23 11:08:20 +00:00
Thomas Blume
b800fde03c Accepting request 546021 from home:kukuk:branches:Base:System
- Add COPYING.GPLv2 and install Licenses for GPLv2 code.

OBS-URL: https://build.opensuse.org/request/show/546021
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=64
2017-11-27 13:59:37 +00:00
06dba6d951 Accepting request 541890 from home:kukuk:tirpc
- 005-missing-includes.patch: add missing includes to make headers
  compatible to sunrpc.
- Update to version 1.0.2
  - 002-old-automake.patch: not needed anymore
  - 005-libtirpc-1.0.2-rc1.patch: dropped
  - 006-Remove-old-meanwhile-wrong-comment-about-FD_SETSIZE-.patch:
    removed, merged upstream
  - 007-Change-rtime-function-to-use-poll-instead-of-select.patch:
    removed, merged upstream
  - 008-Add-parameters-to-local-prototypes-to-fix-compiler-w.patch:
    removed, merged upstream
  - 009-makefd_xprt-checks-that-the-filedesriptor-is-lower-t.patch:
    removed, merged upstream
  - 010-The-goto-again-statement-was-an-left-over-from-the-p.patch:
    removed, merged upstream
  - 012-libtirpc-needs-rpcsvc-nis.h-for-compiling-but-does-n.patch:
    removed, merged upstream
  - 013-If-we-don-t-compile-in-YP-support-don-t-include-YP-h.patch:
    removed, merged upstream
  - 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch:
    removed, merged upstream
  - 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch:
    removed, merged upstream
  - patch6_7.diff: obsolete
  - Replace explicit_bzero.patch with 
    004-replace-bzero-with-memset.patch from git
  - Rename libtirpc-new-path-rpcbindsock.patch to
    001-new-rpcbindsock-path.patch
- 003-rpc-types.patch: Add some typedefs to rpc/types.h to allow
  applications be compiled with -std=iso9899:1990

OBS-URL: https://build.opensuse.org/request/show/541890
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=63
2017-11-17 09:14:30 +00:00
8aed418e53 Accepting request 530074 from home:jengelh:branches:Base:System
- Rectify RPM groups and summaries,
  and update old macro/variable constructs.

OBS-URL: https://build.opensuse.org/request/show/530074
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=61
2017-10-05 15:34:15 +00:00
e5b640e2fe Accepting request 513172 from home:Andreas_Schwab:glibc:rebuild
- decls.patch: fix missing declarations
- explicit_bzero.patch: use explicit_bzero if available

OBS-URL: https://build.opensuse.org/request/show/513172
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=59
2017-08-03 08:16:24 +00:00
4b133a860c Accepting request 381804 from home:kukuk:NIS
- Add some patches to get libtirpc compiled without needing glibc 
  deprecated functions:
  - 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch
  - 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch
  - 013-If-we-don-t-compile-in-YP-support-don-t-include-YP-h.patch
- Add 012-libtirpc-needs-rpcsvc-nis.h-for-compiling-but-does-n.patch
  to allow bootstrapping of libtirpc without glibc sunrpc code or
  libnsl NIS+ code.

- Add 011-Fix-typo-in-src-libtirpc.map-which-prevents-that-key.patch
  (fix export of key_secretkey_is_set)

- Add the following patches to fix some bugs from the poll()
  port and an endless loop:
  - 006-Remove-old-meanwhile-wrong-comment-about-FD_SETSIZE-.patch
  - 007-Change-rtime-function-to-use-poll-instead-of-select.patch
  - 008-Add-parameters-to-local-prototypes-to-fix-compiler-w.patch
  - 009-makefd_xprt-checks-that-the-filedesriptor-is-lower-t.patch
  - 010-The-goto-again-statement-was-an-left-over-from-the-p.patch

- Remove 004-netconfig-prefer-IPv6.patch for SLES12.
- Remove libtirpc-getnetconfig-races.patch (was backport).
  [FATE#320393]

- Drop libtirpc-xdr-header.patch (was backport)
- Fix public xdr.h header - xdr_rpcvers() were broken (bsc#902439)
  Added: libtirpc-xdr-header.patch

- Fix race conditions in getnetconfig (bsc#899576, bsc#882973)
  Added: libtirpc-getnetconfig-races.patch

OBS-URL: https://build.opensuse.org/request/show/381804
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=57
2016-04-04 11:47:30 +00:00
ca3c5c106a Accepting request 355025 from home:kukuk:branches:Base:System
- Split the netconfig configuration file and manual page off into
  an own RPM. Else it is not possible to install the old and new
  libtirpc libraries in parallel.

OBS-URL: https://build.opensuse.org/request/show/355025
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=55
2016-02-04 12:50:08 +00:00
619f82ada1 Accepting request 345009 from home:kukuk:NSL
- Update to libtirpc-1.0.1
  - new major soname
  - Adjust auth code to match other RPC implementations
  - Implement more gss auth stuff
  - use poll() instead of select() in svc_run()
  - Add more sunrpc compat functions
  - Sync compat headers with real functions
- Drop 005-missing-symvers.patch (upstream)
- Drop 006-memleak1.patch (upstream)
- Drop 007-memleak2.patch (upstream)
- Drop 008-fix-undef-ref.patch (upstream)
- Drop 009-authdes_pk_create.patch (upstream)
- Drop 010-xdr_sizeof.patch (upstream)
- Drop 011-authdes_create.patch (upstream)
- Drop 012-xp_sock.patch (upstream)
- Drop 099-poll.patch (upstream)
- Add 005-libtirpc-1.0.2-rc1.patch (fixes deadlock)

- Update 099-poll.patch with newest version send upstream.

- Add 099-poll.patch: change svc_run from select() to poll().

OBS-URL: https://build.opensuse.org/request/show/345009
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=53
2015-11-26 09:35:36 +00:00
25987c29d1 Accepting request 315658 from home:kukuk:NIS
- Add 012-xp_sock.patch: add sunrpc compatibility define

- Update 009-authdes_pk_create.patch (fix syncaddr handling)
- Add 011-authdes_create.patch (fix syncaddr handling)

- Add 010-xdr_sizeof.patch (enable xdr_sizeof)

- Add 009-authdes_pk_create.patch (missing SunRPC compat function)

OBS-URL: https://build.opensuse.org/request/show/315658
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=51
2015-07-10 10:28:23 +00:00
95f5f1cbd5 Accepting request 313578 from home:kukuk:NIS
- Add 008-fix-undef-ref.patch to fix a undefined reference bug

- Update to version 0.3.2 (bring authdes back)
- Remove 005-no_IPv6_for_old_code.patch (accepted upstream)
- Remove 001-tirpc-features.patch (obsolete)
- Add 005-missing-symvers.patch (fix missing, new symbols)
- Add 006-memleak1.patch (fix memory leak)
- Add 007-memleak2.patch (fix memory leak)

OBS-URL: https://build.opensuse.org/request/show/313578
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=49
2015-06-29 21:31:36 +00:00
Dominique Leuenberger
f6fcbb07cf Accepting request 309650 from home:kukuk:NIS
- Remove krb5-devel from -devel requires, not needed anymore

- Update to libtirpc 0.3.1, which incorporates the following
  patches:
  - 011-gssapi-update1.patch
  - 012-gssapi-update2.patch
  - 013-gssapi-update3.patch
  - 014-gssapi-update4.patch
  - 015-gssapi-update5.patch
  - 016-gssapi-update6.patch
  - 017-gssapi-update7.patch
  - 018-gssapi-update8.patch
  Not needed anymore:
  - 007-fix-tirpc_map.patch
  Adjusted:
  - 001-tirpc-features.patch, merged with 006-rework-features.diff
  - 002-old-automake.patch

- 007-fix-tirpc_map.patch: fix symbol version for new global names

- 006-rework-features.diff: Adjust for set of gssapi patches
- 003-fix-gssapi.patch replaced by 011-gssapi-update1.patch
- 012-gssapi-update2.patch: fix krb5-config usage
- 013-gssapi-update3.patch: check for gssapi.h
- 014-gssapi-update4.patch: don't include rpcsec_gss.h
- 015-gssapi-update5.patch: don't install GSSAPI files if disabled
- 016-gssapi-update6.patch: fix rpc_gss_seccreate
- 017-gssapi-update7.patch: officialy export two internal functions
- 018-gssapi-update8.patch: don't use glibc special header files

OBS-URL: https://build.opensuse.org/request/show/309650
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=47
2015-06-04 08:08:04 +00:00
72c7e243d3 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
2015-05-19 15:52:05 +00:00
7ef180a926 Accepting request 306489 from home:kukuk:NIS
- 003-fix-gssapi.patch: Correct fix for GSS ABI breakage
- 006-rework-features.diff: Rework tirpc-features.h

- 003-fix-gssapi.patch: Update, one chunk did go lost

OBS-URL: https://build.opensuse.org/request/show/306489
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=45
2015-05-18 15:45:32 +00:00
Olaf Kirch
1be34e3c8c Accepting request 305881 from home:kukuk:NIS
- 001-tirpc-features.patch: update with official git version
- 002-old-automake.patch: re-add for SLES11
- 003-fix-gssapi.patch: try to fix the disable-gssapi option correct

OBS-URL: https://build.opensuse.org/request/show/305881
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=44
2015-05-08 10:53:50 +00:00
Cristian Rodríguez
167c8f44ce Accepting request 305737 from home:kukuk:NIS
- Fix HAVE_AUTHDES/HAVE_GSSAPI in public header files
  (001-tirpc-features.patch)

- Update to official release 0.3.0. authdes was disabled by default
  upstream.
- Following patches were merged:
  - 001-symbol-versions-v5.patch
  - 003-add-des_crypt.diff
- Remove 002-old-automake.patch, not needed anymore

- Update 001-symbol-versions-v4.patch with
  001-symbol-versions-v5.patch: Add --disable-symvers option

- Update 003-add-des_crypt.diff, fix unresolved des functions

- Update to git
- Add 003-add-des_crypt.diff to fix unresolved *_crypt() functions

- Disable gssapi for SLE11, kerberos version is too old

- rpc/rpc.h requires now indirectly gssapi.h from krb5-devel

- Update to current git.
- The following patches were accepted upstream:
  - 003-xdr_h-fix.patch
  - 005-disable-rpcent.patch
  - 006-no-libnsl.patch
  - patch1_7.diff
  - patch2_7.diff
  - patch3_7.diff

OBS-URL: https://build.opensuse.org/request/show/305737
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=43
2015-05-07 19:52:27 +00:00
Olaf Kirch
c3b2cb84b1 Accepting request 265252 from home:kukuk:NIS
- Update to upstream 0.2.5 release
- Add symbol versioning to fix symbol conflicts
  (001-symbol-versions-v2.patch), but disable until commited upstream
- Adjust libtirpc-clnt_broadcast_fix.patch and rename to
  002-clnt_broadcast_fix.patch
- Adjust libtirpc-rpc_broadcast_misformed_replies.patch and rename
  to 003-rpc_broadcast_misformed_replies.patch
- Rename libtirpc-getpmaphandle.patch to 004-getpmaphandle.patch
- Adjust libtirpc-bindresvport_blacklist.patch and rename to 
  000-bindresvport_blacklist.patch
- Drop libtirpc-pmap-setunset.patch, not needed anymore
- Apply libtirpc-new-path-rpcbindsock.patch only on openSUSE 13.1
  and later

OBS-URL: https://build.opensuse.org/request/show/265252
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=41
2014-12-18 13:26:10 +00:00
74e28149ed Accepting request 220501 from home:okir:branches:Base:System
Prevent a segfault of 'rpcinfo -b' on systems with tuntap devices (bnc#861577).
Added: libtirpc-getbroadifs-crash.patch

OBS-URL: https://build.opensuse.org/request/show/220501
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=39
2014-02-03 10:14:27 +00:00
Stephan Kulow
6705ba4caf Accepting request 213497 from home:okir:branches:openSUSE:13.1:Update
Next attempt to get this included into Factory...

This fixes several issues in libtirpc uncovered by automated testing.

OBS-URL: https://build.opensuse.org/request/show/213497
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=37
2014-01-14 05:16:50 +00:00
1272c1aabb Accepting request 210104 from home:neilbrown:branches:Base:System
This version only changes krb5-devel to krb5-mini-devel for
13.1 and later, but as the package doesn't build on earlier
releases anyway it is at best a cosmetic issue.

- Change BuildDepends from krb5-devel to krb5-mini-devel
  for those releases which provide it
  as the later is sufficient and has fewer down-stream
  dependencies.

OBS-URL: https://build.opensuse.org/request/show/210104
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=35
2013-12-10 09:48:28 +00:00
Stephan Kulow
33c9d292f9 osc copypac from project:Base:System package:libtirpc revision:31
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=33
2013-11-29 06:05:26 +00:00
Stephan Kulow
417ad73d3a osc copypac from project:Base:System package:libtirpc revision:30
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=32
2013-11-28 08:51:32 +00:00
119cf993ea Accepting request 206835 from home:neilbrown:branches:Base:System
- Use krb5 rather than gssglue to provide gss
  access routines.
  Both krb5 and gssglue provide routines of the same
  name, and both can get linked into rpc.gssd, resulting
  in some confusion.
  Upstream support seems to be leaning heavily towards
  avoiding libgssglue.  nfs-utils is built without it,
  and best to build libtirpc without it.
  (bnc#841788)

OBS-URL: https://build.opensuse.org/request/show/206835
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=31
2013-11-16 14:35:56 +00:00
f68082db81 Accepting request 195608 from home:okir:branches:Base:System
Resubmitting:
- Updated to latest upstream revision, and removed
  libtirpc-revert-des_crypt.patch which is now upstream
- Verified that the bugfix for bnc#702472 is in upstream
- verified that SLE patches are present (bnc#831296)

OBS-URL: https://build.opensuse.org/request/show/195608
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=28
2013-08-26 12:00:59 +00:00
520d32b2c9 Accepting request 170857 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/170857
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=26
2013-04-15 14:52:03 +00:00
Andreas Jaeger
fb9ba5ee2f Accepting request 95930 from home:babelworx:ldig:branches:Base:System
license update: BSD-4-Clause
Remove deprecated rpm license string. Use SPDX syntax. Highlight BSD-4-Clause (advertising clause) nature of package

OBS-URL: https://build.opensuse.org/request/show/95930
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=24
2011-12-08 13:07:11 +00:00
Cristian Rodríguez
2605858884 Accepting request 95867 from home:a_jaeger:FactoryFix
Update license (bnc#735008).

OBS-URL: https://build.opensuse.org/request/show/95867
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=23
2011-12-08 02:16:17 +00:00
Stephan Kulow
f31d3ce904 - add libtool as buildrequire to avoid implicit dependency
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=22
2011-12-03 09:07:28 +00:00
cbb8325690 Accepting request 94459 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94459
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=21
2011-11-30 13:14:20 +00:00