167c8f44ce
- 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
18 lines
756 B
Diff
18 lines
756 B
Diff
diff --git a/doc/netconfig b/doc/netconfig
|
|
index effc67e..85c24da 100644
|
|
--- a/doc/netconfig
|
|
+++ b/doc/netconfig
|
|
@@ -10,10 +10,10 @@
|
|
# The <device> and <nametoaddr_libs> fields are always empty in this
|
|
# implementation.
|
|
#
|
|
-udp tpi_clts v inet udp - -
|
|
-tcp tpi_cots_ord v inet tcp - -
|
|
udp6 tpi_clts v inet6 udp - -
|
|
tcp6 tpi_cots_ord v inet6 tcp - -
|
|
+udp tpi_clts v inet udp - -
|
|
+tcp tpi_cots_ord v inet tcp - -
|
|
rawip tpi_raw - inet - - -
|
|
local tpi_cots_ord - loopback - - -
|
|
unix tpi_cots_ord - loopback - - -
|