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/59] 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 39b2fe1f5c57fd0c57c613fee19b51f8f111917c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:37:49 +0000 Subject: [PATCH 02/59] 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 03/59] 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 1b7a3420e6fdcce3efda156e95b954f54fe3122c Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 14 Jan 2010 21:47:09 +0000 Subject: [PATCH 04/59] 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 f9bf10afbdfa6f7e274cda885fcd0cb52abc4e7e Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 14 Jan 2010 21:47:10 +0000 Subject: [PATCH 05/59] 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 474e19c650ceefaadd4acdb18d34b369bb80527f Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Sat, 27 Feb 2010 01:44:19 +0000 Subject: [PATCH 06/59] 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 fc510e4d66dc0ab0b7a01b698884123df3eec3a7 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Sat, 27 Feb 2010 01:44:20 +0000 Subject: [PATCH 07/59] 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 d9a4e1ce91091bbaa7a17a17ba771ec1f0b4eaef Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Fri, 2 Apr 2010 13:50:37 +0000 Subject: [PATCH 08/59] rebuild for icu 4.4 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index eb263b7..98c17a5 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.10 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -82,6 +82,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Apr 02 2010 Caolán McNamara - 1.1.10-2 +- rebuild for icu 4.4 + * 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 From 41a5bb3a292cc4356ff63fe22c6e019a7e217e99 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:43:54 +0000 Subject: [PATCH 09/59] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile 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/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 e3dc1632fd8521a76ea33cc1805680ca98b3440a Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 12 Oct 2010 15:54:13 -0600 Subject: [PATCH 10/59] support for openldap --- .gitignore | 1 + 389-adminutil.spec | 15 ++++++++------- sources | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a788906..f250286 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ 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 98c17a5..6498851 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,15 +1,14 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.10 -Release: 2%{?dist} +Version: 1.1.11 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nspr-devel BuildRequires: nss-devel -BuildRequires: svrcore-devel -BuildRequires: mozldap-devel +BuildRequires: openldap-devel BuildRequires: libicu-devel BuildRequires: icu Provides: adminutil = %{version}-%{release} @@ -37,8 +36,7 @@ Requires: %{name} = %{version}-%{release} Requires: pkgconfig Requires: nspr-devel Requires: nss-devel -Requires: svrcore-devel -Requires: mozldap-devel +Requires: openldap-devel Requires: libicu-devel Provides: adminutil-devel = %{version}-%{release} Obsoletes: adminutil-devel < 1.1.8-2 @@ -52,7 +50,7 @@ that use %{name}. %build -%configure --disable-tests +%configure --disable-tests --with-openldap %{__make} %{?_smp_mflags} %install @@ -82,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Sep 28 2010 Rich Megginson - 1.1.11-1 +- with openldap support + * Fri Apr 02 2010 Caolán McNamara - 1.1.10-2 - rebuild for icu 4.4 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 6c0f34fa2f71b2a2248bb6b7bd134a1369aa6714 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 19 Oct 2010 10:53:09 -0600 Subject: [PATCH 11/59] bump version to 1.1.12 --- .gitignore | 3 +-- 389-adminutil.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f250286..bcb7fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -389-adminutil-1.1.10.tar.bz2 -/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 6498851..436a000 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 @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Sep 28 2010 Rich Megginson - 1.1.12-1 +- fix building with mozldap + * Tue Sep 28 2010 Rich Megginson - 1.1.11-1 - with openldap support 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 e5486aff914328aba2ad34dbc61129bc01cc9b65 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 22 Oct 2010 15:06:54 -0600 Subject: [PATCH 12/59] 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 436a000..b59bb80 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 @@ -80,6 +80,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 Sep 28 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 76bd41fff3c47f28a7f18556281ae23c39e2ff81 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 16:52:10 -0600 Subject: [PATCH 13/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index b59bb80..e695005 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.13 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.1.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Oct 22 2010 Rich Megginson - 1.1.13-1 - add nss_inc to libadminutil build flags From 340eb46a2d05a13045c0b62e7fa16b46ed624c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 7 Mar 2011 17:32:02 +0000 Subject: [PATCH 14/59] rebuild for icu 4.6 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index e695005..9b1ad9c 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.13 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Mar 07 2011 Caolán McNamara - 1.1.10-3 +- rebuild for icu 4.6 + * Mon Feb 07 2011 Fedora Release Engineering - 1.1.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 83fbc1b9c220eaa373708b511c8c6075043d13ca Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 1 Jun 2011 13:31:37 -0600 Subject: [PATCH 15/59] 389-adminutil-1.1.14 - many fixes for coverity issues 389-adminutil-1.1.14 - many fixes for coverity issues --- .gitignore | 2 +- 389-adminutil.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 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 9b1ad9c..3e67e55 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.13 -Release: 3%{?dist} +Version: 1.1.14 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,7 +80,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog -* Mon Mar 07 2011 Caolán McNamara - 1.1.10-3 +* Tue May 31 2011 Rich Megginson - 1.1.14-1 +- many fixes for coverity issues + +* Mon Mar 07 2011 Caolán McNamara - 1.1.13-3 - rebuild for icu 4.6 * Mon Feb 07 2011 Fedora Release Engineering - 1.1.13-2 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 1756ca286d47e56c00083ef79468fe510f56fcbe Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 28 Oct 2011 17:05:00 -0600 Subject: [PATCH 16/59] rebuild for latest icu --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 3e67e55..c4dbc4b 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.14 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Oct 28 2011 Rich Megginson - 1.1.14-2 +- rebuild for latest icu + * Tue May 31 2011 Rich Megginson - 1.1.14-1 - many fixes for coverity issues From 58cdbe1f790b424d84f953110c1df30c3175a14a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 14:09:42 -0600 Subject: [PATCH 17/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index c4dbc4b..8f3f26d 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.14 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 1.1.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Oct 28 2011 Rich Megginson - 1.1.14-2 - rebuild for latest icu From c3d421a7e79a96511bf99418d65587687298c1c1 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 3 Feb 2012 15:52:46 -0700 Subject: [PATCH 18/59] 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 | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 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 8f3f26d..0d06528 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.14 -Release: 3%{?dist} +Version: 1.1.15 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,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 + * Thu Jan 12 2012 Fedora Release Engineering - 1.1.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 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 e0cc2b50b67873f2846eb3c020f9b22c503aef34 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 07:28:35 -0500 Subject: [PATCH 19/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 0d06528..6f35c09 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.15 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 1.1.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * 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 From 2066a8665a66ecb87e2ccf311e8906af429b6760 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 26 Jan 2013 12:48:54 -0700 Subject: [PATCH 20/59] Rebuild for new icu --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 6f35c09..be0a321 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.15 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Sat Jan 26 2013 Kevin Fenzi - 1.1.15-3 +- Rebuild for new icu + * Wed Jul 18 2012 Fedora Release Engineering - 1.1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 61665d2cac47cdb8804ecd391361ff7b5e0dcfa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 2 Apr 2013 09:27:58 -0400 Subject: [PATCH 21/59] Rebuild with correct icu on s390(x) --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index be0a321..c8e906c 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.15 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Apr 2 2013 Dan Horák - 1.1.15-3.1 +- Rebuild with correct icu on s390(x) + * Sat Jan 26 2013 Kevin Fenzi - 1.1.15-3 - Rebuild for new icu From d64759c58b65c3686ec65594a30706d111b09230 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 19 Apr 2013 12:56:10 -0700 Subject: [PATCH 22/59] 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 --- .gitignore | 1 + 389-adminutil.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e126e7..0f21b4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ 389-adminutil-1.1.14.tar.bz2 /389-adminutil-1.1.15.tar.bz2 +/389-adminutil-1.1.17.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index c8e906c..092165c 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.15 -Release: 3%{?dist}.1 +Version: 1.1.17 +Release: 1%{?dist}.1 License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* 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 + * Tue Apr 2 2013 Dan Horák - 1.1.15-3.1 - Rebuild with correct icu on s390(x) diff --git a/sources b/sources index aca114d..dd19669 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -189fd6848fcc532e063b628a23436c18 389-adminutil-1.1.15.tar.bz2 +8078cbb84ce17c0dddb6677b28b8923d 389-adminutil-1.1.17.tar.bz2 From 9c5ed97d5fd4d464e5fc390f4bd2f54277c6f11a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 17:21:53 -0500 Subject: [PATCH 23/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 092165c..f89428b 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.17 -Release: 1%{?dist}.1 +Release: 2%{?dist}.1 License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Aug 02 2013 Fedora Release Engineering - 1.1.17-2.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * 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) From d08f6533c64720bf12dd2be26e27bd05bf9b69bd Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 19 Aug 2013 17:37:32 -0600 Subject: [PATCH 24/59] ee1ef81 add Eclipse generated files - Ticket #47486 - compiler warnings in adminutil, admin, dsgw - 77fd77a fix mem leak in admldapBuildInfoSSL when there is no password --- .gitignore | 1 + 389-adminutil.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0f21b4a..713e298 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ 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 diff --git a/389-adminutil.spec b/389-adminutil.spec index f89428b..ec8e2e4 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.17 -Release: 2%{?dist}.1 +Version: 1.1.18 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* 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 Aug 02 2013 Fedora Release Engineering - 1.1.17-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index dd19669..7bca78a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8078cbb84ce17c0dddb6677b28b8923d 389-adminutil-1.1.17.tar.bz2 +7ee4ce3c3e18bcb04c4d075a2bfed6c3 389-adminutil-1.1.18.tar.bz2 From 497c12efdab0faccda48a6aad629edfa94d9fadf Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 20 Nov 2013 13:43:04 -0700 Subject: [PATCH 25/59] the 1.1.19 release Ticket #47415 "Manage certificates" crashes admin server 8647ad8 fix compiler warnings - enhancements to test ticket 47415 --- .gitignore | 1 + 389-adminutil.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 713e298..1b00abd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /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 ec8e2e4..b143d5b 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.18 +Version: 1.1.19 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -80,6 +80,10 @@ 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 diff --git a/sources b/sources index 7bca78a..0853a80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ee4ce3c3e18bcb04c4d075a2bfed6c3 389-adminutil-1.1.18.tar.bz2 +fc96c934fdbe338533e6647922223e1c 389-adminutil-1.1.19.tar.bz2 From 3948fa9080ee4bb9757d46358e31b518974530ec Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 14 Feb 2014 11:56:20 +0530 Subject: [PATCH 26/59] Rebuild for icu 52 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index b143d5b..926e6e8 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.19 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Feb 14 2014 Parag Nemade - 1.1.19-2 +- Rebuild for icu 52 + * 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 From 1a79ebed22e3c91fe5d3235582172153a2ea196e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 17:16:34 -0500 Subject: [PATCH 27/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 926e6e8..6250339 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.19 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Jun 06 2014 Fedora Release Engineering - 1.1.19-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Feb 14 2014 Parag Nemade - 1.1.19-2 - Rebuild for icu 52 From c0caf278b6711179686ce7acd5f80683c3e412db Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 15 Aug 2014 18:02:13 +0000 Subject: [PATCH 28/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 6250339..22e9c31 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.19 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Aug 15 2014 Fedora Release Engineering - 1.1.19-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Fri Jun 06 2014 Fedora Release Engineering - 1.1.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From db463c7a86dfee24306e301f6af2c0961b2fd478 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 26 Aug 2014 13:57:19 +0200 Subject: [PATCH 29/59] rebuild for ICU 53.1 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 22e9c31..a60fdcd 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.19 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Aug 26 2014 David Tardon - 1.1.19-5 +- rebuild for ICU 53.1 + * Fri Aug 15 2014 Fedora Release Engineering - 1.1.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 1738ae9a123db6278a114d7f8ca1f001f0e67817 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 26 Jan 2015 16:45:05 +0100 Subject: [PATCH 30/59] rebuild for ICU 54.1 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index a60fdcd..424918d 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.19 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Jan 26 2015 David Tardon - 1.1.19-6 +- rebuild for ICU 54.1 + * Tue Aug 26 2014 David Tardon - 1.1.19-5 - rebuild for ICU 53.1 From 97fd2cb9d0638b598edeede0f3ddb2aef7f877e6 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Tue, 3 Feb 2015 16:33:14 -0800 Subject: [PATCH 31/59] bump version to 1.1.21 - Ticket 47929 - adminutil - future proof getSSLVersion - Ticket 47929 - Adminutil - do not use SSL3 by default - Ticket 47850 - "nsslapd-allow-anonymous-access: rootdse" makes login as "admin" fail at the first time - Ticket 47881 - crash during debug session in adminutil - Ticket 47680 - Upgraded 389-admin rpms and now I can't start dirsrv-admin --- .gitignore | 1 + 389-adminutil.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b00abd..dafa5ca 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.21.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 424918d..c239df6 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.19 -Release: 6%{?dist} +Version: 1.1.21 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,14 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Feb 3 2015 Noriko Hosoi - 1.1.21-1 +- bump version to 1.1.21 +- Ticket 47929 - adminutil - future proof getSSLVersion +- Ticket 47929 - Adminutil - do not use SSL3 by default +- Ticket 47850 - "nsslapd-allow-anonymous-access: rootdse" makes login as "admin" fail at the first time +- Ticket 47881 - crash during debug session in adminutil +- Ticket 47680 - Upgraded 389-admin rpms and now I can't start dirsrv-admin + * Mon Jan 26 2015 David Tardon - 1.1.19-6 - rebuild for ICU 54.1 diff --git a/sources b/sources index 0853a80..4980ed2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc96c934fdbe338533e6647922223e1c 389-adminutil-1.1.19.tar.bz2 +77c2e7e2d9ecb74e092343710e7bb484 389-adminutil-1.1.21.tar.bz2 From ab07ac98ee66c0a713fd1ac755572aa15540e0ee Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Wed, 4 Feb 2015 14:06:40 +0100 Subject: [PATCH 32/59] Bump for rebuild. --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index c239df6..50912a0 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.21 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Feb 04 2015 Petr Machata - 1.1.21-2 +- Bump for rebuild. + * Tue Feb 3 2015 Noriko Hosoi - 1.1.21-1 - bump version to 1.1.21 - Ticket 47929 - adminutil - future proof getSSLVersion From b0464ee272085e6cca882c965b284c88882e90de Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 10 Jun 2015 14:57:09 -0700 Subject: [PATCH 33/59] bump version to 1.1.22 - Ticket 48152 - [adminutil] support NSS 3.18 --- .gitignore | 1 + 389-adminutil.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dafa5ca..d7e0ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /389-adminutil-1.1.18.tar.bz2 /389-adminutil-1.1.19.tar.bz2 /389-adminutil-1.1.21.tar.bz2 +/389-adminutil-1.1.22.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 50912a0..6f0d609 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.21 -Release: 2%{?dist} +Version: 1.1.22 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Jun 10 2015 Noriko Hosoi - 1.1.22-1 +- bump version to 1.1.22 +- Ticket 48152 - [adminutil] support NSS 3.18 + * Wed Feb 04 2015 Petr Machata - 1.1.21-2 - Bump for rebuild. diff --git a/sources b/sources index 4980ed2..f961939 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77c2e7e2d9ecb74e092343710e7bb484 389-adminutil-1.1.21.tar.bz2 +7fae8e57c5a543fafbbb5d1ec99bbd4c 389-adminutil-1.1.22.tar.bz2 From d090540895046b138e559ab93c32969054e491a9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 22:38:10 +0000 Subject: [PATCH 34/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 6f0d609..29c1f8b 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.22 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 1.1.22-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Noriko Hosoi - 1.1.22-1 - bump version to 1.1.22 - Ticket 48152 - [adminutil] support NSS 3.18 From b1ba3a3c49b6ed08acfccb2a0ab61960d580b158 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 28 Oct 2015 14:07:40 +0100 Subject: [PATCH 35/59] rebuild for ICU 56.1 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 29c1f8b..dd7e892 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.22 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Oct 28 2015 David Tardon - 1.1.22-3 +- rebuild for ICU 56.1 + * Tue Jun 16 2015 Fedora Release Engineering - 1.1.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From de602e1378730e7de248307189e55c1c16bdff7a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 15:16:49 +0000 Subject: [PATCH 36/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index dd7e892..43d4578 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.22 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.1.22-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Oct 28 2015 David Tardon - 1.1.22-3 - rebuild for ICU 56.1 From 48ef307bf2f4e94e711c609c6ee5d917cf12f48c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 15 Apr 2016 20:10:58 +0200 Subject: [PATCH 37/59] rebuild for ICU 57.1 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 43d4578..6bdadad 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.22 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Apr 15 2016 David Tardon - 1.1.22-5 +- rebuild for ICU 57.1 + * Wed Feb 03 2016 Fedora Release Engineering - 1.1.22-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From b441b09ba52294762db67dbd180be9dd31dbcef8 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 12 Oct 2016 12:50:58 -0400 Subject: [PATCH 38/59] bump version to 1.1.23 - Ticket 48345 - bad check for NUL char in psetc.c --- .gitignore | 1 + 389-adminutil.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d7e0ab2..b4cf81a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /389-adminutil-1.1.19.tar.bz2 /389-adminutil-1.1.21.tar.bz2 /389-adminutil-1.1.22.tar.bz2 +/389-adminutil-1.1.23.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 6bdadad..aefd966 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,8 +1,8 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.22 -Release: 5%{?dist} -License: LGPLv2 +Version: 1.1.23 +Release: 1%{?dist} +License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -80,6 +80,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Oct 12 2016 Mark Reynolds - 1.2.23-1 +- bump version to 1.1.23 +- Ticket 48345 - bad check for NUL char in psetc.c + * Fri Apr 15 2016 David Tardon - 1.1.22-5 - rebuild for ICU 57.1 diff --git a/sources b/sources index f961939..a24f200 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fae8e57c5a543fafbbb5d1ec99bbd4c 389-adminutil-1.1.22.tar.bz2 +782d90f0caf3c3bf89e2cdb737498933 389-adminutil-1.1.23.tar.bz2 From 1ba3d01e17766180e02beced4ec68ed288c92fad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 04:56:43 +0000 Subject: [PATCH 39/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index aefd966..0b2b785 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.23 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.1.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Oct 12 2016 Mark Reynolds - 1.2.23-1 - bump version to 1.1.23 - Ticket 48345 - bad check for NUL char in psetc.c From 47c614b2531ae5d7a5793968286fb8274d28707f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 01:36:24 +0000 Subject: [PATCH 40/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 0b2b785..c26abb9 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.23 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.1.23-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.1.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From c7e8b974cf5f76dc9ec9aac4eeb7d216495e61bb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 16:45:10 +0000 Subject: [PATCH 41/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index c26abb9..852b62b 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.23 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 1.1.23-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.1.23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From ed7ba1b2293622c24053bb57e6bc0a18a3d4bac3 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Thu, 30 Nov 2017 20:16:51 +0000 Subject: [PATCH 42/59] Rebuild for ICU 60.1 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 852b62b..b4a8604 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.23 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Nov 30 2017 Pete Walter - 1.1.23-5 +- Rebuild for ICU 60.1 + * Wed Aug 02 2017 Fedora Release Engineering - 1.1.23-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 7ae5de4c833fe935dff458511b7c219420906ab9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 00:20:15 +0000 Subject: [PATCH 43/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index b4a8604..2766ed9 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.23 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.1.23-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Nov 30 2017 Pete Walter - 1.1.23-5 - Rebuild for ICU 60.1 From 068dcb28ab093c089fd6c795ba55eccc1282caa3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:00:22 +0100 Subject: [PATCH 44/59] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- 389-adminutil.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 2766ed9..1f7cb05 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -5,7 +5,6 @@ Release: 6%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nspr-devel BuildRequires: nss-devel BuildRequires: openldap-devel From e33897064f61d46dcd2f178de9320c5d64027907 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:15:49 +0100 Subject: [PATCH 45/59] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- 389-adminutil.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 1f7cb05..acd791c 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -59,9 +59,6 @@ that use %{name}. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.a %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.la -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From 6c22bdb55690ff15937c90e82687d3d0904e7b3c Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Tue, 20 Feb 2018 11:08:52 -0500 Subject: [PATCH 46/59] Exclude I86 platforms --- 389-adminutil.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index acd791c..ab0682c 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,7 +1,10 @@ +# Exclude 32 bit arches +ExcludeArch: %{ix86} + Summary: Utility library for 389 administration Name: 389-adminutil Version: 1.1.23 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -76,6 +79,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Feb 20 2018 Mark Reynolds - 1.1.23-7 +- Exclude I86 platforms + * Wed Feb 07 2018 Fedora Release Engineering - 1.1.23-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 342a03ac6c9397ebfe549c0b0824520120fc0eff Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Mon, 30 Apr 2018 08:26:32 +0100 Subject: [PATCH 47/59] Rebuild for ICU 60.1 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index ab0682c..532566c 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -4,7 +4,7 @@ ExcludeArch: %{ix86} Summary: Utility library for 389 administration Name: 389-adminutil Version: 1.1.23 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -79,6 +79,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Apr 30 2018 Pete Walter - 1.1.23-8 +- Rebuild for ICU 60.1 + * Tue Feb 20 2018 Mark Reynolds - 1.1.23-7 - Exclude I86 platforms From 9e27c5f57f32d06a9ef4f8fa7489b30892c7e235 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Mon, 30 Apr 2018 08:27:45 +0100 Subject: [PATCH 48/59] Rebuild for ICU 61.1 --- 389-adminutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 532566c..35396f8 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -80,7 +80,7 @@ that use %{name}. %changelog * Mon Apr 30 2018 Pete Walter - 1.1.23-8 -- Rebuild for ICU 60.1 +- Rebuild for ICU 61.1 * Tue Feb 20 2018 Mark Reynolds - 1.1.23-7 - Exclude I86 platforms From 216f6cda06dc0d449fe06a60ab436ccf5028d3d0 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 00:05:02 -0500 Subject: [PATCH 49/59] Remove needless use of %defattr --- 389-adminutil.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 35396f8..ecc4144 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -66,13 +66,11 @@ that use %{name}. %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc LICENSE README NEWS %{_libdir}/*.so.* %{_datadir}/%{name} %files devel -%defattr(-,root,root,-) %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/*.so %{_includedir}/libadminutil From 0227f68306ac07fbc1c572a550f85938b077420a Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Tue, 10 Jul 2018 21:46:29 +0100 Subject: [PATCH 50/59] Rebuild for ICU 62 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index ecc4144..7067bbe 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -4,7 +4,7 @@ ExcludeArch: %{ix86} Summary: Utility library for 389 administration Name: 389-adminutil Version: 1.1.23 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -77,6 +77,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Jul 10 2018 Pete Walter - 1.1.23-9 +- Rebuild for ICU 62 + * Mon Apr 30 2018 Pete Walter - 1.1.23-8 - Rebuild for ICU 61.1 From 60705dfc59e5173930b0b00a7a725114b161f34c Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Wed, 11 Jul 2018 01:12:36 +0100 Subject: [PATCH 51/59] Add missing BuildRequires: gcc-c++ --- 389-adminutil.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/389-adminutil.spec b/389-adminutil.spec index 7067bbe..dabb551 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -8,6 +8,7 @@ Release: 9%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries +BuildRequires: gcc-c++ BuildRequires: nspr-devel BuildRequires: nss-devel BuildRequires: openldap-devel From 87ca2fff75e69f7b59264019e475cc16270f6778 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 18:52:04 +0000 Subject: [PATCH 52/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index dabb551..09b71d0 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -4,7 +4,7 @@ ExcludeArch: %{ix86} Summary: Utility library for 389 administration Name: 389-adminutil Version: 1.1.23 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -78,6 +78,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 1.1.23-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jul 10 2018 Pete Walter - 1.1.23-9 - Rebuild for ICU 62 From 11fcfd166d76d2ee3cf1a10110a74bab5cdf36a3 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Mon, 23 Jul 2018 16:59:09 -0400 Subject: [PATCH 53/59] Remove ldconfig from post scriplets --- 389-adminutil.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 09b71d0..33b9061 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -4,7 +4,7 @@ ExcludeArch: %{ix86} Summary: Utility library for 389 administration Name: 389-adminutil Version: 1.1.23 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv3 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -63,8 +63,8 @@ that use %{name}. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.a %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.la -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post +%postun %files %doc LICENSE README NEWS @@ -78,6 +78,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Jul 23 2018 Mark Renolds - 1.1.23-11 +- Remove ldconfig from post scriplets + * Thu Jul 12 2018 Fedora Release Engineering - 1.1.23-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From e8d00512581545cb629ab94d38ecb2a602fc95d5 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Thu, 20 Dec 2018 12:09:30 -0500 Subject: [PATCH 54/59] Bump version to 1.1.23-12 Make package as deprecated --- 389-adminutil.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 33b9061..e316679 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -6,7 +6,7 @@ Name: 389-adminutil Version: 1.1.23 Release: 11%{?dist} License: GPLv3 -URL: http://port389.org/wiki/AdminUtil +URL: https://www.port389.org Group: Development/Libraries BuildRequires: gcc-c++ BuildRequires: nspr-devel @@ -17,7 +17,9 @@ BuildRequires: icu Provides: adminutil = %{version}-%{release} Obsoletes: adminutil < 1.1.8-2 -Source0: http://port389.org/sources/%{name}-%{version}.tar.bz2 +Source0: https://www.port389.org/sources/%{name}-%{version}.tar.bz2 + +Provides: deprecated() %description %{name} is libraries of functions used to administer directory @@ -78,7 +80,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog -* Mon Jul 23 2018 Mark Renolds - 1.1.23-11 +* Thu Dec 20 2018 Mark Reynolds - 1.1.23-12 +- Bump version to 1.1.23-12 +- Make package as deprecated + +* Mon Jul 23 2018 Mark Reynolds - 1.1.23-11 - Remove ldconfig from post scriplets * Thu Jul 12 2018 Fedora Release Engineering - 1.1.23-10 From 8a5b8df7c1c200f8d1274f39ddf2e1f086624df2 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Wed, 23 Jan 2019 22:10:00 +0000 Subject: [PATCH 55/59] Rebuild for ICU 63 --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index e316679..38cba69 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -4,7 +4,7 @@ ExcludeArch: %{ix86} Summary: Utility library for 389 administration Name: 389-adminutil Version: 1.1.23 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv3 URL: https://www.port389.org Group: Development/Libraries @@ -80,6 +80,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Jan 23 2019 Pete Walter - 1.1.23-12 +- Rebuild for ICU 63 + * Thu Dec 20 2018 Mark Reynolds - 1.1.23-12 - Bump version to 1.1.23-12 - Make package as deprecated From c38061411ae5fe76723701063c8b22a9c1e549d6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 56/59] Remove obsolete Group tag Signed-off-by: Igor Gnatenko --- 389-adminutil.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 38cba69..a031111 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -7,7 +7,6 @@ Version: 1.1.23 Release: 12%{?dist} License: GPLv3 URL: https://www.port389.org -Group: Development/Libraries BuildRequires: gcc-c++ BuildRequires: nspr-devel BuildRequires: nss-devel @@ -36,7 +35,6 @@ well as resource handling (ICU ures API). %package devel Summary: Development and header files for %{name} -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig Requires: nspr-devel From 69e6a20285006f2d837811d20fa4ddac05e9a0c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 11:18:10 +0000 Subject: [PATCH 57/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index a031111..6a478a5 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -4,7 +4,7 @@ ExcludeArch: %{ix86} Summary: Utility library for 389 administration Name: 389-adminutil Version: 1.1.23 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv3 URL: https://www.port389.org BuildRequires: gcc-c++ @@ -78,6 +78,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.1.23-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Jan 23 2019 Pete Walter - 1.1.23-12 - Rebuild for ICU 63 From 99b969f871e258abd48f097fac4843d166b0a12d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 15:35:48 +0000 Subject: [PATCH 58/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 389-adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-adminutil.spec b/389-adminutil.spec index 6a478a5..2cbece5 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -4,7 +4,7 @@ ExcludeArch: %{ix86} Summary: Utility library for 389 administration Name: 389-adminutil Version: 1.1.23 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv3 URL: https://www.port389.org BuildRequires: gcc-c++ @@ -78,6 +78,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 1.1.23-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 1.1.23-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 2e1ef59664893468ffd314b35ff5cac6f027faf0 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 24 Jul 2019 11:47:32 -0400 Subject: [PATCH 59/59] Retiring 389-adminutil as its been replaced by Cockpit UI plugin --- .gitignore | 8 -- 389-adminutil.spec | 303 --------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 312 deletions(-) delete mode 100644 .gitignore delete mode 100644 389-adminutil.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b4cf81a..0000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -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 -/389-adminutil-1.1.21.tar.bz2 -/389-adminutil-1.1.22.tar.bz2 -/389-adminutil-1.1.23.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec deleted file mode 100644 index 2cbece5..0000000 --- a/389-adminutil.spec +++ /dev/null @@ -1,303 +0,0 @@ -# Exclude 32 bit arches -ExcludeArch: %{ix86} - -Summary: Utility library for 389 administration -Name: 389-adminutil -Version: 1.1.23 -Release: 14%{?dist} -License: GPLv3 -URL: https://www.port389.org -BuildRequires: gcc-c++ -BuildRequires: nspr-devel -BuildRequires: nss-devel -BuildRequires: openldap-devel -BuildRequires: libicu-devel -BuildRequires: icu -Provides: adminutil = %{version}-%{release} -Obsoletes: adminutil < 1.1.8-2 - -Source0: https://www.port389.org/sources/%{name}-%{version}.tar.bz2 - -Provides: deprecated() - -%description -%{name} is libraries of functions used to administer directory -servers, usually in conjunction with the admin server. %{name} is -broken into two libraries - libadminutil contains the basic -functionality, and libadmsslutil contains SSL versions and wrappers -around the basic functions. The PSET functions allow applications to -store their preferences and configuration parameters in LDAP, without -having to know anything about LDAP. The configuration is cached in a -local file, allowing applications to function even if the LDAP server -is down. The other code is typically used by CGI programs used for -directory server management, containing GET/POST processing code as -well as resource handling (ICU ures API). - -%package devel -Summary: Development and header files for %{name} -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig -Requires: nspr-devel -Requires: nss-devel -Requires: openldap-devel -Requires: libicu-devel -Provides: adminutil-devel = %{version}-%{release} -Obsoletes: adminutil-devel < 1.1.8-2 - -%description devel -Development files and header files necessary to build applications -that use %{name}. - -%prep -%setup -q - -%build - -%configure --disable-tests --with-openldap -%{__make} %{?_smp_mflags} - -%install -%{__rm} -rf $RPM_BUILD_ROOT - -%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" -%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.a -%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.la - -%post -%postun - -%files -%doc LICENSE README NEWS -%{_libdir}/*.so.* -%{_datadir}/%{name} - -%files devel -%{_libdir}/pkgconfig/%{name}.pc -%{_libdir}/*.so -%{_includedir}/libadminutil -%{_includedir}/libadmsslutil - -%changelog -* Wed Jul 24 2019 Fedora Release Engineering - 1.1.23-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 1.1.23-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Jan 23 2019 Pete Walter - 1.1.23-12 -- Rebuild for ICU 63 - -* Thu Dec 20 2018 Mark Reynolds - 1.1.23-12 -- Bump version to 1.1.23-12 -- Make package as deprecated - -* Mon Jul 23 2018 Mark Reynolds - 1.1.23-11 -- Remove ldconfig from post scriplets - -* Thu Jul 12 2018 Fedora Release Engineering - 1.1.23-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jul 10 2018 Pete Walter - 1.1.23-9 -- Rebuild for ICU 62 - -* Mon Apr 30 2018 Pete Walter - 1.1.23-8 -- Rebuild for ICU 61.1 - -* Tue Feb 20 2018 Mark Reynolds - 1.1.23-7 -- Exclude I86 platforms - -* Wed Feb 07 2018 Fedora Release Engineering - 1.1.23-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Nov 30 2017 Pete Walter - 1.1.23-5 -- Rebuild for ICU 60.1 - -* Wed Aug 02 2017 Fedora Release Engineering - 1.1.23-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.1.23-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.1.23-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Oct 12 2016 Mark Reynolds - 1.2.23-1 -- bump version to 1.1.23 -- Ticket 48345 - bad check for NUL char in psetc.c - -* Fri Apr 15 2016 David Tardon - 1.1.22-5 -- rebuild for ICU 57.1 - -* Wed Feb 03 2016 Fedora Release Engineering - 1.1.22-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Oct 28 2015 David Tardon - 1.1.22-3 -- rebuild for ICU 56.1 - -* Tue Jun 16 2015 Fedora Release Engineering - 1.1.22-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Jun 10 2015 Noriko Hosoi - 1.1.22-1 -- bump version to 1.1.22 -- Ticket 48152 - [adminutil] support NSS 3.18 - -* Wed Feb 04 2015 Petr Machata - 1.1.21-2 -- Bump for rebuild. - -* Tue Feb 3 2015 Noriko Hosoi - 1.1.21-1 -- bump version to 1.1.21 -- Ticket 47929 - adminutil - future proof getSSLVersion -- Ticket 47929 - Adminutil - do not use SSL3 by default -- Ticket 47850 - "nsslapd-allow-anonymous-access: rootdse" makes login as "admin" fail at the first time -- Ticket 47881 - crash during debug session in adminutil -- Ticket 47680 - Upgraded 389-admin rpms and now I can't start dirsrv-admin - -* Mon Jan 26 2015 David Tardon - 1.1.19-6 -- rebuild for ICU 54.1 - -* Tue Aug 26 2014 David Tardon - 1.1.19-5 -- rebuild for ICU 53.1 - -* Fri Aug 15 2014 Fedora Release Engineering - 1.1.19-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Fri Jun 06 2014 Fedora Release Engineering - 1.1.19-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Feb 14 2014 Parag Nemade - 1.1.19-2 -- Rebuild for icu 52 - -* 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 Aug 02 2013 Fedora Release Engineering - 1.1.17-2.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* 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 - -* Tue Apr 2 2013 Dan Horák - 1.1.15-3.1 -- Rebuild with correct icu on s390(x) - -* Sat Jan 26 2013 Kevin Fenzi - 1.1.15-3 -- Rebuild for new icu - -* Wed Jul 18 2012 Fedora Release Engineering - 1.1.15-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* 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 - -* Thu Jan 12 2012 Fedora Release Engineering - 1.1.14-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Oct 28 2011 Rich Megginson - 1.1.14-2 -- rebuild for latest icu - -* Tue May 31 2011 Rich Megginson - 1.1.14-1 -- many fixes for coverity issues - -* Mon Mar 07 2011 Caolán McNamara - 1.1.13-3 -- rebuild for icu 4.6 - -* Mon Feb 07 2011 Fedora Release Engineering - 1.1.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Oct 22 2010 Rich Megginson - 1.1.13-1 -- add nss_inc to libadminutil build flags - -* Tue Sep 28 2010 Rich Megginson - 1.1.12-1 -- fix building with mozldap - -* Tue Sep 28 2010 Rich Megginson - 1.1.11-1 -- with openldap support - -* Fri Apr 02 2010 Caolán McNamara - 1.1.10-2 -- rebuild for icu 4.4 - -* 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 - -* Wed Aug 12 2009 Rich Megginson - 1.1.8-4 -- final 1.1.8 release - -* Fri Jul 24 2009 Fedora Release Engineering - 1.1.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue May 12 2009 Rich Megginson - 1.1.8-2 -- rename to 389-adminutil - -* Tue Mar 31 2009 Rich Megginson - 1.1.8-1 -- this is the 1.1.8 release - -* Mon Feb 23 2009 Fedora Release Engineering - 1.1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Aug 27 2008 Rich Megginson - 1.1.7-1 -- Resolves bug 454060 - ViewLog CGI crash with new adminutil -- Resolves bug 413531 - Web browser accepted languages configuration causes dsgw CGI binaries to segfault - -* Mon Jul 14 2008 Tom "spot" Callaway - 1.1.6-2 -- fix license tag - -* Mon Mar 3 2008 Rich Megginson - 1.1.6-1 -- Resolves bug 245248 - dsgw doesn't escape filename in error message -- The new dsgw hasn't been released yet, and the old one doesn't use -- this code. - -* Tue Feb 19 2008 Fedora Release Engineering - 1.1.5-2 -- Autorebuild for GCC 4.3 - -* Thu Oct 18 2007 Rich Megginson - 1.1.5-1 -- bump version to 1.1.5 -- fix icu linking issue -- disable libtool rpath by default - added --enable-rpath option to configure - -* Fri Aug 17 2007 Rich Megginson - 1.1.4-2 -- remove >= version from icu build requires to fix rawhide build problem - -* Wed Aug 1 2007 Rich Megginson - 1.1.4-1 -- updated to version 1.1.4 -- fixes bugzilla 250526 - -* Wed Jul 25 2007 Warren Togami - 1.1.3-1.1 -- binutils/gcc bug rebuild (#249435) - -* Tue Jul 24 2007 Rich Megginson - 1.1.3-1 -- updated to version 1.1.3 -- fixes bugzillas 246124 and 247192 - -* Fri Jun 22 2007 Rich Megginson - 1.1.2-1 -- Updated version to 1.1.2 -- This version fixes some memory leaks and invalid memory use -- issues - -* Wed May 23 2007 Rich Megginson - 1.1.1-3 -- more fedora review stuff - use macros consistently -- make sure install preserves timestamps -- use lgpl instead of gpl for acclanglist.c -- fix undefined weak symbols in libadmsslutil - -* Fri May 18 2007 Rich Megginson - 1.1.1-2 -- pkgconfig is a requires not a build requires - -* Thu May 17 2007 Rich Megginson - 1.1.1-1 -- Many bug fixes - bumped version to 1.1.1 -- fixed concerns from Fedora package review - -* Wed Mar 28 2007 Rich Megginson - 1.1.0-1 -- Initial version - based largely on svrcore.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..f4220b2 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retiring 389-adminutil as its been replaced by Cockpit UI plugin diff --git a/sources b/sources deleted file mode 100644 index a24f200..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -782d90f0caf3c3bf89e2cdb737498933 389-adminutil-1.1.23.tar.bz2