Compare commits

...

No commits in common. 'c9' and 'i8-beta-stream-client' have entirely different histories.

@ -11,16 +11,17 @@
Name: slapi-nis Name: slapi-nis
Version: 0.60.0 Version: 0.60.0
Release: 5%{?dist} Release: 4%{?dist}.inferit
Summary: NIS Server and Schema Compatibility plugins for Directory Server Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
License: GPLv3 License: GPLv3
URL: http://pagure.io/slapi-nis/ URL: http://pagure.io/slapi-nis/
Source0: https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz Source0: https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz
Source1: https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz.asc Source1: https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz.asc
Patch0: slapi-nis-bz2183950.patch Patch0: slapi-nis-bz2183469.patch
Patch1: slapi-nis-RHEL-5134.patch Patch1: slapi-nis-RHEL-5134.patch
BuildRequires: make BuildRequires: make
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
@ -38,13 +39,13 @@ BuildRequires: libtirpc-devel
%else %else
BuildRequires: libnsl2-devel BuildRequires: libnsl2-devel
%endif %endif
%if 0%{?fedora} > 27 || 0%{?rhel} >= 9 %if 0%{?fedora} > 27 || 0%{?rhel} > 7
ExcludeArch: %{ix86} ExcludeArch: %{ix86}
%endif %endif
Requires: 389-ds-base >= 1.3.5.6 Requires: 389-ds-base >= 1.3.5.6
%description %description
This package provides two plugins for Red Hat and 389 Directory Server. This package provides two plugins for MSVSphere and 389 Directory Server.
The NIS Server plugin allows the directory server to act as a NIS server The NIS Server plugin allows the directory server to act as a NIS server
for clients, dynamically generating and updating NIS maps according to for clients, dynamically generating and updating NIS maps according to
@ -81,97 +82,83 @@ make check
%endif %endif
%files %files
%defattr(-,root,root,-)
%doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif doc/ipa %doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif doc/ipa
%{_mandir}/man1/* %{_mandir}/man1/*
%{_libdir}/dirsrv/plugins/*.so %{_libdir}/dirsrv/plugins/*.so
%{_sbindir}/nisserver-plugin-defs %{_sbindir}/nisserver-plugin-defs
%changelog %changelog
* Tue Oct 10 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-5 * Wed Apr 24 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.60.0-4.inferit
- MSVSphere debranding
- Rebuilt for MSVSphere 8.10 beta
* Tue Oct 10 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-4
- Ignore updates from non-tracked subtrees during modify/modrdn/update - Ignore updates from non-tracked subtrees during modify/modrdn/update
to avoid deadlocks with retro changelog to avoid deadlocks with retro changelog
- Resolves: RHEL-11983 - Resolves: RHEL-5134
* Mon Apr 24 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-4 * Mon Apr 24 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-3
- Also handle base searches within the compat tree - Also handle base searches within the compat tree
- Related: rhbz#2183950 - Related: rhbz#2183469
* Wed Apr 12 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-3 * Wed Apr 12 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-2
- Fix base DN searches outside the compat tree - Fix base DN searches outside the compat tree
- Resolves: rhbz#2183950 - Resolves: rhbz#2183469
* Sun Aug 21 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-2
- Rebuild to fix changelog
- Related: rhbz#2117299
* Sat Aug 20 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-1 * Sat Aug 20 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-1
- upstream release 0.60.0 - upstream release 0.60.0
- Change license from GPLv2 to GPLv3+ to follow 389-ds licensing - Change license from GPLv2 to GPLv3+ to follow 389-ds licensing
- Fix ID views integration - Resolves: rhbz#1984010
Fix ID views integration
- Fix base scope lookups - Fix base scope lookups
- Bump NIS max dgram size to 8KB by default instead of 1KB - Resolves: rhbz#1784172
- Resolves: rhbz#2117299 Bump NIS max dgram size to 8KB by default instead of 1KB
- Resolves: rhbz#2070575
Allow to rebuild the compat tree Allow to rebuild the compat tree
* Fri Jan 21 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.7-4 * Mon Sep 13 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-4
- Rebuild against libnsl 2.0.0 - Resolves: rhbz#2000919 - memory leak in backend_search_cb
- Related: rhbz#2039220
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.56.7-3 * Thu Jul 01 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Resolves: rhbz#1958909 - fix regression for scoped searches in compat tree
Related: rhbz#1991688 - Resolves: rhbz#1978189 - better handle error response from libsss_nss_idmap
* Wed Jul 07 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.7-2 * Wed Apr 07 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-2
- Resolves: rhbz#1979619 - CVE 2021-3480: idm:DL1/slapi-nis: NULL dereference (DoS) with specially crafted Binding DN
IPA: High CPU utilization (over 1000% plus) by ns-slapd process - Resolves: rhbz#1944713
- Resolves: rhbz#1979623
With base object scope, ldapsearch against compat tree does not return any data on Rhel8 IPA servers.
* Wed May 19 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.7-1
- CVE-2021-3480: invalid bind DN crash
- New upstream release
- Resolves: rhbz#1947351
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.56.6-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Dec 04 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-1 * Fri Dec 04 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-1
- New upstream release - Upstream release 0.56.6
- Ignore searches which don't match any configured map - Resolves rhbz#1891741
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.5-3 * Mon Sep 14 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Ignore unmatched searches
- Resolves: rhbz#1874015
* Thu Sep 10 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-3
- Fix memory leaks in ID views processing
- Resolves: rhbz#1875348
* Wed May 06 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-2 * Wed May 06 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-2
- Initialize map locks in NIS plugin to prevent crash - Initialize map lock in NIS plugin
- Resolves: rhbz#1832331
* Mon May 04 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-1 * Mon May 04 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-1
- New upstream release - Upstream release 0.56.5
- Resolves: rhbz#1751295: (2) When sync-repl is enabled, slapi-nis can deadlock during retrochanglog trimming - Resolves: rhbz#1751295: (2) When sync-repl is enabled, slapi-nis can deadlock during retrochanglog trimming
- Resolves: rhbz#1768156: ERR - schemacompat - map rdlock: old way MAP_MONITOR_DISABLED - Resolves: rhbz#1768156: ERR - schemacompat - map rdlock: old way MAP_MONITOR_DISABLED
* Fri Feb 07 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.4-1 * Fri Aug 16 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-2
- New upstream release - Resolves rhbz#1741881
- Fix build with newer gcc versions ns-slapd is crashing intermittently
- Resolves rhbz#1800097
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jun 06 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-1 * Wed Jun 05 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-1
- New upstream release - New upstream release
- Resolves rhbz#1684563
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.2-8 * Mon Jul 23 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - 389-ds is not available on i686 architecture, don't build there
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed May 02 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-6 * Wed May 02 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-6
- Force rebuild of configure - Force rebuild of configure

Loading…
Cancel
Save