[389-ds-base/f17] fixes bugs in CLEANALLRUV and winsync - Root DN access - schema errors with password

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Sep 25 16:30:39 UTC 2012


commit 950467654b14248cdca63ecbc08be340152df217
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Sep 25 10:19:45 2012 -0600

    fixes bugs in CLEANALLRUV and winsync - Root DN access - schema errors with password
    
    Trac Ticket #470 - 389 prevents from adding a posixaccount with userpassword after schema reload
    Ticket 477 - CLEANALLRUV if there are only winsync agmts task will hang
    Ticket 457 - dirsrv init script returns 0 even when few or all instances fail to start
    Ticket 473 - change VERSION.sh to have console version be major.minor
    Ticket 475 - Root DN Access Control - improve value checking for config
    Trac Ticket #466 - entry_apply_mod - ADD: Failed to set unhashed#user#password to extension
    Ticket 474 - Root DN Access Control - days allowed not working correctly
    Ticket 467 - CLEANALLRUV abort task should be able to ignore down replicas
    0b79915 fix compiler warnings in ticket 374 code
    Ticket 452 - automember rebuild task adds users to groups that do not match the configuration scope
    (cherry picked from commit 0b3844ba892a4528f229627ede5c4403ca345dbd)
    (cherry picked from commit bc9f5e7b993bd8831ba08a61b926e40708d48716)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   14 +++++++++++++-
 sources                  |    2 +-
 5 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74ecee4..b105b76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@
 /389-ds-base-1.2.11.12.tar.bz2
 /389-ds-base-1.2.11.13.tar.bz2
 /389-ds-base-1.2.11.14.tar.bz2
+/389-ds-base-1.2.11.15.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index e8a7529..dbbf503 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.11.14
+VERSION=1.2.11.15
 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 d8266ab..bd0e66e 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.11.14
+VERSION=1.2.11.15
 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 7f7692b..b2693d1 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -21,7 +21,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.11.14
+Version:          1.2.11.15
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -311,6 +311,18 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Tue Sep 25 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.11.15-1
+- Trac Ticket #470 - 389 prevents from adding a posixaccount with userpassword after schema reload
+- Ticket 477 - CLEANALLRUV if there are only winsync agmts task will hang
+- Ticket 457 - dirsrv init script returns 0 even when few or all instances fail to start
+- Ticket 473 - change VERSION.sh to have console version be major.minor
+- Ticket 475 - Root DN Access Control - improve value checking for config
+- Trac Ticket #466 - entry_apply_mod - ADD: Failed to set unhashed#user#password to extension
+- Ticket 474 - Root DN Access Control - days allowed not working correctly
+- Ticket 467 - CLEANALLRUV abort task should be able to ignore down replicas
+- 0b79915 fix compiler warnings in ticket 374 code
+- Ticket 452 - automember rebuild task adds users to groups that do not match the configuration scope
+
 * Fri Sep  7 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.11.14-1
 - Ticket 450 - CLEANALLRUV task gets stuck on winsync replication agreement
 - Ticket 386 - large memory growth with ldapmodify(heap fragmentation)
diff --git a/sources b/sources
index e03d025..4a7e024 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7e7969be34e18e5c8e1e40f3b9d5124  389-ds-base-1.2.11.14.tar.bz2
+ae6bc25834728bcd9dd96ef82094c2bd  389-ds-base-1.2.11.15.tar.bz2


More information about the scm-commits mailing list