Bump version to 2.0.12-1
Issue 4299 - UI LDAP editor - add "edit" and "rename" functionality Issue 4962 - Fix various UI bugs - Database and Backups (#5044) Issue 5046 - BUG - update concread (#5047) Issue 5043 - BUG - Result must be used compiler warning (#5045) Issue 4165 - Don't apply RootDN access control restrictions to UNIX connections Issue 4931 - RFE: dsidm - add creation of service accounts Issue 5024 - BUG - windows ro replica sigsegv (#5027) Issue 5020 - BUG - improve clarity of posix win sync logging (#5021) Issue 5008 - If a non critical plugin can not be loaded/initialized, bootstrap should succeeds (#5009)
This commit is contained in:
parent
3d04292979
commit
2351af3f1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -208,3 +208,4 @@
|
|||||||
/389-ds-base-2.0.7.tar.bz2
|
/389-ds-base-2.0.7.tar.bz2
|
||||||
/389-ds-base-2.0.10.tar.bz2
|
/389-ds-base-2.0.10.tar.bz2
|
||||||
/389-ds-base-2.0.11.tar.bz2
|
/389-ds-base-2.0.11.tar.bz2
|
||||||
|
/389-ds-base-2.0.12.tar.bz2
|
||||||
|
@ -53,7 +53,7 @@ ExcludeArch: i686
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 2.0.11
|
Version: 2.0.12
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://www.port389.org
|
URL: https://www.port389.org
|
||||||
@ -66,7 +66,7 @@ Provides: ldif2ldbm >= 0
|
|||||||
|
|
||||||
##### Bundled cargo crates list - START #####
|
##### Bundled cargo crates list - START #####
|
||||||
Provides: bundled(crate(ahash)) = 0.7.6
|
Provides: bundled(crate(ahash)) = 0.7.6
|
||||||
Provides: bundled(crate(ansi_term)) = 0.11.0
|
Provides: bundled(crate(ansi_term)) = 0.12.1
|
||||||
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.13.0
|
Provides: bundled(crate(base64)) = 0.13.0
|
||||||
@ -75,8 +75,8 @@ Provides: bundled(crate(byteorder)) = 1.4.3
|
|||||||
Provides: bundled(crate(cbindgen)) = 0.9.1
|
Provides: bundled(crate(cbindgen)) = 0.9.1
|
||||||
Provides: bundled(crate(cc)) = 1.0.72
|
Provides: bundled(crate(cc)) = 1.0.72
|
||||||
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.34.0
|
||||||
Provides: bundled(crate(concread)) = 0.2.19
|
Provides: bundled(crate(concread)) = 0.2.20
|
||||||
Provides: bundled(crate(crossbeam)) = 0.8.1
|
Provides: bundled(crate(crossbeam)) = 0.8.1
|
||||||
Provides: bundled(crate(crossbeam-channel)) = 0.5.1
|
Provides: bundled(crate(crossbeam-channel)) = 0.5.1
|
||||||
Provides: bundled(crate(crossbeam-deque)) = 0.8.1
|
Provides: bundled(crate(crossbeam-deque)) = 0.8.1
|
||||||
@ -92,28 +92,28 @@ Provides: bundled(crate(getrandom)) = 0.2.3
|
|||||||
Provides: bundled(crate(hashbrown)) = 0.11.2
|
Provides: bundled(crate(hashbrown)) = 0.11.2
|
||||||
Provides: bundled(crate(hermit-abi)) = 0.1.19
|
Provides: bundled(crate(hermit-abi)) = 0.1.19
|
||||||
Provides: bundled(crate(instant)) = 0.1.12
|
Provides: bundled(crate(instant)) = 0.1.12
|
||||||
Provides: bundled(crate(itoa)) = 0.4.8
|
Provides: bundled(crate(itoa)) = 1.0.1
|
||||||
Provides: bundled(crate(jobserver)) = 0.1.24
|
Provides: bundled(crate(jobserver)) = 0.1.24
|
||||||
Provides: bundled(crate(lazy_static)) = 1.4.0
|
Provides: bundled(crate(lazy_static)) = 1.4.0
|
||||||
Provides: bundled(crate(libc)) = 0.2.108
|
Provides: bundled(crate(libc)) = 0.2.112
|
||||||
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.5
|
Provides: bundled(crate(lock_api)) = 0.4.5
|
||||||
Provides: bundled(crate(log)) = 0.4.14
|
Provides: bundled(crate(log)) = 0.4.14
|
||||||
Provides: bundled(crate(lru)) = 0.6.6
|
Provides: bundled(crate(lru)) = 0.6.6
|
||||||
Provides: bundled(crate(memoffset)) = 0.6.4
|
Provides: bundled(crate(memoffset)) = 0.6.5
|
||||||
Provides: bundled(crate(once_cell)) = 1.8.0
|
Provides: bundled(crate(once_cell)) = 1.9.0
|
||||||
Provides: bundled(crate(openssl)) = 0.10.38
|
Provides: bundled(crate(openssl)) = 0.10.38
|
||||||
Provides: bundled(crate(openssl-sys)) = 0.9.71
|
Provides: bundled(crate(openssl-sys)) = 0.9.72
|
||||||
Provides: bundled(crate(parking_lot)) = 0.11.2
|
Provides: bundled(crate(parking_lot)) = 0.11.2
|
||||||
Provides: bundled(crate(parking_lot_core)) = 0.8.5
|
Provides: bundled(crate(parking_lot_core)) = 0.8.5
|
||||||
Provides: bundled(crate(paste)) = 0.1.18
|
Provides: bundled(crate(paste)) = 0.1.18
|
||||||
Provides: bundled(crate(paste-impl)) = 0.1.18
|
Provides: bundled(crate(paste-impl)) = 0.1.18
|
||||||
Provides: bundled(crate(pin-project-lite)) = 0.2.7
|
Provides: bundled(crate(pin-project-lite)) = 0.2.7
|
||||||
Provides: bundled(crate(pkg-config)) = 0.3.22
|
Provides: bundled(crate(pkg-config)) = 0.3.24
|
||||||
Provides: bundled(crate(ppv-lite86)) = 0.2.15
|
Provides: bundled(crate(ppv-lite86)) = 0.2.15
|
||||||
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.32
|
Provides: bundled(crate(proc-macro2)) = 1.0.34
|
||||||
Provides: bundled(crate(pwdchan)) = 0.1.0
|
Provides: bundled(crate(pwdchan)) = 0.1.0
|
||||||
Provides: bundled(crate(quote)) = 1.0.10
|
Provides: bundled(crate(quote)) = 1.0.10
|
||||||
Provides: bundled(crate(rand)) = 0.8.4
|
Provides: bundled(crate(rand)) = 0.8.4
|
||||||
@ -122,21 +122,21 @@ Provides: bundled(crate(rand_core)) = 0.6.3
|
|||||||
Provides: bundled(crate(rand_hc)) = 0.3.1
|
Provides: bundled(crate(rand_hc)) = 0.3.1
|
||||||
Provides: bundled(crate(redox_syscall)) = 0.2.10
|
Provides: bundled(crate(redox_syscall)) = 0.2.10
|
||||||
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.9
|
||||||
Provides: bundled(crate(scopeguard)) = 1.1.0
|
Provides: bundled(crate(scopeguard)) = 1.1.0
|
||||||
Provides: bundled(crate(serde)) = 1.0.130
|
Provides: bundled(crate(serde)) = 1.0.132
|
||||||
Provides: bundled(crate(serde_derive)) = 1.0.130
|
Provides: bundled(crate(serde_derive)) = 1.0.132
|
||||||
Provides: bundled(crate(serde_json)) = 1.0.71
|
Provides: bundled(crate(serde_json)) = 1.0.73
|
||||||
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.7.0
|
Provides: bundled(crate(smallvec)) = 1.7.0
|
||||||
Provides: bundled(crate(strsim)) = 0.8.0
|
Provides: bundled(crate(strsim)) = 0.8.0
|
||||||
Provides: bundled(crate(syn)) = 1.0.81
|
Provides: bundled(crate(syn)) = 1.0.82
|
||||||
Provides: bundled(crate(synstructure)) = 0.12.6
|
Provides: bundled(crate(synstructure)) = 0.12.6
|
||||||
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(tokio)) = 1.14.0
|
Provides: bundled(crate(tokio)) = 1.15.0
|
||||||
Provides: bundled(crate(tokio-macros)) = 1.6.0
|
Provides: bundled(crate(tokio-macros)) = 1.7.0
|
||||||
Provides: bundled(crate(toml)) = 0.5.8
|
Provides: bundled(crate(toml)) = 0.5.8
|
||||||
Provides: bundled(crate(unicode-width)) = 0.1.9
|
Provides: bundled(crate(unicode-width)) = 0.1.9
|
||||||
Provides: bundled(crate(unicode-xid)) = 0.2.2
|
Provides: bundled(crate(unicode-xid)) = 0.2.2
|
||||||
@ -712,6 +712,18 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 16 2021 Mark Reynolds <mreynolds@redhat.com> - 2.0.12-1
|
||||||
|
- Bump version to 2.0.12-1
|
||||||
|
- Issue 4299 - UI LDAP editor - add "edit" and "rename" functionality
|
||||||
|
- Issue 4962 - Fix various UI bugs - Database and Backups (#5044)
|
||||||
|
- Issue 5046 - BUG - update concread (#5047)
|
||||||
|
- Issue 5043 - BUG - Result must be used compiler warning (#5045)
|
||||||
|
- Issue 4165 - Don't apply RootDN access control restrictions to UNIX connections
|
||||||
|
- Issue 4931 - RFE: dsidm - add creation of service accounts
|
||||||
|
- Issue 5024 - BUG - windows ro replica sigsegv (#5027)
|
||||||
|
- Issue 5020 - BUG - improve clarity of posix win sync logging (#5021)
|
||||||
|
- Issue 5008 - If a non critical plugin can not be loaded/initialized, bootstrap should succeeds (#5009)
|
||||||
|
|
||||||
* Mon Nov 22 2021 Mark Reynolds <mreynolds@redhat.com> - 2.0.11-1
|
* Mon Nov 22 2021 Mark Reynolds <mreynolds@redhat.com> - 2.0.11-1
|
||||||
- Bump version to 2.0.11
|
- Bump version to 2.0.11
|
||||||
- Issue 4962 - Fix various UI bugs - Settings and Monitor (#5016)
|
- Issue 4962 - Fix various UI bugs - Settings and Monitor (#5016)
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (389-ds-base-2.0.11.tar.bz2) = 23869b5ec8d0fd2774682b5c2dfd1d60dc99a50f5817e25dca50f1eb62d2553f11f7249c7751d1e010bf0c1a0380ec08f56fc5b3f7d66f439a6e350913912318
|
|
||||||
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
||||||
|
SHA512 (389-ds-base-2.0.12.tar.bz2) = add9ad43f9ab50e8ab10bba2a2daef3b201adae0367a28b9814f17c6130a8cb6287391352951a6528c9a16d8139133c8b8ac08bc9436b587c8790ac5b30d0cff
|
||||||
|
Loading…
Reference in New Issue
Block a user