rpms/ypserv/devel .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 ypserv-2.11-iface-binding3.patch, 1.2, 1.3 ypserv.spec, 1.28, 1.29 ypserv-2.13-pie.patch, 1.1, NONE ypserv-2.13-zero-buffer.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 13 16:28:53 UTC 2006


Author: cfeist

Update of /cvs/dist/rpms/ypserv/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3889

Modified Files:
	.cvsignore sources ypserv-2.11-iface-binding3.patch 
	ypserv.spec 
Removed Files:
	ypserv-2.13-pie.patch ypserv-2.13-zero-buffer.patch 
Log Message:
Built for latest sources.


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/ypserv/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	9 Sep 2004 15:21:39 -0000	1.11
+++ .cvsignore	13 Feb 2006 16:28:40 -0000	1.12
@@ -1 +1 @@
-ypserv-2.13.tar.bz2
+ypserv-2.19.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/ypserv/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	9 Sep 2004 15:21:39 -0000	1.11
+++ sources	13 Feb 2006 16:28:40 -0000	1.12
@@ -1 +1 @@
-caa5e7b2af6f62d6051643cc1c00b5c8  ypserv-2.13.tar.bz2
+f6f856fc8143040ba8db61a1717ae815  ypserv-2.19.tar.bz2

ypserv-2.11-iface-binding3.patch:
 ypserv.8.in            |   16 +
 ypserv.c               |   74 +++++
 ypserv.c.iface_binding |  635 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 720 insertions(+), 5 deletions(-)

Index: ypserv-2.11-iface-binding3.patch
===================================================================
RCS file: /cvs/dist/rpms/ypserv/devel/ypserv-2.11-iface-binding3.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ypserv-2.11-iface-binding3.patch	14 Oct 2004 19:13:51 -0000	1.2
+++ ypserv-2.11-iface-binding3.patch	13 Feb 2006 16:28:40 -0000	1.3
@@ -50,9 +50,9 @@
 +#include <linux/if.h>
 +#include <netinet/in.h>
 +#include <arpa/inet.h>
- 
- #include "yp.h"
- #include "access.h"
+ #if defined(HAVE_RPC_SVC_SOC_H)
+ #include <rpc/svc_soc.h> /* for svcudp_create() */
+ #endif /* HAVE_RPC_SVC_SOC_H */
 @@ -60,6 +64,8 @@
  #define YPOLDVERS 1
  #endif


Index: ypserv.spec
===================================================================
RCS file: /cvs/dist/rpms/ypserv/devel/ypserv.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ypserv.spec	11 Feb 2006 06:37:44 -0000	1.28
+++ ypserv.spec	13 Feb 2006 16:28:41 -0000	1.29
@@ -3,8 +3,8 @@
 Summary: The NIS (Network Information Service) server.
 Url: http://www.linux-nis.org/nis/ypserv/index.html
 Name: ypserv
-Version: 2.13
-Release: 10.2
+Version: 2.19
+Release: 0
 License: GPL
 Group: System Environment/Daemons
 Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
@@ -18,10 +18,8 @@
 Patch2: ypserv-2.5-nfsnobody2.patch
 Patch3: ypserv-2.11-nomap.patch
 Patch4: ypserv-2.11-iface-binding3.patch
-Patch5: ypserv-2.13-pie.patch
 Patch6: ypserv-2.13-yplib-memleak.patch
 Patch7: ypserv-2.13-ypxfr-zeroresp.patch
-Patch8: ypserv-2.13-zero-buffer.patch
 Obsoletes: yppasswd
 BuildRequires: gdbm-devel
 Buildroot: %{_tmppath}/%{name}-root
@@ -49,10 +47,8 @@
 %patch2 -p1 -b .nfsnobody
 %patch3 -p1 -b .nomap
 %patch4 -p1 -b .iface
-%patch5 -p1 -b .pie
 %patch6 -p1 -b .memleak
 %patch7 -p1 -b .respzero
-%patch8 -p1 -b .zero-buffer
 
 %build
 cp etc/README etc/README.etc
@@ -138,6 +134,9 @@
 %{_includedir}/*/*
 
 %changelog
+* Mon Jan  9 2006 Chris Feist <cfeist at redhat.com> - 2.19-0
+- Rebuilt against latest upstream sources (2.19).
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.13-10.2
 - bump again for double-long bug on ppc(64)
 


--- ypserv-2.13-pie.patch DELETED ---


--- ypserv-2.13-zero-buffer.patch DELETED ---




More information about the fedora-cvs-commits mailing list