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:
parent
982560d4f8
commit
84baba16fa
5 changed files with 16 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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@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@redhat.com> - 1.1.19-1
|
||||
- look for separate openldap ldif library
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
30a3add5cd160c7ce5ee25fdd8b02a15 389-admin-1.1.19.tar.bz2
|
||||
4dbed7a295b6db527babbb66bc3e86c0 389-admin-1.1.20.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue