[389-ds-base/f14] Bug fixes for setup -u, coverity, modrdn 100% cpu, entryusn, referint txn

Richard Allen Megginson rmeggins at fedoraproject.org
Fri Nov 4 23:07:06 UTC 2011


commit dc7efe3b9fbb6c2084740eb1c7ffc355bdb058f0
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Fri Nov 4 15:55:41 2011 -0600

    Bug fixes for setup -u, coverity, modrdn 100% cpu, entryusn, referint txn
    
    Bug 751495 - 'setup-ds.pl -u' fails with undefined routine 'updateSystemD'
    Bug 750625 750624 750622 744946 Coverity issues
    Bug 748575 - part 2 - rhds81 modrdn operation and 100% cpu use in replication
    Bug 748575 - rhds81 modrn operation and 100% cpu use in replication
    Bug 745259 - Incorrect entryUSN index under high load in replicated environment
    f639711 Reduce the number of DN normalization
    c06a8fa Keep unhashed password psuedo-attribute in the adding entry
    Bug 744945 - nsslapd-counters attribute value cannot be set to "off"
    8d3b921 Use new PLUGIN_CONFIG_ENTRY feature to allow switching between txn and regular
    d316a67 Change referential integrity to be a betxnpostoperation plugin
    (cherry picked from commit 07dfaffa270eebc91f16051831308860e8f7a495)
    (cherry picked from commit 7c3b503e764f70fa988ce42ccbaa9891a28aa125)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   16 ++++++++++++++--
 sources                  |    2 +-
 5 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 957454f..3107e7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /389-ds-base-1.2.10.a2.tar.bz2
 /389-ds-base-1.2.10.a3.tar.bz2
 /389-ds-base-1.2.10.a4.tar.bz2
+/389-ds-base-1.2.10.a5.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index cf94349..d1d0f8d 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.a4
+VERSION=1.2.10.a5
 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 54e5cbb..5478419 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.a4
+VERSION=1.2.10.a5
 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 b08f1d1..b800a72 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -3,7 +3,7 @@
 # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
 # also remove the space between % and global - this space is needed because
 # fedpkg verrel stupidly ignores comment lines
-%global prerel .a4
+%global prerel .a5
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
@@ -16,7 +16,7 @@
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
 Version:          1.2.10
-Release:          %{?relprefix}4%{?prerel}%{?dist}
+Release:          %{?relprefix}5%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -278,6 +278,18 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Fri Nov  4 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.10-0.5.a5
+- Bug 751495 - 'setup-ds.pl -u' fails with undefined routine 'updateSystemD'
+- Bug 750625 750624 750622 744946 Coverity issues
+- Bug 748575 - part 2 - rhds81 modrdn operation and 100% cpu use in replication
+- Bug 748575 - rhds81 modrn operation and 100% cpu use in replication
+- Bug 745259 - Incorrect entryUSN index under high load in replicated environment
+- f639711 Reduce the number of DN normalization
+- c06a8fa Keep unhashed password psuedo-attribute in the adding entry
+- Bug 744945 - nsslapd-counters attribute value cannot be set to "off"
+- 8d3b921 Use new PLUGIN_CONFIG_ENTRY feature to allow switching between txn and regular
+- d316a67 Change referential integrity to be a betxnpostoperation plugin
+
 * Fri Oct  7 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.10-0.4.a4
 - Bug 741744 - part3 - MOD operations with chained delete/add get back error 53
 - 1d2f5a0 make memberof transaction aware and able to be a betxnpostoperation plug in
diff --git a/sources b/sources
index 5cb840a..654cbe3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-270a3098569a257fdeceff6e81ceb673  389-ds-base-1.2.10.a4.tar.bz2
+cfad5b18d963fd484efbb8e5595610e4  389-ds-base-1.2.10.a5.tar.bz2


More information about the scm-commits mailing list