SOURCES: libtirpc-compile.patch, libtirpc-link.patch - updated

arekm arekm at pld-linux.org
Wed May 7 22:23:57 CEST 2008


Author: arekm                        Date: Wed May  7 20:23:57 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   libtirpc-compile.patch (1.1 -> 1.2) , libtirpc-link.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/libtirpc-compile.patch
diff -u SOURCES/libtirpc-compile.patch:1.1 SOURCES/libtirpc-compile.patch:1.2
--- SOURCES/libtirpc-compile.patch:1.1	Tue Apr 24 15:23:19 2007
+++ SOURCES/libtirpc-compile.patch	Wed May  7 22:23:51 2008
@@ -9,28 +9,6 @@
  
  libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
          clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
---- libtirpc-0.1.7/src/svc_auth_gss.c.orig	2005-05-18 01:10:50.000000000 -0400
-+++ libtirpc-0.1.7/src/svc_auth_gss.c	2006-08-09 15:15:31.000000000 -0400
-@@ -382,7 +382,7 @@ _svcauth_gss(struct svc_req *rqst, struc
- 			return (AUTH_FAILED);
- 		}
- 		auth->svc_ah_ops = &svc_auth_gss_ops;
--		SVCAUTH_PRIVATE(auth) = gd;
-+		auth->svc_ah_private = (caddr_t) gd;
- 		rqst->rq_xprt->xp_auth = auth;
- 	}
- 	else gd = SVCAUTH_PRIVATE(rqst->rq_xprt->xp_auth);
---- libtirpc-0.1.7/configure.in.orig	2005-05-18 01:10:50.000000000 -0400
-+++ libtirpc-0.1.7/configure.in	2006-08-09 15:15:31.000000000 -0400
-@@ -1,6 +1,6 @@
-                                                                                                                              
--AC_INIT(libtirpc, 0.1.5)
--AM_INIT_AUTOMAKE(libtirpc, 0.1.5)
-+AC_INIT(libtirpc, 0.1.7)
-+AM_INIT_AUTOMAKE(libtirpc, 0.1.7)
- AM_MAINTAINER_MODE
- AC_CONFIG_SRCDIR([src/auth_des.c])
- 
 --- libtirpc-0.1.7/Makefile.am.orig	2005-05-18 01:10:50.000000000 -0400
 +++ libtirpc-0.1.7/Makefile.am	2006-08-09 15:15:31.000000000 -0400
 @@ -44,5 +44,5 @@ nobase_include_HEADERS = tirpc/un-namesp

================================================================
Index: SOURCES/libtirpc-link.patch
diff -u SOURCES/libtirpc-link.patch:1.1 SOURCES/libtirpc-link.patch:1.2
--- SOURCES/libtirpc-link.patch:1.1	Thu May 17 20:36:27 2007
+++ SOURCES/libtirpc-link.patch	Wed May  7 22:23:52 2008
@@ -10,12 +10,12 @@
  
  libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
          clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
-@@ -30,7 +31,7 @@
+@@ -30,7 +30,7 @@
+ ## Secure-RPC
  if GSS
-     libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c \
- 		svc_auth_none.c
--    libtirpc_la_LDFLAGS += $(GSSAPI_LIBS)
-+    libtirpc_la_LIBADD += $(GSSAPI_LIBS)
-     libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSAPI_CFLAGS)
+     libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c
+-    libtirpc_la_LDFLAGS += $(GSSGLUE_LIBS)
++    libtirpc_la_LIBADD += $(GSSGLUE_LIBS)
+     libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSGLUE_CFLAGS)
  endif
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libtirpc-compile.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libtirpc-link.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list