[389-ds-base/f16] Trac Ticket 396 - Account Usability Control Not Working

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Jun 27 17:11:02 UTC 2012


commit 95251fa7092aa373f3b5ee08cec674c3031a4eec
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Wed Jun 27 11:07:29 2012 -0600

    Trac Ticket 396 - Account Usability Control Not Working
    
    Ticket 378 - unhashed#user#password visible after changing password
      fix typo in previous patch

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    7 ++++++-
 sources                  |    2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2382b0f..b430fc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@
 /389-ds-base-1.2.10.9.tar.bz2
 /389-ds-base-1.2.10.10.tar.bz2
 /389-ds-base-1.2.10.11.tar.bz2
+/389-ds-base-1.2.10.12.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index c40c9b6..c1acfeb 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.11
+VERSION=1.2.10.12
 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 9215436..4833bf0 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.11
+VERSION=1.2.10.12
 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 5863a8a..00fb3f6 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -18,7 +18,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.10.11
+Version:          1.2.10.12
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -285,6 +285,11 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Wed Jun 27 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.12-1
+- Ticket 378 - unhashed#user#password visible after changing password
+-  fix typo in previous patch
+- Trac Ticket 396 - Account Usability Control Not Working
+
 * Thu Jun 21 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.11-1
 - Ticket #378 - audit log does not log unhashed password: enabled, by default.
 - Ticket #378 - unhashed#user#password visible after changing password
diff --git a/sources b/sources
index eb54161..dce8649 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da1d9617afa0f2b5d815347ad960b84d  389-ds-base-1.2.10.11.tar.bz2
+ae500f0f249bf3c192ab3b3aab80956f  389-ds-base-1.2.10.12.tar.bz2


More information about the scm-commits mailing list