[389-admin/f14] Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Aug 2 21:29:55 UTC 2011


commit 49f3a8a0acd4ddb1fa1efaf2def22bc375ec787e
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Aug 2 14:58:10 2011 -0600

    Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user
    
    Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    7 +++++--
 sources                |    2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba9abde..b6fc91b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /389-admin-1.1.18.tar.bz2
 /389-admin-1.1.19.tar.bz2
 /389-admin-1.1.20.tar.bz2
+/389-admin-1.1.21.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 8db8e50..16ecc31 100755
--- a/389-admin-git-local.sh
+++ b/389-admin-git-local.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.20
+VERSION=1.1.21
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 9382e7c..46329c6 100755
--- a/389-admin-git.sh
+++ b/389-admin-git.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.20
+VERSION=1.1.21
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index ef3428e..9576baa 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,8 +6,8 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.20
-Release:          %{?relprefix}3%{?prerel}%{?dist}
+Version:          1.1.21
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -132,6 +132,9 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Tue Aug  2 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.21-1
+- Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user
+
 * Tue Jul  5 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.20-3
 - bump rel to rebuild with 389-adminutil-1.1.14
 
diff --git a/sources b/sources
index 0116028..56a962f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4dbed7a295b6db527babbb66bc3e86c0  389-admin-1.1.20.tar.bz2
+aac6b69f9db31689202dbce5b5349e7e  389-admin-1.1.21.tar.bz2


More information about the scm-commits mailing list