Commit Graph

51 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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 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
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
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 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 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
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