From ca3b3ccd90c09a49d7e2a4733d19c089a9524071 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Aug 08 2011 15:37:33 +0000 Subject: Fix another coverity NULL deref in previous patch Fix another coverity NULL deref in previous patch Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error (cherry picked from commit ddbda59fe7dcaceb32f0f062dfffc67847e6d39f) (cherry picked from commit 39f79f88b95209e3a2c58a9ffc9d2c593274d041) (cherry picked from commit 5fe163addff34848203b0413302fedff474afdc3) (cherry picked from commit 7cd6b4f360d1270674f570b3d872dedae6730176) --- diff --git a/.gitignore b/.gitignore index 5e469a5..d50fe7c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /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 +/389-ds-base-1.2.9.5.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 76fbd6c..61c625f 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.4 +VERSION=1.2.9.5 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 77696aa..95cb893 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.4 +VERSION=1.2.9.5 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 2e56285..b2f7273 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.4 +Version: 1.2.9.5 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -347,6 +347,10 @@ exit 0 %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Mon Aug 8 2011 Rich Megginson - 1.2.9.5-1 +- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error +- Fix another coverity NULL deref in previous patch + * 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 diff --git a/sources b/sources index 6b4ff92..8966e23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8835607075b489963ef4f22095d781a5 389-ds-base-1.2.9.4.tar.bz2 +4a72fd6f4851a40b4ad2e835c436e774 389-ds-base-1.2.9.5.tar.bz2