From 14dd5f9c47ac530cd8ff620fe846dd4078bbd35f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 7 May 2008 20:32:51 +0000 Subject: [PATCH] - updated Changed files: libtirpc-svcauthnone.patch -> 1.2 --- libtirpc-svcauthnone.patch | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/libtirpc-svcauthnone.patch b/libtirpc-svcauthnone.patch index 5b724eb..70285d6 100644 --- a/libtirpc-svcauthnone.patch +++ b/libtirpc-svcauthnone.patch @@ -76,22 +76,12 @@ +} --- libtirpc-0.1.7/src/Makefile.am.orig 2006-08-11 12:58:28.000000000 -0400 +++ libtirpc-0.1.7/src/Makefile.am 2006-08-14 11:54:20.000000000 -0400 -@@ -28,7 +28,8 @@ libtirpc_la_SOURCES += xdr.c xdr_rec.c x +@@ -22,7 +22,7 @@ + rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \ + rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \ + svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ +- auth_time.c auth_des.c authdes_prot.c ++ auth_time.c auth_des.c authdes_prot.c svc_auth_none.c - ## Secure-RPC - if GSS -- libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c -+ libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c \ -+ svc_auth_none.c - libtirpc_la_LDFLAGS += $(GSSAPI_LIBS) - libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSAPI_CFLAGS) - endif -@@ -49,7 +50,7 @@ $(libtirpc_la_OBJECTS) :auth_none.c auth - svc_raw.c svc_run.c svc_simple.c svc_vc.c \ - xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \ - auth_gss.c authgss_prot.c svc_auth_gss.c getpeereid.c \ -- auth_time.c auth_des.c authdes_prot.c -+ auth_time.c auth_des.c authdes_prot.c svc_auth_none.c - - else - $(libtirpc_la_OBJECTS) :auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \ + ## XDR + libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c -- 2.44.0