diff --git a/.gitignore b/.gitignore index 83caa95..b0b4463 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ /389-ds-base-1.3.1.12.tar.bz2 /389-ds-base-1.3.1.13.tar.bz2 /389-ds-base-1.3.1.14.tar.bz2 +/389-ds-base-1.3.1.15.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 8306534..22d3a55 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.1.14 +VERSION=1.3.1.15 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 754b875..17bb31a 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.1.14 +VERSION=1.3.1.15 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 d1634df..45fbc13 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.1.14 +Version: 1.3.1.15 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,15 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Thu Nov 21 2013 Rich Megginson - 1.3.1.15-1 +- Ticket #47605 CVE-2013-4485: DoS due to improper handling of ger attr searche +- Ticket 47599 - Reduce lock scope in retro changelog plug-in +- Ticket #47596 attrcrypt fails to find unlocked key +- Ticket 47598 - Convert ldbm_back_seq code to be transaction aware +- Ticket 47597 - Convert retro changelog plug-in to betxn +- Revert "Ticket #47559 hung server - related to sasl and initialize" +- Ticket #47585 Replication Failures related to skipped entries due to cleaned rids + * Fri Nov 8 2013 Noriko Hosoi - 1.3.1.14-1 - the 1.3.1.14 release - several bug fixes - Ticket 47589 - Winsync replica initialization and incremental updates from DS to AD fails on RHEL7 diff --git a/sources b/sources index 998ae41..5f4b2c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c424e26b6ba6646410620123aa257cc0 389-ds-base-1.3.1.14.tar.bz2 +e1b971ee131e15032f6b907eee938b49 389-ds-base-1.3.1.15.tar.bz2