fix cos crash - address some valgrind issues - fix kernel version checking

b05139b memleak in normalize_mods2bvals
c0eea24 memleak in mep_parse_config_entry
90bc9eb handle null smods
Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
Ticket #306 - void function cannot return value
ticket 304 - Fix kernel version checking in dsktune
This commit is contained in:
Rich Megginson 2012-03-05 14:39:53 -07:00
parent d100480876
commit f064c093b3
5 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@
/389-ds-base-1.2.10.0.tar.bz2
/389-ds-base-1.2.10.1.tar.bz2
/389-ds-base-1.2.10.2.tar.bz2
/389-ds-base-1.2.10.3.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.10.2
VERSION=1.2.10.3
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.10.2
VERSION=1.2.10.3
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -19,7 +19,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.10.2
Version: 1.2.10.3
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -298,6 +298,14 @@ exit 0
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Mon Mar 5 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.3-1
- b05139b memleak in normalize_mods2bvals
- c0eea24 memleak in mep_parse_config_entry
- 90bc9eb handle null smods
- Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
- Ticket #306 - void function cannot return value
- ticket 304 - Fix kernel version checking in dsktune
* Thu Feb 23 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.2-1
- Trac Ticket #298 - crash when replicating orphaned tombstone entry
- Ticket #281 - TLS not working with latest openldap

View File

@ -1 +1 @@
35b326f94ea122eba0b4d52d515ee628 389-ds-base-1.2.10.2.tar.bz2
7c9c6cc2ef523980e816724215698fa6 389-ds-base-1.2.10.3.tar.bz2