From 99d4268ec7b5f4f43f8c578878f7364ab560e388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Tue, 29 Sep 2009 16:10:10 +0000 Subject: [PATCH 01/22] Initialize branch F-12 for 389-adminutil --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From 1c285871b698fb3d9bf731fdbeac5c4eb77a18e2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 3 Nov 2009 04:39:29 +0000 Subject: [PATCH 02/22] Initialize branch EL-5 for 389-adminutil --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From 9403df2f54eceba66c1cd61a2045e53b0bc4c32f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:49:51 +0000 Subject: [PATCH 03/22] 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 ca61d77..7e6071f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := 389-adminutil 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 1e8820920eab767ea9034f87d29d18cdfb1b792f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:49:51 +0000 Subject: [PATCH 04/22] 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 ca61d77..7e6071f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := 389-adminutil 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 4754cefb7462d5d7843fb45f90cd60048c827ce2 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 14 Jan 2010 21:47:09 +0000 Subject: [PATCH 05/22] this is the 1.1.9 release - fix ICU genrb related build problems --- .cvsignore | 2 +- 389-adminutil.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 793faab..2af306e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-adminutil-1.1.8.tar.bz2 +389-adminutil-1.1.9.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 66e7d8a..234e005 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,7 +1,7 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.8 -Release: 4%{?dist} +Version: 1.1.9 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -82,6 +82,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Jan 14 2010 Rich Megginson - 1.1.9-1 +- make sure we can find ICU genrb on all platforms +- this is the 1.1.9 release + * Wed Aug 12 2009 Rich Megginson - 1.1.8-4 - final 1.1.8 release diff --git a/sources b/sources index 085e4db..1c3bea3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1b0884c701e3cc7705224e07d088d8e 389-adminutil-1.1.8.tar.bz2 +da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2 From 1b7a3420e6fdcce3efda156e95b954f54fe3122c Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 14 Jan 2010 21:47:09 +0000 Subject: [PATCH 06/22] this is the 1.1.9 release - fix ICU genrb related build problems --- .cvsignore | 2 +- 389-adminutil.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 793faab..2af306e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-adminutil-1.1.8.tar.bz2 +389-adminutil-1.1.9.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 66e7d8a..234e005 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,7 +1,7 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.8 -Release: 4%{?dist} +Version: 1.1.9 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -82,6 +82,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Jan 14 2010 Rich Megginson - 1.1.9-1 +- make sure we can find ICU genrb on all platforms +- this is the 1.1.9 release + * Wed Aug 12 2009 Rich Megginson - 1.1.8-4 - final 1.1.8 release diff --git a/sources b/sources index 085e4db..1c3bea3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1b0884c701e3cc7705224e07d088d8e 389-adminutil-1.1.8.tar.bz2 +da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2 From c6fd328b7fdda9552453f80d63659c1c5964e310 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 00:45:27 +0000 Subject: [PATCH 07/22] Initialize branch F-13 for 389-adminutil --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From 7e718a555ae82ae3b8597ef66be744ad59830425 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Sat, 27 Feb 2010 01:44:19 +0000 Subject: [PATCH 08/22] this is the 1.1.10 release - Bug 460168 - FedoraDS adminutil requires non-existent icu.pc on non-RH/Fedora systems --- .cvsignore | 2 +- 389-adminutil.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2af306e..a788906 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-adminutil-1.1.9.tar.bz2 +389-adminutil-1.1.10.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 234e005..eb263b7 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.9 +Version: 1.1.10 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Feb 26 2010 Rich Megginson - 1.1.10-1 +- Bug 460168 - FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora systems +- this is the 1.1.10 release + * Thu Jan 14 2010 Rich Megginson - 1.1.9-1 - make sure we can find ICU genrb on all platforms - this is the 1.1.9 release diff --git a/sources b/sources index 1c3bea3..baae538 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2 +e888430f0a82f1abedad5968fe84a434 389-adminutil-1.1.10.tar.bz2 From cb46bca2c25893a76f1324967e197465dc448076 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Sat, 27 Feb 2010 01:44:19 +0000 Subject: [PATCH 09/22] this is the 1.1.10 release - Bug 460168 - FedoraDS adminutil requires non-existent icu.pc on non-RH/Fedora systems --- .cvsignore | 2 +- 389-adminutil.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2af306e..a788906 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-adminutil-1.1.9.tar.bz2 +389-adminutil-1.1.10.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 234e005..eb263b7 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.9 +Version: 1.1.10 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Feb 26 2010 Rich Megginson - 1.1.10-1 +- Bug 460168 - FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora systems +- this is the 1.1.10 release + * Thu Jan 14 2010 Rich Megginson - 1.1.9-1 - make sure we can find ICU genrb on all platforms - this is the 1.1.9 release diff --git a/sources b/sources index 1c3bea3..baae538 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2 +e888430f0a82f1abedad5968fe84a434 389-adminutil-1.1.10.tar.bz2 From 474e19c650ceefaadd4acdb18d34b369bb80527f Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Sat, 27 Feb 2010 01:44:19 +0000 Subject: [PATCH 10/22] this is the 1.1.10 release - Bug 460168 - FedoraDS adminutil requires non-existent icu.pc on non-RH/Fedora systems --- .cvsignore | 2 +- 389-adminutil.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2af306e..a788906 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-adminutil-1.1.9.tar.bz2 +389-adminutil-1.1.10.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 234e005..eb263b7 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.9 +Version: 1.1.10 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Feb 26 2010 Rich Megginson - 1.1.10-1 +- Bug 460168 - FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora systems +- this is the 1.1.10 release + * Thu Jan 14 2010 Rich Megginson - 1.1.9-1 - make sure we can find ICU genrb on all platforms - this is the 1.1.9 release diff --git a/sources b/sources index 1c3bea3..baae538 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2 +e888430f0a82f1abedad5968fe84a434 389-adminutil-1.1.10.tar.bz2 From 0535c7b4eb74c49e15ebcb4ff567a471182b452d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 01:40:59 +0000 Subject: [PATCH 11/22] Initialize branch EL-6 for 389-adminutil --- 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 5a437500ce0936b8f730e8a33d85476dc9e55ac5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:43:51 +0000 Subject: [PATCH 12/22] 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 7e6071f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: 389-adminutil -# $Id$ -NAME := 389-adminutil -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 baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 diff --git a/import.log b/import.log deleted file mode 100644 index 586a4ff..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-adminutil-1_1_8-2:HEAD:389-adminutil-1.1.8-2.src.rpm:1247864461 From c0ccaab28ace22aae2ff84ecfa3653326a64aa1a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:43:52 +0000 Subject: [PATCH 13/22] 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 7e6071f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: 389-adminutil -# $Id$ -NAME := 389-adminutil -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 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12 diff --git a/import.log b/import.log deleted file mode 100644 index 586a4ff..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-adminutil-1_1_8-2:HEAD:389-adminutil-1.1.8-2.src.rpm:1247864461 From a48a8939c0cffae0570ed9ea425de4ad3537f169 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:43:53 +0000 Subject: [PATCH 14/22] 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 ca61d77..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: 389-adminutil -# $Id$ -NAME := 389-adminutil -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 -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 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 diff --git a/import.log b/import.log deleted file mode 100644 index 586a4ff..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-adminutil-1_1_8-2:HEAD:389-adminutil-1.1.8-2.src.rpm:1247864461 From ccbba570397c9cc16b15562698ccad98814f687a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:43:55 +0000 Subject: [PATCH 15/22] 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 7e6071f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: 389-adminutil -# $Id$ -NAME := 389-adminutil -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 586a4ff..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-adminutil-1_1_8-2:HEAD:389-adminutil-1.1.8-2.src.rpm:1247864461 From 2f530354fd9b0d522cfde04f4d7d228a8232f2bd Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 19 Oct 2010 10:07:39 -0600 Subject: [PATCH 16/22] bump version to 1.1.11 --- .gitignore | 2 +- 389-adminutil.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a788906..058cc88 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -389-adminutil-1.1.10.tar.bz2 +389-adminutil-1.1.11.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index eb263b7..0d1eefc 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.10 +Version: 1.1.11 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Oct 19 2010 Rich Megginson - 1.1.11-1 +- the 1.1.11 release + * Fri Feb 26 2010 Rich Megginson - 1.1.10-1 - Bug 460168 - FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora systems - this is the 1.1.10 release diff --git a/sources b/sources index baae538..bc3c194 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e888430f0a82f1abedad5968fe84a434 389-adminutil-1.1.10.tar.bz2 +c772dc3fee1736798dd966ca847793d4 389-adminutil-1.1.11.tar.bz2 From 1128364067b133b5e9cd0a959bb2dbafc0f1874b Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 19 Oct 2010 10:55:59 -0600 Subject: [PATCH 17/22] bump version to 1.1.12 --- .gitignore | 2 +- 389-adminutil.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 058cc88..bcb7fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -389-adminutil-1.1.11.tar.bz2 +389-adminutil-1.1.12.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 0d1eefc..8e1ec63 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.11 +Version: 1.1.12 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Oct 19 2010 Rich Megginson - 1.1.12-1 +- fix building with mozldap + * Tue Oct 19 2010 Rich Megginson - 1.1.11-1 - the 1.1.11 release diff --git a/sources b/sources index bc3c194..e3d9f30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c772dc3fee1736798dd966ca847793d4 389-adminutil-1.1.11.tar.bz2 +87fa5914b0582e209c0b2c1ce2e601b6 389-adminutil-1.1.12.tar.bz2 From ddf5c01cac7958886dedc4838afd0d7ea25a2020 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 22 Oct 2010 15:06:54 -0600 Subject: [PATCH 18/22] version 1.1.13 - add nss_inc to libadminutil build flags version 1.1.13 - add nss_inc to libadminutil build flags --- .gitignore | 2 +- 389-adminutil.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bcb7fb3..9b241fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -389-adminutil-1.1.12.tar.bz2 +389-adminutil-1.1.13.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 8e1ec63..636a220 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.12 +Version: 1.1.13 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Oct 22 2010 Rich Megginson - 1.1.13-1 +- add nss_inc to libadminutil build flags + * Tue Oct 19 2010 Rich Megginson - 1.1.12-1 - fix building with mozldap diff --git a/sources b/sources index e3d9f30..b65d421 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87fa5914b0582e209c0b2c1ce2e601b6 389-adminutil-1.1.12.tar.bz2 +5e0bbf95c6a61eb69b5f620b28336eff 389-adminutil-1.1.13.tar.bz2 From edcd77708e8ba7de48dd4c9c852b02af35b1afc4 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 1 Jun 2011 13:31:37 -0600 Subject: [PATCH 19/22] 389-adminutil-1.1.14 - many fixes for coverity issues 389-adminutil-1.1.14 - many fixes for coverity issues (cherry picked from commit f367c55eebceef5afb4dee284b3ef8e040182b52) --- .gitignore | 2 +- 389-adminutil.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9b241fb..b134d30 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -389-adminutil-1.1.13.tar.bz2 +389-adminutil-1.1.14.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 636a220..9b5055f 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.13 +Version: 1.1.14 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue May 31 2011 Rich Megginson - 1.1.14-1 +- many fixes for coverity issues + * Fri Oct 22 2010 Rich Megginson - 1.1.13-1 - add nss_inc to libadminutil build flags diff --git a/sources b/sources index b65d421..26e9e37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e0bbf95c6a61eb69b5f620b28336eff 389-adminutil-1.1.13.tar.bz2 +3854174fef3276686896825ea19ccf53 389-adminutil-1.1.14.tar.bz2 From 744948218fe4f7779b77c3fba363ef6e8d739a65 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 3 Feb 2012 15:52:46 -0700 Subject: [PATCH 20/22] TLS not working with latest openldap - Review and address latest Coverity issues Ticket #281 - TLS not working with latest openldap Ticket #161 - Review and address latest Coverity issues --- .gitignore | 1 + 389-adminutil.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b134d30..4e126e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ 389-adminutil-1.1.14.tar.bz2 +/389-adminutil-1.1.15.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 9b5055f..a5d0b47 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.14 +Version: 1.1.15 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Feb 3 2012 Rich Megginson - 1.1.15-1 +- Ticket #281 - TLS not working with latest openldap +- Ticket #161 - Review and address latest Coverity issues + * Tue May 31 2011 Rich Megginson - 1.1.14-1 - many fixes for coverity issues diff --git a/sources b/sources index 26e9e37..aca114d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3854174fef3276686896825ea19ccf53 389-adminutil-1.1.14.tar.bz2 +189fd6848fcc532e063b628a23436c18 389-adminutil-1.1.15.tar.bz2 From eb84f1064ab9c8af63633675c8a837b173e85b6f Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 20 Nov 2013 13:43:04 -0700 Subject: [PATCH 21/22] the 1.1.19 release Ticket #47415 "Manage certificates" crashes admin server 8647ad8 fix compiler warnings - enhancements to test ticket 47415 --- .gitignore | 3 +++ 389-adminutil.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4e126e7..1b00abd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ 389-adminutil-1.1.14.tar.bz2 /389-adminutil-1.1.15.tar.bz2 +/389-adminutil-1.1.17.tar.bz2 +/389-adminutil-1.1.18.tar.bz2 +/389-adminutil-1.1.19.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index a5d0b47..3cee3ba 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.15 +Version: 1.1.19 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,20 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Nov 20 2013 Rich Megginson - 1.1.19-1 +- Ticket #47415 "Manage certificates" crashes admin server +- 8647ad8 fix compiler warnings - enhancements to test ticket 47415 + +* Mon Aug 19 2013 Rich Megginson - 1.1.18-1 +- ee1ef81 add Eclipse generated files +- Ticket #47486 - compiler warnings in adminutil, admin, dsgw +- 77fd77a fix mem leak in admldapBuildInfoSSL when there is no password + +* Fri Apr 19 2013 Noriko Hosoi - 1.1.17-1 +-bump version to 1.1.17 +Resolves: Bug 856089 - slapi_ldap_bind() doesn't check bind results (Ticket 479 - Console logins fail intermittenly) +Resolves: Bug 905266 - BIND operation result not checked properly in admin server and adminutil + * Fri Feb 3 2012 Rich Megginson - 1.1.15-1 - Ticket #281 - TLS not working with latest openldap - Ticket #161 - Review and address latest Coverity issues diff --git a/sources b/sources index aca114d..0853a80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -189fd6848fcc532e063b628a23436c18 389-adminutil-1.1.15.tar.bz2 +fc96c934fdbe338533e6647922223e1c 389-adminutil-1.1.19.tar.bz2 From f0fcaf86795594efba1a508b2c938b794697b5dd Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 19 Mar 2014 16:52:58 -0600 Subject: [PATCH 22/22] bump version to 1.1.20 Ticket #47680 Upgraded 389-admin rpms and now I can't start dirsrv-admin --- .gitignore | 1 + 389-adminutil.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b00abd..8951ced 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /389-adminutil-1.1.17.tar.bz2 /389-adminutil-1.1.18.tar.bz2 /389-adminutil-1.1.19.tar.bz2 +/389-adminutil-1.1.20.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 3cee3ba..c8ba34e 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.19 +Version: 1.1.20 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Mar 19 2014 Rich Megginson - 1.1.20-1 +- Ticket #47680 Upgraded 389-admin rpms and now I can't start dirsrv-admin + * Wed Nov 20 2013 Rich Megginson - 1.1.19-1 - Ticket #47415 "Manage certificates" crashes admin server - 8647ad8 fix compiler warnings - enhancements to test ticket 47415 diff --git a/sources b/sources index 0853a80..47b9d93 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc96c934fdbe338533e6647922223e1c 389-adminutil-1.1.19.tar.bz2 +e29a4eee7578ea51f59c0e76c5899377 389-adminutil-1.1.20.tar.bz2