Bump version to 2.0.6
Issue 4803 - Improve DB Locks Monitoring Feature Descriptions Issue 4803 - Improve DB Locks Monitoring Feature Descriptions (#4810) Issue 4169 - UI - Migrate Typeaheads to PF4 (#4808) Issue 4414 - disk monitoring - prevent division by zero crash Issue 4788 - CLI should support Temporary Password Rules attributes (#4793) Issue 4656 - Fix replication plugin rename dependency issues Issue 4656 - replication name change upgrade code causes crash with dynamic plugins Issue 4506 - Improve SASL logging Issue 4709 - Fix double free in dbscan Issue 4093 - Fix MEP test case Issue 4747 - Remove unstable/unstatus tests (followup) (#4809) Issue 4791 - Missing dependency for RetroCL RFE (#4792) Issue 4794 - BUG - don't capture container output (#4798) Issue 4593 - Log an additional message if the server certificate nickname doesn't match nsSSLPersonalitySSL value Issue 4797 - ACL IP ADDRESS evaluation may corrupt c_isreplication_session connection flags (#4799) Issue 4169 - UI Migrate checkbox to PF4 (#4769) Issue 4447 - Crash when the Referential Integrity log is manually edited Issue 4773 - Add CI test for DNA interval assignment Issue 4789 - Temporary password rules are not enforce with local password policy (#4790) Issue 4379 - fixing regression in test_info_disclosure Issue 4379 - Allow more than 1 empty AttributeDescription for ldapsearch, without the risk of denial of service Issue 4379 - Allow more than 1 empty AttributeDescription for ldapsearch, without the risk of denial of service Issue 4575 Update test docstrings metadata Issue 4753 - Adjust our tests to 389-ds-base-snmp missing in RHEL 9 Appstream removed the snmp_present() from utils.py as we have get_rpm_version() in conftest.py Issue 4753 - Adjust our tests to 389-ds-base-snmp missing in RHEL 9 Appstream
This commit is contained in:
parent
d1e505dec6
commit
831791b49b
1
.gitignore
vendored
1
.gitignore
vendored
@ -204,3 +204,4 @@
|
|||||||
/389-ds-base-2.0.4.tar.bz2
|
/389-ds-base-2.0.4.tar.bz2
|
||||||
/389-ds-base-2.0.4.3.tar.bz2
|
/389-ds-base-2.0.4.3.tar.bz2
|
||||||
/389-ds-base-2.0.5.tar.bz2
|
/389-ds-base-2.0.5.tar.bz2
|
||||||
|
/389-ds-base-2.0.6.tar.bz2
|
||||||
|
@ -46,8 +46,8 @@ ExcludeArch: i686
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 2.0.5
|
Version: 2.0.6
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}.1
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv3+ and MIT and (ASL 2.0 or MIT) and (ASL 2.0 or Boost) and MPLv2.0 and ASL 2.0 and BSD and (ASL 2.0 with exceptions or ASL 2.0 or MIT) and (Unlicense or MIT)
|
License: GPLv3+ and MIT and (ASL 2.0 or MIT) and (ASL 2.0 or Boost) and MPLv2.0 and ASL 2.0 and BSD and (ASL 2.0 with exceptions or ASL 2.0 or MIT) and (Unlicense or MIT)
|
||||||
URL: https://www.port389.org
|
URL: https://www.port389.org
|
||||||
Conflicts: selinux-policy-base < 3.9.8
|
Conflicts: selinux-policy-base < 3.9.8
|
||||||
@ -62,7 +62,6 @@ Provides: bundled(crate(ahash)) = 0.7.2
|
|||||||
Provides: bundled(crate(ansi_term)) = 0.11.0
|
Provides: bundled(crate(ansi_term)) = 0.11.0
|
||||||
Provides: bundled(crate(atty)) = 0.2.14
|
Provides: bundled(crate(atty)) = 0.2.14
|
||||||
Provides: bundled(crate(autocfg)) = 1.0.1
|
Provides: bundled(crate(autocfg)) = 1.0.1
|
||||||
Provides: bundled(crate(base64)) = 0.10.1
|
|
||||||
Provides: bundled(crate(base64)) = 0.13.0
|
Provides: bundled(crate(base64)) = 0.13.0
|
||||||
Provides: bundled(crate(bitflags)) = 1.2.1
|
Provides: bundled(crate(bitflags)) = 1.2.1
|
||||||
Provides: bundled(crate(byteorder)) = 1.4.3
|
Provides: bundled(crate(byteorder)) = 1.4.3
|
||||||
@ -70,38 +69,30 @@ Provides: bundled(crate(cbindgen)) = 0.9.1
|
|||||||
Provides: bundled(crate(cc)) = 1.0.67
|
Provides: bundled(crate(cc)) = 1.0.67
|
||||||
Provides: bundled(crate(cfg-if)) = 1.0.0
|
Provides: bundled(crate(cfg-if)) = 1.0.0
|
||||||
Provides: bundled(crate(clap)) = 2.33.3
|
Provides: bundled(crate(clap)) = 2.33.3
|
||||||
Provides: bundled(crate(concread)) = 0.2.8
|
Provides: bundled(crate(concread)) = 0.2.9
|
||||||
Provides: bundled(crate(crossbeam)) = 0.8.0
|
Provides: bundled(crate(crossbeam)) = 0.8.0
|
||||||
Provides: bundled(crate(crossbeam-channel)) = 0.5.0
|
Provides: bundled(crate(crossbeam-channel)) = 0.5.1
|
||||||
Provides: bundled(crate(crossbeam-deque)) = 0.8.0
|
Provides: bundled(crate(crossbeam-deque)) = 0.8.0
|
||||||
Provides: bundled(crate(crossbeam-epoch)) = 0.9.3
|
Provides: bundled(crate(crossbeam-epoch)) = 0.9.3
|
||||||
Provides: bundled(crate(crossbeam-queue)) = 0.3.1
|
Provides: bundled(crate(crossbeam-queue)) = 0.3.1
|
||||||
Provides: bundled(crate(crossbeam-utils)) = 0.8.3
|
Provides: bundled(crate(crossbeam-utils)) = 0.8.3
|
||||||
Provides: bundled(crate(entryuuid)) = 0.1.0
|
Provides: bundled(crate(entryuuid)) = 0.1.0
|
||||||
Provides: bundled(crate(entryuuid_syntax)) = 0.1.0
|
Provides: bundled(crate(entryuuid_syntax)) = 0.1.0
|
||||||
Provides: bundled(crate(fernet)) = 0.1.3
|
Provides: bundled(crate(fernet)) = 0.1.4
|
||||||
Provides: bundled(crate(foreign-types)) = 0.3.2
|
Provides: bundled(crate(foreign-types)) = 0.3.2
|
||||||
Provides: bundled(crate(foreign-types-shared)) = 0.1.1
|
Provides: bundled(crate(foreign-types-shared)) = 0.1.1
|
||||||
Provides: bundled(crate(getrandom)) = 0.1.16
|
|
||||||
Provides: bundled(crate(getrandom)) = 0.2.2
|
Provides: bundled(crate(getrandom)) = 0.2.2
|
||||||
Provides: bundled(crate(hermit-abi)) = 0.1.18
|
Provides: bundled(crate(hermit-abi)) = 0.1.18
|
||||||
Provides: bundled(crate(instant)) = 0.1.9
|
Provides: bundled(crate(instant)) = 0.1.9
|
||||||
Provides: bundled(crate(itoa)) = 0.4.7
|
Provides: bundled(crate(itoa)) = 0.4.7
|
||||||
Provides: bundled(crate(jobserver)) = 0.1.21
|
Provides: bundled(crate(jobserver)) = 0.1.21
|
||||||
Provides: bundled(crate(lazy_static)) = 1.4.0
|
Provides: bundled(crate(lazy_static)) = 1.4.0
|
||||||
Provides: bundled(crate(libc)) = 0.2.89
|
Provides: bundled(crate(libc)) = 0.2.93
|
||||||
Provides: bundled(crate(librnsslapd)) = 0.1.0
|
Provides: bundled(crate(librnsslapd)) = 0.1.0
|
||||||
Provides: bundled(crate(librslapd)) = 0.1.0
|
Provides: bundled(crate(librslapd)) = 0.1.0
|
||||||
Provides: bundled(crate(lock_api)) = 0.4.2
|
Provides: bundled(crate(lock_api)) = 0.4.3
|
||||||
Provides: bundled(crate(log)) = 0.4.14
|
Provides: bundled(crate(log)) = 0.4.14
|
||||||
Provides: bundled(crate(memoffset)) = 0.6.1
|
Provides: bundled(crate(memoffset)) = 0.6.3
|
||||||
Provides: bundled(crate(num)) = 0.3.1
|
|
||||||
Provides: bundled(crate(num-bigint)) = 0.3.2
|
|
||||||
Provides: bundled(crate(num-complex)) = 0.3.1
|
|
||||||
Provides: bundled(crate(num-integer)) = 0.1.44
|
|
||||||
Provides: bundled(crate(num-iter)) = 0.1.42
|
|
||||||
Provides: bundled(crate(num-rational)) = 0.3.2
|
|
||||||
Provides: bundled(crate(num-traits)) = 0.2.14
|
|
||||||
Provides: bundled(crate(once_cell)) = 1.7.2
|
Provides: bundled(crate(once_cell)) = 1.7.2
|
||||||
Provides: bundled(crate(openssl)) = 0.10.33
|
Provides: bundled(crate(openssl)) = 0.10.33
|
||||||
Provides: bundled(crate(openssl-sys)) = 0.9.61
|
Provides: bundled(crate(openssl-sys)) = 0.9.61
|
||||||
@ -112,25 +103,26 @@ Provides: bundled(crate(paste-impl)) = 0.1.18
|
|||||||
Provides: bundled(crate(pkg-config)) = 0.3.19
|
Provides: bundled(crate(pkg-config)) = 0.3.19
|
||||||
Provides: bundled(crate(ppv-lite86)) = 0.2.10
|
Provides: bundled(crate(ppv-lite86)) = 0.2.10
|
||||||
Provides: bundled(crate(proc-macro-hack)) = 0.5.19
|
Provides: bundled(crate(proc-macro-hack)) = 0.5.19
|
||||||
Provides: bundled(crate(proc-macro2)) = 1.0.24
|
Provides: bundled(crate(proc-macro2)) = 1.0.26
|
||||||
Provides: bundled(crate(pwdchan)) = 0.1.0
|
Provides: bundled(crate(pwdchan)) = 0.1.0
|
||||||
Provides: bundled(crate(quote)) = 1.0.9
|
Provides: bundled(crate(quote)) = 1.0.9
|
||||||
Provides: bundled(crate(rand)) = 0.8.3
|
Provides: bundled(crate(rand)) = 0.8.3
|
||||||
Provides: bundled(crate(rand_chacha)) = 0.3.0
|
Provides: bundled(crate(rand_chacha)) = 0.3.0
|
||||||
Provides: bundled(crate(rand_core)) = 0.6.2
|
Provides: bundled(crate(rand_core)) = 0.6.2
|
||||||
Provides: bundled(crate(rand_hc)) = 0.3.0
|
Provides: bundled(crate(rand_hc)) = 0.3.0
|
||||||
Provides: bundled(crate(redox_syscall)) = 0.2.5
|
Provides: bundled(crate(redox_syscall)) = 0.2.6
|
||||||
Provides: bundled(crate(remove_dir_all)) = 0.5.3
|
Provides: bundled(crate(remove_dir_all)) = 0.5.3
|
||||||
Provides: bundled(crate(ryu)) = 1.0.5
|
Provides: bundled(crate(ryu)) = 1.0.5
|
||||||
Provides: bundled(crate(scopeguard)) = 1.1.0
|
Provides: bundled(crate(scopeguard)) = 1.1.0
|
||||||
Provides: bundled(crate(serde)) = 1.0.124
|
Provides: bundled(crate(serde)) = 1.0.125
|
||||||
Provides: bundled(crate(serde_derive)) = 1.0.124
|
Provides: bundled(crate(serde_derive)) = 1.0.125
|
||||||
Provides: bundled(crate(serde_json)) = 1.0.64
|
Provides: bundled(crate(serde_json)) = 1.0.64
|
||||||
Provides: bundled(crate(slapd)) = 0.1.0
|
Provides: bundled(crate(slapd)) = 0.1.0
|
||||||
Provides: bundled(crate(slapi_r_plugin)) = 0.1.0
|
Provides: bundled(crate(slapi_r_plugin)) = 0.1.0
|
||||||
Provides: bundled(crate(smallvec)) = 1.6.1
|
Provides: bundled(crate(smallvec)) = 1.6.1
|
||||||
Provides: bundled(crate(strsim)) = 0.8.0
|
Provides: bundled(crate(strsim)) = 0.8.0
|
||||||
Provides: bundled(crate(syn)) = 1.0.64
|
Provides: bundled(crate(syn)) = 1.0.69
|
||||||
|
Provides: bundled(crate(synstructure)) = 0.12.4
|
||||||
Provides: bundled(crate(tempfile)) = 3.2.0
|
Provides: bundled(crate(tempfile)) = 3.2.0
|
||||||
Provides: bundled(crate(textwrap)) = 0.11.0
|
Provides: bundled(crate(textwrap)) = 0.11.0
|
||||||
Provides: bundled(crate(toml)) = 0.5.8
|
Provides: bundled(crate(toml)) = 0.5.8
|
||||||
@ -141,10 +133,11 @@ Provides: bundled(crate(vcpkg)) = 0.2.11
|
|||||||
Provides: bundled(crate(vec_map)) = 0.8.2
|
Provides: bundled(crate(vec_map)) = 0.8.2
|
||||||
Provides: bundled(crate(version_check)) = 0.9.3
|
Provides: bundled(crate(version_check)) = 0.9.3
|
||||||
Provides: bundled(crate(wasi)) = 0.10.2+wasi_snapshot_preview1
|
Provides: bundled(crate(wasi)) = 0.10.2+wasi_snapshot_preview1
|
||||||
Provides: bundled(crate(wasi)) = 0.9.0+wasi_snapshot_preview1
|
|
||||||
Provides: bundled(crate(winapi)) = 0.3.9
|
Provides: bundled(crate(winapi)) = 0.3.9
|
||||||
Provides: bundled(crate(winapi-i686-pc-windows-gnu)) = 0.4.0
|
Provides: bundled(crate(winapi-i686-pc-windows-gnu)) = 0.4.0
|
||||||
Provides: bundled(crate(winapi-x86_64-pc-windows-gnu)) = 0.4.0
|
Provides: bundled(crate(winapi-x86_64-pc-windows-gnu)) = 0.4.0
|
||||||
|
Provides: bundled(crate(zeroize)) = 1.2.0
|
||||||
|
Provides: bundled(crate(zeroize_derive)) = 1.0.1
|
||||||
##### Bundled cargo crates list - END #####
|
##### Bundled cargo crates list - END #####
|
||||||
|
|
||||||
BuildRequires: nspr-devel
|
BuildRequires: nspr-devel
|
||||||
@ -703,6 +696,35 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 24 2021 Thierry Bordaz <tbordaz@redhat.com> - 2.0.6-1
|
||||||
|
- Bump version to 2.0.6
|
||||||
|
- Issue 4803 - Improve DB Locks Monitoring Feature Descriptions
|
||||||
|
- Issue 4803 - Improve DB Locks Monitoring Feature Descriptions (#4810)
|
||||||
|
- Issue 4169 - UI - Migrate Typeaheads to PF4 (#4808)
|
||||||
|
- Issue 4414 - disk monitoring - prevent division by zero crash
|
||||||
|
- Issue 4788 - CLI should support Temporary Password Rules attributes (#4793)
|
||||||
|
- Issue 4656 - Fix replication plugin rename dependency issues
|
||||||
|
- Issue 4656 - replication name change upgrade code causes crash with dynamic plugins
|
||||||
|
- Issue 4506 - Improve SASL logging
|
||||||
|
- Issue 4709 - Fix double free in dbscan
|
||||||
|
- Issue 4093 - Fix MEP test case
|
||||||
|
- Issue 4747 - Remove unstable/unstatus tests (followup) (#4809)
|
||||||
|
- Issue 4791 - Missing dependency for RetroCL RFE (#4792)
|
||||||
|
- Issue 4794 - BUG - don't capture container output (#4798)
|
||||||
|
- Issue 4593 - Log an additional message if the server certificate nickname doesn't match nsSSLPersonalitySSL value
|
||||||
|
- Issue 4797 - ACL IP ADDRESS evaluation may corrupt c_isreplication_session connection flags (#4799)
|
||||||
|
- Issue 4169 - UI Migrate checkbox to PF4 (#4769)
|
||||||
|
- Issue 4447 - Crash when the Referential Integrity log is manually edited
|
||||||
|
- Issue 4773 - Add CI test for DNA interval assignment
|
||||||
|
- Issue 4789 - Temporary password rules are not enforce with local password policy (#4790)
|
||||||
|
- Issue 4379 - fixing regression in test_info_disclosure
|
||||||
|
- Issue 4379 - Allow more than 1 empty AttributeDescription for ldapsearch, without the risk of denial of service
|
||||||
|
- Issue 4379 - Allow more than 1 empty AttributeDescription for ldapsearch, without the risk of denial of service
|
||||||
|
- Issue 4575 Update test docstrings metadata
|
||||||
|
- Issue 4753 - Adjust our tests to 389-ds-base-snmp missing in RHEL 9 Appstream
|
||||||
|
- removed the snmp_present() from utils.py as we have get_rpm_version() in conftest.py
|
||||||
|
- Issue 4753 - Adjust our tests to 389-ds-base-snmp missing in RHEL 9 Appstream
|
||||||
|
|
||||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.0.5-1.1
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.0.5-1.1
|
||||||
- Rebuilt for Python 3.10
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (389-ds-base-2.0.5.tar.bz2) = 727da122b16285a8c2bd096a599e106c712e09c3aad32c23311f9e4cd3481792f5fca565fa8dcafcfa5710bda2ec6024edac44ff06cbd2af318ecf3f4563b908
|
|
||||||
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
||||||
|
SHA512 (389-ds-base-2.0.6.tar.bz2) = 3a988207d1883e06c447d61906aa6a39eba229f77d7c6d6e0767fdc81b3c53256d829817d18b06e58460a0ea5ec1bf4e915a2b6aded3bdea23831ff767e31cf8
|
||||||
|
Loading…
Reference in New Issue
Block a user