diff --git a/.gitignore b/.gitignore index 004b912..277cc8e 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ /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 +/389-ds-base-1.3.0.9.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 7a3afd6..69efe18 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.8 +VERSION=1.3.0.9 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 7271a6a..ba3c9dd 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.8 +VERSION=1.3.0.9 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 9a929d3..74ff740 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.8 +Version: 1.3.0.9 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,35 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Thu Nov 21 2013 Rich Megginson - 1.3.0.9-1 +- Ticket #47605 CVE-2013-4485: DoS due to improper handling of ger attr searches +- Ticket #47596 attrcrypt fails to find unlocked key +- Ticket #47585 Replication Failures related to skipped entries due to cleaned rids +- Ticket 47577 - crash when removing entries from cache +- ad64367 Coverity Fixes +- Ticket 47329 - Improve slapi_back_transaction_begin() return code when transactions are not available +- Ticket #47550 logconv: failed logins: Use of uninitialized value in numeric comparison at logconv.pl line 949 +- Ticket #47551 logconv: -V does not produce unindexed search report +- Ticket 47517 - fix memory leaks in ldaputil.c nad ldbm_delete.c +- Ticket #422 - 389-ds-base - Can't call method "getText" +- aa19f9a Coverity fixes - 12023, 12024, and 12025 +- Ticket 47533 logconv: some stats do not work across server restarts +- Ticket #47501 logconv.pl uses /var/tmp for BDB temp files +- Ticket 47520 - Fix various issues with logconv.pl +- Ticket #47387 - improve logconv.pl performance with large access logs +- Ticket 47354 - Indexed search are logged with 'notes=U' in the access logs +- Ticket 47461 - logconv.pl - Use of comma-less variable list is deprecated +- Ticket 47447 - logconv.pl man page missing -m,-M,-B,-D +- Ticket #47348 - add etimes to per second/minute stats +- Ticket #47341 - logconv.pl -m time calculation is wrong +- Ticket #47336 - logconv.pl -m not working for all stats +- Ticket 611 - logconv.pl missing stats for StartTLS, LDAPI, and AUTOBIND +- TIcket 419 - logconv.pl - improve memory management +- Ticket 471 - logconv.pl tool removes the access logs contents if "-M" is not correctly used +- Ticket 539 - logconv.pl should handle microsecond timing +- Ticket #47504 idlistscanlimit per index/type/value +- Ticket #47516 replication stops with excessive clock skew + * Wed Aug 28 2013 Noriko Hosoi - 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 diff --git a/sources b/sources index 067b5d7..7745afb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32347d38424a11ac2516d6654f521343 389-ds-base-1.3.0.8.tar.bz2 +08fb06e1bd893f116b433d9290dc07f8 389-ds-base-1.3.0.9.tar.bz2