From 71cc5bfdfa0fed7c960232d74d926879601aaec3 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Jun 27 2012 00:46:38 +0000 Subject: rebase to 1.2.10.11 to pick up several crash + security fixes - Ticket 365 - passwords in clear text in the audit log - Ticket 378 - unhashed#user#password visible after changing password http - Ticket 390 - [abrt] 389-ds-base-1.2.10.6-1.fc16: slapi_attr_value_cmp: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV) - Ticket #382 - DS Shuts down intermittently - Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress - Ticket #361: Bad DNs in ACIs can segfault ns-slapd - Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object - Ticket #347 - IPA dirsvr seg-fault during system longevity test --- diff --git a/.gitignore b/.gitignore index 6cb6801..20dff8e 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /389-ds-base-1.2.10.2.tar.bz2 /389-ds-base-1.2.10.3.tar.bz2 /389-ds-base-1.2.10.4.tar.bz2 +/389-ds-base-1.2.10.11.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 9406a4b..c40c9b6 100644 --- a/389-ds-base-git-local.sh +++ b/389-ds-base-git-local.sh @@ -2,7 +2,7 @@ DATE=`date +%Y%m%d` # use a real tag name here -VERSION=1.2.10.4 +VERSION=1.2.10.11 PKGNAME=389-ds-base TAG=${TAG:-$PKGNAME-$VERSION} #SRCNAME=$PKGNAME-$VERSION-$DATE diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh index e7a5581..9215436 100644 --- a/389-ds-base-git.sh +++ b/389-ds-base-git.sh @@ -2,7 +2,7 @@ DATE=`date +%Y%m%d` # use a real tag name here -VERSION=1.2.10.4 +VERSION=1.2.10.11 PKGNAME=389-ds-base TAG=${TAG:-$PKGNAME-$VERSION} URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" diff --git a/389-ds-base.spec b/389-ds-base.spec index acf6d09..0f6f2e7 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -17,8 +17,8 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.10.4 -Release: %{?relprefix}5%{?prerel}%{?dist} +Version: 1.2.10.11 +Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ Group: System Environment/Daemons @@ -104,9 +104,6 @@ Source0: http://port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz Source1: %{name}-git.sh Source2: %{name}-devel.README Patch0: 0001-Ticket-331-transaction-errors-with-db-4.3-and-db-4.2.patch -Patch1: 0002-Bug-808770-abrt-389-ds-base-1.2.10.4-2.fc16-index_ra.patch -Patch2: 0003-Ticket-336-abrt-389-ds-base-1.2.10.4-2.fc16-index_ra.patch -Patch3: 0004-Ticket-336-abrt-389-ds-base-1.2.10.4-2.fc16-index_ra.patch %description 389 Directory Server is an LDAPv3 compliant server. The base package includes @@ -164,9 +161,6 @@ SELinux policy interface for the 389 Directory Server base package. %setup -q -n %{name}-%{version}%{?prerel} cp %{SOURCE2} README.devel %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build %if %{use_openldap} @@ -356,6 +350,17 @@ exit 0 %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Tue Jun 26 2012 Rich Megginson - 1.2.10.11-1 +- rebase to 1.2.10.11 to pick up several crash + security fixes +- Ticket 365 - passwords in clear text in the audit log +- Ticket 378 - unhashed#user#password visible after changing password http +- Ticket 390 - [abrt] 389-ds-base-1.2.10.6-1.fc16: slapi_attr_value_cmp: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV) +- Ticket #382 - DS Shuts down intermittently +- Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress +- Ticket #361: Bad DNs in ACIs can segfault ns-slapd +- Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object +- Ticket #347 - IPA dirsvr seg-fault during system longevity test + * Tue Apr 10 2012 Rich Megginson - 1.2.10.4-5 - Bug 808770 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV) - typo in previous patch diff --git a/sources b/sources index 47e9fec..eb54161 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4cb3f8920fec09a368e0dc9b7c9f2fd2 389-ds-base-1.2.10.4.tar.bz2 +da1d9617afa0f2b5d815347ad960b84d 389-ds-base-1.2.10.11.tar.bz2