Update to 0.52
- correctly reflect whether or not we're built with transaction support in the module's nsslapd-pluginVersion attribute - fix a couple of should've-used-memmove()-instead-of-memcpy() cases which would hit when removing maps or groups of maps (#1043546)
This commit is contained in:
parent
5c7342a92f
commit
2004714e5d
2
.gitignore
vendored
2
.gitignore
vendored
@ -54,3 +54,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.50.tar.gz.sig
|
/slapi-nis-0.50.tar.gz.sig
|
||||||
/slapi-nis-0.51.tar.gz
|
/slapi-nis-0.51.tar.gz
|
||||||
/slapi-nis-0.51.tar.gz.sig
|
/slapi-nis-0.51.tar.gz.sig
|
||||||
|
/slapi-nis-0.52.tar.gz
|
||||||
|
/slapi-nis-0.52.tar.gz.sig
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.51
|
Version: 0.52
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -85,6 +85,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 16 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.52-1
|
||||||
|
- correctly reflect whether or not we're built with transaction support in
|
||||||
|
the module's nsslapd-pluginVersion attribute
|
||||||
|
- fix a couple of should've-used-memmove()-instead-of-memcpy() cases which
|
||||||
|
would hit when removing maps or groups of maps (#1043546)
|
||||||
|
|
||||||
* Mon Dec 9 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.51-1
|
* Mon Dec 9 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.51-1
|
||||||
- fix another request argument memory leak in NIS server
|
- fix another request argument memory leak in NIS server
|
||||||
- fix miscellaneous items found by static analysis
|
- fix miscellaneous items found by static analysis
|
||||||
|
Loading…
Reference in New Issue
Block a user