From 10b6d9712a70b3fcde6c79719caf00a567baa8c2 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:14:21 +0000 Subject: [PATCH] auto-import changelog data from yp-tools-2.8-5.src.rpm Fri Jun 18 2004 Alan Cox - Fix buffer overflow (non security) thanks to D Binderman --- yp-tools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/yp-tools.spec b/yp-tools.spec index 1370638..6c1b209 100644 --- a/yp-tools.spec +++ b/yp-tools.spec @@ -1,12 +1,13 @@ Summary: NIS (or YP) client programs. Name: yp-tools Version: 2.8 -Release: 4 +Release: 5 License: GPL Group: System Environment/Base Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2 Url: http://www.linux-nis.org/nis/yp-tools/index.html Patch1: yp-tools-2.7-md5.patch +Patch2: yp-tools-2.8-overrun.patch Obsoletes: yppasswd, yp-clients Requires: ypbind Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -34,6 +35,7 @@ you'll need to install the ypserv package on one machine on the network. %prep %setup -q %patch1 -p1 -b .md5 +%patch2 -p1 -b .overflow %build %configure --disable-domainname @@ -59,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %dir /var/yp %changelog +* Fri Jun 18 2004 Alan Cox +- Fix buffer overflow (non security) thanks to D Binderman + * Tue Jun 15 2004 Elliot Lee - rebuilt