Update to 0.53
- correct the default NIS map settings for hosts.byname and hosts.byaddr, from report by Rik Megens - fix several problems when hitting out-of-memory conditions, spotted by static analysis - remove ExclusiveArch if %%{rhel} is 7 or higher, because 389-ds-base gets built for everything now (#1055711)
This commit is contained in:
parent
2004714e5d
commit
ebe22e515d
2
.gitignore
vendored
2
.gitignore
vendored
@ -56,3 +56,5 @@ slapi-nis-0.17.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
|
||||||
/slapi-nis-0.52.tar.gz.sig
|
/slapi-nis-0.52.tar.gz.sig
|
||||||
|
/slapi-nis-0.53.tar.gz
|
||||||
|
/slapi-nis-0.53.tar.gz.sig
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.52
|
Version: 0.53
|
||||||
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
|
||||||
@ -36,7 +36,7 @@ BuildRequires: tcp_wrappers
|
|||||||
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
|
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
|
||||||
BuildRequires: libtirpc-devel
|
BuildRequires: libtirpc-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} > 0
|
%if 0%{?rhel} > 0 && 0%{?rhel} < 7
|
||||||
ExclusiveArch: x86_64 %{ix86}
|
ExclusiveArch: x86_64 %{ix86}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -85,14 +85,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 22 2014 Nalin Dahyabhai <nalin@redhat.com> - 0.53-1
|
||||||
|
- correct the default NIS map settings for hosts.byname and hosts.byaddr,
|
||||||
|
from report by Rik Megens
|
||||||
|
- fix several problems when hitting out-of-memory conditions, spotted by
|
||||||
|
static analysis
|
||||||
|
|
||||||
|
* Mon Jan 20 2014 Nalin Dahyabhai <nalin@redhat.com> - 0.52-3
|
||||||
|
- remove ExclusiveArch if %%{rhel} is 7 or higher, because 389-ds-base gets
|
||||||
|
built for everything now (#1055711)
|
||||||
|
|
||||||
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.52-2
|
||||||
|
- Mass rebuild 2013-12-27
|
||||||
|
|
||||||
* Mon Dec 16 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.52-1
|
* Mon Dec 16 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.52-1
|
||||||
- correctly reflect whether or not we're built with transaction support in
|
- correctly reflect whether or not we're built with transaction support in
|
||||||
the module's nsslapd-pluginVersion attribute
|
the module's nsslapd-pluginVersion attribute
|
||||||
- fix a couple of should've-used-memmove()-instead-of-memcpy() cases which
|
- fix a couple of should've-used-memmove()-instead-of-memcpy() cases which
|
||||||
would hit when removing maps or groups of maps (#1043546)
|
would hit when removing maps or groups of maps (#1043546/#1043638)
|
||||||
|
|
||||||
* 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 (#1040159)
|
||||||
- fix miscellaneous items found by static analysis
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user