[389-ds-base] e53d691 bump version to 1.3.0.4

Mark Reynolds mreynolds at fedoraproject.org
Wed Mar 13 17:03:18 UTC 2013


commit 4496626ad5e285abb478dc33f4e12133bf14c18a
Author: Mark Reynolds <mreynolds at redhat.com>
Date:   Wed Mar 13 13:03:07 2013 -0400

    e53d691 bump version to 1.3.0.4
    
    - Bug 912964 - CVE-2013-0312 389-ds: unauthenticated denial of service vulnerability in handling of LDAPv3 control data
    - Ticket 570 - DS returns error 20 when replacing values of a multi-valued attribute (only when replication is enabled)
    - Ticket 490 - Slow role performance when using a lot of roles
    - Ticket 590 - ns-slapd segfaults while trying to delete a tombstone entry

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    9 ++++++++-
 sources                  |    2 +-
 5 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd9f34f..51d3a03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,4 @@
 /389-ds-base-1.3.0.1.tar.bz2
 /389-ds-base-1.3.0.2.tar.bz2
 /389-ds-base-1.3.0.3.tar.bz2
+/389-ds-base-1.3.0.4.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 1f612a1..16894b4 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.3
+VERSION=1.3.0.4
 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 b05c7c4..26d104e 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.3
+VERSION=1.3.0.4
 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 4018e5e..7f2d446 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -21,7 +21,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.3.0.3
+Version:          1.3.0.4
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -311,6 +311,13 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Mon Mar 11 2013 Mark Reynolds <mreynolds at redhat.com> - 1.3.0.4-1
+- e53d691 bump version to 1.3.0.4
+- Bug 912964 - CVE-2013-0312 389-ds: unauthenticated denial of service vulnerability in handling of LDAPv3 control data
+- Ticket 570 - DS returns error 20 when replacing values of a multi-valued attribute (only when replication is enabled)
+- Ticket 490 - Slow role performance when using a lot of roles
+- Ticket 590 - ns-slapd segfaults while trying to delete a tombstone entry
+
 * Wed Feb 13 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.0.3-1
 - bump version to 1.3.0.3
 - Ticket #584 - Existence of an entry is not checked when its password is to be deleted
diff --git a/sources b/sources
index 7b3d7c6..386fcec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-405df03d61d1396d54052e10d660495d  389-ds-base-1.3.0.3.tar.bz2
+c2c8ab5f4db9e870bb464648c1959a78  389-ds-base-1.3.0.4.tar.bz2


More information about the scm-commits mailing list