htmladmin segfault - compilation warnings
Ticket #307 - htmladmin keeps segfaulting
Ticket #286 - compilation fixes for 'format-security'
(cherry picked from commit 7f4aa58fb9)
This commit is contained in:
parent
cedd5bf3d6
commit
6fd92cec47
5 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
/389-admin-1.1.25.tar.bz2
|
||||
/389-admin-1.1.26.tar.bz2
|
||||
/389-admin-1.1.27.tar.bz2
|
||||
/389-admin-1.1.28.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.27
|
||||
VERSION=1.1.28
|
||||
PKGNAME=389-admin
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
SRCNAME=${PKGNAME}-${VERSION}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.27
|
||||
VERSION=1.1.28
|
||||
PKGNAME=389-admin
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
SRCNAME=$PKGNAME-$VERSION
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
Summary: 389 Administration Server (admin)
|
||||
Name: 389-admin
|
||||
Version: 1.1.27
|
||||
Version: 1.1.28
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
|
|
@ -133,6 +133,10 @@ fi
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* 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'
|
||||
|
||||
* Fri Feb 3 2012 Rich Megginson <rmeggins@redhat.com> - 1.1.27-1
|
||||
- Ticket #281 - TLS not working with latest openldap
|
||||
- Ticket #161 - Review and address latest Coverity issues
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3891cdd71e00b5040a8e84c66b490fc1 389-admin-1.1.27.tar.bz2
|
||||
d6904cd02b9c5e6729d6fc2af6bdd16e 389-admin-1.1.28.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue