From 84cf34d9ebbc31eb1f2485057c5396f4386f0f99 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Mon, 9 Jan 2006 17:01:39 +0000 Subject: [PATCH] Synced w/ FC-4 --- ypserv.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ypserv.spec b/ypserv.spec index 884d9d4..ca6e02f 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -4,7 +4,7 @@ Summary: The NIS (Network Information Service) server. Url: http://www.linux-nis.org/nis/ypserv/index.html Name: ypserv Version: 2.13 -Release: 6.2 +Release: 8 License: GPL Group: System Environment/Daemons Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2 @@ -21,6 +21,7 @@ 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 @@ -51,6 +52,7 @@ machines. %patch5 -p1 -b .pie %patch6 -p1 -b .memleak %patch7 -p1 -b .respzero +%patch8 -p1 -b .zero-buffer %build cp etc/README etc/README.etc @@ -136,6 +138,9 @@ exit 0 %{_includedir}/*/* %changelog +* Mon Jan 9 2006 Chris Feist - 2.13-8 +- Fix crash with ypxfr caused by failing to zero out data (bz #161217) + * Wed Jan 4 2006 Jesse Keating - 2.13-6.2 - rebuilt for new gcc