diff --git a/.gitignore b/.gitignore index b31713d..5ed7b47 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /389-ds-console-1.2.4.tar.bz2 /389-ds-console-1.2.5.tar.bz2 /389-ds-console-1.2.6.tar.bz2 +/389-ds-console-1.2.12.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index 0432ceb..6431cb2 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,5 +1,5 @@ %define major_version 1.2 -%define minor_version 6 +%define minor_version 12 %define shortname 389-ds %define pkgname dirsrv @@ -11,16 +11,19 @@ Summary: 389 Directory Server Management Console Group: Applications/System License: GPLv2 -URL: http://port389.org +URL: https://port389.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 +Source: https://port389.org/binaries/%{name}-%{version}.tar.bz2 +Patch0: 0001-Bug-1234441-Security-info-from-Help-should-be-remove.patch + Requires: 389-admin +Requires: java >= 1.8.0 BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk BuildRequires: idm-console-framework >= 1.1 -BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: java-devel >= 1.8.0 %if 0%{?rhel} < 6 ExcludeArch: ppc %endif @@ -41,6 +44,7 @@ Web docs for 389 Directory Server Management Console %prep %setup -q +%patch0 -p1 %build %{ant} \ @@ -85,6 +89,23 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Fri Jul 15 2016 Noriko Hosoi 1.2.12-1 +- Release 1.2.12-1 +- Console -- Update Java dependency to 1.8 +- Ticket 48417 - Security info from Help should be removed (partial) +- Ticket 48139 - drop support for legacy replication +- Ticket 48130 - Add "+all" and "-TLS_RSA_WITH_AES_128_GCM_SHA256" to Console Cipher Preference for TLS +- Ticket 47994 - DS Console always sets nsSSL3 to "on" when a securty setting is adjusted +- Ticket 47380 - RFE: Winsync loses connection with AD objects when they move from the console. +- Ticket 135 - DS console - right clicking an object does not select that object +- Ticket 47887 - DS Console does not correctly disable SSL +- Ticket 47485 - DS instance cannot be restored from remote console +- Ticket 47886 - DS Console - mouse wheel speed very slow +- Ticket 176 - DS Console should timeout when mismatched port and protocol combination is chosen +- Ticket 47883 - DS Console - java exception when refreshing schema +- Ticket 96 - Window too large for Manage password policy +- Ticket 370 - Opening merge qualifier CoS entry using RHDS console changes the entry + * Fri Jun 17 2011 Rich Megginson 1.2.6-1 - git tag 389-ds-console-1.2.6 - added skins support diff --git a/sources b/sources index 2621309..9178cfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c53161badabc0715f78bdcefee810c40 389-ds-console-1.2.6.tar.bz2 +423108a3daf39f33e5de5a424c9212fb 389-ds-console-1.2.12.tar.bz2