auto-import changelog data from yp-tools-2.8-5.src.rpm

Fri Jun 18 2004 Alan Cox <alan@redhat.com>
- Fix buffer overflow (non security) thanks to D Binderman
This commit is contained in:
cvsdist 2004-09-09 15:14:21 +00:00
parent 8b5688d034
commit 10b6d9712a
1 changed files with 6 additions and 1 deletions

View File

@ -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 <alan@redhat.com>
- Fix buffer overflow (non security) thanks to D Binderman
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt