From f48be6187267dfb6e3bcd6cd918578a321cec7cf Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 10 Apr 2012 17:12:49 -0400 Subject: [PATCH] - log errors evaluating pad expressions in %%link rather than continuing on until we hit an arithmetic exception (#810258) --- slapi-nis.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/slapi-nis.spec b/slapi-nis.spec index a9d940c..2f3ef53 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -5,7 +5,7 @@ %endif Name: slapi-nis -Version: 0.40 +Version: 0.41 Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons @@ -70,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Tue Apr 10 2012 Nalin Dahyabhai - 0.41-1 +- log errors evaluating pad expressions in %%link rather than continuing on + until we hit an arithmetic exception (#810258) + * Fri Mar 30 2012 Nalin Dahyabhai - 0.40-1 - treat padding values passed to the "link" function as expressions to be evaluated rather than simply as literal values (part of #767372)