[389-ds-base/el6] fix cos crash - address some valgrind issues - fix kernel version checking

Richard Allen Megginson rmeggins at fedoraproject.org
Mon Mar 5 22:42:20 UTC 2012


commit 2cc597f7ec5501d42b618745dab5cfa1642652a3
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Mon Mar 5 14:39:53 2012 -0700

    fix cos crash - address some valgrind issues - fix kernel version checking
    
    b05139b memleak in normalize_mods2bvals
    c0eea24 memleak in mep_parse_config_entry
    90bc9eb handle null smods
    Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
    Ticket #306 - void function cannot return value
    ticket 304 - Fix kernel version checking in dsktune
    (cherry picked from commit f064c093b387d5e6b3848e0e8535730c178f1731)
    (cherry picked from commit 89286fa5d97faee8062e1392c059b81ca1a49fd3)
    (cherry picked from commit 03febf524c628962ef3209c0e80aa5325f042879)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   10 +++++++++-
 sources                  |    2 +-
 5 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d4e03f..f3704e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@
 /389-ds-base-1.2.10.0.tar.bz2
 /389-ds-base-1.2.10.1.tar.bz2
 /389-ds-base-1.2.10.2.tar.bz2
+/389-ds-base-1.2.10.3.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 44d0c96..7b4bce2 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.10.2
+VERSION=1.2.10.3
 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 b64e43f..90b93f0 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.10.2
+VERSION=1.2.10.3
 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 f84b875..fbb4362 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.10.2
+Version:          1.2.10.3
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -273,6 +273,14 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Mon Mar  5 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.3-1
+- b05139b memleak in normalize_mods2bvals
+- c0eea24 memleak in mep_parse_config_entry
+- 90bc9eb handle null smods
+- Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
+- Ticket #306 - void function cannot return value
+- ticket 304 - Fix kernel version checking in dsktune
+
 * Thu Feb 23 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.2-1
 - Trac Ticket #298 - crash when replicating orphaned tombstone entry
 - Ticket #281 - TLS not working with latest openldap
diff --git a/sources b/sources
index ff0190a..d31421c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35b326f94ea122eba0b4d52d515ee628  389-ds-base-1.2.10.2.tar.bz2
+7c9c6cc2ef523980e816724215698fa6  389-ds-base-1.2.10.3.tar.bz2


More information about the scm-commits mailing list