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

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


commit e3bb13b8beb0e409e299f32df5df85b79e6e1be7
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

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |   16 +++++++++++++---
 sources                |    2 +-
 5 files changed, 17 insertions(+), 6 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 0b879f0..288c118 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,8 +6,8 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.19
-Release:          %{?relprefix}2%{?prerel}%{?dist}
+Version:          1.1.20
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -60,7 +60,7 @@ and CGI utilities used by the console.
 %patch0 -p1
 
 %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
@@ -134,6 +134,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
+
 * Thu Jun 30 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.19-2
 - bump rev to rebuild with 389-adminutil-1.1.14
 
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