diff --git a/.gitignore b/.gitignore index becb63f..05bebc6 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /389-ds-base-1.3.0.3.tar.bz2 /389-ds-base-1.3.0.4.tar.bz2 /389-ds-base-1.3.0.5.tar.bz2 +/389-ds-base-1.3.0.6.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 3fba342..a7d6916 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.5 +VERSION=1.3.0.6 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 e5aaa8a..331a05e 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.5 +VERSION=1.3.0.6 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 79c8499..4f414df 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.5 +Version: 1.3.0.6 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -311,6 +311,12 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Apr 10 2013 Noriko Hosoi - 1.3.0.6-1 +- bump version to 1.3.0.6 +- Ticket 623 - cleanAllRUV task fails to cleanup config upon completion +- Coverity fix 13139 - Dereference after NULL check in slapi_attr_value_normalize_ext() +- Ticket 47318 - server fails to start after upgrade(schema error) + * Thu Mar 28 2013 Noriko Hosoi - 1.3.0.5-1 - bump version to 1.3.0.5 - Ticket 47308 - unintended information exposure when anonymous access is set to rootdse diff --git a/sources b/sources index 610181e..8562486 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -faabaf6a7a9f0fd89a06319a863e4b5d 389-ds-base-1.3.0.5.tar.bz2 +a95ccba2fb80f12c024761622832df56 389-ds-base-1.3.0.6.tar.bz2