Update to 0.51
- fix another request argument memory leak in NIS server - fix miscellaneous items found by static analysis
This commit is contained in:
parent
a65ac98381
commit
5c7342a92f
2
.gitignore
vendored
2
.gitignore
vendored
@ -52,3 +52,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.49.tar.gz.sig
|
/slapi-nis-0.49.tar.gz.sig
|
||||||
/slapi-nis-0.50.tar.gz
|
/slapi-nis-0.50.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.sig
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.50
|
Version: 0.51
|
||||||
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,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 9 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.51-1
|
||||||
|
- fix another request argument memory leak in NIS server
|
||||||
|
- fix miscellaneous items found by static analysis
|
||||||
|
|
||||||
* Tue Oct 1 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.50-1
|
* Tue Oct 1 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.50-1
|
||||||
- if we get an EPIPE while registering with rpcbind, try to reconnect and
|
- if we get an EPIPE while registering with rpcbind, try to reconnect and
|
||||||
retransmit before giving up
|
retransmit before giving up
|
||||||
|
Loading…
Reference in New Issue
Block a user