Bump version to 1.4.3.3
Bump version to 1.4.3.3 Issue 50855 - remove unused file from UI Issue 50855 - UI: Port Server Tab to React Issue 49845 - README does not contain complete information on building Issue 50686 - Port fractional replication test cases from TET to python3 part 1 Issue 49623 - cont cenotaph errors on modrdn operations Issue 50882 - Fix healthcheck errors for instances that do not have TLS enabled Issue 50886 - Typo in the replication debug message Issue 50873 - Fix healthcheck and virtual attr check Issue 50873 - Fix issues with healthcheck tool Issue 50028 - Add a new CI test case Issue 49946 - Add a new CI test case Issue 50117 - Add a new CI test case Issue 50787 - fix implementation of attr unique Issue 50859 - support running only with ldaps socket Issue 50823 - dsctl doesn't work with 'slapd-' in the instance name Issue 49624 - cont - DB Deadlock on modrdn appears to corrupt database and entry cache Issue 50867 - Fix minor buildsys issues Issue 50737 - Allow building with rust online without vendoring Issue 50831 - add cargo.lock to allow offline builds Issue 50694 - import PEM certs on startup Issue 50857 - Memory leak in ACI using IP subject Issue 49761 - Fix CI test suite issues Issue 50853 - Fix NULL pointer deref in config setting Issue 50850 - Fix dsctl healthcheck for python36 Issue 49990 - Need to enforce a hard maximum limit for file descriptors Issue 48707 - ldapssotoken for authentication
This commit is contained in:
parent
fc53d8e065
commit
4bfede7213
1
.gitignore
vendored
1
.gitignore
vendored
@ -188,3 +188,4 @@
|
|||||||
/389-ds-base-1.4.3.1.tar.bz2
|
/389-ds-base-1.4.3.1.tar.bz2
|
||||||
/jemalloc-5.2.1.tar.bz2
|
/jemalloc-5.2.1.tar.bz2
|
||||||
/389-ds-base-1.4.3.2.tar.bz2
|
/389-ds-base-1.4.3.2.tar.bz2
|
||||||
|
/389-ds-base-1.4.3.3.tar.bz2
|
||||||
|
@ -44,7 +44,7 @@ ExcludeArch: i686
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.4.3.2
|
Version: 1.4.3.3
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}.1
|
Release: %{?relprefix}1%{?prerel}%{?dist}.1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://www.port389.org
|
URL: https://www.port389.org
|
||||||
@ -207,7 +207,7 @@ package to be installed with just the -libs package and without the main package
|
|||||||
|
|
||||||
%if %{use_legacy}
|
%if %{use_legacy}
|
||||||
%package legacy-tools
|
%package legacy-tools
|
||||||
Summary: Legacy utilities for 389 Directory Server (%{variant})
|
Summary: Legacy utilities for 389 Directory Server
|
||||||
Obsoletes: %{name} <= 1.4.0.9
|
Obsoletes: %{name} <= 1.4.0.9
|
||||||
Requires: 389-ds-base-libs = %{version}-%{release}
|
Requires: 389-ds-base-libs = %{version}-%{release}
|
||||||
# for setup-ds.pl to support ipv6
|
# for setup-ds.pl to support ipv6
|
||||||
@ -761,6 +761,36 @@ exit 0
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 13 2020 Mark Reynolds <mreynolds@redhat.com> - 1.4.3.3-1
|
||||||
|
- Bump version to 1.4.3.3
|
||||||
|
- Bump version to 1.4.3.3
|
||||||
|
- Issue 50855 - remove unused file from UI
|
||||||
|
- Issue 50855 - UI: Port Server Tab to React
|
||||||
|
- Issue 49845 - README does not contain complete information on building
|
||||||
|
- Issue 50686 - Port fractional replication test cases from TET to python3 part 1
|
||||||
|
- Issue 49623 - cont cenotaph errors on modrdn operations
|
||||||
|
- Issue 50882 - Fix healthcheck errors for instances that do not have TLS enabled
|
||||||
|
- Issue 50886 - Typo in the replication debug message
|
||||||
|
- Issue 50873 - Fix healthcheck and virtual attr check
|
||||||
|
- Issue 50873 - Fix issues with healthcheck tool
|
||||||
|
- Issue 50028 - Add a new CI test case
|
||||||
|
- Issue 49946 - Add a new CI test case
|
||||||
|
- Issue 50117 - Add a new CI test case
|
||||||
|
- Issue 50787 - fix implementation of attr unique
|
||||||
|
- Issue 50859 - support running only with ldaps socket
|
||||||
|
- Issue 50823 - dsctl doesn't work with 'slapd-' in the instance name
|
||||||
|
- Issue 49624 - cont - DB Deadlock on modrdn appears to corrupt database and entry cache
|
||||||
|
- Issue 50867 - Fix minor buildsys issues
|
||||||
|
- Issue 50737 - Allow building with rust online without vendoring
|
||||||
|
- Issue 50831 - add cargo.lock to allow offline builds
|
||||||
|
- Issue 50694 - import PEM certs on startup
|
||||||
|
- Issue 50857 - Memory leak in ACI using IP subject
|
||||||
|
- Issue 49761 - Fix CI test suite issues
|
||||||
|
- Issue 50853 - Fix NULL pointer deref in config setting
|
||||||
|
- Issue 50850 - Fix dsctl healthcheck for python36
|
||||||
|
- Issue 49990 - Need to enforce a hard maximum limit for file descriptors
|
||||||
|
- Issue 48707 - ldapssotoken for authentication
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3.2-1.1
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3.2-1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (389-ds-base-1.4.3.2.tar.bz2) = e747c96428b0b79cbea6f01c07214b8ee3456b6f5d93fd27da905c56690e370925d70939765d68c43dd74ecd7121bfe61d84314b8127d83dded45186120caa5e
|
SHA512 (389-ds-base-1.4.3.3.tar.bz2) = 63e241337d55cafbe71173bdff90d8668ade5f223ccb24e57f243a0406c8505a0e1e5fab6b11c06a36231a8c0d740ac8b018d5530e9355be802e2810d36da715
|
||||||
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
||||||
|
Loading…
Reference in New Issue
Block a user