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