From 290c11bea650ff5ed8358a3f751ce12903baeb78 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Mon, 13 Feb 2006 16:28:41 +0000 Subject: [PATCH] Built for latest sources. --- .cvsignore | 2 +- sources | 2 +- ypserv-2.11-iface-binding3.patch | 6 +++--- ypserv.spec | 11 +++++------ 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6f76e02..c978590 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ypserv-2.13.tar.bz2 +ypserv-2.19.tar.bz2 diff --git a/sources b/sources index 363ae3e..85bd1ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -caa5e7b2af6f62d6051643cc1c00b5c8 ypserv-2.13.tar.bz2 +f6f856fc8143040ba8db61a1717ae815 ypserv-2.19.tar.bz2 diff --git a/ypserv-2.11-iface-binding3.patch b/ypserv-2.11-iface-binding3.patch index 47b9cfa..77c55ca 100644 --- a/ypserv-2.11-iface-binding3.patch +++ b/ypserv-2.11-iface-binding3.patch @@ -50,9 +50,9 @@ +#include +#include +#include - - #include "yp.h" - #include "access.h" + #if defined(HAVE_RPC_SVC_SOC_H) + #include /* for svcudp_create() */ + #endif /* HAVE_RPC_SVC_SOC_H */ @@ -60,6 +64,8 @@ #define YPOLDVERS 1 #endif diff --git a/ypserv.spec b/ypserv.spec index 1beff49..d5895dc 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -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 @@ Patch1: ypserv-2.11-path.patch 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 @@ machines. %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 @@ exit 0 %{_includedir}/*/* %changelog +* Mon Jan 9 2006 Chris Feist - 2.19-0 +- Rebuilt against latest upstream sources (2.19). + * Fri Feb 10 2006 Jesse Keating - 2.13-10.2 - bump again for double-long bug on ppc(64)