[389-ds-base/f15] Fix coverity NULL deref in previous patch

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Aug 4 14:29:42 UTC 2011


commit bd6785dd6e7ec03bcb088a10bcb7c6f32a99b367
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Aug 4 08:27:15 2011 -0600

    Fix coverity NULL deref in previous patch
    
    Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
    Fix coverity NULL deref in previous patch
    (cherry picked from commit cf7c2133b4197f6da8c4f8ee436042a44bf7afc8)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    6 +++++-
 sources                  |    2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c72fdff..5e469a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /389-ds-base-1.2.9.1.tar.bz2
 /389-ds-base-1.2.9.2.tar.bz2
 /389-ds-base-1.2.9.3.tar.bz2
+/389-ds-base-1.2.9.4.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 6077f27..76fbd6c 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.9.3
+VERSION=1.2.9.4
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 #SRCNAME=$PKGNAME-$VERSION-$DATE
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index b9486f3..77696aa 100644
--- a/389-ds-base-git.sh
+++ b/389-ds-base-git.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.9.3
+VERSION=1.2.9.4
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
diff --git a/389-ds-base.spec b/389-ds-base.spec
index a8cbcd4..693521f 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -15,7 +15,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.9.3
+Version:          1.2.9.4
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -276,6 +276,10 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Thu Aug  4 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.4-1
+- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
+-  Fix coverity NULL deref in previous patch
+
 * Wed Aug  3 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.3-1
 - Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
 -  previous patch broke build on el5
diff --git a/sources b/sources
index 51213b8..6b4ff92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fa7ef35ecedd902fb8301c1c49e10b1  389-ds-base-1.2.9.3.tar.bz2
+8835607075b489963ef4f22095d781a5  389-ds-base-1.2.9.4.tar.bz2


More information about the scm-commits mailing list