From 9c26626b50edfb6a21f802575c40164dd97c7fda Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Aug 04 2011 14:28:19 +0000 Subject: 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) (cherry picked from commit bd6785dd6e7ec03bcb088a10bcb7c6f32a99b367) (cherry picked from commit 3e2f34e23501327cbc1d652c1df00da38e0a34fc) (cherry picked from commit 9a18eee8c10fba526a3d630a08ea08b9964eecb9) --- 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 b8b006c..2e56285 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -17,7 +17,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/ @@ -347,6 +347,10 @@ exit 0 %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Thu Aug 4 2011 Rich Megginson - 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 - 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