[389-admin/el6] If htmladmin fails to connect to the server, the cgi could crash. (cherry picked from commit 2076085

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Mar 27 14:27:05 UTC 2012


commit d9a6d8035013b98f9e7134f74af589c01f9d90b9
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Mar 27 08:22:59 2012 -0600

    If htmladmin fails to connect to the server, the cgi could crash.
    (cherry picked from commit 2076085457e0487f115fdbc2a2c7f100b5bab1af)
    (cherry picked from commit 5d453d2dae36c2929be0d94c6d72e8ec1f0598aa)
    (cherry picked from commit fcc6e05c619861e7db83f919a329adf344379f91)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    5 ++++-
 sources                |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05ad112..0304d3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /389-admin-1.1.26.tar.bz2
 /389-admin-1.1.27.tar.bz2
 /389-admin-1.1.28.tar.bz2
+/389-admin-1.1.29.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index b7a8500..b474d73 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.28
+VERSION=1.1.29
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 2c4c86a..4b53603 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.28
+VERSION=1.1.29
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index c1069c9..0df092d 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,7 +6,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.28
+Version:          1.1.29
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -132,6 +132,9 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Tue Mar 27 2012 Rich Megginson <rmeggins at redhat.com> - 1.1.29-1
+- 4ec23c0 If htmladmin fails to connect to the server, the cgi could crash.
+
 * Thu Mar 22 2012 Rich Megginson <rmeggins at redhat.com> - 1.1.28-1
 - Ticket #307 - htmladmin keeps segfaulting
 - Ticket #286 - compilation fixes for 'format-security'
diff --git a/sources b/sources
index f617880..f2ab5b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6904cd02b9c5e6729d6fc2af6bdd16e  389-admin-1.1.28.tar.bz2
+4bda83e9f5644e0bd25fdf7b6ce9e5ee  389-admin-1.1.29.tar.bz2


More information about the scm-commits mailing list