packages: libtirpc/libtirpc.spec, libtirpc/libtirpc-des-in-libc.patch - bac...

qboosh qboosh at pld-linux.org
Fri Jun 24 21:17:51 CEST 2011


Author: qboosh                       Date: Fri Jun 24 19:17:51 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- back to version which builds with glibc with restored RPC/NIS API
- release 1.3

---- Files affected:
packages/libtirpc:
   libtirpc.spec (1.30 -> 1.31) , libtirpc-des-in-libc.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/libtirpc/libtirpc.spec
diff -u packages/libtirpc/libtirpc.spec:1.30 packages/libtirpc/libtirpc.spec:1.31
--- packages/libtirpc/libtirpc.spec:1.30	Sun Jun 12 20:05:13 2011
+++ packages/libtirpc/libtirpc.spec	Fri Jun 24 21:17:46 2011
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	Biblioteka RPC niezależnego od transportu
 Name:		libtirpc
 Version:	0.2.2
-Release:	1.2
+Release:	1.3
 Epoch:		1
 License:	BSD-like
 Group:		Libraries
@@ -17,12 +17,13 @@
 Patch1:		%{name}-heimdal.patch
 Patch2:		%{name}-XDR_GETPOS.patch
 Patch3:		%{name}-rpc-des-prot.patch
-Patch4:		%{name}-nis.patch
-Patch5:		%{name}-glibc-2.14.patch
+Patch4:		%{name}-des-in-libc.patch
+#Patch4:		%{name}-nis.patch
+#Patch5:		%{name}-glibc-2.14.patch
 URL:		http://sourceforge.net/projects/libtirpc/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
-BuildRequires:	glibc >= 6:2.14
+BuildRequires:	glibc >= 6:2.14-9.1
 %if %{with gssglue}
 BuildRequires:	libgssglue-devel >= 0.1
 %else
@@ -35,7 +36,7 @@
 %else
 Requires:	heimdal-libs
 %endif
-Requires:	glibc >= 6:2.14
+Requires:	glibc >= 6:2.14-9.1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # FIXME: this allows invalid (unresolved symbols) library to be installed.
@@ -71,7 +72,7 @@
 Summary(pl.UTF-8):	Pliki programistyczne biblioteki TI-RPC
 Group:		Development/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
-Requires:	glibc-devel >= 6:2.14
+Requires:	glibc-devel >= 6:2.14-9.1
 %if %{with gssglue}
 Requires:	libgssglue-devel >= 0.1
 %else
@@ -105,7 +106,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 %{__libtoolize}
@@ -182,6 +182,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2011/06/24 19:17:46  qboosh
+- back to version which builds with glibc with restored RPC/NIS API
+- release 1.3
+
 Revision 1.30  2011/06/12 18:05:13  qboosh
 - added glibc-2.14 patch which adds some symbols no longer available from glibc (but still broken: this code relies on more symbols hidden in glibc 2.14)
 - BR+R glibc >= 2.14

================================================================
Index: packages/libtirpc/libtirpc-des-in-libc.patch
diff -u /dev/null packages/libtirpc/libtirpc-des-in-libc.patch:1.3
--- /dev/null	Fri Jun 24 21:17:51 2011
+++ packages/libtirpc/libtirpc-des-in-libc.patch	Fri Jun 24 21:17:46 2011
@@ -0,0 +1,11 @@
+--- libtirpc-0.2.2/src/Makefile.am.orig	2011-05-03 14:27:42.946837608 +0200
++++ libtirpc-0.2.2/src/Makefile.am	2011-05-03 15:10:16.266923103 +0200
+@@ -51,7 +51,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 des_crypt.c
++        auth_time.c auth_des.c authdes_prot.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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtirpc/libtirpc.spec?r1=1.30&r2=1.31&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtirpc/libtirpc-des-in-libc.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list