Synced w/ FC-4
This commit is contained in:
parent
e542cdd558
commit
84cf34d9eb
@ -4,7 +4,7 @@ Summary: The NIS (Network Information Service) server.
|
||||
Url: http://www.linux-nis.org/nis/ypserv/index.html
|
||||
Name: ypserv
|
||||
Version: 2.13
|
||||
Release: 6.2
|
||||
Release: 8
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
|
||||
@ -21,6 +21,7 @@ Patch4: ypserv-2.11-iface-binding3.patch
|
||||
Patch5: ypserv-2.13-pie.patch
|
||||
Patch6: ypserv-2.13-yplib-memleak.patch
|
||||
Patch7: ypserv-2.13-ypxfr-zeroresp.patch
|
||||
Patch8: ypserv-2.13-zero-buffer.patch
|
||||
Obsoletes: yppasswd
|
||||
BuildRequires: gdbm-devel
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
@ -51,6 +52,7 @@ machines.
|
||||
%patch5 -p1 -b .pie
|
||||
%patch6 -p1 -b .memleak
|
||||
%patch7 -p1 -b .respzero
|
||||
%patch8 -p1 -b .zero-buffer
|
||||
|
||||
%build
|
||||
cp etc/README etc/README.etc
|
||||
@ -136,6 +138,9 @@ exit 0
|
||||
%{_includedir}/*/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 9 2006 Chris Feist <cfeist@redhat.com> - 2.13-8
|
||||
- Fix crash with ypxfr caused by failing to zero out data (bz #161217)
|
||||
|
||||
* Wed Jan 4 2006 Jesse Keating <jkeating@redhat.com> - 2.13-6.2
|
||||
- rebuilt for new gcc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user