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
This commit is contained in:
Rich Megginson 2011-07-05 11:21:53 -06:00
commit e3bb13b8be
5 changed files with 17 additions and 6 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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}

View file

@ -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

View file

@ -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@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@redhat.com> - 1.1.19-2
- bump rev to rebuild with 389-adminutil-1.1.14

View file

@ -1 +1 @@
30a3add5cd160c7ce5ee25fdd8b02a15 389-admin-1.1.19.tar.bz2
4dbed7a295b6db527babbb66bc3e86c0 389-admin-1.1.20.tar.bz2