If htmladmin fails to connect to the server, the cgi could crash.

(cherry picked from commit 2076085457)
(cherry picked from commit 5d453d2dae)
(cherry picked from commit fcc6e05c61)
(cherry picked from commit d9a6d80350)
This commit is contained in:
Rich Megginson 2012-03-27 08:22:59 -06:00
commit 8a9948f3e4
5 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -16,3 +16,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

View file

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

View file

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

View file

@ -8,7 +8,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/
@ -217,6 +217,9 @@ end
%{_mandir}/man8/*
%changelog
* Tue Mar 27 2012 Rich Megginson <rmeggins@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@redhat.com> - 1.1.28-1
- Ticket #307 - htmladmin keeps segfaulting
- Ticket #286 - compilation fixes for 'format-security'

View file

@ -1 +1 @@
d6904cd02b9c5e6729d6fc2af6bdd16e 389-admin-1.1.28.tar.bz2
4bda83e9f5644e0bd25fdf7b6ce9e5ee 389-admin-1.1.29.tar.bz2