From 3d8186b20d4ca2b3fd9e886e77cf0afc9a254038 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Aug 20 2013 19:24:47 +0000 Subject: 0417dc7 add Eclipse and patch files - f2004ea compiler warning - ldif_read_record lineno type depends on openldap version - Ticket #47413 389-admin fails to build with latest httpd - 2a67826 add more debugging for SSL connection problems - Ticket #47465 problem with 389-adminutil detection in m4/adminutil.m4 in 389-admin and 389-dsgw - Ticket #47486 compiler warnings in adminutil, admin, dsgw - 14b1bf9 ignore files generated by Eclipse - Ticket 47467 - Improve CRL import error messages - Ticket 362 - Directory Console generates insufficient key strength - Ticket 47466 - Importing CA cert with existing name crashes security CGI - Ticket 47468 - Change security password validation error is out of order - Ticket #47334 - Avoid quoting all settings in console.conf - Ticket #47333 - Relabel lockfile when starting Admin Server - Ticket #47298 - remove-ds-admin.pl does not stop the admin server - Ticket #567 - Restart of Admin server from console fails on segfault --- diff --git a/.gitignore b/.gitignore index 84ff418..a82741d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /389-admin-1.1.29.tar.bz2 /389-admin-1.1.30.tar.bz2 /389-admin-1.1.31.tar.bz2 +/389-admin-1.1.35.tar.bz2 diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh index 547d900..0c67d30 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.31 +VERSION=1.1.35 PKGNAME=389-admin TAG=${TAG:-$PKGNAME-$VERSION} SRCNAME=${PKGNAME}-${VERSION} diff --git a/389-admin-git.sh b/389-admin-git.sh index a2ddfd3..0b5093e 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.31 +VERSION=1.1.35 PKGNAME=389-admin #SRCNAME=$PKGNAME-$VERSION-$DATE SRCNAME=$PKGNAME-$VERSION diff --git a/389-admin.spec b/389-admin.spec index e7b5879..4730c88 100644 --- a/389-admin.spec +++ b/389-admin.spec @@ -12,8 +12,8 @@ Summary: 389 Administration Server (admin) Name: 389-admin -Version: 1.1.31 -Release: %{?relprefix}1%{?prerel}%{?dist}.4 +Version: 1.1.35 +Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 and ASL 2.0 URL: http://port389.org/ Group: System Environment/Daemons @@ -131,6 +131,23 @@ end %{_mandir}/man8/* %changelog +* Tue Aug 20 2013 Rich Megginson - 1.1.35-1 +- 0417dc7 add Eclipse and patch files +- f2004ea compiler warning - ldif_read_record lineno type depends on openldap version +- Ticket #47413 389-admin fails to build with latest httpd +- 2a67826 add more debugging for SSL connection problems +- Ticket #47465 problem with 389-adminutil detection in m4/adminutil.m4 in 389-admin and 389-dsgw +- Ticket #47486 compiler warnings in adminutil, admin, dsgw +- 14b1bf9 ignore files generated by Eclipse +- Ticket 47467 - Improve CRL import error messages +- Ticket 362 - Directory Console generates insufficient key strength +- Ticket 47466 - Importing CA cert with existing name crashes security CGI +- Ticket 47468 - Change security password validation error is out of order +- Ticket #47334 - Avoid quoting all settings in console.conf +- Ticket #47333 - Relabel lockfile when starting Admin Server +- Ticket #47298 - remove-ds-admin.pl does not stop the admin server +- Ticket #567 - Restart of Admin server from console fails on segfault + * Fri Aug 02 2013 Fedora Release Engineering - 1.1.31-1.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index b277014..8d5af0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3abcdb7d588f6a22b613602c21d1d973 389-admin-1.1.31.tar.bz2 +e35a453e92648b1ca980bb0abe1904e4 389-admin-1.1.35.tar.bz2