From e76f0c0d96c5e03803cc83ae6f0ef028a68eef5b Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Aug 01 2013 21:42:25 +0000 Subject: bump version to 1.3.1.6 - Ticket 47455 - valgrind - value mem leaks, uninit mem usage - fix coverity 11915 - dead code - introduced with fix for ticket 346 - fix coverity 11895 - null deref - caused by fix to ticket 47392 - fix compiler warning in posix winsync code for posix_group_del_memberuid_callback - Fix compiler warnings for Ticket 47395 and 47397 - fix compiler warning (cherry picked from commit 904416f4631d842a105851b4a9931ae17822a107) - Ticket 47450 - Fix compiler formatting warning errors for 32/64 bit arch - fix compiler warnings - Fix compiler warning (cherry picked from commit ec6ebc0b0f085a82041d993ab2450a3922ef5502) --- diff --git a/.gitignore b/.gitignore index 0bf3bb8..92b52ed 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ /389-ds-base-1.3.1.3.tar.bz2 /389-ds-base-1.3.1.4.tar.bz2 /389-ds-base-1.3.1.5.tar.bz2 +/389-ds-base-1.3.1.6.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 08dd984..d4c8134 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.5 +VERSION=1.3.1.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 0d3d9a0..784e7b6 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.5 +VERSION=1.3.1.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 43ebb82..896509f 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.5 +Version: 1.3.1.6 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,18 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Tue Aug 01 2013 Noriko Hosoi - 1.3.1.6-1 +- bump version to 1.3.1.6 +- Ticket 47455 - valgrind - value mem leaks, uninit mem usage +- fix coverity 11915 - dead code - introduced with fix for ticket 346 +- fix coverity 11895 - null deref - caused by fix to ticket 47392 +- fix compiler warning in posix winsync code for posix_group_del_memberuid_callback +- Fix compiler warnings for Ticket 47395 and 47397 +- fix compiler warning (cherry picked from commit 904416f4631d842a105851b4a9931ae17822a107) +- Ticket 47450 - Fix compiler formatting warning errors for 32/64 bit arch +- fix compiler warnings +- Fix compiler warning (cherry picked from commit ec6ebc0b0f085a82041d993ab2450a3922ef5502) + * Wed Jul 31 2013 Noriko Hosoi - 1.3.1.5-1 - bump version to 1.3.1.5 - Ticket 47456 - delete present values should append values to deleted values diff --git a/sources b/sources index 62a3189..a8c2d7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f730cbfc3440ac753317ea9ba057a18 389-ds-base-1.3.1.5.tar.bz2 +921530d9a88b375113f3cd0de480c131 389-ds-base-1.3.1.6.tar.bz2