From df9946086f7c9fbbba7baef9d5ed0b62c9cae904 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Dec 01 2020 09:24:19 +0000 Subject: Bump version to 1.4.4.9 Switch testing to follow f33/1.4.4.x --- diff --git a/389-ds-base.spec b/389-ds-base.spec index 8195a59..4649176 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -17,7 +17,6 @@ ExcludeArch: i686 %global use_asan 0 %global use_rust 0 -%global use_legacy 1 %global bundle_jemalloc 1 %if %{use_asan} %global bundle_jemalloc 0 @@ -32,6 +31,9 @@ ExcludeArch: i686 # Use Clang instead of GCC %global use_clang 0 +# Build cockpit plugin +%global use_cockpit 1 + # fedora 15 and later uses tmpfiles.d # otherwise, comment this out %{!?with_tmpfiles_d: %global with_tmpfiles_d %{_sysconfdir}/tmpfiles.d} @@ -44,13 +46,15 @@ ExcludeArch: i686 Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.4.3.13 +Version: 1.4.4.9 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv3+ URL: https://www.port389.org Conflicts: selinux-policy-base < 3.9.8 Conflicts: freeipa-server < 4.0.3 Obsoletes: %{name} <= 1.4.0.9 +Obsoletes: %{name}-legacy-tools < 1.4.4.6 +Obsoletes: %{name}-legacy-tools-debuginfo < 1.4.4.6 Provides: ldif2ldbm >= 0 BuildRequires: nspr-devel @@ -114,9 +118,9 @@ BuildRequires: python%{python3_pkgversion}-libselinux BuildRequires: python%{python3_pkgversion}-policycoreutils # For cockpit +%if %{use_cockpit} BuildRequires: rsync -BuildRequires: npm -BuildRequires: nodejs +%endif Requires: %{name}-libs = %{version}-%{release} Requires: python%{python3_pkgversion}-lib389 = %{version}-%{release} @@ -200,33 +204,6 @@ Core libraries for the 389 Directory Server base package. These libraries are used by the main package and the -devel package. This allows the -devel package to be installed with just the -libs package and without the main package. -%if %{use_legacy} -%package legacy-tools -Summary: Legacy utilities for 389 Directory Server -Obsoletes: %{name} <= 1.4.0.9 -Requires: 389-ds-base-libs = %{version}-%{release} -# for setup-ds.pl to support ipv6 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -%if %{use_Socket6} -Requires: perl-Socket6 -%else -Requires: perl-Socket -%endif -Requires: perl-NetAddr-IP -# use_openldap assumes perl-Mozilla-LDAP is built with openldap support -Requires: perl-Mozilla-LDAP -# for setup-ds.pl -Requires: bind-utils -%global __provides_exclude_from %{_libdir}/%{pkgname}/perl -%global __requires_exclude perl\\((DSCreate|DSMigration|DSUpdate|DSUtil|Dialog|DialogManager|FileConn|Inf|Migration|Resource|Setup|SetupLog) -%{?perl_default_filter} - -%description legacy-tools -Legacy (and deprecated) utilities for 389 Directory Server. This includes -the old account management and task scripts. These are deprecated in favour of -the dscreate, dsctl, dsconf and dsidm tools. -%endif - %package devel Summary: Development libraries for 389 Directory Server Requires: %{name}-libs = %{version}-%{release} @@ -277,6 +254,7 @@ Requires: python%{python3_pkgversion}-setuptools This module contains tools and libraries for accessing, testing, and configuring the 389 Directory Server. +%if %{use_cockpit} %package -n cockpit-389-ds Summary: Cockpit UI Plugin for configuring and administering the 389 Directory Server BuildArch: noarch @@ -287,6 +265,7 @@ Requires: python%{python3_pkgversion}-lib389 %description -n cockpit-389-ds A cockpit UI Plugin for configuring and administering the 389 Directory Server +%endif %prep %setup -q -n %{name}-%{version}%{?prerel} @@ -312,11 +291,9 @@ ASAN_FLAGS="--enable-asan --enable-debug" RUST_FLAGS="--enable-rust" %endif -%if %{use_legacy} -LEGACY_FLAGS="--enable-legacy --enable-perl" -%else -LEGACY_FLAGS="--disable-legacy --disable-perl" -%endif +%if !%{use_cockpit} +COCKPIT_FLAGS="--disable-cockpit" +%endif %if %{use_clang} export CC=clang @@ -348,7 +325,7 @@ pushd ../%{jemalloc_name}-%{jemalloc_ver} --libdir=%{_libdir}/%{pkgname}/lib \ --bindir=%{_libdir}/%{pkgname}/bin \ --enable-prof -make %{?_smp_mflags} +make %{?_smp_mflags} popd %endif @@ -364,7 +341,7 @@ autoreconf -fiv --with-systemdsystemconfdir=%{_sysconfdir}/systemd/system \ --with-systemdgroupname=%{groupname} \ --libexecdir=%{_libexecdir}/%{pkgname} \ - $NSSARGS $ASAN_FLAGS $RUST_FLAGS $CLANG_FLAGS $LEGACY_FLAGS \ + $NSSARGS $ASAN_FLAGS $RUST_FLAGS $CLANG_FLAGS $COCKPIT_FLAGS \ --enable-cmocka \ --enable-perl @@ -389,11 +366,15 @@ make %install mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_sbindir} +%if %{use_cockpit} mkdir -p %{buildroot}%{_datadir}/cockpit +%endif make DESTDIR="$RPM_BUILD_ROOT" install +%if %{use_cockpit} find %{buildroot}%{_datadir}/cockpit/389-console -type d | sed -e "s@%{buildroot}@@" | sed -e 's/^/\%dir /' > cockpit.list find %{buildroot}%{_datadir}/cockpit/389-console -type f | sed -e "s@%{buildroot}@@" >> cockpit.list +%endif # Copy in our docs from doxygen. cp -r %{_builddir}/%{name}-%{version}%{?prerel}/man/man3 $RPM_BUILD_ROOT/%{_mandir}/man3 @@ -410,14 +391,13 @@ mkdir -p $RPM_BUILD_ROOT/var/lock/%{pkgname} # for systemd mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/%{groupname}.wants -#remove libtool archives and static libs -find %{buildroot} -type f -name "*.la" -delete -find %{buildroot} -type f -name "*.a" -delete - -%if %{use_legacy} -# make sure perl scripts have a proper shebang -sed -i -e 's|#{{PERL-EXEC}}|#!/usr/bin/perl|' $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/script-templates/template-*.pl -%endif +# remove libtool archives and static libs +rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/*.a +rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.a +rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.a +rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.la %if %{bundle_jemalloc} pushd ../%{jemalloc_name}-%{jemalloc_ver} @@ -462,45 +442,9 @@ fi # Reload our sysctl before we restart (if we can) sysctl --system &> $output; true -%preun -if [ $1 -eq 0 ]; then # Final removal - # remove instance specific service files/links - rm -rf %{_sysconfdir}/systemd/system/%{groupname}.wants/* > /dev/null 2>&1 || : -fi - -%postun -if [ $1 = 0 ]; then # Final removal - rm -rf /var/run/%{pkgname} -fi - -%post snmp -%systemd_post %{pkgname}-snmp.service - -%preun snmp -%systemd_preun %{pkgname}-snmp.service %{groupname} - -%postun snmp -%systemd_postun_with_restart %{pkgname}-snmp.service - -%if %{use_legacy} -%post legacy-tools - -# START UPGRADE SCRIPT - -if [ -n "$DEBUGPOSTTRANS" ] ; then - output=$DEBUGPOSTTRANS - output2=${DEBUGPOSTTRANS}.upgrade -else - output=/dev/null - output2=/dev/null -fi - -# find all instances -instances="" # instances that require a restart after upgrade -ninst=0 # number of instances found in total - -echo looking for instances in %{_sysconfdir}/%{pkgname} > $output 2>&1 || : +# Gather the running instances so we can restart them instbase="%{_sysconfdir}/%{pkgname}" +ninst=0 for dir in $instbase/slapd-* ; do echo dir = $dir >> $output 2>&1 || : if [ ! -d "$dir" ] ; then continue ; fi @@ -519,34 +463,41 @@ done if [ $ninst -eq 0 ] ; then echo no instances to upgrade >> $output 2>&1 || : exit 0 # have no instances to upgrade - just skip the rest -fi -# shutdown all instances -echo shutting down all instances . . . >> $output 2>&1 || : -for inst in $instances ; do - echo stopping instance $inst >> $output 2>&1 || : - /bin/systemctl stop $inst >> $output 2>&1 || : -done -echo remove pid files . . . >> $output 2>&1 || : -/bin/rm -f /var/run/%{pkgname}*.pid /var/run/%{pkgname}*.startpid -# do the upgrade -echo upgrading instances . . . >> $output 2>&1 || : -DEBUGPOSTSETUPOPT=`/usr/bin/echo $DEBUGPOSTSETUP | /usr/bin/sed -e "s/[^d]//g"` -if [ -n "$DEBUGPOSTSETUPOPT" ] ; then - %{_sbindir}/setup-ds.pl -$DEBUGPOSTSETUPOPT -u -s General.UpdateMode=offline >> $output 2>&1 || : else - %{_sbindir}/setup-ds.pl -u -s General.UpdateMode=offline >> $output 2>&1 || : + # restart running instances + echo shutting down all instances . . . >> $output 2>&1 || : + for inst in $instances ; do + echo stopping instance $inst >> $output 2>&1 || : + /bin/systemctl stop $inst >> $output 2>&1 || : + done + for inst in $instances ; do + echo starting instance $inst >> $output 2>&1 || : + /bin/systemctl start $inst >> $output 2>&1 || : + done fi -# restart instances that require it -for inst in $instances ; do - echo restarting instance $inst >> $output 2>&1 || : - /bin/systemctl start $inst >> $output 2>&1 || : -done -#END UPGRADE -%endif -exit 0 +%preun +if [ $1 -eq 0 ]; then # Final removal + # remove instance specific service files/links + rm -rf %{_sysconfdir}/systemd/system/%{groupname}.wants/* > /dev/null 2>&1 || : +fi +%postun +if [ $1 = 0 ]; then # Final removal + rm -rf /var/run/%{pkgname} +fi + +%post snmp +%systemd_post %{pkgname}-snmp.service + +%preun snmp +%systemd_preun %{pkgname}-snmp.service %{groupname} + +%postun snmp +%systemd_postun_with_restart %{pkgname}-snmp.service + +exit 0 %files %if %{bundle_jemalloc} @@ -577,11 +528,11 @@ exit 0 %{_mandir}/man1/logconv.pl.1.gz %{_bindir}/pwdhash %{_mandir}/man1/pwdhash.1.gz -%{_bindir}/readnsstate -%{_mandir}/man1/readnsstate.1.gz #%caps(CAP_NET_BIND_SERVICE=pe) {_sbindir}/ns-slapd %{_sbindir}/ns-slapd %{_mandir}/man8/ns-slapd.8.gz +%{_sbindir}/openldap_to_ds +%{_mandir}/man8/openldap_to_ds.8.gz %{_libexecdir}/%{pkgname}/ds_systemd_ask_password_acl %{_mandir}/man5/99user.ldif.5.gz %{_mandir}/man5/certmap.conf.5.gz @@ -641,117 +592,6 @@ exit 0 %{_libdir}/%{pkgname}/librsds.so %endif -%if %{use_legacy} -%files legacy-tools -%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel -%{_bindir}/infadd -%{_mandir}/man1/infadd.1.gz -%{_bindir}/ldif -%{_mandir}/man1/ldif.1.gz -%{_bindir}/migratecred -%{_mandir}/man1/migratecred.1.gz -%{_bindir}/mmldif -%{_mandir}/man1/mmldif.1.gz -%{_bindir}/rsearch -%{_mandir}/man1/rsearch.1.gz -%{_libexecdir}/%{pkgname}/ds_selinux_enabled -%{_libexecdir}/%{pkgname}/ds_selinux_port_query -%config(noreplace)%{_sysconfdir}/%{pkgname}/config/template-initconfig -%{_mandir}/man5/template-initconfig.5.gz -%{_datadir}/%{pkgname}/properties/*.res -%{_datadir}/%{pkgname}/script-templates -%{_datadir}/%{pkgname}/updates -%{_sbindir}/ldif2ldap -%{_mandir}/man8/ldif2ldap.8.gz -%{_sbindir}/bak2db -%{_mandir}/man8/bak2db.8.gz -%{_sbindir}/db2bak -%{_mandir}/man8/db2bak.8.gz -%{_sbindir}/db2index -%{_mandir}/man8/db2index.8.gz -%{_sbindir}/db2ldif -%{_mandir}/man8/db2ldif.8.gz -%{_sbindir}/dbverify -%{_mandir}/man8/dbverify.8.gz -%{_sbindir}/ldif2db -%{_mandir}/man8/ldif2db.8.gz -%{_sbindir}/restart-dirsrv -%{_mandir}/man8/restart-dirsrv.8.gz -%{_sbindir}/start-dirsrv -%{_mandir}/man8/start-dirsrv.8.gz -%{_sbindir}/status-dirsrv -%{_mandir}/man8/status-dirsrv.8.gz -%{_sbindir}/stop-dirsrv -%{_mandir}/man8/stop-dirsrv.8.gz -%{_sbindir}/upgradedb -%{_mandir}/man8/upgradedb.8.gz -%{_sbindir}/vlvindex -%{_mandir}/man8/vlvindex.8.gz -%{_sbindir}/monitor -%{_mandir}/man8/monitor.8.gz -%{_sbindir}/dbmon.sh -%{_mandir}/man8/dbmon.sh.8.gz -%{_sbindir}/dn2rdn -%{_mandir}/man8/dn2rdn.8.gz -%{_sbindir}/restoreconfig -%{_mandir}/man8/restoreconfig.8.gz -%{_sbindir}/saveconfig -%{_mandir}/man8/saveconfig.8.gz -%{_sbindir}/suffix2instance -%{_mandir}/man8/suffix2instance.8.gz -%{_sbindir}/upgradednformat -%{_mandir}/man8/upgradednformat.8.gz -%{_mandir}/man1/dbgen.pl.1.gz -%{_bindir}/repl-monitor -%{_mandir}/man1/repl-monitor.1.gz -%{_bindir}/repl-monitor.pl -%{_mandir}/man1/repl-monitor.pl.1.gz -%{_bindir}/cl-dump -%{_mandir}/man1/cl-dump.1.gz -%{_bindir}/cl-dump.pl -%{_mandir}/man1/cl-dump.pl.1.gz -%{_bindir}/dbgen.pl -%{_mandir}/man8/bak2db.pl.8.gz -%{_sbindir}/bak2db.pl -%{_sbindir}/cleanallruv.pl -%{_mandir}/man8/cleanallruv.pl.8.gz -%{_sbindir}/db2bak.pl -%{_mandir}/man8/db2bak.pl.8.gz -%{_sbindir}/db2index.pl -%{_mandir}/man8/db2index.pl.8.gz -%{_sbindir}/db2ldif.pl -%{_mandir}/man8/db2ldif.pl.8.gz -%{_sbindir}/fixup-linkedattrs.pl -%{_mandir}/man8/fixup-linkedattrs.pl.8.gz -%{_sbindir}/fixup-memberof.pl -%{_mandir}/man8/fixup-memberof.pl.8.gz -%{_sbindir}/ldif2db.pl -%{_mandir}/man8/ldif2db.pl.8.gz -%{_sbindir}/migrate-ds.pl -%{_mandir}/man8/migrate-ds.pl.8.gz -%{_sbindir}/ns-accountstatus.pl -%{_mandir}/man8/ns-accountstatus.pl.8.gz -%{_sbindir}/ns-activate.pl -%{_mandir}/man8/ns-activate.pl.8.gz -%{_sbindir}/ns-inactivate.pl -%{_mandir}/man8/ns-inactivate.pl.8.gz -%{_sbindir}/ns-newpwpolicy.pl -%{_mandir}/man8/ns-newpwpolicy.pl.8.gz -%{_sbindir}/remove-ds.pl -%{_mandir}/man8/remove-ds.pl.8.gz -%{_sbindir}/schema-reload.pl -%{_mandir}/man8/schema-reload.pl.8.gz -%{_sbindir}/setup-ds.pl -%{_mandir}/man8/setup-ds.pl.8.gz -%{_sbindir}/syntax-validate.pl -%{_mandir}/man8/syntax-validate.pl.8.gz -%{_sbindir}/usn-tombstone-cleanup.pl -%{_mandir}/man8/usn-tombstone-cleanup.pl.8.gz -%{_sbindir}/verify-db.pl -%{_mandir}/man8/verify-db.pl.8.gz -%{_libdir}/%{pkgname}/perl -%endif - %files snmp %doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel %config(noreplace)%{_sysconfdir}/%{pkgname}/config/ldap-agent.conf @@ -772,112 +612,263 @@ exit 0 %{_mandir}/man8/dsidm.8.gz %{_libexecdir}/%{pkgname}/dscontainer +%if %{use_cockpit} %files -n cockpit-389-ds -f cockpit.list %{_datarootdir}/metainfo/389-console/org.port389.cockpit_console.metainfo.xml %doc README.md +%endif %changelog -* Mon Oct 5 2020 Mark Reynolds - 1.4.3.13-1 -- Bump version to 1.4.3.13 +* Mon Nov 30 2020 Mark Reynolds - 1.4.4.9-1 +- Bump version to 1.4.4.9 +- Issue 4105 - Remove python.six (fix regression) +- Issue 4384 - Use MONOTONIC clock for all timing events and conditions +- Issue 4243 - Fix test: SyncRepl plugin provides a wrong cookie (#4467) +- Issue 4460 - BUG - lib389 should use system tls policy +- Issue 3657 - Add options to dsctl for dsrc file +- Issue 3986 - UI - Handle objectclasses that do not have X-ORIGIN set +- Issue 4297 - 2nd fix for on ADD replication URP issue internal searches with filter containing unescaped chars (#4439) +- Issue 4449 - dsconf replication monitor fails to retrieve database RUV - consumer (Unavailable) (#4451) +- Issue 4105 - Remove python.six from lib389 (#4456) +- Issue 4440 - BUG - ldifgen with --start-idx option fails with unsupported operand (#4444) +- Issue 2054 - do not add referrals for masters with different data generation #2054 (#4427) +- Issue 2058 - Add keep alive entry after on-line initialization - second version (#4399) +- Issue 4373 - BUG - Mapping Tree nodes can be created that are invalid +- Issue 4428 - BUG Paged Results with critical false causes sigsegv in chaining +- Issue 4428 - Paged Results with Chaining Test Case +- Issue 4383 - Do not normalize escaped spaces in a DN +- Issue 4432 - After a failed online import the next imports are very slow +- Issue 4404 - build problems at alpine linux +- Issue 4316 - performance search rate: useless poll on network send callback (#4424) +- Issue 4429 - NULL dereference in revert_cache() +- Issue 4391 - DSE config modify does not call be_postop (#4394) +- Issue 4412 - Fix CLI repl-agmt requirement for parameters (#4422) + +* Sat Nov 7 2020 Mark Reynolds - 1.4.4.8-1 +- Bump version to 1.4.4.8 +- Issue 4415 - unable to query schema if there are extra parenthesis +- Issue 4176 - CL trimming causes high CPU + +* Wed Oct 28 2020 Mark Reynolds - 1.4.4.7-1 +- Bump version to 1.4.4.7 +- Issue 2526 - revert backend validation check +- Issue 4262 - more perl removal cleanup +- Issue 2526 - retrocl backend created out of order + +* Mon Oct 26 2020 Mark Reynolds - 1.4.4.6-1 +- Bump version to 1.4.4.6 +- Issue 4262 - Remove legacy tools subpackage (final cleanup) +- Issue 4262 - Remove legacy tools subpackage (restart instances after rpm install) +- Issue 4262 - Remove legacy tools subpackage +- Issue 2526 - revert API change in slapi_be_getsuffix() +- Issue 4363 - Sync repl: per thread structure was incorrectly initialized (#4395) +- Issue 4392 - Update create_test.py +- Issue 2820 - Fix CI tests (#4365) +- Issue 2526 - suffix management in backends incorrect +- Issue 4389 - errors log with incorrectly formatted message parent_update_on_childchange +- Issue 4295 - Fix a closing quote issue (#4386) +- Issue 1199 - Misleading message in access log for idle timeout (#4385) +- Issue 3600 - RFE - openldap migration tooling (#4318) +- Issue 4176 - import ldif2cl task should not close all changelogs +- Issue 4159 - Healthcheck code DSBLE0002 not returned on disabled suffix +- Issue 4379 - allow more than 1 empty AttributeDescription for ldapsearch, without the risk of denial of service (#4380) +- Issue 4329 - Sync repl - if a serie of updates target the same entry then the cookie get wrong changenumber (#4356) +- Issue 3555 - Fix npm audit issues (#4370) +- Issue 4372 - BUG - Chaining DB did not validate bind mech parameters (#4374) +- Issue 4334 - RFE - Task timeout may cause larger dataset imports to fail (#4359) +- Issue 4361 - RFE - add - dscreate --advanced flag to avoid user confusion +- Issue 4368 - ds-replcheck crashes when processing glue entries +- Issue 4366 - lib389 - Fix account status inactivity checks +- Issue 4265 - UI - Make the secondary plugins read-only (#4364) +- Issue 4360 - password policy max sequence sets is not working as expected +- Issue 4348 - Add tests for dsidm +- Issue 4350 - One line, fix invalid type error in tls_cacertdir check (#4358) + +* Mon Oct 5 2020 Mark Reynolds - 1.4.4.5-1 +- Bump version to 1.4.4.5 +- Issue 4347 - log when server requires a restart for a plugin to become active (#4352) +- Issue 4297 - On ADD replication URP issue internal searches with filter containing unescaped chars (#4355) +- Issue 4350 - dsrc should warn when tls_cacertdir is invalid (#4353) +- Issue 4351 - improve generated sssd.conf output (#4354) +- Issue 4345 - import self sign cert doc comment (#4346) - Issue 4342 - UI - additional fixes for creation instance modal - Issue 3996 - Add dsidm rename option (#4338) - Issue 4258 - Add server version information to UI +- Issue 4326 - entryuuid fixup did not work correctly (#4328) +- Issue 4209 - RFE - add bootstrap credentials to repl agreement (upgrade update) - Issue 4209 - RFE - add bootstrap credentials to repl agreement (UI update) -- Issue 4209 - RFE - add bootstrap credentials to repl agreement (CLI update) - Issue 4209 - RFE - add bootstrap credentials to repl agreement +- Issue 4209 - RFE - add bootstrap credentials to repl agreement +- Issue 4322 - Fix a source link (#4332) - Issue 4319 - Performance search rate: listener may be erroneously waken up (#4323) +- Issue 4322 - Updates old reference to pagure issue (#4321) +- Issue 4327 - Update issue templates and README.md - Ticket 51190 - SyncRepl plugin provides a wrong cookie +- Ticket 51121 - Remove hardcoded changelog file name - Ticket 51253 - dscreate should LDAPI to bootstrap the config +- Ticket 51177 - fix warnings - Ticket 51228 - Fix lock/unlock wording and lib389 use of methods +- Ticket 51247 - Container Healthcheck failure +- Ticket 51177 - on upgrade configuration handlers - Ticket 51229 - Server Settings page gets into an unresponsive state +- Ticket 51189 - integrate changelog in main database - update CLI +- Ticket 49562 - integrate changelog database to main database - Ticket 51165 - Set the operation start time for extended ops +- Ticket 50933 - Fix OID change between 10rfc2307 and 10rfc2307compat - Ticket 51228 - Clean up dsidm user status command - Ticket 51233 - ds-replcheck crashes in offline mode - Ticket 50260 - Fix test according to #51222 fix - -* Fri Jul 31 2020 Mark Reynolds - 1.4.3.12-1 -- Bump version to 1.4.3.12 -- Issue 51222 - It should not be allowed to delete Managed Entry manually -- Issue 51129 - SSL alert: The value of sslVersionMax "TLS1.3" is higher than the supported version -- Issue 51086 - Fix instance name length for interactive install -- Issue 51136 - JSON Error output has redundant messages -- Issue 51059 - If dbhome directory is set online backup fails -- Issue 51000 - Separate the BDB backend monitors -- Issue 49300 - entryUSN is duplicated after memberOf operation -- Issue 50984 - Fix disk_mon_check_diskspace types - -* Wed Jul 8 2020 Mark Reynolds - 1.4.3.11-1 -- Bump version to 1.4.3.11 +- Ticket 50952 - SSCA lacks basicConstraint:CA +- Ticket 50933 - enable 2307compat.ldif by default +- Ticket 50933 - Update 2307compat.ldif +- Ticket 51102 - RFE - ds-replcheck - make online timeout configurable +- Ticket 51222 - It should not be allowed to delete Managed Entry manually +- Ticket 51129 - SSL alert: The value of sslVersionMax "TLS1.3" is higher than the supported version +- Ticket 49487 - Restore function that incorrectly removed by last patch +- Ticket 49481 - remove unused or unnecessary database plugin functions +- Ticket 50746 - Add option to healthcheck to list all the lint reports +- Ticket 49487 - Cleanup unused code +- Ticket 51086 - Fix instance name length for interactive install +- Ticket 51136 - JSON Error output has redundant messages +- Ticket 51059 - If dbhome directory is set online backup fails +- Ticket 51000 - Separate the BDB backend monitors +- Ticket 49300 - entryUSN is duplicated after memberOf operation +- Ticket 50984 - Fix disk_mon_check_diskspace types +- Ticket 50791 - Healthcheck to find notes=F + +* Tue Sep 29 22:52:34 CEST 2020 Zbigniew Jędrzejewski-Szmek - 1.4.4.4-1.4 +- Rebuilt for libevent 2.1.12 (attempt #2) + +* Tue Sep 29 20:25:49 CEST 2020 Zbigniew Jędrzejewski-Szmek - 1.4.4.4-1.3 +- Rebuilt for libevent 2.1.12 + +* Thu Aug 27 2020 Josef Řídký - 1.4.4.4-1.2 +- Rebuilt for new net-snmp release + +* Mon Jul 27 2020 Fedora Release Engineering - 1.4.4.4-1.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 8 2020 Mark Reynolds - 1.4.4.4-1 +- Bump version to 1.4.4.4 +- Issue 51175 - resolve plugin name leaking +- Issue 51187 - UI - stop importing Cockpit's PF css - Issue 51192 - Add option to reject internal unindexed searches -- Issue 51159 - dsidm ou delete fails +- Issue 50840 - Fix test docstrings metadata-1 +- Issue 50840 - Fix test docstrings metadata +- Issue 50980 - fix foo_filter_rewrite - Issue 51165 - add more logconv stats for the new access log keywords +- Issue 50928 - Unable to create a suffix with countryName either via dscreate or the admin console - Issue 51188 - db2ldif crashes when LDIF file can't be accessed +- Issue 50545 - Port remaining legacy tools to new python CLI - Issue 51165 - add new access log keywords for wtime and optime +- Issue 49761 - Fix CI test suite issues ( Port remaning acceptance test suit part 1) +- Issue 51070 - Port Import TET module to python3 part2 +- Issue 51142 - Port manage Entry TET suit to python 3 part 1 +- Issue 50860 - Port Password Policy test cases from TET to python3 final - Issue 50696 - Fix Allowed and Denied Ciphers lists - WebUI - Issue 51169 - UI - attr uniqueness - selecting empty subtree crashes cockpit - Issue 49256 - log warning when thread number is very different from autotuned value - Issue 51157 - Reindex task may create abandoned index file +- Issue 50873 - Fix issues with healthcheck tool +- Issue 50860 - Port Password Policy test cases from TET to python3 part2 - Issue 51166 - Log an error when a search is fully unindexed +- Issue 50544 - OpenLDAP syncrepl compatability - Issue 51161 - fix SLE15.2 install issps +- Issue 49999 - rpm.mk build-cockpit should clean cockpit_dist first - Issue 51144 - dsctl fails with instance names that contain slapd- +- Issue 51155 - Fix OID for sambaConfig objectclass +- Issue 51159 - dsidm ou delete fails - Issue 50984 - Memory leaks in disk monitoring -- Issue 50201 - nsIndexIDListScanLimit accepts any value - -* Mon Jun 15 2020 Mark Reynolds - 1.4.3.10-1 -- Bump version to 1.4.3.10 +- Issue 51131 - improve mutex alloc in conntable +- Issue 49761 - Fix CI tests - Issue 49859 - A distinguished value can be missing in an entry - Issue 50791 - Healthcheck should look for notes=A/F in access log - Issue 51072 - Set the default minimum worker threads +- Issue 51140 - missing ifdef - Issue 50912 - pwdReset can be modified by a user +- Issue 50781 - Make building cockpit plugin optional - Issue 51100 - Correct numSubordinates value for cn=monitor - Issue 51136 - dsctl and dsidm do not errors correctly when using JSON +- Issue 137 - fix compiler warning +- Issue 50781 - Make building cockpit plugin optional - Issue 51132 - Winsync setting winSyncWindowsFilter not working as expected +- Issue 51034 - labeledURIObject +- Issue 50545 - Port remaining legacy tools to new python CLI +- Issue 50889 - Extract pem files into a private namespace +- Issue 137 - Implement EntryUUID plugin - Issue 51072 - improve autotune defaults -- Issue 50746 - Add option to healthcheck to list all the lint reports +- Issue 51115 - enable samba3.ldif by default - Issue 51118 - UI - improve modal validation when creating an instance +- Issue 50746 - Add option to healthcheck to list all the lint reports + +* Mon Jun 22 2020 Jitka Plesnikova - 1.4.4.3-1.1 +- Perl 5.32 rebuild -* Fri May 29 2020 Mark Reynolds - 1.4.3.9-1 -- Bump version to 1.4.3.9 +* Fri May 29 2020 Mark Reynolds - 1.4.4.3-1 +- Bump version to 1.4.4.3 - Issue 50931 - RFE AD filter rewriter for ObjectCategory +- Issue 50860 - Port Password Policy test cases from TET to python3 part1 - Issue 51113 - Allow using uid for replication manager entry - Issue 51095 - abort operation if CSN can not be generated - Issue 51110 - Fix ASAN ODR warnings +- Issue 49850 - ldbm_get_nonleaf_ids() painfully slow for databases with many non-leaf entries - Issue 51102 - RFE - ds-replcheck - make online timeout configurable - Issue 51076 - remove unnecessary slapi entry dups - Issue 51086 - Improve dscreate instance name validation +- Issue:51070 - Port Import TET module to python3 part1 +- Issue 51037 - compiler warning - Issue 50989 - ignore pid when it is ourself in protect_db +- Issue 51037 - RFE AD filter rewriter for ObjectSID - Issue 50499 - Fix some npm audit issues - Issue 51091 - healthcheck json report fails when mapping tree is deleted - Issue 51079 - container pid start and stop issues +- Issue 49761 - Fix CI tests - Issue 50610 - Fix return code when it's nothing to free -- Issue 51082 - abort when a empty valueset is freed - Issue 50610 - memory leaks in dbscan and changelog encryption - Issue 51076 - prevent unnecessarily duplication of the target entry +- Issue 50940 - Permissions of some shipped directories may change over time +- Issue 50873 - Fix issues with healthcheck tool +- Issue 51082 - abort when a empty valueset is freed +- Issue 50201 - nsIndexIDListScanLimit accepts any value + +* Tue May 26 2020 Miro Hrončok - 1.4.4.2-1.2 +- Rebuilt for Python 3.9 + +* Fri May 15 2020 Pete Walter - 1.4.4.2-1.1 +- Rebuild for ICU 67 -* Fri May 8 2020 Mark Reynolds - 1.4.3.8-1 -- Bump version to 1.4.3.8 +* Fri May 8 2020 Mark Reynolds - 1.4.4.2-1 +- Bump version to 1.4.4.2 - Issue 51078 - Add nsslapd-enable-upgrade-hash to the schema - Issue 51054 - Revise ACI target syntax checking - Issue 51068 - deadlock when updating the schema +- Issue 51042 - try to use both c_rehash and openssl rehash +- Issue 51042 - switch from c_rehash to openssl rehash +- Issue 50992 - Bump jemalloc version and enable profiling - Issue 51060 - unable to set sslVersionMin to TLS1.0 - Issue 51064 - Unable to install server where IPv6 is disabled - Issue 51051 - CLI fix consistency issues with confirmations +- Issue 50655 - etime displayed has an order of magnitude 10 times smaller than it should be - Issue 49731 - undo db_home_dir under /dev/shm/dirsrv for now - Issue 51054 - AddressSanitizer: heap-buffer-overflow in ldap_utf8prev +- Issue 49761 - Fix CI tests - Issue 51047 - React deprecating ComponentWillMount - Issue 50499 - fix npm audit issues - Issue 50545 - Port dbgen.pl to dsctl +- Issue 51027 - Test passwordHistory is not rewritten on a fail attempt -* Wed Apr 22 2020 Mark Reynolds - 1.4.3.7-1 -- Bump version to 1.4.3.7 +* Wed Apr 22 2020 Mark Reynolds - 1.4.4.1-1 +- Bump version to 1.4.4.1 - Issue 51024 - syncrepl_entry callback does not contain attributes added by postoperation plugins -- Issue 51035 - Heavy StartTLS connection load can randomly fail with err=1 +- Issue 50877 - task to run tests of csn generator - Issue 49731 - undo db_home_dir under /dev/shm/dirsrv for now +- Issue 48055 - CI test - automember_plugin(part3) +- Issue 51035 - Heavy StartTLS connection load can randomly fail with err=1 - Issue 51031 - UI - transition between two instances needs improvement -* Thu Apr 16 2020 Mark Reynolds - 1.4.3.6-1 -- Bump version to 1.4.3.6 -- Issue 50933 - 10rfc2307compat.ldif is not ready to set used by default +* Thu Apr 16 2020 Mark Reynolds - 1.4.4.0-1 +- Bump version to 1.4.4.0 +- Issue 50933 - 10rfc2307compat.ldif is not ready to be used by default - Issue 50931 - RFE AD filter rewriter for ObjectCategory - Issue 51016 - Fix memory leaks in changelog5_init and perfctrs_init - Issue 50980 - RFE extend usability for slapi_compute_add_search_rewriter and slapi_compute_add_evaluator diff --git a/sources b/sources index 9633edb..4ab248c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (389-ds-base-1.4.3.13.tar.bz2) = 68713edfceb3787ec364ea96200b5beb14eb17871720fa1fca4bb7564426082f85a7e11eb438193dfa83f72f0a7a33eb94a370f833b973f4d020b6ceb023070e +SHA512 (389-ds-base-1.4.4.9.tar.bz2) = 556edae2764baad7fa99eba8005cbb203a6bb6c9f9bd91194b29c2e187ebe788230438c528757424d86be00636d08d75c894440c67506765a4d1b65fa7b05206 SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02