Release 1.3.5.12-1
- Ticket 48450 - Add prestart work around for systemd ask password - Ticket 48943 - When fine-grained policy is applied, a sub-tree has a priority over a user while changing password - Ticket 47976 - Add fixed CI test case - Ticket 48882 - server can hang in connection list processing - Ticket 48921 - Adding replication and reliability tests - Ticket 48936 - Duplicate collation entries - Ticket 48832 - Fix timing and localhost issues - Ticket 48832 - Fix pytest compatibility in CI tests - Ticket 48832 - CI Tests - make tests more portable - Ticket 48943 - Add CI Test for the password test suite - Ticket 48940 - DS logs have warning:ancestorid not indexed - Ticket 48934 - remove-ds.pl deletes an instance even if wrong prefix was specified - Ticket 48336 - Missing semanage dependency - Bug 1347760 - Additional CI test case - Resolves: Bug 1347760 - CVE-2016-4992 389-ds-base: Information disclosure via repeated use of LDAP ADD operation, etc. - Ticket 48832 - CI tests - convert all the tests to use py.test - Ticket 48939 - nsslapd-workingdir is empty when ns-slapd is started by systemd - Ticket 48935 - Update dirsrv.systemd file - Ticket 48832 - Fix lib389 CI ticket/suite test failures - Ticket 47824 - Remove CI test from tickets and add logging - Ticket 48930 - Paged result search can hang the server - Ticket 48191 - Move CI test to the pr suite and refactor - Ticket 48928 - log of page result cookie should log empty cookie with a different value than 0 - Ticket 48752 - Add CI test - Ticket 47664 - Move CI test to the pr suite and refactor
This commit is contained in:
parent
36aef546f9
commit
603608cbff
1
.gitignore
vendored
1
.gitignore
vendored
@ -136,3 +136,4 @@
|
||||
/389-ds-base-1.3.5.6.tar.bz2
|
||||
/389-ds-base-1.3.5.10.tar.bz2
|
||||
/389-ds-base-1.3.5.11.tar.bz2
|
||||
/389-ds-base-1.3.5.12.tar.bz2
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.3.5.11
|
||||
Version: 1.3.5.12
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv3+
|
||||
URL: https://port389.org/
|
||||
@ -43,7 +43,6 @@ Obsoletes: %{name}-selinux
|
||||
Conflicts: selinux-policy-base < 3.9.8
|
||||
Conflicts: freeipa-server < 4.0.3
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: %{name}-snmp = %{version}-%{release}
|
||||
Provides: ldif2ldbm
|
||||
|
||||
BuildRequires: nspr-devel
|
||||
@ -83,6 +82,7 @@ BuildRequires: python3-devel
|
||||
# this is needed for using semanage from our setup scripts
|
||||
Requires: policycoreutils-python-utils
|
||||
Requires: /usr/sbin/semanage
|
||||
Requires: libsemanage-python
|
||||
|
||||
# the following are needed for some of our scripts
|
||||
%if %{use_openldap}
|
||||
@ -454,6 +454,34 @@ fi
|
||||
%{_sysconfdir}/%{pkgname}/dirsrvtests
|
||||
|
||||
%changelog
|
||||
* Thu Aug 4 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.12-1
|
||||
- Release 1.3.5.12-1
|
||||
- Ticket 48450 - Add prestart work around for systemd ask password
|
||||
- Ticket 48943 - When fine-grained policy is applied, a sub-tree has a priority over a user while changing password
|
||||
- Ticket 47976 - Add fixed CI test case
|
||||
- Ticket 48882 - server can hang in connection list processing
|
||||
- Ticket 48921 - Adding replication and reliability tests
|
||||
- Ticket 48936 - Duplicate collation entries
|
||||
- Ticket 48832 - Fix timing and localhost issues
|
||||
- Ticket 48832 - Fix pytest compatibility in CI tests
|
||||
- Ticket 48832 - CI Tests - make tests more portable
|
||||
- Ticket 48943 - Add CI Test for the password test suite
|
||||
- Ticket 48940 - DS logs have warning:ancestorid not indexed
|
||||
- Ticket 48934 - remove-ds.pl deletes an instance even if wrong prefix was specified
|
||||
- Ticket 48336 - Missing semanage dependency
|
||||
- Bug 1347760 - Additional CI test case
|
||||
- Resolves: Bug 1347760 - CVE-2016-4992 389-ds-base: Information disclosure via repeated use of LDAP ADD operation, etc.
|
||||
- Ticket 48832 - CI tests - convert all the tests to use py.test
|
||||
- Ticket 48939 - nsslapd-workingdir is empty when ns-slapd is started by systemd
|
||||
- Ticket 48935 - Update dirsrv.systemd file
|
||||
- Ticket 48832 - Fix lib389 CI ticket/suite test failures
|
||||
- Ticket 47824 - Remove CI test from tickets and add logging
|
||||
- Ticket 48930 - Paged result search can hang the server
|
||||
- Ticket 48191 - Move CI test to the pr suite and refactor
|
||||
- Ticket 48928 - log of page result cookie should log empty cookie with a different value than 0
|
||||
- Ticket 48752 - Add CI test
|
||||
- Ticket 47664 - Move CI test to the pr suite and refactor
|
||||
|
||||
* Thu Jul 14 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.11-1
|
||||
- Release 1.3.5.11-1
|
||||
- Ticket 48144 - Add /usr/sbin/status-dirsrv script to get the status of the directory server instance.
|
||||
|
Loading…
Reference in New Issue
Block a user