[389-ds-base/f17] Ticket #294 - 389 DS Segfaults during replica install in FreeIPA

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Feb 14 16:17:07 UTC 2012


commit 6453827534a9c70a34cebbe749916f36aac51fe9
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Feb 14 09:12:02 2012 -0700

    Ticket #294 - 389 DS Segfaults during replica install in FreeIPA

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    5 ++++-
 sources                  |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a81cea5..9f4c7f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@
 /389-ds-base-1.2.10.a8.tar.bz2
 /389-ds-base-1.2.10.rc1.tar.bz2
 /389-ds-base-1.2.10.0.tar.bz2
+/389-ds-base-1.2.10.1.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 8f68749..76dbe84 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.0
+VERSION=1.2.10.1
 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 a97da4f..21b14e4 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.0
+VERSION=1.2.10.1
 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 38259c6..a55d0fc 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -19,7 +19,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.10.0
+Version:          1.2.10.1
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -297,6 +297,9 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Tue Feb 14 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.1-1
+- Ticket #294 - 389 DS Segfaults during replica install in FreeIPA
+
 * Mon Feb 13 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.0-1
 - Ticket 284 - Remove unnecessary SNMP MIB files
 - Ticket 51 - memory leaks in 389-ds-base-1.2.8.2-1.el5?
diff --git a/sources b/sources
index a1a58a1..637f33f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-936afee1da4e49e636696577c5cf1dd8  389-ds-base-1.2.10.0.tar.bz2
+7f38bb2433472fbc2bf6956af912193e  389-ds-base-1.2.10.1.tar.bz2


More information about the scm-commits mailing list