[389-ds-base/f18] bump version to 1.3.0.8

Noriko Hosoi nhosoi at fedoraproject.org
Wed Aug 28 21:42:33 UTC 2013


commit f518c0fd7a789ece22f45dc33cd1c7a498b59655
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Wed Aug 28 14:41:17 2013 -0700

    bump version to 1.3.0.8
    
    - Bug 1002215 - CVE-2013-4283 389-ds-base: ns-slapd crash due to bogus DN

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    6 +++++-
 sources                  |    2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f7d941..004b912 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,3 +69,4 @@
 /389-ds-base-1.3.0.5.tar.bz2
 /389-ds-base-1.3.0.6.tar.bz2
 /389-ds-base-1.3.0.7.tar.bz2
+/389-ds-base-1.3.0.8.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index c879d2d..7a3afd6 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.3.0.7
+VERSION=1.3.0.8
 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 0c8846c..7271a6a 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.3.0.7
+VERSION=1.3.0.8
 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 39d8a33..9a929d3 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -24,7 +24,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.3.0.7
+Version:          1.3.0.8
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -314,6 +314,10 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Wed Aug 28 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.0.8-1
+- bump version to 1.3.0.8
+- Bug 1002215 - CVE-2013-4283 389-ds-base: ns-slapd crash due to bogus DN
+
 * Wed Jul 31 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.0.7-1
 - bump version to 1.3.0.7
 - fix coverity 11895 - null deref - caused by fix to ticket 47392
diff --git a/sources b/sources
index d61fed8..067b5d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2f5524804042445152a77e199305d5b  389-ds-base-1.3.0.7.tar.bz2
+32347d38424a11ac2516d6654f521343  389-ds-base-1.3.0.8.tar.bz2


More information about the scm-commits mailing list