389-admin-1.1.15 release - git tag 389-admin-1.1.15
- 1.1.15 release - git tag 389-admin-1.1.15 - Bug 493424 - remove unneeded modules for admin server apache config - Bug 618897 - Wrong permissions when creating instance from Console - Bug 672468 - Don't use empty path elements in LD_LIBRARY_PATH - Bug 245278 - Changing to a password with a single quote does not work - Bug 604881 - admin server log files have incorrect permissions/ownerships - Bug 387981 - plain files can be chosen on the Restore Directory dialog - Bug 668950 - Add posix group support to Console - Bug 618858 - move start-ds-admin env file into main admin server config path - Bug 616260 - libds-admin-serv linking fails due to unresolved link-time depe ndencies - start-ds-admin.in -- replaced "return 1" with "exit 1" - Bug 151705 - Need to update Console Cipher Preferences with new ciphers - Bug 470576 - Migration could do addition checks before commiting actions
This commit is contained in:
parent
303f29d800
commit
e520d3565a
6 changed files with 21 additions and 21 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
*~
|
||||
/389-admin-1.1.13.tar.bz2
|
||||
/389-admin-1.1.14.tar.bz2
|
||||
/389-admin-1.1.15.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.14
|
||||
VERSION=1.1.15
|
||||
PKGNAME=389-admin
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
SRCNAME=${PKGNAME}-${VERSION}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.14
|
||||
VERSION=1.1.15
|
||||
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.14
|
||||
Version: 1.1.15
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
|
|
@ -51,7 +51,6 @@ Requires(preun): /sbin/service
|
|||
Source0: http://port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz2
|
||||
# 389-admin-git.sh should be used to generate the source tarball from git
|
||||
Source1: %{name}-git.sh
|
||||
Patch1: f11-httpd.patch
|
||||
|
||||
%description
|
||||
389 Administration Server is an HTTP agent that provides management features
|
||||
|
|
@ -61,7 +60,6 @@ and CGI utilities used by the console.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{?prerel}
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%configure --disable-rpath --with-selinux --with-openldap
|
||||
|
|
@ -171,6 +169,22 @@ end
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.15-1
|
||||
- 1.1.15 release - git tag 389-admin-1.1.15
|
||||
- Bug 493424 - remove unneeded modules for admin server apache config
|
||||
- Bug 618897 - Wrong permissions when creating instance from Console
|
||||
- Bug 672468 - Don't use empty path elements in LD_LIBRARY_PATH
|
||||
- Bug 245278 - Changing to a password with a single quote does not work
|
||||
- Bug 604881 - admin server log files have incorrect permissions/ownerships
|
||||
- Bug 387981 - plain files can be chosen on the Restore Directory dialog
|
||||
- Bug 668950 - Add posix group support to Console
|
||||
- Bug 618858 - move start-ds-admin env file into main admin server config path
|
||||
- Bug 616260 - libds-admin-serv linking fails due to unresolved link-time depe
|
||||
ndencies
|
||||
- start-ds-admin.in -- replaced "return 1" with "exit 1"
|
||||
- Bug 151705 - Need to update Console Cipher Preferences with new ciphers
|
||||
- Bug 470576 - Migration could do addition checks before commiting actions
|
||||
|
||||
* Wed Jan 5 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.14-1
|
||||
- 1.1.14 release
|
||||
- Bug 664671 - Admin server segfault when full SSL access (http+ldap+console)
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
--- admserv/cfgstuff/httpd-2.2.conf.in 1 Aug 2007 18:14:53 -0000 1.6
|
||||
+++ admserv/cfgstuff/httpd-2.2.conf.in 9 Apr 2009 16:07:53 -0000
|
||||
@@ -137,12 +137,10 @@
|
||||
LoadModule actions_module @moddir@/mod_actions.so
|
||||
LoadModule alias_module @moddir@/mod_alias.so
|
||||
LoadModule rewrite_module @moddir@/mod_rewrite.so
|
||||
LoadModule cache_module @moddir@/mod_cache.so
|
||||
LoadModule disk_cache_module @moddir@/mod_disk_cache.so
|
||||
-LoadModule file_cache_module @moddir@/mod_file_cache.so
|
||||
-LoadModule mem_cache_module @moddir@/mod_mem_cache.so
|
||||
LoadModule cgi_module @moddir@/mod_cgi.so
|
||||
LoadModule restartd_module @admmoddir@/mod_restartd.so
|
||||
LoadModule nss_module @nssmoddir@/libmodnss.so
|
||||
LoadModule admserv_module @admmoddir@/mod_admserv.so
|
||||
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cc2633e068dfaf57ff0014f80ed1f443 389-admin-1.1.14.tar.bz2
|
||||
05514a1ee0ba8b60a328c4abed03144c 389-admin-1.1.15.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue