From 7746c9143912d2614b7bbc9752056f58a57bc6fa Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:19:13 +0000 Subject: [PATCH] auto-import changelog data from ypbind-1.16-1.src.rpm Mon Jan 19 2004 Phil Knirsch 1.16-1 - Updated to latest upstream version. Thu Nov 20 2003 Steve Dickson - Added a NULL check to test_bindings() to make sure clnt_call() is not called with a NULL pointer. Sat Oct 04 2003 Steve Dickson - Updated Release number for RHEL3 QU1 --- .cvsignore | 2 +- sources | 2 +- ypbind.spec | 22 +++++++++++++++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0bc68b9..175cb2d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ypbind-mt-1.12.tar.bz2 +ypbind-mt-1.16.tar.bz2 diff --git a/sources b/sources index c3922b6..462c596 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a11b9f447c72fd6d18afe3b6f94b2c0 ypbind-mt-1.12.tar.bz2 +f8216d3065cad8d763f98e1a16fb5dfb ypbind-mt-1.16.tar.bz2 diff --git a/ypbind.spec b/ypbind.spec index 12fd286..ac225b5 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,15 +1,16 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain. Name: ypbind -Version: 1.12 -Release: 3 -Copyright: GPL +Version: 1.16 +Release: 1 +License: GPL Group: System Environment/Daemons Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2 Url: http://www.linux-nis.org/nis/ypbind-mt/index.html Source1: ypbind.init Patch1: ypbind-1.11-broadcast.patch Patch2: ypbind-1.11-gettextdomain.patch -Patch3: ypbind-mt-1.12-bindingrace.patch +Patch3: ypbind-mt-1.16-bindingrace.patch +Patch4: ypbind-mt-1.16-nullhandle.patch Prereq: /sbin/chkconfig Requires: portmap, yp-tools, bash >= 2.0 Epoch: 3 @@ -37,6 +38,7 @@ also need to install the ypserv package to a machine on your network. %patch1 -p1 -b .broadcast %patch2 -p1 -b .fixit %patch3 -p1 -b .race +%patch4 -p1 -b .nullhandle %build %configure --sbindir=/sbin @@ -82,7 +84,17 @@ exit 0 %doc README NEWS %changelog -* Tue Sep 9 2003 Steve Dickosn +* Mon Jan 19 2004 Phil Knirsch 1.16-1 +- Updated to latest upstream version. + +* Thu Nov 20 2003 Steve Dickson +- Added a NULL check to test_bindings() to make sure + clnt_call() is not called with a NULL pointer. + +* Sat Oct 4 2003 Steve Dickson +- Updated Release number for RHEL3 QU1 + +* Tue Sep 9 2003 Steve Dickson - Fixed a binding race where the wrong results were being returned. * Wed Jun 04 2003 Elliot Lee