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:
parent
8b5688d034
commit
10b6d9712a
@ -1,12 +1,13 @@
|
|||||||
Summary: NIS (or YP) client programs.
|
Summary: NIS (or YP) client programs.
|
||||||
Name: yp-tools
|
Name: yp-tools
|
||||||
Version: 2.8
|
Version: 2.8
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2
|
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
|
Url: http://www.linux-nis.org/nis/yp-tools/index.html
|
||||||
Patch1: yp-tools-2.7-md5.patch
|
Patch1: yp-tools-2.7-md5.patch
|
||||||
|
Patch2: yp-tools-2.8-overrun.patch
|
||||||
Obsoletes: yppasswd, yp-clients
|
Obsoletes: yppasswd, yp-clients
|
||||||
Requires: ypbind
|
Requires: ypbind
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -34,6 +35,7 @@ you'll need to install the ypserv package on one machine on the network.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .md5
|
%patch1 -p1 -b .md5
|
||||||
|
%patch2 -p1 -b .overflow
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-domainname
|
%configure --disable-domainname
|
||||||
@ -59,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/yp
|
%dir /var/yp
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user