auto-import changelog data from yp-tools-2.7-3.src.rpm
Wed Aug 28 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-3 - properly terminate an alloca'ed string in yppasswd which would lead to improper rejection of the request if the user's pw_passwd was visible
This commit is contained in:
parent
0fe4e22a71
commit
7f96aecebd
@ -1,12 +1,13 @@
|
|||||||
Summary: NIS (or YP) client programs.
|
Summary: NIS (or YP) client programs.
|
||||||
Name: yp-tools
|
Name: yp-tools
|
||||||
Version: 2.7
|
Version: 2.7
|
||||||
Release: 2
|
Release: 3
|
||||||
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-vt.uni-paderborn.de/~kukuk/linux/nis.html
|
Url: http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html
|
||||||
Patch1: yp-tools-2.7-md5.patch
|
Patch1: yp-tools-2.7-md5.patch
|
||||||
|
Patch2: yp-tools-2.7-terminate.patch
|
||||||
Obsoletes: yppasswd, yp-clients
|
Obsoletes: yppasswd, yp-clients
|
||||||
Requires: ypbind
|
Requires: ypbind
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -33,7 +34,8 @@ you'll need to install the ypserv package on one machine on the network.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1 -b .md5
|
||||||
|
%patch2 -p1 -b .terminate
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-domainname
|
%configure --disable-domainname
|
||||||
@ -59,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/yp
|
%dir /var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 28 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-3
|
||||||
|
- properly terminate an alloca'ed string in yppasswd which would lead to
|
||||||
|
improper rejection of the request if the user's pw_passwd was visible
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user