[slapi-nis] - jump to 0.36, which adds more formatting operators and tries to keep clients which "ypcat" by doin

Nalin Dahyabhai nalin at fedoraproject.org
Tue Jan 24 19:30:45 UTC 2012


commit 663ab376f2a787d31d3844693d7c836e6ffb83ce
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Jan 24 14:29:40 2012 -0500

    - jump to 0.36, which adds more formatting operators and tries to keep clients which "ypcat" by doing "yp_first"/"yp_next" from getting stuck when a nis map contains duplicate keys based on a single directory entry

 .gitignore     |    2 ++
 slapi-nis.spec |   12 +++++++++++-
 sources        |    4 ++--
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04d4580..f15e25e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@ slapi-nis-0.17.tar.gz
 /slapi-nis-0.28.tar.gz.sig
 /slapi-nis-0.34.tar.gz
 /slapi-nis-0.34.tar.gz.sig
+/slapi-nis-0.36.tar.gz
+/slapi-nis-0.36.tar.gz.sig
diff --git a/slapi-nis.spec b/slapi-nis.spec
index f7d78cf..db1c233 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -5,7 +5,7 @@
 %endif
 
 Name:		slapi-nis
-Version:	0.34
+Version:	0.36
 Release:	1%{?dist}
 Summary:	NIS Server and Schema Compatibility plugins for Directory Server
 Group:		System Environment/Daemons
@@ -65,6 +65,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}/nisserver-plugin-defs
 
 %changelog
+* Tue Jan 24 2012 Nalin Dahyabhai <nalin at redhat.com> - 0.36-1
+- take steps to avoid making yp_first/yp_next clients loop indefinitely
+  when a single LDAP entry produces multiple copies of the same NIS key
+  for a given map
+
+* Tue Jan 24 2012 Nalin Dahyabhai <nalin at redhat.com> - 0.35-1
+- add mmatch/mregmatch[i]/mregsub[i] formatting functions which work like
+  match/regmatch[i]/regsub[i], but which can handle and return lists of
+  zero or more results (part of #783274)
+
 * Thu Jan 19 2012 Nalin Dahyabhai <nalin at redhat.com> - 0.34-1
 - do entry comparisons ourselves, albeit less throughly, to avoid the worst
   case in pathological cases (more of #771444)
diff --git a/sources b/sources
index 47c40fc..fbbc43a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0050b795b64418f40e8287feef4e1f42  slapi-nis-0.34.tar.gz
-5f84a2970a0b67e401cab8cd3b478026  slapi-nis-0.34.tar.gz.sig
+dccfd103ec12affa43e92b74c025e20d  slapi-nis-0.36.tar.gz
+f18dd0893041681972528ebd66545aee  slapi-nis-0.36.tar.gz.sig


More information about the scm-commits mailing list