|
|
|
@ -11,13 +11,14 @@
|
|
|
|
|
|
|
|
|
|
Name: slapi-nis
|
|
|
|
|
Version: 0.60.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
License: GPLv3
|
|
|
|
|
URL: http://pagure.io/slapi-nis/
|
|
|
|
|
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
|
|
|
|
|
Patch0: slapi-nis-bz2183950.patch
|
|
|
|
|
Patch0: slapi-nis-bz2183469.patch
|
|
|
|
|
Patch1: slapi-nis-RHEL-5134.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
@ -38,7 +39,7 @@ BuildRequires: libtirpc-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: libnsl2-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?fedora} > 27 || 0%{?rhel} >= 9
|
|
|
|
|
%if 0%{?fedora} > 27 || 0%{?rhel} > 7
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
%endif
|
|
|
|
|
Requires: 389-ds-base >= 1.3.5.6
|
|
|
|
@ -81,97 +82,82 @@ make check
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif doc/ipa
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
%{_libdir}/dirsrv/plugins/*.so
|
|
|
|
|
%{_sbindir}/nisserver-plugin-defs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 10 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-5
|
|
|
|
|
* Tue Dec 12 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.60.0-4
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Tue Oct 10 2023 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-4
|
|
|
|
|
- Ignore updates from non-tracked subtrees during modify/modrdn/update
|
|
|
|
|
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
|
|
|
|
|
- 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
|
|
|
|
|
- Resolves: rhbz#2183950
|
|
|
|
|
|
|
|
|
|
* Sun Aug 21 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-2
|
|
|
|
|
- Rebuild to fix changelog
|
|
|
|
|
- Related: rhbz#2117299
|
|
|
|
|
- Resolves: rhbz#2183469
|
|
|
|
|
|
|
|
|
|
* Sat Aug 20 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.60.0-1
|
|
|
|
|
- upstream release 0.60.0
|
|
|
|
|
- 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
|
|
|
|
|
- Bump NIS max dgram size to 8KB by default instead of 1KB
|
|
|
|
|
- Resolves: rhbz#2117299
|
|
|
|
|
- Resolves: rhbz#1784172
|
|
|
|
|
Bump NIS max dgram size to 8KB by default instead of 1KB
|
|
|
|
|
- Resolves: rhbz#2070575
|
|
|
|
|
Allow to rebuild the compat tree
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.7-4
|
|
|
|
|
- Rebuild against libnsl 2.0.0
|
|
|
|
|
- Related: rhbz#2039220
|
|
|
|
|
* Mon Sep 13 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-4
|
|
|
|
|
- Resolves: rhbz#2000919 - memory leak in backend_search_cb
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.56.7-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Jul 01 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-3
|
|
|
|
|
- Resolves: rhbz#1958909 - fix regression for scoped searches in compat tree
|
|
|
|
|
- Resolves: rhbz#1978189 - better handle error response from libsss_nss_idmap
|
|
|
|
|
|
|
|
|
|
* Wed Jul 07 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.7-2
|
|
|
|
|
- Resolves: rhbz#1979619
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Wed Apr 07 2021 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.6-2
|
|
|
|
|
- CVE 2021-3480: idm:DL1/slapi-nis: NULL dereference (DoS) with specially crafted Binding DN
|
|
|
|
|
- Resolves: rhbz#1944713
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Upstream release 0.56.6
|
|
|
|
|
- Resolves rhbz#1891741
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Mon Sep 14 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.5-4
|
|
|
|
|
- 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
|
|
|
|
|
- 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
|
|
|
|
|
- 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#1768156: ERR - schemacompat - map rdlock: old way MAP_MONITOR_DISABLED
|
|
|
|
|
|
|
|
|
|
* Fri Feb 07 2020 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.4-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
- 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
|
|
|
|
|
* Fri Aug 16 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.3-2
|
|
|
|
|
- Resolves rhbz#1741881
|
|
|
|
|
ns-slapd is crashing intermittently
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Resolves rhbz#1684563
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.2-8
|
|
|
|
|
- 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
|
|
|
|
|
* Mon Jul 23 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-7
|
|
|
|
|
- 389-ds is not available on i686 architecture, don't build there
|
|
|
|
|
|
|
|
|
|
* Wed May 02 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-6
|
|
|
|
|
- Force rebuild of configure
|
|
|
|
|