Compare commits

...

119 Commits

Author SHA256 Message Date
Dominique Leuenberger
fe6fea2d98 Accepting request 1219016 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1219016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=62
2024-10-30 16:31:33 +00:00
Ana Guerrero
e884b500d1 Accepting request 1194558 from Base:System
- update to 1.3.5:
  * Try using a new abstract address when connecting to rpcbind
  * Change local_rpcb() to take a targaddr pointer.
  * Allow working with abstract AF_UNIX addresses.
  * rpcb_clnt.c: memory leak in destroy_addr
  * _rpc_dtablesize: Decrease the value of size.
  * netconfig: remove tcp6, udp6 on --disable-ipv6
  * gssapi: fix rpc_gss_seccreate passed in cred
  * Revert commit f5b6e6fdb1e6 "gss-api: expose gss major/minor
    error in authgss_refresh()".

- fix socket leak introduced by change-rpc-protocol-version-order patch
  - Replace explicit_bzero.patch with
- Add some patches to get libtirpc compiled without needing glibc

OBS-URL: https://build.opensuse.org/request/show/1194558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=61
2024-08-21 21:24:44 +00:00
8ac5ca9e09 - update to 1.3.5:
* Try using a new abstract address when connecting to rpcbind
  * Change local_rpcb() to take a targaddr pointer.
  * Allow working with abstract AF_UNIX addresses.
  * rpcb_clnt.c: memory leak in destroy_addr
  * _rpc_dtablesize: Decrease the value of size.
  * netconfig: remove tcp6, udp6 on --disable-ipv6
  * gssapi: fix rpc_gss_seccreate passed in cred
  * Revert commit f5b6e6fdb1e6 "gss-api: expose gss major/minor
    error in authgss_refresh()".
- fix socket leak introduced by change-rpc-protocol-version-order patch
  - Replace explicit_bzero.patch with
- Add some patches to get libtirpc compiled without needing glibc

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=103
2024-08-18 13:23:19 +00:00
Ana Guerrero
7692c353af Accepting request 1117155 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1117155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=60
2023-10-12 21:38:47 +00:00
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
Dominique Leuenberger
aeb89c110a Accepting request 998199 from Base:System
- 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
- drop 0001-Fix-DoS-vulnerability-in-libtirpc.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/998199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=59
2022-08-21 12:10:46 +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
Dominique Leuenberger
7aa38e42f9 Accepting request 919033 from Base:System
OBS-URL: https://build.opensuse.org/request/show/919033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=58
2021-09-21 19:12:12 +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
Dominique Leuenberger
48f59a0b07 Accepting request 893446 from Base:System
- 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/request/show/893446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=57
2021-05-20 17:23:16 +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
Dominique Leuenberger
b6b61a1bd9 Accepting request 858392 from Base:System
OBS-URL: https://build.opensuse.org/request/show/858392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=56
2020-12-26 20:11:30 +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
15bc160170 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=91 2020-12-08 08:09:09 +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
Dominique Leuenberger
8afe53d8e1 Accepting request 849707 from Base:System
OBS-URL: https://build.opensuse.org/request/show/849707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=55
2020-11-26 22:09:15 +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
Dominique Leuenberger
b557d73f44 Accepting request 794153 from Base:System
OBS-URL: https://build.opensuse.org/request/show/794153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=54
2020-04-17 22:26:29 +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
Dominique Leuenberger
a668596087 Accepting request 772315 from Base:System
OBS-URL: https://build.opensuse.org/request/show/772315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=53
2020-02-11 21:16:45 +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
Dominique Leuenberger
c3b6860a2a Accepting request 762081 from Base:System
OBS-URL: https://build.opensuse.org/request/show/762081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=52
2020-01-18 11:13:28 +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
Dominique Leuenberger
5bbe0a79e4 Accepting request 750501 from Base:System
OBS-URL: https://build.opensuse.org/request/show/750501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=51
2019-12-02 10:26:29 +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
Dominique Leuenberger
6b040016b8 Accepting request 686706 from Base:System
OBS-URL: https://build.opensuse.org/request/show/686706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=50
2019-03-25 08:47:21 +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
Dominique Leuenberger
52d2e0378f Accepting request 616443 from Base:System
OBS-URL: https://build.opensuse.org/request/show/616443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=49
2018-06-27 08:13:28 +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
Dominique Leuenberger
99c776a6d8 Accepting request 589931 from Base:System
OBS-URL: https://build.opensuse.org/request/show/589931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=48
2018-03-24 15:06:42 +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
Dominique Leuenberger
be42ef60b2 Accepting request 580532 from Base:System
OBS-URL: https://build.opensuse.org/request/show/580532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=47
2018-03-01 10:59:44 +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
Dominique Leuenberger
4c8f8dec59 Accepting request 546027 from Base:System
OBS-URL: https://build.opensuse.org/request/show/546027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=46
2017-12-06 07:46:55 +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
Dominique Leuenberger
2a76ef2352 Accepting request 531797 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/531797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=45
2017-10-13 12:02:39 +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
Dominique Leuenberger
f8dd8b5880 Accepting request 514180 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/514180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=44
2017-08-24 15:39:08 +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
Dominique Leuenberger
ccb6e65972 Accepting request 384015 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/384015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=43
2016-04-11 08:27:36 +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
Dominique Leuenberger
132a47e012 Accepting request 357722 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/357722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=42
2016-02-11 11:33:05 +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
Dominique Leuenberger
8a7951b2dd Accepting request 346346 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/346346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=41
2015-12-03 12:28:48 +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
Stephan Kulow
e5a2915b05 Accepting request 315829 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/315829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=40
2015-07-19 09:44:49 +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
Stephan Kulow
eae2992915 Accepting request 314438 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/314438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=39
2015-07-05 15:53:47 +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
2574c92147 Accepting request 310201 from Base:System
- 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 (forwarded request 309650 from kukuk)

OBS-URL: https://build.opensuse.org/request/show/310201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=38
2015-06-05 06:45:56 +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
Stephan Kulow
50ed2d935e Accepting request 265761 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/265761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=37
2014-12-21 11:04:15 +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
Stephan Kulow
25cdd04345 Accepting request 220669 from Base:System
Prevent a segfault of 'rpcinfo -b' on systems with tuntap devices (bnc#861577).
Added: libtirpc-getbroadifs-crash.patch (forwarded request 220501 from okir)

OBS-URL: https://build.opensuse.org/request/show/220669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=35
2014-02-04 20:49:51 +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
918ec09a92 Accepting request 213819 from Base:System
Next attempt to get this included into Factory...

This fixes several issues in libtirpc uncovered by automated testing. (forwarded request 213497 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/213819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=34
2014-01-15 15:25: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
Stephan Kulow
ed88a2ced5 Accepting request 210327 from 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. (forwarded request 210104 from neilbrown)

OBS-URL: https://build.opensuse.org/request/show/210327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=33
2013-12-10 16:43:47 +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
310673fb0a Accepting request 208861 from 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/208861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=32
2013-11-29 15:23:17 +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
Stephan Kulow
35f6d49b44 Accepting request 201562 from Base:System
- 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/201562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=31
2013-10-02 06:50:07 +00:00
bf79306848 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=29 2013-10-01 07:27:04 +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
Stephan Kulow
fdd6836c08 Accepting request 170871 from Base:System
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 170857 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/170871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=29
2013-04-17 05:17:02 +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
Stephan Kulow
bcb0f5177f Accepting request 95933 from Base:System
license update: BSD-4-Clause
Remove deprecated rpm license string. Use SPDX syntax. Highlight BSD-4-Clause (advertising clause) nature of package (forwarded request 95930 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/95933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=26
2011-12-14 13:34:06 +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
Sascha Peilicke
e7aab5c066 Autobuild autoformatter for 75819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=24
2011-07-08 13:45:25 +00:00
Sascha Peilicke
12fdec7d31 Accepting request 75819 from Base:System
- add baselibs.conf to allow pam-32bit to link against it

OBS-URL: https://build.opensuse.org/request/show/75819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=23
2011-07-08 13:45:07 +00:00
Stephan Kulow
6b96858d4d - add baselibs.conf to allow pam-32bit to link against it
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=19
2011-07-08 07:25:01 +00:00
Sascha Peilicke
128bb00a2e Autobuild autoformatter for 74071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=22
2011-07-07 12:11:09 +00:00
OBS User buildservice-autocommit
1a90adc578 Updating link to change in openSUSE:Factory/libtirpc revision 22.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=f891331eeb58494292370ddd893a1bf5
2011-07-07 12:11:09 +00:00
Sascha Peilicke
a60a631225 Accepting request 74071 from Base:System
Fix library build with reverting a patch (see nfs-utils failure in Base:System) (forwarded request 74052 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/74071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=21
2011-07-07 12:09:43 +00:00
Cristian Rodríguez
b68a729343 Accepting request 74052 from home:a_jaeger:branches:openSUSE:Factory
Fix library build with reverting a patch (see nfs-utils failure in Base:System)

OBS-URL: https://build.opensuse.org/request/show/74052
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=17
2011-06-17 16:30:36 +00:00
Cristian Rodríguez
3e51421c6f Accepting request 73506 from home:a_jaeger:glibc214
Update to libtirpc 0.22

OBS-URL: https://build.opensuse.org/request/show/73506
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=16
2011-06-14 17:44:10 +00:00
OBS User autobuild
3a2e232b73 Autobuild autoformatter for 62427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=20
2011-02-22 12:25:15 +00:00
OBS User buildservice-autocommit
f603faefbe Updating link to change in openSUSE:Factory/libtirpc revision 20.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=cc406f15ed3b02bab72737f1c7633d46
2011-02-22 12:25:15 +00:00
Ruediger Oertel
bf0d2d0ccf Accepting request 62427 from Base:System
Accepted submit request 62427 from user neilbrown

OBS-URL: https://build.opensuse.org/request/show/62427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=19
2011-02-22 12:25:08 +00:00
Neil Brown
463503e466 - Use correct source address on replies [bnc#587934,bnc#587811]
- Prevent bindresvport from binding to blacklisted ports [bnc#579315]

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=14
2011-02-22 05:08:58 +00:00
OBS User autobuild
dfb6212b90 Autobuild autoformatter for 51854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=17
2010-11-02 12:30:11 +00:00
Ruediger Oertel
366c9767fe Accepting request 51854 from Base:System
Accepted submit request 51854 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=16
2010-11-02 12:30:01 +00:00
Stephan Kulow
4850bcc3d8 Accepting request 51771 from home:jengelh:smp
OBS-URL: https://build.opensuse.org/request/show/51771
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=12
2010-11-01 08:28:04 +00:00
OBS User autobuild
00d7200b3f Accepting request 49524 from Base:System
Copy from Base:System/libtirpc based on submit request 49524 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/49524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=15
2010-10-01 22:44:38 +00:00
OBS User buildservice-autocommit
19d1977238 Updating link to change in openSUSE:Factory/libtirpc revision 15.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=f9254eff06ab74c37d6fd7c1483177bc
2010-10-01 22:44:38 +00:00
OBS User autobuild
9ae9ee3d67 Accepting request 49524 from Base:System
checked in (request 49524)

OBS-URL: https://build.opensuse.org/request/show/49524
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=11
2010-10-01 22:44:37 +00:00
Cristian Rodríguez
a18aa3f255 Accepting request 49523 from home:rmax:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/49523
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=10
2010-09-29 15:57:01 +00:00
OBS User autobuild
8464d5ba7c Accepting request 48317 from Base:System
Copy from Base:System/libtirpc based on submit request 48317 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/48317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=14
2010-09-17 22:53:13 +00:00
OBS User buildservice-autocommit
5d2253d2db Updating link to change in openSUSE:Factory/libtirpc revision 14.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=52b49edbc74959ad491aa81833a0bd24
2010-09-17 22:53:13 +00:00
OBS User autobuild
7dfc62e739 Accepting request 48317 from Base:System
checked in (request 48317)

OBS-URL: https://build.opensuse.org/request/show/48317
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=9
2010-09-17 22:53:12 +00:00
643b6c0ae7 Accepting request 48222 from home:rmax:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/48222
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=8
2010-09-16 14:56:36 +00:00
OBS User autobuild
d5ad4c7500 Accepting request 43693 from Base:System
Copy from Base:System/libtirpc based on submit request 43693 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=13
2010-07-23 19:42:09 +00:00
OBS User autobuild
d78af033ee OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=10 2010-03-18 15:05:46 +00:00
OBS User autobuild
7217715364 Accepting request 26719 from Base:System
Copy from Base:System/libtirpc based on submit request 26719 from user oertel

OBS-URL: https://build.opensuse.org/request/show/26719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=9
2009-12-16 09:47:42 +00:00
OBS User unknown
a4b0344173 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=7 2009-03-17 19:15:01 +00:00
OBS User unknown
1a37a695af OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=6 2008-11-18 16:28:47 +00:00
OBS User unknown
57c3a3a8c2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=5 2008-10-22 23:25:05 +00:00
OBS User unknown
6290148e58 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=4 2008-10-06 16:14:39 +00:00
OBS User unknown
2588dcf82a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=3 2008-09-05 19:56:33 +00:00
OBS User unknown
d9fb4e2773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=2 2008-08-01 22:26:34 +00:00
OBS User unknown
3a3a89a2e4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=1 2008-04-05 02:43:51 +00:00
2 changed files with 0 additions and 6 deletions

BIN
libtirpc-1.3.4.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b31370e5a38d3391bf37edfa22498e28fe2142467ae6be7a17c9068ec0bf12f
size 565188