Built for latest sources.

This commit is contained in:
Chris Feist 2006-02-13 16:28:41 +00:00
parent 897c901c29
commit 290c11bea6
4 changed files with 10 additions and 11 deletions

View File

@ -1 +1 @@
ypserv-2.13.tar.bz2
ypserv-2.19.tar.bz2

View File

@ -1 +1 @@
caa5e7b2af6f62d6051643cc1c00b5c8 ypserv-2.13.tar.bz2
f6f856fc8143040ba8db61a1717ae815 ypserv-2.19.tar.bz2

View File

@ -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

View File

@ -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 <cfeist@redhat.com> - 2.19-0
- Rebuilt against latest upstream sources (2.19).
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13-10.2
- bump again for double-long bug on ppc(64)