From bce8fd8eb8a2553948379230bbdd19071b9c7f73 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:49:51 +0000 Subject: [PATCH 01/10] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a6f205..d17111f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := 389-admin-console SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From b02ccc15dd5f96c1c5bc7d2c4ada43740b9906c2 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Fri, 18 Dec 2009 16:47:50 +0000 Subject: [PATCH 02/10] exclude platforms that do not support openjdk --- 389-admin-console.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 9062537..3898035 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -6,7 +6,7 @@ Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -23,6 +23,10 @@ BuildRequires: idm-console-framework BuildRequires: java-devel >= 1:1.6.0 Provides: fedora-ds-admin-console = %{version}-%{release} Obsoletes: fedora-ds-admin-console < 1.1.4-1 +%if 0%{?rhel} < 6 +ExcludeArch: ppc +%endif + %description A Java based remote management console used for Managing 389 @@ -83,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Fri Dec 18 2009 Rich Megginson - 1.1.4-3 +- Excluding PPC for EPEL builds as there is not openjdk there + * Fri Jul 24 2009 Fedora Release Engineering - 1.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From b7f10370ee14c26d33a9075ea2b9d6f9b2a3acd6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 01:40:57 +0000 Subject: [PATCH 03/10] Initialize branch EL-6 for 389-admin-console --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 881cbce16418f63bfa754eaff6582ebfee26d100 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:43:47 +0000 Subject: [PATCH 04/10] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d17111f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: 389-admin-console -# $Id$ -NAME := 389-admin-console -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 diff --git a/import.log b/import.log deleted file mode 100644 index 09c8bf4..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-admin-console-1_1_4-1:HEAD:389-admin-console-1.1.4-1.src.rpm:1247850936 From bb1b9e534bbfb8b033b30da7ff9e892e1f366b17 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Wed, 2 Jun 2010 15:11:52 +0000 Subject: [PATCH 05/10] the 1.1.5 release (cherry picked from commit 88993fa6e4c5ae0ff9d254ff37258c8468672f57) --- .gitignore | 2 +- 389-admin-console.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8805f0c..02726e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -389-admin-console-1.1.4.tar.bz2 +389-admin-console-1.1.5.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 3898035..84843f8 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,12 +1,12 @@ %define major_version 1.1 -%define minor_version 4 +%define minor_version 5 %define shortname 389-admin %define pkgname dirsrv Name: 389-admin-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: 389 Admin Server Management Console Group: Applications/System @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Jun 2 2010 Rich Megginson - 1.1.5-1 +- the 1.1.5 release + * Fri Dec 18 2009 Rich Megginson - 1.1.4-3 - Excluding PPC for EPEL builds as there is not openjdk there diff --git a/sources b/sources index 7423bfb..66b3eb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55c661be949c27b9ff2f754abbc2607f 389-admin-console-1.1.4.tar.bz2 +14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2 From b03feb643565401f37dbac5df6ed717afd0e71c7 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 23 Feb 2011 10:55:15 -0700 Subject: [PATCH 06/10] the 1.1.6 release - git tag 389-admin-console-1.1.6 - the 1.1.6 release - git tag 389-admin-console-1.1.6 - Bug 668950 - Add posix group support to Console - Bug 151705 - Need to update Console Cipher Preferences with new ciphers - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild (cherry picked from commit 205b466588301f300fce221d17a6504739b8408e) --- .gitignore | 1 + 389-admin-console.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02726e2..9d13341 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ 389-admin-console-1.1.5.tar.bz2 +/389-admin-console-1.1.6.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 84843f8..24bd7c4 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 5 +%define minor_version 6 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,11 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Feb 23 2011 Rich Megginson - 1.1.6-1 +- the 1.1.6 release - git tag 389-admin-console-1.1.6 +- Bug 668950 - Add posix group support to Console +- Bug 151705 - Need to update Console Cipher Preferences with new ciphers + * Wed Jun 2 2010 Rich Megginson - 1.1.5-1 - the 1.1.5 release diff --git a/sources b/sources index 66b3eb7..2c71f13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2 +6c0d749eb120686e8eb212d5bd59bf6a 389-admin-console-1.1.6.tar.bz2 From 90dcac2f65db59457d709e90d84b6d61de86df53 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 30 Mar 2011 08:44:16 -0600 Subject: [PATCH 07/10] the 1.1.7 release - git tag 389-admin-console-1.1.7 the 1.1.7 release - git tag 389-admin-console-1.1.7 Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc) (cherry picked from commit 4f23e3c02b7a6e3915392a0d9b3546ed09d0c064) (cherry picked from commit 79fa1e4f6468480ce1ecef2c6963127abadb8af3) --- .gitignore | 1 + 389-admin-console.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9d13341..8b44c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ 389-admin-console-1.1.5.tar.bz2 /389-admin-console-1.1.6.tar.bz2 +/389-admin-console-1.1.7.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 24bd7c4..1a99fc5 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 6 +%define minor_version 7 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,12 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Mar 30 2011 Rich Megginson - 1.1.7-1 +- the 1.1.7 release - git tag 389-admin-console-1.1.7 +- Bug 476925 - Admin Server: Do not allow 8-bit passwords for +- the admin user +- Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc) + * Wed Feb 23 2011 Rich Megginson - 1.1.6-1 - the 1.1.6 release - git tag 389-admin-console-1.1.6 - Bug 668950 - Add posix group support to Console diff --git a/sources b/sources index 2c71f13..61049ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c0d749eb120686e8eb212d5bd59bf6a 389-admin-console-1.1.6.tar.bz2 +0a140efa49c50730bfc73ba5d8d4d2cc 389-admin-console-1.1.7.tar.bz2 From 29c9589916c9b08f803ec2947d73b6604e5c8589 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 8 Aug 2011 20:37:28 -0600 Subject: [PATCH 08/10] Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. (cherry picked from commit 8c9da0871ad8508f9eeb34d5bab6051c25540557) (cherry picked from commit ce46013464bf05925d42488baacf794bb6dbb770) --- .gitignore | 1 + 389-admin-console.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8b44c7b..0ec8040 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ 389-admin-console-1.1.5.tar.bz2 /389-admin-console-1.1.6.tar.bz2 /389-admin-console-1.1.7.tar.bz2 +/389-admin-console-1.1.8.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 1a99fc5..7573fac 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 7 +%define minor_version 8 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Tue Aug 9 2011 Rich Megginson - 1.1.8-1 +- Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. + * Wed Mar 30 2011 Rich Megginson - 1.1.7-1 - the 1.1.7 release - git tag 389-admin-console-1.1.7 - Bug 476925 - Admin Server: Do not allow 8-bit passwords for diff --git a/sources b/sources index 61049ee..2f77179 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a140efa49c50730bfc73ba5d8d4d2cc 389-admin-console-1.1.7.tar.bz2 +7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2 From b66b16e08af3f589210b318cedc05a70275d07be Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Fri, 3 Oct 2014 11:48:13 -0400 Subject: [PATCH 09/10] Ticket 47917 - Fix Source location to use new wiki url --- 389-admin-console.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/389-admin-console.spec b/389-admin-console.spec index 7573fac..1ca56e3 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -15,7 +15,7 @@ URL: http://port389.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Source: http://port389.org/sources/%{name}-%{version}.tar.bz2 +Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: 389-admin BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk From c88b345db860cefe762927484b7c4718c80f7b6c Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 1 Jul 2016 14:33:17 -0700 Subject: [PATCH 10/10] Release 1.1.11 - Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. - Bug 1022104 - Remove versioned jarfiles from _javadir - Bug 1234441 - Security info from Help should be removed - Ticket 362 - Directory Console generates insufficient key strength - Ticket 47467 - Improve online help for Add CRL dialog - Ticket 47477 - Cannot restart SSL-admin server from console --- .gitignore | 1 + 389-admin-console.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0ec8040..d48747b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /389-admin-console-1.1.6.tar.bz2 /389-admin-console-1.1.7.tar.bz2 /389-admin-console-1.1.8.tar.bz2 +/389-admin-console-1.1.11.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 1ca56e3..c0fd07a 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 8 +%define minor_version 11 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,15 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Fri Jul 1 2016 Noriko Hosoi - 1.1.11-1 +- Release 1.1.11 +- Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. +- Bug 1022104 - Remove versioned jarfiles from _javadir +- Bug 1234441 - Security info from Help should be removed +- Ticket 362 - Directory Console generates insufficient key strength +- Ticket 47467 - Improve online help for Add CRL dialog +- Ticket 47477 - Cannot restart SSL-admin server from console + * Tue Aug 9 2011 Rich Megginson - 1.1.8-1 - Bug 723126 - Configure Admin Server -> Connection Restriction --> Add Screen is flicking consistently. diff --git a/sources b/sources index 2f77179..5d664a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7228ce57aa01fb8321a083f676de32f4 389-admin-console-1.1.8.tar.bz2 +8fa4bba6df8faf3839db23d9f9ebb889 389-admin-console-1.1.11.tar.bz2