Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b00dc020b | ||
|
|
21d2901d2e | ||
|
|
32de5ec677 | ||
|
|
c7cb0f0f10 | ||
|
|
8794c59b3c | ||
|
|
bce3593326 | ||
|
|
cee198f0f6 | ||
|
|
374a199834 | ||
|
|
59a7a0ad3a | ||
|
|
ddf5c01cac | ||
|
|
c0c604b98c | ||
|
|
203dc77f46 | ||
|
|
1128364067 | ||
|
|
eb1dac8cdd | ||
|
|
d79f1b6d05 | ||
|
|
2f530354fd | ||
|
|
ccbba57039 | ||
|
|
c0ccaab28a | ||
|
|
5a437500ce | ||
|
|
0535c7b4eb | ||
|
|
474e19c650 | ||
|
|
cb46bca2c2 | ||
|
|
7e718a555a | ||
|
|
c6fd328b7f | ||
|
|
1b7a3420e6 | ||
|
|
4754cefb74 | ||
|
|
1e8820920e | ||
|
|
9403df2f54 | ||
|
|
99d4268ec7 |
6 changed files with 60 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
||||||
389-adminutil-1.1.9.tar.bz2
|
|
||||||
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
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.22.tar.bz2
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: Utility library for 389 administration
|
Summary: Utility library for 389 administration
|
||||||
Name: 389-adminutil
|
Name: 389-adminutil
|
||||||
Version: 1.1.9
|
Version: 1.1.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: http://port389.org/wiki/AdminUtil
|
URL: http://port389.org/wiki/AdminUtil
|
||||||
|
|
@ -8,8 +8,7 @@ Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: nspr-devel
|
BuildRequires: nspr-devel
|
||||||
BuildRequires: nss-devel
|
BuildRequires: nss-devel
|
||||||
BuildRequires: svrcore-devel
|
BuildRequires: openldap-devel
|
||||||
BuildRequires: mozldap-devel
|
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: icu
|
BuildRequires: icu
|
||||||
Provides: adminutil = %{version}-%{release}
|
Provides: adminutil = %{version}-%{release}
|
||||||
|
|
@ -37,8 +36,7 @@ Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: nspr-devel
|
Requires: nspr-devel
|
||||||
Requires: nss-devel
|
Requires: nss-devel
|
||||||
Requires: svrcore-devel
|
Requires: openldap-devel
|
||||||
Requires: mozldap-devel
|
|
||||||
Requires: libicu-devel
|
Requires: libicu-devel
|
||||||
Provides: adminutil-devel = %{version}-%{release}
|
Provides: adminutil-devel = %{version}-%{release}
|
||||||
Obsoletes: adminutil-devel < 1.1.8-2
|
Obsoletes: adminutil-devel < 1.1.8-2
|
||||||
|
|
@ -52,7 +50,7 @@ that use %{name}.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure --disable-tests
|
%configure --disable-tests --with-openldap
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
@ -82,6 +80,55 @@ that use %{name}.
|
||||||
%{_includedir}/libadmsslutil
|
%{_includedir}/libadmsslutil
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 15 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.1.22-1
|
||||||
|
- Release 1.1.22
|
||||||
|
- Ticket 48152 - "Manage certificates" crashes admin server
|
||||||
|
- 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
|
||||||
|
- Ticket 47415 - "Manage certificates" crashes admin server
|
||||||
|
- Ticket 47486 - compiler warnings in adminutil, admin, dsgw
|
||||||
|
- Ticket 47343 - 389-adminutil: Does not support aarch64 in f19 and rawhide
|
||||||
|
|
||||||
|
* Wed Nov 20 2013 Rich Megginson <rmeggins@redhat.com> - 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 <rmeggins@redhat.com> - 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 <nhosoi@redhat.com> - 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 <rmeggins@redhat.com> - 1.1.15-1
|
||||||
|
- Ticket #281 - TLS not working with latest openldap
|
||||||
|
- Ticket #161 - Review and address latest Coverity issues
|
||||||
|
|
||||||
|
* Thu Jun 2 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.14-2
|
||||||
|
- use openldap instead of mozldap
|
||||||
|
|
||||||
|
* Tue May 31 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.14-1
|
||||||
|
- many fixes for coverity issues
|
||||||
|
|
||||||
|
* Fri Oct 22 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.13-1
|
||||||
|
- add nss_inc to libadminutil build flags
|
||||||
|
|
||||||
|
* Tue Oct 19 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.12-1
|
||||||
|
- fix building with mozldap
|
||||||
|
|
||||||
|
* Tue Oct 19 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-1
|
||||||
|
- the 1.1.11 release
|
||||||
|
|
||||||
|
* Fri Feb 26 2010 Rich Megginson <rmeggins@redhat.com> - 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 <rmeggins@redhat.com> - 1.1.9-1
|
* Thu Jan 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.9-1
|
||||||
- make sure we can find ICU genrb on all platforms
|
- make sure we can find ICU genrb on all platforms
|
||||||
- this is the 1.1.9 release
|
- this is the 1.1.9 release
|
||||||
|
|
|
||||||
21
Makefile
21
Makefile
|
|
@ -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)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
89-adminutil-1_1_8-2:HEAD:389-adminutil-1.1.8-2.src.rpm:1247864461
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2
|
7fae8e57c5a543fafbbb5d1ec99bbd4c 389-adminutil-1.1.22.tar.bz2
|
||||||
|
|
|
||||||
Reference in a new issue