[389-admin/el6] 389-admin-1.1.20 - many migration + tls/ssl fixes

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Jul 5 19:20:22 UTC 2011


commit 25afe65b2158dca1e8e54dd86db6327595245b67
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Jul 5 11:21:53 2011 -0600

    389-admin-1.1.20 - many migration + tls/ssl fixes
    
    389-admin-1.1.20 - many migration + tls/ssl fixes
    Bug 719056 - migrate-ds-admin.pl needs to update SELinux policy
    Bug 718285 - AdminServer should use "service" command instead of start/stop/restart scripts
    Bug 718079 - Perl errors when running migrate-ds-admin.pl
    Bug 713000 - Migration stops if old admin server cannot be stopped
    added tests for the security cgi
    fix typo in NSS_Shutdown warning message
    better NSS error handling - reduce memory leaks
    Bug 710372 - Not able to open the Manage Certificate from DS-console
    (cherry picked from commit e3bb13b8beb0e409e299f32df5df85b79e6e1be7)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |   14 ++++++++++++--
 sources                |    2 +-
 5 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24bf32f..ba9abde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /389-admin-1.1.17.tar.bz2
 /389-admin-1.1.18.tar.bz2
 /389-admin-1.1.19.tar.bz2
+/389-admin-1.1.20.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 3b23a53..8db8e50 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.19
+VERSION=1.1.20
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 3596a5b..9382e7c 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.19
+VERSION=1.1.20
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index 682fb6f..af9c7cc 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,7 +6,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.19
+Version:          1.1.20
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -58,7 +58,7 @@ and CGI utilities used by the console.
 %setup -q -n %{name}-%{version}%{?prerel}
 
 %build
-%configure --disable-rpath --with-selinux --with-openldap
+%configure --disable-rpath --with-selinux --with-openldap --enable-service
 
 # Generate symbolic info for debuggers
 export XCFLAGS=$RPM_OPT_FLAGS
@@ -132,6 +132,16 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Tue Jul  5 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.20-1
+- Bug 719056 - migrate-ds-admin.pl needs to update SELinux policy
+- Bug 718285 - AdminServer should use "service" command instead of start/stop/restart scripts
+- Bug 718079 - Perl errors when running migrate-ds-admin.pl
+- Bug 713000 - Migration stops if old admin server cannot be stopped
+- added tests for the security cgi
+- fix typo in NSS_Shutdown warning message
+- better NSS error handling - reduce memory leaks
+- Bug 710372 - Not able to open the Manage Certificate from DS-console
+
 * Tue Jun 28 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.19-1
 - look for separate openldap ldif library
 
diff --git a/sources b/sources
index 56f967e..0116028 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30a3add5cd160c7ce5ee25fdd8b02a15  389-admin-1.1.19.tar.bz2
+4dbed7a295b6db527babbb66bc3e86c0  389-admin-1.1.20.tar.bz2


More information about the scm-commits mailing list