Compare commits

...

No commits in common. 'c8-beta-stream-DL1' and 'c9' have entirely different histories.

@ -11,17 +11,16 @@
Name: slapi-nis Name: slapi-nis
Version: 0.60.0 Version: 0.60.0
Release: 4%{?dist} Release: 5%{?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
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-bz2183469.patch Patch0: slapi-nis-bz2183950.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
@ -39,7 +38,7 @@ BuildRequires: libtirpc-devel
%else %else
BuildRequires: libnsl2-devel BuildRequires: libnsl2-devel
%endif %endif
%if 0%{?fedora} > 27 || 0%{?rhel} > 7 %if 0%{?fedora} > 27 || 0%{?rhel} >= 9
ExcludeArch: %{ix86} ExcludeArch: %{ix86}
%endif %endif
Requires: 389-ds-base >= 1.3.5.6 Requires: 389-ds-base >= 1.3.5.6
@ -82,79 +81,97 @@ 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-4 * Tue Oct 10 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-5
- 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-5134 - Resolves: RHEL-11983
* Mon Apr 24 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-3 * Mon Apr 24 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-4
- Also handle base searches within the compat tree - Also handle base searches within the compat tree
- Related: rhbz#2183469 - Related: rhbz#2183950
* Wed Apr 12 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-2 * Wed Apr 12 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-3
- Fix base DN searches outside the compat tree - Fix base DN searches outside the compat tree
- Resolves: rhbz#2183469 - Resolves: rhbz#2183950
* 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
- Resolves: rhbz#1984010 - Fix ID views integration
Fix ID views integration
- Fix base scope lookups - Fix base scope lookups
- Resolves: rhbz#1784172 - Bump NIS max dgram size to 8KB by default instead of 1KB
Bump NIS max dgram size to 8KB by default instead of 1KB - Resolves: rhbz#2117299
- Resolves: rhbz#2070575
Allow to rebuild the compat tree Allow to rebuild the compat tree
* Mon Sep 13 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-4 * Fri Jan 21 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.7-4
- Resolves: rhbz#2000919 - memory leak in backend_search_cb - Rebuild against libnsl 2.0.0
- Related: rhbz#2039220
* Thu Jul 01 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-3 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.56.7-3
- Resolves: rhbz#1958909 - fix regression for scoped searches in compat tree - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
- Resolves: rhbz#1978189 - better handle error response from libsss_nss_idmap Related: rhbz#1991688
* Wed Apr 07 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-2 * Wed Jul 07 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.7-2
- CVE 2021-3480: idm:DL1/slapi-nis: NULL dereference (DoS) with specially crafted Binding DN - Resolves: rhbz#1979619
- Resolves: rhbz#1944713 IPA: High CPU utilization (over 1000% plus) by ns-slapd process
- Resolves: rhbz#1979623
With base object scope, ldapsearch against compat tree does not return any data on Rhel8 IPA servers.
* Fri Dec 04 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-1 * Wed May 19 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.7-1
- Upstream release 0.56.6 - CVE-2021-3480: invalid bind DN crash
- Resolves rhbz#1891741 - New upstream release
- Resolves: rhbz#1947351
* Mon Sep 14 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-4 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.56.6-3
- Ignore unmatched searches - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Resolves: rhbz#1874015
* 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
- New upstream release
- Ignore searches which don't match any configured map
* Thu Sep 10 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-3 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.5-3
- Fix memory leaks in ID views processing - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- 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 lock in NIS plugin - Initialize map locks in NIS plugin to prevent crash
- 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
- Upstream release 0.56.5 - New upstream release
- 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 Aug 16 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-2 * Fri Feb 07 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.4-1
- Resolves rhbz#1741881 - New upstream release
ns-slapd is crashing intermittently - Fix build with newer gcc versions
- 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
* Wed Jun 05 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-1 * Thu Jun 06 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-1
- New upstream release - New upstream release
- Resolves rhbz#1684563
* Mon Jul 23 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-7 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.2-8
- 389-ds is not available on i686 architecture, don't build there - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* 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