94ffff9
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
94ffff9
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
94ffff9
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from
94ffff9
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
94ffff9
Kevin Wright 4885a56
Name:             pki-core
553626b
Version:          10.1.0
15a3509
Release:          1%{?dist}
Kevin Wright 4885a56
Summary:          Certificate System - PKI Core Components
Kevin Wright 4885a56
URL:              http://pki.fedoraproject.org/
Kevin Wright 4885a56
License:          GPLv2
Kevin Wright 4885a56
Group:            System Environment/Daemons
Kevin Wright 4885a56
Kevin Wright 4885a56
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Kevin Wright 4885a56
2cbea3d
BuildRequires:    cmake >= 2.8.9-1
94ffff9
BuildRequires:    zip
553626b
BuildRequires:    java-devel >= 1:1.7.0
94ffff9
BuildRequires:    redhat-rpm-config
Kevin Wright 4885a56
BuildRequires:    ldapjdk
5b0e173
BuildRequires:    apache-commons-cli
94ffff9
BuildRequires:    apache-commons-codec
5b0e173
BuildRequires:    apache-commons-io
Kevin Wright 4885a56
BuildRequires:    nspr-devel
Kevin Wright 4885a56
BuildRequires:    nss-devel
Kevin Wright 4885a56
BuildRequires:    openldap-devel
Kevin Wright 4885a56
BuildRequires:    pkgconfig
Kevin Wright 4885a56
BuildRequires:    policycoreutils
Kevin Wright 4885a56
BuildRequires:    velocity
Kevin Wright 4885a56
BuildRequires:    xalan-j2
Kevin Wright 4885a56
BuildRequires:    xerces-j2
c488bd7
c488bd7
%if  0%{?rhel}
5b0e173
BuildRequires:    resteasy-base-atom-provider
5b0e173
BuildRequires:    resteasy-base-jaxb-provider
5b0e173
BuildRequires:    resteasy-base-jaxrs
5b0e173
BuildRequires:    resteasy-base-jaxrs-api
5b0e173
BuildRequires:    resteasy-base-jettison-provider
94ffff9
%else
15a3509
BuildRequires:    resteasy >= 3.0.1-3
94ffff9
%endif
c488bd7
553626b
BuildRequires:    pylint
553626b
BuildRequires:    python-requests
553626b
BuildRequires:    libselinux-python
553626b
BuildRequires:    policycoreutils-python
553626b
BuildRequires:    python-ldap
c488bd7
BuildRequires:    junit
94ffff9
BuildRequires:    jpackage-utils >= 0:1.7.5-10
5e5a73b
BuildRequires:    jss >= 4.2.6-28
94ffff9
BuildRequires:    systemd-units
5e5a73b
BuildRequires:    tomcatjss >= 7.1.0
Kevin Wright 4885a56
94ffff9
Source0:          http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}%{?prerel}.tar.gz
Kevin Wright 4885a56
Kevin Wright 4885a56
%if 0%{?rhel}
Kevin Wright 4885a56
ExcludeArch:      ppc ppc64 s390 s390x
Kevin Wright 4885a56
%endif
Kevin Wright 4885a56
Kevin Wright 4885a56
%global saveFileContext() \
Kevin Wright 4885a56
if [ -s /etc/selinux/config ]; then \
Kevin Wright 4885a56
     . %{_sysconfdir}/selinux/config; \
Kevin Wright 4885a56
     FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
Kevin Wright 4885a56
     if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
Kevin Wright 4885a56
          cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.%{name}; \
Kevin Wright 4885a56
     fi \
Kevin Wright 4885a56
fi;
Kevin Wright 4885a56
Kevin Wright 4885a56
%global relabel() \
Kevin Wright 4885a56
. %{_sysconfdir}/selinux/config; \
Kevin Wright 4885a56
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
Kevin Wright 4885a56
selinuxenabled; \
Kevin Wright 4885a56
if [ $? == 0  -a "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT}.%{name} ]; then \
Kevin Wright 4885a56
     fixfiles -C ${FILE_CONTEXT}.%{name} restore; \
Kevin Wright 4885a56
     rm -f ${FILE_CONTEXT}.%name; \
Kevin Wright 4885a56
fi;
Kevin Wright 4885a56
Kevin Wright 4885a56
%global overview                                                       \
Kevin Wright 4885a56
==================================                                     \
Kevin Wright 4885a56
||  ABOUT "CERTIFICATE SYSTEM"  ||                                     \
Kevin Wright 4885a56
==================================                                     \
Kevin Wright 4885a56
                                                                       \
Kevin Wright 4885a56
Certificate System (CS) is an enterprise software system designed      \
Kevin Wright 4885a56
to manage enterprise Public Key Infrastructure (PKI) deployments.      \
Kevin Wright 4885a56
                                                                       \
94ffff9
PKI Core contains ALL top-level java-based Tomcat PKI components:      \
Kevin Wright 4885a56
                                                                       \
Kevin Wright 4885a56
  * pki-symkey                                                         \
94ffff9
  * pki-base                                                           \
94ffff9
  * pki-tools                                                          \
94ffff9
  * pki-server                                                         \
Kevin Wright 4885a56
  * pki-ca                                                             \
553626b
  * pki-kra                                                            \
553626b
  * pki-ocsp                                                           \
553626b
  * pki-tks                                                            \
553626b
  * pki-tps-tomcat                                                     \
94ffff9
  * pki-javadoc                                                        \
Kevin Wright 4885a56
                                                                       \
94ffff9
which comprise the following corresponding PKI subsystems:             \
Kevin Wright 4885a56
                                                                       \
Kevin Wright 4885a56
  * Certificate Authority (CA)                                         \
553626b
  * Data Recovery Manager (DRM)                                        \
553626b
  * Online Certificate Status Protocol (OCSP) Manager                  \
553626b
  * Token Key Service (TKS)                                            \
553626b
  * Token Processing Service (TPS)                                     \
Kevin Wright 4885a56
                                                                       \
94ffff9
For deployment purposes, PKI Core contains fundamental packages        \
94ffff9
required by BOTH native-based Apache AND java-based Tomcat             \
94ffff9
Certificate System instances consisting of the following components:   \
94ffff9
                                                                       \
94ffff9
  * pki-tools                                                          \
94ffff9
                                                                       \
94ffff9
Additionally, PKI Core contains the following fundamental packages     \
94ffff9
required ONLY by ALL java-based Tomcat Certificate System instances:   \
94ffff9
                                                                       \
94ffff9
  * pki-symkey                                                         \
94ffff9
  * pki-base                                                           \
94ffff9
  * pki-tools                                                          \
94ffff9
  * pki-server                                                         \
94ffff9
                                                                       \
94ffff9
PKI Core also includes the following components:                       \
94ffff9
                                                                       \
94ffff9
  * pki-javadoc                                                        \
94ffff9
                                                                       \
9a05dd2
Finally, if Certificate System is being deployed as an individual or   \
9a05dd2
set of standalone rather than embedded server(s)/service(s), it is     \
9a05dd2
strongly recommended (though not explicitly required) to include at    \
9a05dd2
least one PKI Theme package:                                           \
Kevin Wright 4885a56
                                                                       \
Kevin Wright 4885a56
  * dogtag-pki-theme (Dogtag Certificate System deployments)           \
9a05dd2
    * dogtag-pki-server-theme                                          \
9a05dd2
  * redhat-pki-server-theme (Red Hat Certificate System deployments)   \
9a05dd2
    * redhat-pki-server-theme                                          \
9a05dd2
  * customized pki theme (Customized Certificate System deployments)   \
9a05dd2
    * <customized>-pki-server-theme                                    \
9a05dd2
                                                                       \
9a05dd2
  NOTE:  As a convenience for standalone deployments, top-level meta   \
9a05dd2
         packages may be provided which bind a particular theme to     \
9a05dd2
         these certificate server packages.                            \
Kevin Wright 4885a56
                                                                       \
Kevin Wright 4885a56
%{nil}
Kevin Wright 4885a56
Kevin Wright 4885a56
%description %{overview}
Kevin Wright 4885a56
Kevin Wright 4885a56
Kevin Wright 4885a56
%package -n       pki-symkey
Kevin Wright 4885a56
Summary:          Symmetric Key JNI Package
Kevin Wright 4885a56
Group:            System Environment/Libraries
Kevin Wright 4885a56
553626b
Requires:         java >= 1:1.7.0
Kevin Wright e77a8e8
Requires:         nss
Kevin Wright 5a5e1cd
Requires:         jpackage-utils >= 0:1.7.5-10
5e5a73b
Requires:         jss >= 4.2.6-28
Kevin Wright 4885a56
Kevin Wright 4885a56
Provides:         symkey = %{version}-%{release}
Kevin Wright 4885a56
Kevin Wright 4885a56
Obsoletes:        symkey < %{version}-%{release}
Kevin Wright 4885a56
Kevin Wright 4885a56
%description -n   pki-symkey
Kevin Wright 4885a56
The Symmetric Key Java Native Interface (JNI) package supplies various native
Kevin Wright 4885a56
symmetric key operations to Java programs.
Kevin Wright 4885a56
Kevin Wright 4885a56
This package is a part of the PKI Core used by the Certificate System.
Kevin Wright 4885a56
Kevin Wright 4885a56
%{overview}
Kevin Wright 4885a56
Kevin Wright 4885a56
94ffff9
%package -n       pki-base
94ffff9
Summary:          Certificate System - PKI Framework
Kevin Wright 4885a56
Group:            System Environment/Base
Kevin Wright 4885a56
Kevin Wright 4885a56
BuildArch:        noarch
Kevin Wright 4885a56
27307c8
Provides:         pki-common = %{version}-%{release}
27307c8
Provides:         pki-util = %{version}-%{release}
27307c8
94ffff9
Obsoletes:        pki-common < %{version}-%{release}
94ffff9
Obsoletes:        pki-util < %{version}-%{release}
94ffff9
94ffff9
Conflicts:        freeipa-server < 3.0.0
5b0e173
Requires:         apache-commons-cli
94ffff9
Requires:         apache-commons-codec
9a05dd2
Requires:         apache-commons-io
94ffff9
Requires:         apache-commons-lang
94ffff9
Requires:         apache-commons-logging
553626b
Requires:         java >= 1:1.7.0
94ffff9
Requires:         javassist
94ffff9
Requires:         jettison
Kevin Wright 5a5e1cd
Requires:         jpackage-utils >= 0:1.7.5-10
5e5a73b
Requires:         jss >= 4.2.6-28
9a05dd2
Requires:         ldapjdk
9a05dd2
Requires:         python-ldap
9a05dd2
Requires:         python-lxml
9a05dd2
Requires:         python-requests >= 1.1.0-3
c488bd7
%if  0%{?rhel}
5b0e173
Requires:    resteasy-base-atom-provider
5b0e173
Requires:    resteasy-base-jaxb-provider
5b0e173
Requires:    resteasy-base-jaxrs
5b0e173
Requires:    resteasy-base-jaxrs-api
5b0e173
Requires:    resteasy-base-jettison-provider
Kevin Wright e77a8e8
%else
15a3509
Requires:         resteasy >= 3.0.1-3
Kevin Wright e77a8e8
%endif
9a05dd2
Requires:         xalan-j2
9a05dd2
Requires:         xerces-j2
9a05dd2
Requires:         xml-commons-apis
9a05dd2
Requires:         xml-commons-resolver
Kevin Wright 4885a56
94ffff9
%description -n   pki-base
94ffff9
The PKI Framework contains the common and client libraries and utilities.
Kevin Wright 4885a56
This package is a part of the PKI Core used by the Certificate System.
Kevin Wright 4885a56
Kevin Wright 4885a56
%{overview}
Kevin Wright 4885a56
Kevin Wright 4885a56
94ffff9
%package -n       pki-tools
94ffff9
Summary:          Certificate System - PKI Tools
Kevin Wright 4885a56
Group:            System Environment/Base
Kevin Wright 4885a56
27307c8
Provides:         pki-native-tools = %{version}-%{release}
27307c8
Provides:         pki-java-tools = %{version}-%{release}
27307c8
94ffff9
Obsoletes:        pki-native-tools < %{version}-%{release}
94ffff9
Obsoletes:        pki-java-tools < %{version}-%{release}
Kevin Wright 4885a56
94ffff9
Requires:         openldap-clients
94ffff9
Requires:         nss
94ffff9
Requires:         nss-tools
553626b
Requires:         java >= 1:1.7.0
94ffff9
Requires:         pki-base = %{version}-%{release}
Kevin Wright 5a5e1cd
Requires:         jpackage-utils >= 0:1.7.5-10
Kevin Wright 4885a56
94ffff9
%description -n   pki-tools
94ffff9
This package contains PKI executables that can be used to help make
Kevin Wright 4885a56
Certificate System into a more complete and robust PKI solution.
Kevin Wright 4885a56
Kevin Wright 4885a56
This package is a part of the PKI Core used by the Certificate System.
Kevin Wright 4885a56
Kevin Wright 4885a56
%{overview}
Kevin Wright 4885a56
Kevin Wright 4885a56
94ffff9
%package -n       pki-server
94ffff9
Summary:          Certificate System - PKI Server Framework
Kevin Wright 4885a56
Group:            System Environment/Base
Kevin Wright 4885a56
Kevin Wright 4885a56
BuildArch:        noarch
Kevin Wright 4885a56
27307c8
Provides:         pki-deploy = %{version}-%{release}
27307c8
Provides:         pki-setup = %{version}-%{release}
1f14c5e
Provides:         pki-silent = %{version}-%{release}
27307c8
94ffff9
Obsoletes:        pki-deploy < %{version}-%{release}
cc4e6ee
Obsoletes:        pki-setup < %{version}-%{release}
1f14c5e
Obsoletes:        pki-silent < %{version}-%{release}
94ffff9
553626b
Requires:         java >= 1:1.7.0
9a05dd2
Requires:         java-atk-wrapper
e0d9ec4
Requires:         net-tools
cc4e6ee
Requires:         perl(File::Slurp)
cc4e6ee
Requires:         perl(XML::LibXML)
cc4e6ee
Requires:         perl-Crypt-SSLeay
cc4e6ee
Requires:         policycoreutils
cc4e6ee
Requires:         openldap-clients
94ffff9
Requires:         pki-base = %{version}-%{release}
94ffff9
Requires:         pki-tools = %{version}-%{release}
77fa976
77fa976
Requires:         selinux-policy-base >= 3.11.1-43
6fe7c43
Obsoletes:        pki-selinux
1b35f54
1b35f54
Requires:         tomcat >= 7.0.47
77fa976
Kevin Wright 4885a56
Requires:         velocity
94ffff9
Requires(post):   systemd-units
94ffff9
Requires(preun):  systemd-units
94ffff9
Requires(postun): systemd-units
1b35f54
5e5a73b
Requires:         tomcatjss >= 7.1.0
Kevin Wright 4885a56
94ffff9
%description -n   pki-server
94ffff9
The PKI Server Framework is required by the following four PKI subsystems:
Kevin Wright 4885a56
Kevin Wright 4885a56
    the Certificate Authority (CA),
Kevin Wright 4885a56
    the Data Recovery Manager (DRM),
553626b
    the Online Certificate Status Protocol (OCSP) Manager,
553626b
    the Token Key Service (TKS), and
553626b
    the Token Processing Service (TPS).
Kevin Wright 4885a56
Kevin Wright 4885a56
This package is a part of the PKI Core used by the Certificate System.
94ffff9
The package contains scripts to create and remove PKI subsystems.
Kevin Wright 4885a56
Kevin Wright 4885a56
%{overview}
Kevin Wright 4885a56
Kevin Wright 4885a56
%package -n       pki-ca
Kevin Wright 4885a56
Summary:          Certificate System - Certificate Authority
Kevin Wright 4885a56
Group:            System Environment/Daemons
Kevin Wright 4885a56
Kevin Wright 4885a56
BuildArch:        noarch
Kevin Wright 4885a56
553626b
Requires:         java >= 1:1.7.0
94ffff9
Requires:         pki-server = %{version}-%{release}
Kevin Wright 5a5e1cd
Requires(post):   systemd-units
Kevin Wright 5a5e1cd
Requires(preun):  systemd-units
Kevin Wright 5a5e1cd
Requires(postun): systemd-units
Kevin Wright 4885a56
Kevin Wright 4885a56
%description -n   pki-ca
Kevin Wright 4885a56
The Certificate Authority (CA) is a required PKI subsystem which issues,
Kevin Wright 4885a56
renews, revokes, and publishes certificates as well as compiling and
Kevin Wright 4885a56
publishing Certificate Revocation Lists (CRLs).
Kevin Wright 4885a56
Kevin Wright 4885a56
The Certificate Authority can be configured as a self-signing Certificate
Kevin Wright 4885a56
Authority, where it is the root CA, or it can act as a subordinate CA,
Kevin Wright 4885a56
where it obtains its own signing certificate from a public CA.
Kevin Wright 4885a56
94ffff9
This package is one of the top-level java-based Tomcat PKI subsystems
94ffff9
provided by the PKI Core used by the Certificate System.
94ffff9
94ffff9
%{overview}
94ffff9
94ffff9
94ffff9
%package -n       pki-kra
94ffff9
Summary:          Certificate System - Data Recovery Manager
94ffff9
Group:            System Environment/Daemons
94ffff9
94ffff9
BuildArch:        noarch
94ffff9
553626b
Requires:         java >= 1:1.7.0
94ffff9
Requires:         pki-server = %{version}-%{release}
94ffff9
Requires(post):   systemd-units
94ffff9
Requires(preun):  systemd-units
94ffff9
Requires(postun): systemd-units
94ffff9
94ffff9
%description -n   pki-kra
94ffff9
The Data Recovery Manager (DRM) is an optional PKI subsystem that can act
94ffff9
as a Key Recovery Authority (KRA).  When configured in conjunction with the
94ffff9
Certificate Authority (CA), the DRM stores private encryption keys as part of
94ffff9
the certificate enrollment process.  The key archival mechanism is triggered
94ffff9
when a user enrolls in the PKI and creates the certificate request.  Using the
94ffff9
Certificate Request Message Format (CRMF) request format, a request is
94ffff9
generated for the user's private encryption key.  This key is then stored in
94ffff9
the DRM which is configured to store keys in an encrypted format that can only
94ffff9
be decrypted by several agents requesting the key at one time, providing for
94ffff9
protection of the public encryption keys for the users in the PKI deployment.
94ffff9
94ffff9
Note that the DRM archives encryption keys; it does NOT archive signing keys,
94ffff9
since such archival would undermine non-repudiation properties of signing keys.
94ffff9
94ffff9
This package is one of the top-level java-based Tomcat PKI subsystems
94ffff9
provided by the PKI Core used by the Certificate System.
94ffff9
94ffff9
%{overview}
94ffff9
94ffff9
94ffff9
%package -n       pki-ocsp
94ffff9
Summary:          Certificate System - Online Certificate Status Protocol Manager
94ffff9
Group:            System Environment/Daemons
94ffff9
94ffff9
BuildArch:        noarch
94ffff9
553626b
Requires:         java >= 1:1.7.0
94ffff9
Requires:         pki-server = %{version}-%{release}
94ffff9
Requires(post):   systemd-units
94ffff9
Requires(preun):  systemd-units
94ffff9
Requires(postun): systemd-units
94ffff9
94ffff9
%description -n   pki-ocsp
94ffff9
The Online Certificate Status Protocol (OCSP) Manager is an optional PKI
94ffff9
subsystem that can act as a stand-alone OCSP service.  The OCSP Manager
94ffff9
performs the task of an online certificate validation authority by enabling
94ffff9
OCSP-compliant clients to do real-time verification of certificates.  Note
94ffff9
that an online certificate-validation authority is often referred to as an
94ffff9
OCSP Responder.
94ffff9
94ffff9
Although the Certificate Authority (CA) is already configured with an
94ffff9
internal OCSP service.  An external OCSP Responder is offered as a separate
94ffff9
subsystem in case the user wants the OCSP service provided outside of a
94ffff9
firewall while the CA resides inside of a firewall, or to take the load of
94ffff9
requests off of the CA.
94ffff9
94ffff9
The OCSP Manager can receive Certificate Revocation Lists (CRLs) from
94ffff9
multiple CA servers, and clients can query the OCSP Manager for the
94ffff9
revocation status of certificates issued by all of these CA servers.
94ffff9
94ffff9
When an instance of OCSP Manager is set up with an instance of CA, and
94ffff9
publishing is set up to this OCSP Manager, CRLs are published to it
94ffff9
whenever they are issued or updated.
94ffff9
94ffff9
This package is one of the top-level java-based Tomcat PKI subsystems
94ffff9
provided by the PKI Core used by the Certificate System.
94ffff9
94ffff9
%{overview}
94ffff9
94ffff9
94ffff9
%package -n       pki-tks
94ffff9
Summary:          Certificate System - Token Key Service
94ffff9
Group:            System Environment/Daemons
94ffff9
94ffff9
BuildArch:        noarch
94ffff9
553626b
Requires:         java >= 1:1.7.0
94ffff9
Requires:         pki-server = %{version}-%{release}
553626b
Requires:         pki-symkey = %{version}-%{release}
94ffff9
Requires(post):   systemd-units
94ffff9
Requires(preun):  systemd-units
94ffff9
Requires(postun): systemd-units
94ffff9
94ffff9
%description -n   pki-tks
94ffff9
The Token Key Service (TKS) is an optional PKI subsystem that manages the
94ffff9
master key(s) and the transport key(s) required to generate and distribute
94ffff9
keys for hardware tokens.  TKS provides the security between tokens and an
94ffff9
instance of Token Processing System (TPS), where the security relies upon the
94ffff9
relationship between the master key and the token keys.  A TPS communicates
94ffff9
with a TKS over SSL using client authentication.
94ffff9
94ffff9
TKS helps establish a secure channel (signed and encrypted) between the token
94ffff9
and the TPS, provides proof of presence of the security token during
94ffff9
enrollment, and supports key changeover when the master key changes on the
94ffff9
TKS.  Tokens with older keys will get new token keys.
94ffff9
94ffff9
Because of the sensitivity of the data that TKS manages, TKS should be set up
94ffff9
behind the firewall with restricted access.
94ffff9
94ffff9
This package is one of the top-level java-based Tomcat PKI subsystems
94ffff9
provided by the PKI Core used by the Certificate System.
Kevin Wright 4885a56
Kevin Wright 4885a56
%{overview}
553626b
553626b
553626b
%package -n       pki-tps-tomcat
553626b
Summary:          Certificate System - Token Processing Service
553626b
Group:            System Environment/Daemons
553626b
553626b
BuildArch:        noarch
553626b
553626b
Provides:         pki-tps
553626b
Requires:         java >= 1:1.7.0
553626b
Requires:         pki-server = %{version}-%{release}
553626b
Requires(post):   systemd-units
553626b
Requires(preun):  systemd-units
553626b
Requires(postun): systemd-units
553626b
553626b
%description -n   pki-tps-tomcat
553626b
The Token Processing System (TPS) is an optional PKI subsystem that acts
553626b
as a Registration Authority (RA) for authenticating and processing
553626b
enrollment requests, PIN reset requests, and formatting requests from
553626b
the Enterprise Security Client (ESC).
553626b
553626b
TPS is designed to communicate with tokens that conform to
553626b
Global Platform's Open Platform Specification.
553626b
553626b
TPS communicates over SSL with various PKI backend subsystems (including
553626b
the Certificate Authority (CA), the Data Recovery Manager (DRM), and the
553626b
Token Key Service (TKS)) to fulfill the user's requests.
553626b
553626b
TPS also interacts with the token database, an LDAP server that stores
553626b
information about individual tokens.
553626b
553626b
%{overview}
Kevin Wright 4885a56
Kevin Wright 4885a56
94ffff9
%package -n       pki-javadoc
94ffff9
Summary:          Certificate System - PKI Framework Javadocs
94ffff9
Group:            Documentation
94ffff9
94ffff9
BuildArch:        noarch
94ffff9
27307c8
Provides:         pki-util-javadoc = %{version}-%{release}
27307c8
Provides:         pki-java-tools-javadoc = %{version}-%{release}
27307c8
Provides:         pki-common-javadoc = %{version}-%{release}
27307c8
94ffff9
Obsoletes:        pki-util-javadoc < %{version}-%{release}
94ffff9
Obsoletes:        pki-java-tools-javadoc < %{version}-%{release}
94ffff9
Obsoletes:        pki-common-javadoc < %{version}-%{release}
94ffff9
94ffff9
%description -n   pki-javadoc
94ffff9
This documentation pertains exclusively to version %{version} of
94ffff9
the PKI Framework and Tools.
94ffff9
94ffff9
This package is a part of the PKI Core used by the Certificate System.
Kevin Wright 4885a56
94ffff9
%{overview}
94ffff9
94ffff9
94ffff9
%prep
94ffff9
%setup -q -n %{name}-%{version}%{?prerel}
Kevin Wright 4885a56
%clean
Kevin Wright 4885a56
%{__rm} -rf %{buildroot}
Kevin Wright 4885a56
Kevin Wright 4885a56
%build
Kevin Wright 4885a56
%{__mkdir_p} build
Kevin Wright 4885a56
cd build
cc4e6ee
%cmake -DVERSION=%{version}-%{release} \
cc4e6ee
	-DVAR_INSTALL_DIR:PATH=/var \
94ffff9
	-DBUILD_PKI_CORE:BOOL=ON \
94ffff9
	-DJAVA_LIB_INSTALL_DIR=%{_jnidir} \
94ffff9
	-DSYSTEMD_LIB_INSTALL_DIR=%{_unitdir} \
61e82b0
%if 0%{?rhel}
61e82b0
	-DRESTEASY_LIB=/usr/share/java/resteasy-base \
61e82b0
%else
61e82b0
	-DRESTEASY_LIB=/usr/share/java/resteasy \
61e82b0
%endif
94ffff9
	%{?_without_javadoc:-DWITH_JAVADOC:BOOL=OFF} \
94ffff9
	..
94ffff9
%{__make} VERBOSE=1 %{?_smp_mflags} all
9a05dd2
# %{__make} VERBOSE=1 %{?_smp_mflags} test
Kevin Wright 4885a56
Kevin Wright 4885a56
Kevin Wright 4885a56
%install
Kevin Wright 4885a56
%{__rm} -rf %{buildroot}
Kevin Wright 4885a56
cd build
Kevin Wright 4885a56
%{__make} install DESTDIR=%{buildroot} INSTALL="install -p"
Kevin Wright 4885a56
553626b
# Scanning the python code with pylint. A return value of 0 represents there are no
553626b
# errors or warnings reported by pylint.
553626b
sh ../pylint-build-scan.sh %{buildroot} `pwd`
553626b
if [ $? -eq 1 ]; then
553626b
    exit 1
553626b
fi
5e5a73b
Kevin Wright 5a5e1cd
%{__rm} %{buildroot}%{_initrddir}/pki-cad
94ffff9
%{__rm} %{buildroot}%{_initrddir}/pki-krad
94ffff9
%{__rm} %{buildroot}%{_initrddir}/pki-ocspd
94ffff9
%{__rm} %{buildroot}%{_initrddir}/pki-tksd
553626b
%{__rm} %{buildroot}%{_initrddir}/pki-tpsd
Kevin Wright 5a5e1cd
1f14c5e
%{__rm} -rf %{buildroot}%{_datadir}/pki/server/lib
94ffff9
fea088f
# tomcat6 has changed how TOMCAT_LOG is used.
fea088f
# Need to adjust accordingly
fea088f
# This macro will be executed in the postinstall scripts
fea088f
%define fix_tomcat_log() (                                                   \
fea088f
if [ -d /etc/sysconfig/pki/%i ]; then                                        \
fea088f
  for F in `find /etc/sysconfig/pki/%1 -type f`; do                          \
fea088f
    instance=`basename $F`                                                   \
fea088f
    if [ -f /etc/sysconfig/$instance ]; then                                 \
fea088f
        sed -i -e 's/catalina.out/tomcat-initd.log/' /etc/sysconfig/$instance \
fea088f
    fi                                                                       \
fea088f
  done                                                                       \
fea088f
fi                                                                           \
fea088f
)
9a05dd2
%{__mkdir_p} %{buildroot}%{_localstatedir}/log/pki
9a05dd2
%{__mkdir_p} %{buildroot}%{_sharedstatedir}/pki
9a05dd2
15a3509
%if ! 0%{?rhel}
9a05dd2
%pretrans -n pki-base -p <lua>
9a05dd2
function test(a)
9a05dd2
    if posix.stat(a) then
9a05dd2
        for f in posix.files(a) do
9a05dd2
            if f~=".." and f~="." then
9a05dd2
                return true
9a05dd2
            end
9a05dd2
        end
9a05dd2
    end
9a05dd2
    return false
9a05dd2
end
9a05dd2
9a05dd2
if (test("/etc/sysconfig/pki/ca") or
9a05dd2
    test("/etc/sysconfig/pki/kra") or
9a05dd2
    test("/etc/sysconfig/pki/ocsp") or
9a05dd2
    test("/etc/sysconfig/pki/tks")) then
15a3509
   msg = "Unable to upgrade to Fedora 20.  There are Dogtag 9 instances\n" ..
9a05dd2
         "that will no longer work since they require Tomcat 6, and \n" ..
15a3509
         "Tomcat 6 is no longer available in Fedora 20.\n\n" ..
9a05dd2
         "Please follow these instructions to migrate the instances to \n" ..
9a05dd2
         "Dogtag 10:\n\n" ..
9a05dd2
         "http://pki.fedoraproject.org/wiki/Migrating_Dogtag_9_Instances_to_Dogtag_10"
9a05dd2
   error(msg)
9a05dd2
end
9a05dd2
%endif
9a05dd2
9a05dd2
%post -n pki-base
15a3509
sed -i -e 's/^JNI_JAR_DIR=.*$/JNI_JAR_DIR=\/usr\/lib\/java/' %{_datadir}/pki/etc/pki.conf
6072979
025351f
if [ $1 -eq 1 ]
025351f
then
025351f
    # On RPM installation create system upgrade tracker
025351f
    echo "Configuration-Version: %{version}" > %{_sysconfdir}/pki/pki.version
9a05dd2
025351f
else
025351f
    # On RPM upgrade run system upgrade
025351f
    echo "Upgrading system at `/bin/date`." >> /var/log/pki/pki-upgrade-%{version}.log 2>&1
025351f
    /sbin/pki-upgrade --silent >> /var/log/pki/pki-upgrade-%{version}.log 2>&1
025351f
    echo >> /var/log/pki/pki-upgrade-%{version}.log 2>&1
025351f
fi
025351f
025351f
%postun -n pki-base
025351f
025351f
if [ $1 -eq 0 ]
025351f
then
025351f
    # On RPM uninstallation remove system upgrade tracker
025351f
    rm -f %{_sysconfdir}/pki/pki.version
025351f
fi
Kevin Wright 4885a56
Kevin Wright 5a5e1cd
%post -n pki-ca
Kevin Wright 5a5e1cd
# Attempt to update ALL old "CA" instances to "systemd"
Kevin Wright f519779
if [ -d /etc/sysconfig/pki/ca ]; then
Kevin Wright f519779
    for inst in `ls /etc/sysconfig/pki/ca`; do
Kevin Wright f519779
        if [ ! -e "/etc/systemd/system/pki-cad.target.wants/pki-cad@${inst}.service" ]; then
Kevin Wright f519779
            ln -s "/lib/systemd/system/pki-cad@.service" \
Kevin Wright f519779
                  "/etc/systemd/system/pki-cad.target.wants/pki-cad@${inst}.service"
Kevin Wright f519779
            [ -L /var/lib/${inst}/${inst} ] && unlink /var/lib/${inst}/${inst}
Kevin Wright f519779
            ln -s /usr/sbin/tomcat6-sysd /var/lib/${inst}/${inst}
Kevin Wright f519779
Kevin Wright f519779
            if [ -e /var/run/${inst}.pid ]; then
Kevin Wright f519779
                kill -9 `cat /var/run/${inst}.pid` || :
Kevin Wright f519779
                rm -f /var/run/${inst}.pid
Kevin Wright f519779
                echo "pkicreate.systemd.servicename=pki-cad@${inst}.service" >> \
Kevin Wright f519779
                     /var/lib/${inst}/conf/CS.cfg || :
Kevin Wright f519779
                /bin/systemctl daemon-reload >/dev/null 2>&1 || :
Kevin Wright f519779
                /bin/systemctl restart pki-cad@${inst}.service || :
Kevin Wright f519779
            else 
Kevin Wright f519779
                echo "pkicreate.systemd.servicename=pki-cad@${inst}.service" >> \
Kevin Wright f519779
                     /var/lib/${inst}/conf/CS.cfg || :
Kevin Wright f519779
            fi
94ffff9
        else
94ffff9
            # Conditionally restart this Dogtag 9 instance
94ffff9
            /bin/systemctl condrestart pki-cad@${inst}.service
Kevin Wright e77a8e8
        fi
Kevin Wright f519779
    done
Kevin Wright f519779
fi
Kevin Wright 5a5e1cd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fea088f
%fix_tomcat_log ca
Kevin Wright 5a5e1cd
94ffff9
94ffff9
%post -n pki-kra
94ffff9
# Attempt to update ALL old "KRA" instances to "systemd"
94ffff9
if [ -d /etc/sysconfig/pki/kra ]; then
94ffff9
    for inst in `ls /etc/sysconfig/pki/kra`; do
94ffff9
        if [ ! -e "/etc/systemd/system/pki-krad.target.wants/pki-krad@${inst}.service" ]; then
94ffff9
            ln -s "/lib/systemd/system/pki-krad@.service" \
94ffff9
                  "/etc/systemd/system/pki-krad.target.wants/pki-krad@${inst}.service"
94ffff9
            [ -L /var/lib/${inst}/${inst} ] && unlink /var/lib/${inst}/${inst}
94ffff9
            ln -s /usr/sbin/tomcat6-sysd /var/lib/${inst}/${inst}
94ffff9
94ffff9
            if [ -e /var/run/${inst}.pid ]; then
94ffff9
                kill -9 `cat /var/run/${inst}.pid` || :
94ffff9
                rm -f /var/run/${inst}.pid
94ffff9
                echo "pkicreate.systemd.servicename=pki-krad@${inst}.service" >> \
94ffff9
                     /var/lib/${inst}/conf/CS.cfg || :
94ffff9
                /bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
                /bin/systemctl restart pki-krad@${inst}.service || :
94ffff9
            else 
94ffff9
                echo "pkicreate.systemd.servicename=pki-krad@${inst}.service" >> \
94ffff9
                     /var/lib/${inst}/conf/CS.cfg || :
94ffff9
            fi
94ffff9
        else
94ffff9
            # Conditionally restart this Dogtag 9 instance
94ffff9
            /bin/systemctl condrestart pki-krad@${inst}.service
94ffff9
        fi
94ffff9
    done
94ffff9
fi
94ffff9
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
%fix_tomcat_log kra
94ffff9
94ffff9
94ffff9
%post -n pki-ocsp
94ffff9
# Attempt to update ALL old "OCSP" instances to "systemd"
94ffff9
if [ -d /etc/sysconfig/pki/ocsp ]; then
94ffff9
    for inst in `ls /etc/sysconfig/pki/ocsp`; do
94ffff9
        if [ ! -e "/etc/systemd/system/pki-ocspd.target.wants/pki-ocspd@${inst}.service" ]; then
94ffff9
            ln -s "/lib/systemd/system/pki-ocspd@.service" \
94ffff9
                  "/etc/systemd/system/pki-ocspd.target.wants/pki-ocspd@${inst}.service"
94ffff9
            [ -L /var/lib/${inst}/${inst} ] && unlink /var/lib/${inst}/${inst}
94ffff9
            ln -s /usr/sbin/tomcat6-sysd /var/lib/${inst}/${inst}
94ffff9
94ffff9
            if [ -e /var/run/${inst}.pid ]; then
94ffff9
                kill -9 `cat /var/run/${inst}.pid` || :
94ffff9
                rm -f /var/run/${inst}.pid
94ffff9
                echo "pkicreate.systemd.servicename=pki-ocspd@${inst}.service" >> \
94ffff9
                     /var/lib/${inst}/conf/CS.cfg || :
94ffff9
                /bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
                /bin/systemctl restart pki-ocspd@${inst}.service || :
94ffff9
            else 
94ffff9
                echo "pkicreate.systemd.servicename=pki-ocspd@${inst}.service" >> \
94ffff9
                     /var/lib/${inst}/conf/CS.cfg || :
94ffff9
            fi
94ffff9
        else
94ffff9
            # Conditionally restart this Dogtag 9 instance
94ffff9
            /bin/systemctl condrestart pki-ocspd@${inst}.service
94ffff9
        fi
94ffff9
    done
94ffff9
fi
94ffff9
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
%fix_tomcat_log ocsp
94ffff9
94ffff9
94ffff9
%post -n pki-tks
94ffff9
# Attempt to update ALL old "TKS" instances to "systemd"
94ffff9
if [ -d /etc/sysconfig/pki/tks ]; then
94ffff9
    for inst in `ls /etc/sysconfig/pki/tks`; do
94ffff9
        if [ ! -e "/etc/systemd/system/pki-tksd.target.wants/pki-tksd@${inst}.service" ]; then
94ffff9
            ln -s "/lib/systemd/system/pki-tksd@.service" \
94ffff9
                  "/etc/systemd/system/pki-tksd.target.wants/pki-tksd@${inst}.service"
94ffff9
            [ -L /var/lib/${inst}/${inst} ] && unlink /var/lib/${inst}/${inst}
94ffff9
            ln -s /usr/sbin/tomcat6-sysd /var/lib/${inst}/${inst}
94ffff9
94ffff9
            if [ -e /var/run/${inst}.pid ]; then
94ffff9
                kill -9 `cat /var/run/${inst}.pid` || :
94ffff9
                rm -f /var/run/${inst}.pid
94ffff9
                echo "pkicreate.systemd.servicename=pki-tksd@${inst}.service" >> \
94ffff9
                     /var/lib/${inst}/conf/CS.cfg || :
94ffff9
                /bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
                /bin/systemctl restart pki-tksd@${inst}.service || :
94ffff9
            else 
94ffff9
                echo "pkicreate.systemd.servicename=pki-tksd@${inst}.service" >> \
94ffff9
                     /var/lib/${inst}/conf/CS.cfg || :
94ffff9
            fi
94ffff9
        else
94ffff9
            # Conditionally restart this Dogtag 9 instance
94ffff9
            /bin/systemctl condrestart pki-tksd@${inst}.service
94ffff9
        fi
94ffff9
    done
94ffff9
fi
94ffff9
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
%fix_tomcat_log tks
94ffff9
94ffff9
9a05dd2
%post -n pki-server
94ffff9
## NOTE:  At this time, NO attempt has been made to update ANY PKI subsystem
94ffff9
##        from EITHER 'sysVinit' OR previous 'systemd' processes to the new
94ffff9
##        PKI deployment process
94ffff9
9a05dd2
echo "Upgrading server at `/bin/date`." >> /var/log/pki/pki-server-upgrade-%{version}.log 2>&1
9a05dd2
/sbin/pki-server-upgrade --silent >> /var/log/pki/pki-server-upgrade-%{version}.log 2>&1
9a05dd2
echo >> /var/log/pki/pki-server-upgrade-%{version}.log 2>&1
9a05dd2
94ffff9
Kevin Wright 5a5e1cd
%preun -n pki-ca
Kevin Wright 5a5e1cd
if [ $1 = 0 ] ; then
Kevin Wright 5a5e1cd
    /bin/systemctl --no-reload disable pki-cad.target > /dev/null 2>&1 || :
Kevin Wright 5a5e1cd
    /bin/systemctl stop pki-cad.target > /dev/null 2>&1 || :
Kevin Wright 5a5e1cd
fi
Kevin Wright 5a5e1cd
Kevin Wright 5a5e1cd
94ffff9
%preun -n pki-kra
94ffff9
if [ $1 = 0 ] ; then
94ffff9
    /bin/systemctl --no-reload disable pki-krad.target > /dev/null 2>&1 || :
94ffff9
    /bin/systemctl stop pki-krad.target > /dev/null 2>&1 || :
94ffff9
fi
94ffff9
94ffff9
94ffff9
%preun -n pki-ocsp
94ffff9
if [ $1 = 0 ] ; then
94ffff9
    /bin/systemctl --no-reload disable pki-ocspd.target > /dev/null 2>&1 || :
94ffff9
    /bin/systemctl stop pki-ocspd.target > /dev/null 2>&1 || :
94ffff9
fi
94ffff9
94ffff9
94ffff9
%preun -n pki-tks
94ffff9
if [ $1 = 0 ] ; then
94ffff9
    /bin/systemctl --no-reload disable pki-tksd.target > /dev/null 2>&1 || :
94ffff9
    /bin/systemctl stop pki-tksd.target > /dev/null 2>&1 || :
94ffff9
fi
94ffff9
94ffff9
94ffff9
## %preun -n pki-server
94ffff9
## NOTE:  At this time, NO attempt has been made to update ANY PKI subsystem
94ffff9
##        from EITHER 'sysVinit' OR previous 'systemd' processes to the new
94ffff9
##        PKI deployment process
94ffff9
94ffff9
Kevin Wright 5a5e1cd
%postun -n pki-ca
Kevin Wright 5a5e1cd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
Kevin Wright 5a5e1cd
if [ "$1" -ge "1" ] ; then
Kevin Wright 5a5e1cd
    /bin/systemctl try-restart pki-cad.target >/dev/null 2>&1 || :
Kevin Wright 5a5e1cd
fi
Kevin Wright 5a5e1cd
Kevin Wright 4885a56
94ffff9
%postun -n pki-kra
94ffff9
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
if [ "$1" -ge "1" ] ; then
94ffff9
    /bin/systemctl try-restart pki-krad.target >/dev/null 2>&1 || :
94ffff9
fi
94ffff9
94ffff9
94ffff9
%postun -n pki-ocsp
94ffff9
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
if [ "$1" -ge "1" ] ; then
94ffff9
    /bin/systemctl try-restart pki-ocspd.target >/dev/null 2>&1 || :
94ffff9
fi
94ffff9
94ffff9
94ffff9
%postun -n pki-tks
94ffff9
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
94ffff9
if [ "$1" -ge "1" ] ; then
94ffff9
    /bin/systemctl try-restart pki-tksd.target >/dev/null 2>&1 || :
94ffff9
fi
94ffff9
94ffff9
94ffff9
## %postun -n pki-server
94ffff9
## NOTE:  At this time, NO attempt has been made to update ANY PKI subsystem
94ffff9
##        from EITHER 'sysVinit' OR previous 'systemd' processes to the new
94ffff9
##        PKI deployment process
94ffff9
Kevin Wright 4885a56
%files -n pki-symkey
Kevin Wright 4885a56
%defattr(-,root,root,-)
Kevin Wright 4885a56
%doc base/symkey/LICENSE
Kevin Wright 4885a56
%{_jnidir}/symkey.jar
Kevin Wright 4885a56
%{_libdir}/symkey/
Kevin Wright 4885a56
Kevin Wright 4885a56
94ffff9
%files -n pki-base
Kevin Wright 4885a56
%defattr(-,root,root,-)
94ffff9
%doc base/common/LICENSE
cc4e6ee
%dir %{_datadir}/pki
cc4e6ee
%{_datadir}/pki/VERSION
b6dc72e
%{_datadir}/pki/etc/
025351f
%{_datadir}/pki/upgrade/
9a05dd2
%dir %{_sysconfdir}/pki
9a05dd2
%config(noreplace) %{_sysconfdir}/pki/pki.conf
Kevin Wright 4885a56
%dir %{_javadir}/pki
Kevin Wright 4885a56
%{_javadir}/pki/pki-cmsutil.jar
Kevin Wright 4885a56
%{_javadir}/pki/pki-nsutil.jar
94ffff9
%{_javadir}/pki/pki-certsrv.jar
9a05dd2
%dir %{python_sitelib}/pki
9a05dd2
%{python_sitelib}/pki/*.py
9a05dd2
%{python_sitelib}/pki/*.pyc
9a05dd2
%{python_sitelib}/pki/*.pyo
9a05dd2
%dir %{_localstatedir}/log/pki
9a05dd2
%{_sbindir}/pki-upgrade
5b0e173
%{_mandir}/man8/pki-upgrade.8.gz
Kevin Wright 4885a56
94ffff9
%files -n pki-tools
Kevin Wright 4885a56
%defattr(-,root,root,-)
94ffff9
%doc base/native-tools/LICENSE base/native-tools/doc/README
94ffff9
%{_bindir}/pki
94ffff9
%{_bindir}/p7tool
94ffff9
%{_bindir}/revoker
94ffff9
%{_bindir}/setpin
94ffff9
%{_bindir}/sslget
94ffff9
%{_bindir}/tkstool
94ffff9
%{_datadir}/pki/native-tools/
Kevin Wright 4885a56
%{_bindir}/AtoB
Kevin Wright 4885a56
%{_bindir}/AuditVerify
Kevin Wright 4885a56
%{_bindir}/BtoA
Kevin Wright 4885a56
%{_bindir}/CMCEnroll
Kevin Wright 4885a56
%{_bindir}/CMCRequest
Kevin Wright 4885a56
%{_bindir}/CMCResponse
Kevin Wright 4885a56
%{_bindir}/CMCRevoke
Kevin Wright 4885a56
%{_bindir}/CRMFPopClient
Kevin Wright 8329cb5
%{_bindir}/DRMTool
Kevin Wright 4885a56
%{_bindir}/ExtJoiner
Kevin Wright 4885a56
%{_bindir}/GenExtKeyUsage
Kevin Wright 4885a56
%{_bindir}/GenIssuerAltNameExt
Kevin Wright 4885a56
%{_bindir}/GenSubjectAltNameExt
Kevin Wright 4885a56
%{_bindir}/HttpClient
Kevin Wright 4885a56
%{_bindir}/OCSPClient
Kevin Wright 4885a56
%{_bindir}/PKCS10Client
Kevin Wright 4885a56
%{_bindir}/PKCS12Export
Kevin Wright 4885a56
%{_bindir}/PrettyPrintCert
Kevin Wright 4885a56
%{_bindir}/PrettyPrintCrl
Kevin Wright 4885a56
%{_bindir}/TokenInfo
Kevin Wright 4885a56
%{_javadir}/pki/pki-tools.jar
Kevin Wright 8329cb5
%{_datadir}/pki/java-tools/
5b0e173
%{_mandir}/man1/pki.1.gz
Kevin Wright 4885a56
Kevin Wright 4885a56
94ffff9
%files -n pki-server
Kevin Wright 4885a56
%defattr(-,root,root,-)
5e5a73b
%doc base/common/THIRD_PARTY_LICENSES
9a05dd2
%doc base/server/LICENSE
9a05dd2
%{_sysconfdir}/pki/default.cfg
94ffff9
%{_sbindir}/pkispawn
94ffff9
%{_sbindir}/pkidestroy
9a05dd2
%{_sbindir}/pki-server-upgrade
94ffff9
#%{_bindir}/pki-setup-proxy
9a05dd2
%{python_sitelib}/pki/server/
94ffff9
%dir %{_datadir}/pki/deployment
94ffff9
%{_datadir}/pki/deployment/config/
94ffff9
%dir %{_datadir}/pki/scripts
94ffff9
%{_datadir}/pki/scripts/operations
61e82b0
%{_datadir}/pki/scripts/pkicommon.pm
61e82b0
%{_datadir}/pki/scripts/functions
61e82b0
%{_datadir}/pki/scripts/pki_apache_initscript
94ffff9
%{_bindir}/pkidaemon
94ffff9
%dir %{_sysconfdir}/systemd/system/pki-tomcatd.target.wants
94ffff9
%{_unitdir}/pki-tomcatd@.service
94ffff9
%{_unitdir}/pki-tomcatd.target
Kevin Wright 4885a56
%{_javadir}/pki/pki-cms.jar
Kevin Wright 4885a56
%{_javadir}/pki/pki-cmsbundle.jar
Kevin Wright 4885a56
%{_javadir}/pki/pki-cmscore.jar
1f14c5e
%{_javadir}/pki/pki-silent.jar
94ffff9
%{_javadir}/pki/pki-tomcat.jar
9a05dd2
%dir %{_sharedstatedir}/pki
cc4e6ee
%{_bindir}/pkicreate
cc4e6ee
%{_bindir}/pkiremove
cc4e6ee
%{_bindir}/pki-setup-proxy
1f14c5e
%{_bindir}/pkisilent
1f14c5e
%{_datadir}/pki/silent/
cc4e6ee
%{_bindir}/pkicontrol
5b0e173
%{_mandir}/man5/pki_default.cfg.5.gz
5b0e173
%{_mandir}/man8/pki-server-upgrade.8.gz
5b0e173
%{_mandir}/man8/pkidestroy.8.gz
5b0e173
%{_mandir}/man8/pkispawn.8.gz
cc4e6ee
94ffff9
%{_datadir}/pki/setup/
1f14c5e
%{_datadir}/pki/server/
Kevin Wright 4885a56
Kevin Wright 4885a56
%files -n pki-ca
Kevin Wright 4885a56
%defattr(-,root,root,-)
Kevin Wright 4885a56
%doc base/ca/LICENSE
Kevin Wright 5a5e1cd
%dir %{_sysconfdir}/systemd/system/pki-cad.target.wants
Kevin Wright 5a5e1cd
%{_unitdir}/pki-cad@.service
Kevin Wright 5a5e1cd
%{_unitdir}/pki-cad.target
Kevin Wright 4885a56
%{_javadir}/pki/pki-ca.jar
Kevin Wright 4885a56
%dir %{_datadir}/pki/ca
Kevin Wright 4885a56
%{_datadir}/pki/ca/conf/
Kevin Wright 4885a56
%{_datadir}/pki/ca/emails/
Kevin Wright 4885a56
%dir %{_datadir}/pki/ca/profiles
Kevin Wright 4885a56
%{_datadir}/pki/ca/profiles/ca/
Kevin Wright 4885a56
%{_datadir}/pki/ca/setup/
94ffff9
%{_datadir}/pki/ca/webapps/
Kevin Wright 4885a56
94ffff9
%files -n pki-kra
94ffff9
%defattr(-,root,root,-)
94ffff9
%doc base/kra/LICENSE
94ffff9
%dir %{_sysconfdir}/systemd/system/pki-krad.target.wants
94ffff9
%{_unitdir}/pki-krad@.service
94ffff9
%{_unitdir}/pki-krad.target
94ffff9
%{_javadir}/pki/pki-kra.jar
94ffff9
%dir %{_datadir}/pki/kra
94ffff9
%{_datadir}/pki/kra/conf/
94ffff9
%{_datadir}/pki/kra/setup/
94ffff9
%{_datadir}/pki/kra/webapps/
94ffff9
94ffff9
%files -n pki-ocsp
94ffff9
%defattr(-,root,root,-)
94ffff9
%doc base/ocsp/LICENSE
94ffff9
%dir %{_sysconfdir}/systemd/system/pki-ocspd.target.wants
94ffff9
%{_unitdir}/pki-ocspd@.service
94ffff9
%{_unitdir}/pki-ocspd.target
94ffff9
%{_javadir}/pki/pki-ocsp.jar
94ffff9
%dir %{_datadir}/pki/ocsp
94ffff9
%{_datadir}/pki/ocsp/conf/
94ffff9
%{_datadir}/pki/ocsp/setup/
94ffff9
%{_datadir}/pki/ocsp/webapps/
94ffff9
94ffff9
%files -n pki-tks
94ffff9
%defattr(-,root,root,-)
94ffff9
%doc base/tks/LICENSE
94ffff9
%dir %{_sysconfdir}/systemd/system/pki-tksd.target.wants
94ffff9
%{_unitdir}/pki-tksd@.service
94ffff9
%{_unitdir}/pki-tksd.target
94ffff9
%{_javadir}/pki/pki-tks.jar
94ffff9
%dir %{_datadir}/pki/tks
94ffff9
%{_datadir}/pki/tks/conf/
94ffff9
%{_datadir}/pki/tks/setup/
94ffff9
%{_datadir}/pki/tks/webapps/
553626b
553626b
%files -n pki-tps-tomcat
553626b
%defattr(-,root,root,-)
553626b
%doc base/tps/LICENSE
553626b
%dir %{_sysconfdir}/systemd/system/pki-tpsd.target.wants
553626b
%{_unitdir}/pki-tpsd@.service
553626b
%{_unitdir}/pki-tpsd.target
553626b
%{_javadir}/pki/pki-tps.jar
553626b
%dir %{_datadir}/pki/tps
553626b
%{_datadir}/pki/tps/conf/
553626b
%{_datadir}/pki/tps/setup/
553626b
%{_datadir}/pki/tps/webapps/
94ffff9
94ffff9
%if %{?_without_javadoc:0}%{!?_without_javadoc:1}
94ffff9
%files -n pki-javadoc
94ffff9
%defattr(-,root,root,-)
94ffff9
%{_javadocdir}/pki-%{version}/
94ffff9
%endif
94ffff9
94ffff9
Kevin Wright 4885a56
%changelog
15a3509
* Fri Nov 15 2013 Ade Lee <alee@redhat.com> 10.1.0-1
15a3509
- Trac Ticket 788 - Clean up spec files
15a3509
- Update release number for release build
15a3509
- Updated requirements for resteasy
15a3509
2651633
* Sun Nov 10 2013 Ade Lee <alee@redhat.com> 10.1.0-0.14
2651633
- Change release number for beta build
2651633
1b35f54
* Thu Nov 7 2013 Ade Lee <alee@redhat.com> 10.1.0-0.13
1b35f54
- Updated requirements for tomcat
1b35f54
823e43b
* Fri Oct 4 2013 Ade Lee <alee@redhat.com> 10.1.0-0.12
823e43b
- Removed additional /var/run, /var/lock references.
823e43b
635cedf
* Fri Oct 4 2013 Ade Lee <alee@redhat.com> 10.1.0-0.11
635cedf
- Removed delivery of /var/lock and /var/run directories for fedora 20.
635cedf
553626b
* Wed Aug 14 2013 Endi S. Dewata <edewata@redhat.com> 10.1.0-0.10
553626b
- Moved Tomcat-based TPS into pki-core.
553626b
553626b
* Wed Aug 14 2013 Abhishek Koneru <akoneru@redhat.com> 10.1.0.0.9
553626b
- Listed new packages required during build, due to issues reported
553626b
  by pylint.
553626b
- Packages added: python-requests, python-ldap, libselinux-python,
553626b
                  policycoreutils-python
553626b
553626b
* Fri Aug 09 2013 Abhishek Koneru <akoneru@redhat.com> 10.1.0.0.8
553626b
- Added pylint scan to the build process.
553626b
 
553626b
* Mon Jul 22 2013 Endi S. Dewata <edewata@redhat.com> 10.1.0-0.7
5b0e173
- Added man pages for upgrade tools.
553626b
553626b
* Wed Jul 17 2013 Endi S. Dewata <edewata@redhat.com> 10.1.0-0.6
5b0e173
- Cleaned up the code to install man pages.
5b0e173
553626b
* Tue Jul 16 2013 Endi S. Dewata <edewata@redhat.com> 10.1.0-0.5
553626b
- Reorganized deployment tools.
553626b
553626b
* Tue Jul 9 2013 Ade Lee <alee@redhat.com> 10.1.0-0.4
5b0e173
- Bugzilla Bug 973224 -  resteasy-base must be split into subpackages
5b0e173
  to simplify dependencies
5b0e173
553626b
* Fri Jun 14 2013 Endi S. Dewata <edewata@redhat.com> 10.1.0-0.3
553626b
- Updated dependencies to Java 1.7.
b6dc72e
553626b
* Wed Jun 5 2013 Matthew Harmsen <mharmsen@redhat.com> 10.1.0-0.2
b6dc72e
- TRAC Ticket 606 - add restart / start at boot info to pkispawn man page
b6dc72e
- TRAC Ticket 610 - Document limitation in using GUI install
b6dc72e
- TRAC Ticket 629 - Package ownership of '/usr/share/pki/etc/' directory
b6dc72e
553626b
* Tue May 7 2013 Ade Lee <alee@redhat.com> 10.1.0-0.1
553626b
- Change release number for 10.1 development
b6dc72e
6072979
* Mon May 6 2013 Endi S. Dewata <edewata@redhat.com> 10.0.2-5
6072979
- Fixed incorrect JNI_JAR_DIR.
6072979
54c7f42
* Sat May 4 2013 Ade Lee <alee@redhat.com> 10.0.2-4
54c7f42
- TRAC Ticket 605 Junit internal function used in TestRunner,
54c7f42
  breaks F19 build
54c7f42
a5bdf7a
* Sat May 4 2013 Ade Lee <alee@redhat.com> 10.0.2-3
a5bdf7a
- TRAC Ticket 604 Added fallback methods for pkispawn tests
a5bdf7a
025351f
* Mon Apr 29 2013 Endi S. Dewata <edewata@redhat.com> 10.0.2-2
025351f
- Added default pki.conf in /usr/share/pki/etc
025351f
- Create upgrade tracker on install and remove it on uninstall
025351f
9a05dd2
* Fri Apr 26 2013 Ade Lee <alee@redhat.com> 10.0.2-1
9a05dd2
- Change release number for official release.
9a05dd2
9a05dd2
* Thu Apr 25 2013 Ade Lee <alee@redhat.com> 10.0.2-0.8
9a05dd2
- Added %pretrans script for f19
9a05dd2
- Added java-atk-wrapper dependency
9a05dd2
025351f
* Wed Apr 24 2013 Endi S. Dewata <edewata@redhat.com> 10.0.2-0.7
9a05dd2
- Added pki-server-upgrade script and pki.server module.
9a05dd2
- Call upgrade scripts in %post for pki-base and pki-server.
9a05dd2
9a05dd2
* Tue Apr 23 2013 Endi S. Dewata <edewata@redhat.com> 10.0.2-0.6
9a05dd2
- Added dependency on commons-io.
9a05dd2
9a05dd2
* Mon Apr 22 2013 Ade Lee <alee@redhat.com> 10.0.2-0.5
9a05dd2
- Add /var/log/pki and /var/lib/pki directories
9a05dd2
9a05dd2
* Tue Apr 16 2013 Endi S. Dewata <edewata@redhat.com> 10.0.2-0.4
9a05dd2
- Run pki-upgrade on post server installation.
9a05dd2
9a05dd2
* Mon Apr 15 2013 Endi S. Dewata <edewata@redhat.com> 10.0.2-0.3
9a05dd2
- Added dependency on python-lxml.
9a05dd2
9a05dd2
* Fri Apr 5 2013 Endi S. Dewata <edewata@redhat.com> 10.0.2-0.2
9a05dd2
- Added pki-upgrade script.
9a05dd2
9a05dd2
* Fri Apr 5 2013 Endi S. Dewata <edewata@redhat.com> 10.0.2-0.1
9a05dd2
- Updated version number to 10.0.2-0.1.
9a05dd2
9a05dd2
* Fri Apr 5 2013 Endi S. Dewata <edewata@redhat.com> 10.0.1-9
9a05dd2
- Renamed base/deploy to base/server.
9a05dd2
- Moved pki.conf into pki-base.
9a05dd2
- Removed redundant pki/server folder declaration.
9a05dd2
9a05dd2
* Tue Mar 19 2013 Ade Lee <alee@redhat.com> 10.0.1-8
9a05dd2
- Removed jython dependency
9a05dd2
9a05dd2
* Mon Mar 11 2013 Endi S. Dewata <edewata@redhat.com> 10.0.1-7
9a05dd2
- Added minimum python-requests version.
9a05dd2
9a05dd2
* Fri Mar 8 2013 Matthew Harmsen <mharmsen@redhat.com> 10.0.1-6
4923d19
- Bugzilla Bug #919476 - pkispawn crashes due to dangling symlink to jss4.jar
4923d19
9a05dd2
* Thu Mar 7 2013 Endi S. Dewata <edewata@redhat.com> 10.0.1-5
9a05dd2
- Added dependency on python-requests.
9a05dd2
- Reorganized Python module packaging.
9a05dd2
9a05dd2
* Thu Mar 7 2013 Endi S. Dewata <edewata@redhat.com> 10.0.1-4
9a05dd2
- Added dependency on python-ldap.
9a05dd2
9a05dd2
* Mon Mar  4 2013 Matthew Harmsen <mharmsen@redhat.com> 10.0.1-3
9a05dd2
- TRAC Ticket #517 - Clean up theme dependencies
9a05dd2
- TRAC Ticket #518 - Remove UI dependencies from pkispawn . . .
9a05dd2
9a05dd2
* Fri Mar  1 2013 Matthew Harmsen <mharmsen@redhat.com> 10.0.1-2
9a05dd2
- Removed runtime dependency on 'pki-server-theme' to resolve
9a05dd2
  Bugzilla Bug #916134 - unresolved dependency in pki-server: pki-server-theme
651a46e
5e5a73b
* Tue Jan 15 2013 Ade Lee <alee@redhat.com> 10.0.1-1
5e5a73b
- TRAC Ticket 214 - Missing error description for duplicate user
5e5a73b
- TRAC Ticket 213 - Add nonces for cert revocation
5e5a73b
- TRAC Ticket 367 - pkidestroy does not remove connector
5e5a73b
- TRAC Ticket #430 - License for 3rd party code
5e5a73b
- Bugzilla Bug 839426 - [RFE] ECC CRL support for OCSP
5e5a73b
- Fix spec file to allow f17 to work with latest tomcatjss
5e5a73b
- TRAC Ticket 466 - Increase root CA validity to 20 years
5e5a73b
- TRAC Ticket 469 - Fix tomcatjss issue in spec files
5e5a73b
- TRAC Ticket 468 - pkispawn throws exception
5e5a73b
- TRAC Ticket 191 - Mapping HTTP Exceptions to HTTP error codes
5e5a73b
- TRAC Ticket 271 - Dogtag 10: Fix 'status' command in 'pkidaemon' . . .
5e5a73b
- TRAC Ticket 437 - Make admin cert p12 file location configurable
5e5a73b
- TRAC Ticket 393 - pkispawn fails when selinux is disabled
5e5a73b
- Punctuation and formatting changes in man pages
5e5a73b
- Revert to using default config file for pkidestroy
5e5a73b
- Hardcode setting of resteasy-lib for instance
5e5a73b
- TRAC Ticket 436 - Interpolation for pki_subsystem
5e5a73b
- TRAC Ticket 433 - Interpolation for paths
5e5a73b
- TRAC Ticket 435 - Identical instance id and instance name
5e5a73b
- TRAC Ticket 406 - Replace file dependencies with package dependencies
5e5a73b
5e5a73b
* Wed Jan  9 2013 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-5
5e5a73b
- TRAC Ticket #430 - License for 3rd party code
5e5a73b
5e5a73b
* Fri Jan  4 2013 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-4
5e5a73b
- TRAC Ticket #469 - Dogtag 10: Fix tomcatjss issue in pki-core.spec and
5e5a73b
  dogtag-pki.spec . . .
5e5a73b
- TRAC Ticket #468 - pkispawn throws exception
5e5a73b
5e5a73b
* Wed Dec 12 2012 Ade Lee <alee@redhat.com> 10.0.0-3
5e5a73b
- Replaced file dependencies with package dependencies
5e5a73b
2aaae1a
* Mon Dec 10 2012 Ade Lee <alee@redhat.com> 10.0.0-2
2aaae1a
- Updated man pages
Stanislav Ochotnicky 807e368
61e82b0
* Fri Dec 7 2012 Ade Lee <alee@redhat.com> 10.0.0-1
61e82b0
- Update to official release for rc1
61e82b0
61e82b0
* Thu Dec  6 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.56.b3
61e82b0
- TRAC Ticket #315 - Man pages for pkispawn/pkidestroy.
61e82b0
- Added place-holders for 'pki.1' and 'pki_default.cfg.5' man pages.
61e82b0
61e82b0
* Thu Dec 6 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.55.b3
61e82b0
- Added system-wide configuration /etc/pki/pki.conf.
61e82b0
- Removed redundant lines in %files.
61e82b0
61e82b0
* Tue Dec 4 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.54.b3
61e82b0
- Moved default deployment configuration to /etc/pki.
61e82b0
c488bd7
* Mon Nov 19 2012 Ade Lee <alee@redhat.com> 10.0.0-0.53.b3
c488bd7
- Cleaned up spec file to provide only support rhel 7+, f17+
c488bd7
- Added resteasy-base dependency for rhel 7
c488bd7
- Update cmake version
c488bd7
06506c5
* Mon Nov 12 2012 Ade Lee <alee@redhat.com> 10.0.0-0.52.b3
06506c5
- Update release to b3
06506c5
06506c5
* Fri Nov 9 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.51.b2
06506c5
- Removed dependency on CA, KRA, OCSP, TKS theme packages.
06506c5
06506c5
* Thu Nov 8 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.50.b2
06506c5
- Renamed pki-common-theme to pki-server-theme.
06506c5
06506c5
* Thu Nov  8 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.49.b2
06506c5
- TRAC Ticket #395 - Dogtag 10: Add a Tomcat 7 runtime requirement to
06506c5
  'pki-server'
06506c5
7f0b607
* Mon Oct 29 2012 Ade Lee <alee@redhat.com> 10.0.0-0.48.b2
7f0b607
- Update release to b2
7f0b607
7f0b607
* Wed Oct 24 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.47.b1
7f0b607
- TRAC Ticket #350 - Dogtag 10: Remove version numbers from PKI jar files . . .
7f0b607
6fe7c43
* Tue Oct 23 2012 Ade Lee <alee@redhat.com> 10.0.0-0.46.b1
6fe7c43
- Added Obsoletes for pki-selinux
6fe7c43
77fa976
* Tue Oct 23 2012 Ade Lee <alee@redhat.com> 10.0.0-0.45.b1
77fa976
- Remove build of pki-selinux for f18, use system policy instead
77fa976
e0d9ec4
* Fri Oct 12 2012 Ade Lee <alee@redhat.com> 10.0.0-0.44.b1
e0d9ec4
- Update required tomcatjss version
e0d9ec4
- Added net-tools dependency
e0d9ec4
f2bfd16
* Mon Oct 8 2012 Ade Lee <alee@redhat.com> 10.0.0-0.43.b1
f2bfd16
- Update selinux-policy version to fix error from latest policy changes
f2bfd16
d48d4f8
* Mon Oct 8 2012 Ade Lee <alee@redhat.com> 10.0.0-0.42.b1
d48d4f8
- Fix typo in selinux policy versions
d48d4f8
1f14c5e
* Mon Oct 8 2012 Ade Lee <alee@redhat.com> 10.0.0-0.41.b1
1f14c5e
- Added build requires for correct version of selinux-policy-devel
1f14c5e
1f14c5e
* Mon Oct 8 2012 Ade Lee <alee@redhat.com> 10.0.0-0.40.b1
1f14c5e
- Update release to b1
1f14c5e
1f14c5e
* Fri Oct 5 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.40.a2
1f14c5e
- Merged pki-silent into pki-server.
1f14c5e
1f14c5e
* Fri Oct 5 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.39.a2
1f14c5e
- Renamed "shared" folder to "server".
1f14c5e
1f14c5e
* Fri Oct 5 2012 Ade Lee <alee@redhat.com> 10.0.0-0.38.a2
1f14c5e
- Added required selinux versions for new policy.
1f14c5e
27307c8
* Tue Oct 2 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.37.a2
27307c8
- Added Provides to packages replacing obsolete packages.
27307c8
cc4e6ee
* Mon Oct 1 2012 Ade Lee <alee@redhat.com> 10.0.0-0.36.a2
cc4e6ee
- Update release to a2
cc4e6ee
cc4e6ee
* Sun Sep 30 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.36.a1
cc4e6ee
- Modified CMake to use RPM version number
cc4e6ee
cc4e6ee
* Tue Sep 25 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.35.a1
cc4e6ee
- Added VERSION file
cc4e6ee
cc4e6ee
* Mon Sep 24 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.34.a1
cc4e6ee
- Merged pki-setup into pki-server
cc4e6ee
94ffff9
* Thu Sep 13 2012 Ade Lee <alee@redhat.com> 10.0.0-0.33.a1
94ffff9
- Added Conflicts for IPA 2.X
94ffff9
- Added build requires for zip to work around mock problem
94ffff9
94ffff9
* Wed Sep 12 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.32.a1
94ffff9
- TRAC Ticket #312 - Dogtag 10: Automatically restart any running instances
94ffff9
  upon RPM "update" . . .
94ffff9
- TRAC Ticket #317 - Dogtag 10: Move "pkispawn"/"pkidestroy"
94ffff9
  from /usr/bin to /usr/sbin . . .
94ffff9
94ffff9
* Wed Sep 12 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.31.a1
94ffff9
- Fixed pki-server to include everything in shared dir.
94ffff9
94ffff9
* Tue Sep 11 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.30.a1
94ffff9
- Added build dependency on redhat-rpm-config.
94ffff9
94ffff9
* Thu Aug 30 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.29.a1
94ffff9
- Merged Javadoc packages.
94ffff9
94ffff9
* Thu Aug 30 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.28.a1
94ffff9
- Added pki-tomcat.jar.
94ffff9
94ffff9
* Thu Aug 30 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.27.a1
94ffff9
- Moved webapp creation code into pkispawn.
94ffff9
94ffff9
* Mon Aug 20 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.26.a1
94ffff9
- Split pki-client.jar into pki-certsrv.jar and pki-tools.jar.
94ffff9
94ffff9
* Mon Aug 20 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.25.a1
94ffff9
- Merged pki-native-tools and pki-java-tools into pki-tools.
94ffff9
- Modified pki-server to depend on pki-tools.
94ffff9
94ffff9
* Mon Aug 20 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.24.a1
94ffff9
- Split pki-common into pki-base and pki-server.
94ffff9
- Merged pki-util into pki-base.
94ffff9
- Merged pki-deploy into pki-server.
Andrew Wnuk 89bc043
94ffff9
* Thu Aug 16 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.23.a1
94ffff9
- Updated release of 'tomcatjss' to rely on Tomcat 7 for Fedora 17
94ffff9
- Changed Dogtag 10 build-time and runtime requirements for 'pki-deploy'
94ffff9
- Altered PKI Package Dependency Chain (top-to-bottom):
94ffff9
  pki-ca, pki-kra, pki-ocsp, pki-tks --> pki-deploy --> pki-common
Andrew Wnuk 5d0c611
94ffff9
* Mon Aug 13 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.22.a1
94ffff9
- Added pki-client.jar.
Andrew Wnuk 5d0c611
94ffff9
* Fri Jul 27 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.21.a1
94ffff9
- Merged pki-jndi-realm.jar into pki-cmscore.jar.
Andrew Wnuk 2b1ba5b
94ffff9
* Tue Jul 24 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.20.a1
94ffff9
- PKI TRAC Task #254 - Dogtag 10: Fix spec file to build successfully
94ffff9
  via mock on Fedora 17 . . .
Andrew Wnuk 2b1ba5b
94ffff9
* Wed Jul 11 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.19.a1
94ffff9
- Moved 'pki-jndi-real.jar' link from 'tomcat6' to 'tomcat' (Tomcat 7)
94ffff9
94ffff9
* Thu Jun 14 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.18.a1
94ffff9
- Updated release of 'tomcatjss' to rely on Tomcat 7 for Fedora 18
94ffff9
4923d19
* Tue May 29 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.17.a1
94ffff9
- Added CLI for REST services
94ffff9
94ffff9
* Fri May 18 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.16.a1
94ffff9
- Integration of Tomcat 7
94ffff9
- Addition of centralized 'pki-tomcatd' systemd functionality to the
94ffff9
  PKI Deployment strategy
94ffff9
- Removal of 'pki_flavor' attribute
94ffff9
94ffff9
* Mon Apr 16 2012 Ade Lee <alee@redhat.com> 10.0.0-0.15.a1
94ffff9
- BZ 813075 - selinux denial for file size access
94ffff9
94ffff9
* Thu Apr  5 2012 Christina Fu <cfu@redhat.com> 10.0.0-0.14.a1
94ffff9
- Bug 745278 - [RFE] ECC encryption keys cannot be archived
94ffff9
4923d19
* Tue Mar 27 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.13.a1
94ffff9
- Replaced candlepin-deps with resteasy
94ffff9
94ffff9
* Fri Mar 23 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.12.a1
94ffff9
- Added option to build without Javadoc
94ffff9
94ffff9
* Fri Mar 16 2012 Ade Lee <alee@redhat.com> 10.0.0-0.11.a1
fea088f
- BZ 802396 - Change location of TOMCAT_LOG to match tomcat6 changes
fea088f
- Corrected patch selected for selinux f17 rules
fea088f
94ffff9
* Wed Mar 14 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.10.a1
94ffff9
- Corrected 'junit' dependency check
94ffff9
94ffff9
* Mon Mar 12 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.9.a1
94ffff9
- Initial attempt at PKI deployment framework described in
94ffff9
  'http://pki.fedoraproject.org/wiki/PKI_Instance_Deployment'.
94ffff9
94ffff9
* Fri Mar 09 2012 Jack Magne <jmagne@redhat.com> 10.0.0-0.8.a1
94ffff9
- Added support for pki-jndi-realm in tomcat6 in pki-common
94ffff9
  and pki-kra.
94ffff9
- Ticket #69.
94ffff9
94ffff9
* Fri Mar  2 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.7.a1
Kevin Wright a7394d6
- For 'mock' purposes, removed platform-specific logic from around
Kevin Wright a7394d6
  the 'patch' files so that ALL 'patch' files will be included in
Kevin Wright a7394d6
  the SRPM.
Kevin Wright a7394d6
94ffff9
* Wed Feb 29 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.6.a1
94ffff9
- Removed dependency on OSUtil.
94ffff9
94ffff9
* Tue Feb 28 2012 Ade Lee <alee@redhat.com> 10.0.0-0.5.a1
Kevin Wright a7394d6
- 'pki-selinux'
Kevin Wright a7394d6
-      Added platform-dependent patches for SELinux component
Kevin Wright a7394d6
-      Bugzilla Bug #739708 - Selinux fix for ephemeral ports (F16)
Kevin Wright a7394d6
-      Bugzilla Bug #795966 - pki-selinux policy is kind of a mess (F17)
Kevin Wright a7394d6
4923d19
* Thu Feb 23 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.4.a1
94ffff9
- Added dependency on Apache Commons Codec.
94ffff9
94ffff9
* Wed Feb 22 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.3.a1
Kevin Wright a7394d6
- Add '-DSYSTEMD_LIB_INSTALL_DIR' override flag to 'cmake' to address changes
Kevin Wright a7394d6
  in fundamental path structure in Fedora 17
Kevin Wright a7394d6
- 'pki-setup'
Kevin Wright a7394d6
-      Hard-code Perl dependencies to protect against bugs such as
Kevin Wright a7394d6
       Bugzilla Bug #772699 - Adapt perl and python fileattrs to
Kevin Wright a7394d6
       changed file 5.10 magics
Kevin Wright a7394d6
- 'pki-selinux'
Kevin Wright a7394d6
-      Bugzilla Bug #795966 - pki-selinux policy is kind of a mess
Kevin Wright a7394d6
94ffff9
* Mon Feb 20 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.2.a1
94ffff9
- Integrated 'pki-kra' into 'pki-core'
94ffff9
- Integrated 'pki-ocsp' into 'pki-core'
94ffff9
- Integrated 'pki-tks' into 'pki-core'
94ffff9
- Bugzilla Bug #788787 - added 'junit'/'junit4' build-time requirements
94ffff9
94ffff9
* Wed Feb  1 2012 Nathan Kinder <nkinder@redhat.com> 10.0.0-0.1.a1
94ffff9
- Updated package version number
94ffff9
94ffff9
* Mon Jan 16 2012 Ade Lee <alee@redhat.com> 9.0.16-3
94ffff9
- Added resteasy-jettison-provider-2.3-RC1.jar to pki-setup
Kevin Wright c1d2753
94ffff9
* Mon Nov 28 2011 Endi S. Dewata <edewata@redhat.com> 9.0.16-2
94ffff9
- Added JUnit tests
94ffff9
 
Kevin Wright f519779
* Fri Oct 28 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.16-1
Kevin Wright f519779
- 'pki-setup'
Kevin Wright f519779
- 'pki-symkey'
Kevin Wright f519779
- 'pki-native-tools'
Kevin Wright f519779
- 'pki-util'
Kevin Wright f519779
-      Bugzilla Bug #737122 - DRM: during archiving and recovering,
Kevin Wright f519779
       wrapping unwrapping keys should be done in the token (cfu)
Kevin Wright f519779
- 'pki-java-tools'
Kevin Wright f519779
- 'pki-common'
Kevin Wright f519779
-      Bugzilla Bug #744797 - KRA key recovery (retrieve pkcs#12) fails after
Kevin Wright f519779
       the in-place upgrade( CS 8.0->8.1) (cfu)
Kevin Wright f519779
- 'pki-selinux'
Kevin Wright f519779
- 'pki-ca'
Kevin Wright f519779
-      Bugzilla Bug #746367 - Typo in the profile name. (jmagne)
Kevin Wright f519779
-      Bugzilla Bug #737122 - DRM: during archiving and recovering,
Kevin Wright f519779
       wrapping unwrapping keys should be done in the token (cfu)
Kevin Wright f519779
-      Bugzilla Bug #749927 - Java class conflicts using Java 7 in Fedora 17
Kevin Wright f519779
       (rawhide) . . . (mharmsen)
Kevin Wright f519779
-      Bugzilla Bug #749945 - Installation error reported during CA, DRM,
Kevin Wright f519779
       OCSP, and TKS package installation . . . (mharmsen)
Kevin Wright f519779
- 'pki-silent'
Kevin Wright f519779
Kevin Wright e77a8e8
* Thu Sep 22 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.15-1
Kevin Wright e77a8e8
- Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . . (mharmsen)
Kevin Wright e77a8e8
- Bugzilla Bug #699809 - Convert CS to use systemd (alee)
Kevin Wright e77a8e8
- 'pki-setup'
Kevin Wright e77a8e8
-      Bugzilla Bug #730146 - SSL handshake picks non-FIPS ciphers in FIPS
Kevin Wright e77a8e8
       mode (cfu)
Kevin Wright e77a8e8
-      Bugzilla Bug #737192 - Need script to upgrade proxy configuration (alee)
Kevin Wright e77a8e8
- 'pki-symkey'
Kevin Wright e77a8e8
-      Bugzilla Bug #730162 - TPS/TKS token enrollment failure in FIPS mode
Kevin Wright e77a8e8
       (hsm+NSS). (jmagne)
Kevin Wright e77a8e8
- 'pki-native-tools'
Kevin Wright e77a8e8
-      Bugzilla Bug #730801 - Coverity issues in native-tools area (awnuk)
Kevin Wright e77a8e8
-      Bugzilla Bug #730146 - SSL handshake picks non-FIPS ciphers in FIPS
Kevin Wright e77a8e8
       mode (cfu)
Kevin Wright e77a8e8
- 'pki-util'
Kevin Wright e77a8e8
-      Bugzilla Bug #730146 - SSL handshake picks non-FIPS ciphers in FIPS
Kevin Wright e77a8e8
       mode (cfu)
Kevin Wright e77a8e8
- 'pki-java-tools'
Kevin Wright e77a8e8
- 'pki-common'
Kevin Wright e77a8e8
-      Bugzilla Bug #730146 - SSL handshake picks non-FIPS ciphers in FIPS
Kevin Wright e77a8e8
       mode (cfu)
Kevin Wright e77a8e8
-      Bugzilla Bug #737218 - Incorrect request attribute name matching
Kevin Wright e77a8e8
       ignores request attributes during request parsing. (awnuk)
Kevin Wright e77a8e8
-      Bugzilla Bug #730162 - TPS/TKS token enrollment failure in FIPS mode
Kevin Wright e77a8e8
       (hsm+NSS). (jmagne)
Kevin Wright e77a8e8
- 'pki-selinux'
Kevin Wright e77a8e8
-      Bugzilla Bug #739708 - pki-selinux lacks rules in F16 (alee)
Kevin Wright e77a8e8
- 'pki-ca'
Kevin Wright e77a8e8
-      Bugzilla Bug #712931 - CS requires too many ports
Kevin Wright e77a8e8
       to be open in the FW (alee)
Kevin Wright e77a8e8
-      Bugzilla Bug #730146 - SSL handshake picks non-FIPS ciphers in FIPS
Kevin Wright e77a8e8
       mode (cfu)
Kevin Wright e77a8e8
- 'pki-silent'
Kevin Wright e77a8e8
-      Bugzilla Bug #739201 - pkisilent does not take arch into account
Kevin Wright e77a8e8
       as Java packages migrated to arch-dependent directories (mharmsen)
Kevin Wright e77a8e8
Kevin Wright 5a5e1cd
* Fri Sep 9 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.14-1
Kevin Wright 5a5e1cd
- 'pki-setup'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
Kevin Wright 5a5e1cd
- 'pki-symkey'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
Kevin Wright 5a5e1cd
- 'pki-native-tools'
Kevin Wright 5a5e1cd
- 'pki-util'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
Kevin Wright 5a5e1cd
- 'pki-java-tools'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
Kevin Wright 5a5e1cd
- 'pki-common'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
Kevin Wright 5a5e1cd
- 'pki-selinux'
Kevin Wright 5a5e1cd
- 'pki-ca'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
Kevin Wright 5a5e1cd
-      Bugzilla Bug #699809 - Convert CS to use systemd (alee)
Kevin Wright 5a5e1cd
- 'pki-silent'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
Kevin Wright 5a5e1cd
Kevin Wright 5a5e1cd
* Tue Sep 6 2011 Ade Lee <alee@redhat.com> 9.0.13-1
Kevin Wright 5a5e1cd
- 'pki-setup'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #699809 - Convert CS to use systemd (alee)
Kevin Wright 5a5e1cd
- 'pki-ca'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #699809 - Convert CS to use systemd (alee)
Kevin Wright 5a5e1cd
- 'pki-common'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #699809 - Convert CS to use systemd (alee)
Kevin Wright 5a5e1cd
Kevin Wright 5a5e1cd
* Tue Aug 23 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.12-1
Kevin Wright 5a5e1cd
- 'pki-setup'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #712931 - CS requires too many ports
Kevin Wright 5a5e1cd
       to be open in the FW (alee)
Kevin Wright 5a5e1cd
- 'pki-symkey'
Kevin Wright 5a5e1cd
- 'pki-native-tools'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #717643 - Fopen without NULL check and other Coverity
Kevin Wright 5a5e1cd
       issues (awnuk)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #730801 - Coverity issues in native-tools area (awnuk)
Kevin Wright 5a5e1cd
- 'pki-util'
Kevin Wright 5a5e1cd
- 'pki-java-tools'
Kevin Wright 5a5e1cd
- 'pki-common'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #700522 - pki tomcat6 instances currently running
Kevin Wright 5a5e1cd
       unconfined, allow server to come up when selinux disabled (alee)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #731741 - some CS.cfg nickname parameters not updated
Kevin Wright 5a5e1cd
       correctly when subsystem cloned (using hsm) (alee)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #712931 - CS requires too many ports
Kevin Wright 5a5e1cd
       to be open in the FW (alee)
Kevin Wright 5a5e1cd
- 'pki-selinux'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #712931 - CS requires too many ports
Kevin Wright 5a5e1cd
       to be open in the FW (alee)
Kevin Wright 5a5e1cd
- 'pki-ca'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #712931 - CS requires too many ports
Kevin Wright 5a5e1cd
       to be open in the FW (alee)
Kevin Wright 5a5e1cd
- 'pki-silent'
Kevin Wright 5a5e1cd
Kevin Wright 5a5e1cd
* Wed Aug 10 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.11-1
Kevin Wright 5a5e1cd
- 'pki-setup'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #689909 - Dogtag installation under IPA takes too much
Kevin Wright 5a5e1cd
       time - remove the inefficient sleeps (alee)
Kevin Wright 5a5e1cd
- 'pki-symkey'
Kevin Wright 5a5e1cd
- 'pki-native-tools'
Kevin Wright 5a5e1cd
- 'pki-util'
Kevin Wright 5a5e1cd
- 'pki-java-tools'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #724861 - DRMTool: fix duplicate "dn:" records by
Kevin Wright 5a5e1cd
       renumbering "cn=<value>" (mharmsen)
Kevin Wright 5a5e1cd
- 'pki-common'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #717041 - Improve escaping of some enrollment inputs like
Kevin Wright 5a5e1cd
       (jmagne, awnuk)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #689909 - Dogtag installation under IPA takes too much
Kevin Wright 5a5e1cd
       time - remove the inefficient sleeps (alee)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #708075 - Clone installation does not work over NAT
Kevin Wright 5a5e1cd
       (alee)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #726785 - If replication fails while setting up a clone
Kevin Wright 5a5e1cd
       it will wait forever (alee)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #728332 - xml output has changed on cert requests (awnuk)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #700505 - pki tomcat6 instances currently running
Kevin Wright 5a5e1cd
       unconfined (alee)
Kevin Wright 5a5e1cd
- 'pki-selinux'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #700505 - pki tomcat6 instances currently running
Kevin Wright 5a5e1cd
       unconfined (alee)
Kevin Wright 5a5e1cd
- 'pki-ca'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #728605 - RFE: increase default validity from 6mo to 2yrs
Kevin Wright 5a5e1cd
       in IPA profile (awnuk)
Kevin Wright 5a5e1cd
- 'pki-silent'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #689909 - Dogtag installation under IPA takes too much
Kevin Wright 5a5e1cd
       time - remove the inefficient sleeps (alee)
Kevin Wright 5a5e1cd
Kevin Wright 5a5e1cd
* Fri Jul 22 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.10-1
Kevin Wright 5a5e1cd
- 'pki-setup'
Kevin Wright 5a5e1cd
- 'pki-symkey'
Kevin Wright 5a5e1cd
- 'pki-native-tools'
Kevin Wright 5a5e1cd
- 'pki-util'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #719007 - Key Constraint keyParameter being ignored
Kevin Wright 5a5e1cd
       using an ECC CA to generate ECC certs from CRMF. (jmagne)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #716307 - rhcs80 - DER shall not include an encoding
Kevin Wright 5a5e1cd
       for any component value which is equal to its default value (alee)
Kevin Wright 5a5e1cd
- 'pki-java-tools'
Kevin Wright 5a5e1cd
- 'pki-common'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #720510 - Console: Adding a certificate into nethsm
Kevin Wright 5a5e1cd
       throws Token not found error. (jmagne)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #719007 - Key Constraint keyParameter being ignored
Kevin Wright 5a5e1cd
       using an ECC CA to generate ECC certs from CRMF. (jmagne)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #716307 - rhcs80 - DER shall not include an encoding
Kevin Wright 5a5e1cd
       for any component value which is equal to its default value (alee)
Kevin Wright 5a5e1cd
-      Bugzilla Bug #722989 - Registering an agent when a subsystem is
Kevin Wright 5a5e1cd
       created - does not log AUTHZ_SUCCESS event. (alee)
Kevin Wright 5a5e1cd
- 'pki-selinux'
Kevin Wright 5a5e1cd
- 'pki-ca'
Kevin Wright 5a5e1cd
-      Bugzilla Bug #719113 - Add client usage flag to caIPAserviceCert
Kevin Wright 5a5e1cd
       (awnuk)
Kevin Wright 5a5e1cd
- 'pki-silent'
Kevin Wright 5a5e1cd
Kevin Wright 8329cb5
* Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.9-1
Kevin Wright 8329cb5
- Updated release of 'jss'
Kevin Wright 8329cb5
- Updated release of 'tomcatjss' for Fedora 15
Kevin Wright 8329cb5
- 'pki-setup'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser
Kevin Wright 8329cb5
       (jdennis)
Kevin Wright 8329cb5
-      Bugzilla Bug #694569 - parameter used by pkiremove not updated (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
- 'pki-symkey'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
- 'pki-native-tools'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #717765 - TPS configuration: logging into security domain
Kevin Wright 8329cb5
       from tps does not work with clientauth=want. (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
- 'pki-util'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
- 'pki-java-tools'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #532548 - Tool to do DRM re-key (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #532548 - Tool to do DRM re-key (config file and record
Kevin Wright 8329cb5
       processing) (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #532548 - Tool to do DRM re-key (tweaks) (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
- 'pki-common'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #695403 - Editing signedaudit or transaction, system
Kevin Wright 8329cb5
       logs throws 'Invalid protocol' for OCSP subsystems (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #694569 - parameter used by pkiremove not updated (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #695015 - Serial No. of a revoked certificate is not
Kevin Wright 8329cb5
       populated in the CA signedAudit messages (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #694143 - CA Agent not returning specified request (awnuk)
Kevin Wright 8329cb5
-      Bugzilla Bug #695015 - Serial No. of a revoked certificate is not
Kevin Wright 8329cb5
       populated in the CA signedAudit messages (jmagne)
Kevin Wright 8329cb5
-      Bugzilla Bug #698885 - Race conditions during IPA installation (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #704792 - CC_LAB_EVAL: CA agent interface:
Kevin Wright 8329cb5
       SubjectID=$Unidentified$ fails audit evaluation (jmagne)
Kevin Wright 8329cb5
-      Bugzilla Bug #705914 - SCEP mishandles nicknames when processing
Kevin Wright 8329cb5
       subsequent SCEP requests. (awnuk)
Kevin Wright 8329cb5
-      Bugzilla Bug #661142 - Verification should fail when a revoked
Kevin Wright 8329cb5
       certificate is added. (jmagne)
Kevin Wright 8329cb5
-      Bugzilla Bug #707416 - CC_LAB_EVAL: Security Domain: missing audit msgs
Kevin Wright 8329cb5
       for modify/add (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #707416 - additional audit messages for GetCookie (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #707607 - Published certificate summary has list of
Kevin Wright 8329cb5
       non-published certificates with succeeded status (jmagne)
Kevin Wright 8329cb5
-      Bugzilla Bug #717813 - EV_AUDIT_LOG_SHUTDOWN audit log not generated
Kevin Wright 8329cb5
       for tps and ca on server shutdown (jmagne)
Kevin Wright 8329cb5
-      Bugzilla Bug #697939 - DRM signed audit log message - operation should
Kevin Wright 8329cb5
       be read instead of modify (jmagne)
Kevin Wright 8329cb5
-      Bugzilla Bug #718427 - When audit log is full, server continue to
Kevin Wright 8329cb5
       function. (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #718607 - CC_LAB_EVAL: No AUTH message is generated in
Kevin Wright 8329cb5
       CA's signedaudit log when a directory based user enrollment is
Kevin Wright 8329cb5
       performed (jmagne)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
- 'pki-selinux'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #720503 - RA and TPS require additional SELinux
Kevin Wright 8329cb5
       permissions to run in "Enforcing" mode (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
- 'pki-ca'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser
Kevin Wright 8329cb5
       (jdennis)
Kevin Wright 8329cb5
-      Bugzilla Bug #699837 - service command is not fully backwards
Kevin Wright 8329cb5
       compatible with Dogtag pki subsystems (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #649910 - Console: an auditor or agent can be added to an
Kevin Wright 8329cb5
       administrator group. (jmagne)
Kevin Wright 8329cb5
-      Bugzilla Bug #707416 - CC_LAB_EVAL: Security Domain: missing audit msgs
Kevin Wright 8329cb5
       for modify/add (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #716269 - make ra authenticated profiles non-visible on ee
Kevin Wright 8329cb5
       pages (alee)
Kevin Wright 8329cb5
-      Bugzilla Bug #718621 - CC_LAB_EVAL: PRIVATE_KEY_ARCHIVE_REQUEST occurs
Kevin Wright 8329cb5
       for a revocation invoked by EE user (awnuk)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
- 'pki-silent'
Kevin Wright 8329cb5
-      Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright 8329cb5
       (mharmsen)
Kevin Wright 8329cb5
-      Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
Kevin Wright 8329cb5
Kevin Wright 8329cb5
* Wed May 25 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.8-2
Kevin Wright 8329cb5
- 'pki-setup'
Kevin Wright 8329cb5
- 'pki-symkey'
Kevin Wright 8329cb5
- 'pki-native-tools'
Kevin Wright 8329cb5
- 'pki-util'
Kevin Wright 8329cb5
- 'pki-java-tools'
Kevin Wright 8329cb5
-     Added 'DRMTool.cfg' configuration file to inventory
Kevin Wright 8329cb5
- 'pki-common'
Kevin Wright 8329cb5
- 'pki-selinux'
Kevin Wright 8329cb5
- 'pki-ca'
Kevin Wright 8329cb5
- 'pki-silent'
Kevin Wright 8329cb5
Kevin Wright 8329cb5
* Wed May 25 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.8-1
Kevin Wright 8329cb5
- 'pki-setup'
Kevin Wright 8329cb5
- 'pki-symkey'
Kevin Wright 8329cb5
- 'pki-native-tools'
Kevin Wright 8329cb5
- 'pki-util'
Kevin Wright 8329cb5
- 'pki-java-tools'
Kevin Wright 8329cb5
-     Bugzilla Bug #532548 - Tool to do DRM re-key
Kevin Wright 8329cb5
- 'pki-common'
Kevin Wright 8329cb5
- 'pki-selinux'
Kevin Wright 8329cb5
- 'pki-ca'
Kevin Wright 8329cb5
- 'pki-silent'
Kevin Wright 8329cb5
Kevin Wright e348cb4
* Tue Apr 26 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.7-1
Kevin Wright e348cb4
- 'pki-setup'
Kevin Wright e348cb4
-     Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser
Kevin Wright e348cb4
-     Bugzilla Bug #694569 - parameter used by pkiremove not updated
Kevin Wright e348cb4
- 'pki-symkey'
Kevin Wright e348cb4
- 'pki-native-tools'
Kevin Wright e348cb4
- 'pki-util'
Kevin Wright e348cb4
- 'pki-java-tools'
Kevin Wright e348cb4
- 'pki-common'
Kevin Wright e348cb4
-     Bugzilla Bug #695403 - Editing signedaudit or transaction, system logs
Kevin Wright e348cb4
      throws 'Invalid protocol' for OCSP subsystems
Kevin Wright e348cb4
-     Bugzilla Bug #694569 - parameter used by pkiremove not updated
Kevin Wright e348cb4
-     Bugzilla Bug #695015 - Serial No. of a revoked certificate is not
Kevin Wright e348cb4
      populated in the CA signedAudit messages
Kevin Wright e348cb4
-     Bugzilla Bug #694143 - CA Agent not returning specified request
Kevin Wright e348cb4
-     Bugzilla Bug #695015 - Serial No. of a revoked certificate is not
Kevin Wright e348cb4
      populated in the CA signedAudit messages
Kevin Wright e348cb4
-     Bugzilla Bug #698885 - Race conditions during IPA installation
Kevin Wright e348cb4
- 'pki-selinux'
Kevin Wright e348cb4
- 'pki-ca'
Kevin Wright e348cb4
-     Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser
Kevin Wright e348cb4
-     Bugzilla Bug #699837 - service command is not fully backwards compatible
Kevin Wright e348cb4
      with Dogtag pki subsystems
Kevin Wright e348cb4
- 'pki-silent'
Kevin Wright e348cb4
Kevin Wright e348cb4
* Mon Apr 11 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.6-2
Kevin Wright e348cb4
- Bugzilla Bug #695157 - Auditverify on TPS audit log throws error.
Kevin Wright e348cb4
Kevin Wright 36ee63a
* Tue Apr 5 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.6-1
Kevin Wright 36ee63a
- Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)
Kevin Wright 36ee63a
- Bugzilla Bug #693327 - Missing requires: tomcatjss
Kevin Wright 36ee63a
- 'pki-setup'
Kevin Wright 36ee63a
-     Bugzilla Bug #690626 - pkiremove removes the registry entry for
Kevin Wright 36ee63a
      all instances on a machine
Kevin Wright 36ee63a
- 'pki-symkey'
Kevin Wright 36ee63a
- 'pki-native-tools'
Kevin Wright 36ee63a
- 'pki-util'
Kevin Wright 36ee63a
- 'pki-java-tools'
Kevin Wright 36ee63a
-     Bugzilla Bug #689453 - CRMFPopClient request to CA's unsecure port
Kevin Wright 36ee63a
      throws file not found exception.
Kevin Wright 36ee63a
- 'pki-common'
Kevin Wright 36ee63a
-     Bugzilla Bug #692990 - Audit log messages needed to match CC doc:
Kevin Wright 36ee63a
      DRM Recovery audit log messages
Kevin Wright 36ee63a
- 'pki-selinux'
Kevin Wright 36ee63a
- 'pki-ca'
Kevin Wright 36ee63a
- 'pki-silent'
Kevin Wright 36ee63a
Kevin Wright 36ee63a
* Tue Apr 5 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.5-2
Kevin Wright 36ee63a
- Bugzilla Bug #693327 - Missing requires: tomcatjss
Kevin Wright 36ee63a
Kevin Wright b18bc4a
* Fri Mar 25 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.5-1
Kevin Wright b18bc4a
- Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)
Kevin Wright b18bc4a
- Require "jss >= 4.2.6-15" as a build and runtime requirement
Kevin Wright b18bc4a
- Require "tomcatjss >= 2.1.1" as a build and runtime requirement
Kevin Wright b18bc4a
  for Fedora 15 and later platforms
Kevin Wright b18bc4a
- 'pki-setup'
Kevin Wright b18bc4a
-     Bugzilla Bug #688287 - Add "deprecation" notice regarding using
Kevin Wright b18bc4a
      "shared ports" in pkicreate -help . . .
Kevin Wright b18bc4a
-     Bugzilla Bug #688251 - Dogtag installation under IPA takes
Kevin Wright b18bc4a
      too much time - SELinux policy compilation
Kevin Wright b18bc4a
- 'pki-symkey'
Kevin Wright b18bc4a
- 'pki-native-tools'
Kevin Wright b18bc4a
- 'pki-util'
Kevin Wright b18bc4a
- 'pki-java-tools'
Kevin Wright b18bc4a
-     Bugzilla Bug #689501 - ExtJoiner tool fails to join the multiple
Kevin Wright b18bc4a
      extensions
Kevin Wright b18bc4a
- 'pki-common'
Kevin Wright b18bc4a
-     Bugzilla Bug #683581 - CA configuration with ECC(Default
Kevin Wright b18bc4a
      EC curve-nistp521) CA fails with 'signing operation failed'
Kevin Wright b18bc4a
-     Bugzilla Bug #689662 - ocsp publishing needs to be re-enabled
Kevin Wright b18bc4a
      on the EE port
Kevin Wright b18bc4a
- 'pki-selinux'
Kevin Wright b18bc4a
-     Bugzilla Bug #684871 - ldaps selinux link change
Kevin Wright b18bc4a
- 'pki-ca'
Kevin Wright b18bc4a
-     Bugzilla Bug #683581 - CA configuration with ECC(Default
Kevin Wright b18bc4a
      EC curve-nistp521) CA fails with 'signing operation failed'
Kevin Wright b18bc4a
-     Bugzilla Bug #684381 - CS.cfg specifies incorrect type of comments
Kevin Wright b18bc4a
-     Bugzilla Bug #689453 - CRMFPopClient request to CA's unsecure port
Kevin Wright b18bc4a
      throws file not found exception.(profile and CS.cfg only)
Kevin Wright b18bc4a
- 'pki-silent'
Kevin Wright b18bc4a
Kevin Wright b18bc4a
* Thu Mar 17 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.4-1
Kevin Wright b18bc4a
- Bugzilla Bug #688763 - Rebase updated Dogtag Packages for Fedora 15 (alpha)
Kevin Wright b18bc4a
- Bugzilla Bug #676182 - IPA installation failing - Fails to create CA
Kevin Wright b18bc4a
  instance
Kevin Wright b18bc4a
- Bugzilla Bug #675742 - Profile caIPAserviceCert Not Found
Kevin Wright b18bc4a
- 'pki-setup'
Kevin Wright b18bc4a
-     Bugzilla Bug #678157 - uninitialized variable warnings from Perl
Kevin Wright b18bc4a
-     Bugzilla Bug #679574 - Velocity fails to load all dependent classes
Kevin Wright b18bc4a
-     Bugzilla Bug #680420 - xml-commons-apis.jar dependency
Kevin Wright b18bc4a
-     Bugzilla Bug #682013 - pkisilent needs xml-commons-apis.jar in it's
Kevin Wright b18bc4a
      classpath
Kevin Wright b18bc4a
-     Bugzilla Bug #673508 - CS8 64 bit pkicreate script uses wrong library
Kevin Wright b18bc4a
      name for SafeNet LunaSA
Kevin Wright b18bc4a
- 'pki-common'
Kevin Wright b18bc4a
-     Bugzilla Bug #673638 - Installation within IPA hangs
Kevin Wright b18bc4a
-     Bugzilla Bug #678715 - netstat loop fixes needed
Kevin Wright b18bc4a
-     Bugzilla Bug #673609 - CC: authorize() call needs to be added to
Kevin Wright b18bc4a
      getStats servlet
Kevin Wright b18bc4a
- 'pki-selinux'
Kevin Wright b18bc4a
-     Bugzilla Bug #674195: SELinux error message thrown during token
Kevin Wright b18bc4a
      enrollment
Kevin Wright b18bc4a
- 'pki-ca'
Kevin Wright b18bc4a
-     Bugzilla Bug #673638 - Installation within IPA hangs
Kevin Wright b18bc4a
-     Bugzilla Bug #673609 - CC: authorize() call needs to be added to
Kevin Wright b18bc4a
      getStats servlet
Kevin Wright b18bc4a
-     Bugzilla Bug #676330 - init script cannot start service
Kevin Wright b18bc4a
- 'pki-silent'
Kevin Wright b18bc4a
-     Bugzilla Bug #682013 - pkisilent needs xml-commons-apis.jar in it's
Kevin Wright b18bc4a
      classpath
Kevin Wright b18bc4a
Kevin Wright b18bc4a
* Wed Feb 9 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.3-2
Kevin Wright b18bc4a
- 'pki-common'
Kevin Wright b18bc4a
-     Bugzilla Bug #676051 - IPA installation failing - Fails to create CA
Kevin Wright b18bc4a
      instance
Kevin Wright b18bc4a
-     Bugzilla Bug #676182 - IPA installation failing - Fails to create CA
Kevin Wright b18bc4a
      instance
838f2d0
Kevin Wright 7e67363
* Fri Feb 4 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.3-1
Kevin Wright 7e67363
- 'pki-common'
Kevin Wright 7e67363
-     Bugzilla Bug #674894 - ipactl restart : an annoy output line
Kevin Wright 7e67363
-     Bugzilla Bug #675179 - ipactl restart : an annoy output line
Kevin Wright 7e67363
Kevin Wright 90311c7
* Thu Feb 3 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.2-1
Kevin Wright 90311c7
- Bugzilla Bug #673233 - Rebase pki-core to pick the latest features and fixes
Kevin Wright 90311c7
- 'pki-setup'
Kevin Wright 90311c7
-     Bugzilla Bug #673638 - Installation within IPA hangs
Kevin Wright 90311c7
- 'pki-symkey'
Kevin Wright 90311c7
- 'pki-native-tools'
Kevin Wright 90311c7
- 'pki-util'
Kevin Wright 90311c7
- 'pki-java-tools'
Kevin Wright 90311c7
-     Bugzilla Bug #673614 - CC: Review of cryptographic algorithms provided
Kevin Wright 90311c7
      by 'netscape.security.provider' package
Kevin Wright 90311c7
- 'pki-common'
Kevin Wright 90311c7
-     Bugzilla Bug #672291 - CA is not publishing certificates issued using
Kevin Wright 90311c7
      "Manual User Dual-Use Certificate Enrollment"
Kevin Wright 90311c7
-     Bugzilla Bug #670337 - CA Clone configuration throws TCP connection
Kevin Wright 90311c7
      error.
Kevin Wright 90311c7
-     Bugzilla Bug #504056 - Completed SCEP requests are assigned to the
Kevin Wright 90311c7
      "begin" state instead of "complete".
Kevin Wright 90311c7
-     Bugzilla Bug #504055 - SCEP requests are not properly populated
Kevin Wright 90311c7
-     Bugzilla Bug #564207 - Searches for completed requests in the agent
Kevin Wright 90311c7
      interface returns zero entries
Kevin Wright 90311c7
-     Bugzilla Bug #672291 - CA is not publishing certificates issued using
Kevin Wright 90311c7
      "Manual User Dual-Use Certificate Enrollment" -
Kevin Wright 90311c7
-     Bugzilla Bug #673614 - CC: Review of cryptographic algorithms provided
Kevin Wright 90311c7
      by 'netscape.security.provider' package
Kevin Wright 90311c7
-     Bugzilla Bug #672920 - CA console: adding policy to a profile throws
Kevin Wright 90311c7
      'Duplicate policy' error in some cases.
Kevin Wright 90311c7
-     Bugzilla Bug #673199 - init script returns control before web apps have
Kevin Wright 90311c7
      started
Kevin Wright 90311c7
-     Bugzilla Bug #674917 - Restore identification of Tomcat-based PKI
Kevin Wright 90311c7
      subsystem instances
Kevin Wright 90311c7
- 'pki-selinux'
Kevin Wright 90311c7
- 'pki-ca'
Kevin Wright 90311c7
-     Bugzilla Bug #504013 - sscep request is rejected due to authentication
Kevin Wright 90311c7
      error if submitted through one time pin router certificate enrollment.
Kevin Wright 90311c7
-     Bugzilla Bug #672111 - CC doc: certServer.usrgrp.administration missing
Kevin Wright 90311c7
      information
Kevin Wright 90311c7
-     Bugzilla Bug #583825 - CC: Obsolete servlets to be removed from web.xml
Kevin Wright 90311c7
      as part of CC interface review
Kevin Wright 90311c7
-     Bugzilla Bug #672333 - Creation of RA agent fails in IPA installation
Kevin Wright 90311c7
-     Bugzilla Bug #674917 - Restore identification of Tomcat-based PKI
Kevin Wright 90311c7
      subsystem instances
Kevin Wright 90311c7
- 'pki-silent'
Kevin Wright 90311c7
-     Bugzilla Bug #673614 - CC: Review of cryptographic algorithms provided
Kevin Wright 90311c7
      by 'netscape.security.provider' package
Kevin Wright 90311c7
Kevin Wright 90311c7
* Wed Feb 2 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.1-3
Kevin Wright 90311c7
- Bugzilla Bug #656661 - Please Update Spec File to use 'ghost' on files
Kevin Wright 90311c7
  in /var/run and /var/lock
Kevin Wright 90311c7
Kevin Wright fd1d146
* Thu Jan 20 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.1-2
Kevin Wright fd1d146
- 'pki-symkey'
Kevin Wright fd1d146
-     Bugzilla Bug #671265 - pki-symkey jar version incorrect
Kevin Wright fd1d146
- 'pki-common'
Kevin Wright fd1d146
-     Bugzilla Bug #564207 - Searches for completed requests in the agent
Kevin Wright fd1d146
      interface returns zero entries
Kevin Wright fd1d146
Kevin Wright fd1d146
* Tue Jan 18 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.1-1
Kevin Wright fd1d146
- Allow 'pki-native-tools' to be installed independently of 'pki-setup'
Kevin Wright fd1d146
- Removed explicit 'pki-setup' requirement from 'pki-ca'
Kevin Wright fd1d146
  (since it already requires 'pki-common')
Kevin Wright fd1d146
- 'pki-setup'
Kevin Wright fd1d146
-     Bugzilla Bug #223343 - pkicreate: should add 'pkiuser' to nfast group
Kevin Wright fd1d146
-     Bugzilla Bug #629377 - Selinux errors during pkicreate CA, KRA, OCSP
Kevin Wright fd1d146
      and TKS.
Kevin Wright fd1d146
-     Bugzilla Bug #555927 - rhcs80 - AgentRequestFilter servlet and port
Kevin Wright fd1d146
      fowarding for agent services
Kevin Wright fd1d146
-     Bugzilla Bug #632425 - Port to tomcat6
Kevin Wright fd1d146
-     Bugzilla Bug #606946 - Convert Native Tools to use ldapAPI from
Kevin Wright fd1d146
      OpenLDAP instead of the Mozldap
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #658926 - org.apache.commons.lang class not found on F13
Kevin Wright fd1d146
-     Bugzilla Bug #661514 - CMAKE build system requires rules to make
Kevin Wright fd1d146
      javadocs
Kevin Wright fd1d146
-     Bugzilla Bug #665388 - jakarta-* jars have been renamed to apache-*,
Kevin Wright fd1d146
      pkicreate fails Fedora 14 and above
Kevin Wright fd1d146
-     Bugzilla Bug #23346 - Two conflicting ACL list definitions in source
Kevin Wright fd1d146
      repository
Kevin Wright fd1d146
-     Bugzilla Bug #656733 - Standardize jar install location and jar names
Kevin Wright fd1d146
- 'pki-symkey'
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #644056 - CS build contains warnings
Kevin Wright fd1d146
- 'pki-native-tools'
Kevin Wright fd1d146
-     template change
Kevin Wright fd1d146
-     Bugzilla Bug #606946 - Convert Native Tools to use ldapAPI from
Kevin Wright fd1d146
      OpenLDAP instead of the Mozldap
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #644056 - CS build contains warnings
Kevin Wright fd1d146
- 'pki-util'
Kevin Wright fd1d146
-     Bugzilla Bug #615814 - rhcs80 - profile policyConstraintsCritical
Kevin Wright fd1d146
      cannot be set to true
Kevin Wright fd1d146
-     Bugzilla Bug #224945 - javadocs has missing descriptions, contains
Kevin Wright fd1d146
      empty packages
Kevin Wright fd1d146
-     Bugzilla Bug #621337 - Limit the received senderNonce value to 16 bytes.
Kevin Wright fd1d146
-     Bugzilla Bug #621338 - Include a server randomly-generated 16 byte
Kevin Wright fd1d146
      senderNonce in all signed SCEP responses.
Kevin Wright fd1d146
-     Bugzilla Bug #621327 - Provide switch disabling algorithm downgrade
Kevin Wright fd1d146
      attack in SCEP
Kevin Wright fd1d146
-     Bugzilla Bug #621334 - Provide an option to set default hash algorithm
Kevin Wright fd1d146
      for signing SCEP response messages.
Kevin Wright fd1d146
-     Bugzilla Bug #635033 - At installation wizard selecting key types other
Kevin Wright fd1d146
      than CA's signing cert will fail
Kevin Wright fd1d146
-     Bugzilla Bug #645874 - rfe ecc - add ecc curve name support in JSS and
Kevin Wright fd1d146
      CS interface
Kevin Wright fd1d146
-     Bugzilla Bug #488253 - com.netscape.cmsutil.ocsp.BasicOCSPResponse
Kevin Wright fd1d146
      ASN.1 encoding/decoding is broken
Kevin Wright fd1d146
-     Bugzilla Bug #551410 - com.netscape.cmsutil.ocsp.TBSRequest ASN.1
Kevin Wright fd1d146
      encoding/decoding is incomplete
Kevin Wright fd1d146
-     Bugzilla Bug #550331 - com.netscape.cmsutil.ocsp.ResponseData ASN.1
Kevin Wright fd1d146
      encoding/decoding is incomplete
Kevin Wright fd1d146
-     Bugzilla Bug #623452 - rhcs80 pkiconsole profile policy editor limit
Kevin Wright fd1d146
      policy extension to 5 only
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #651977 - turn off ssl2 for java servers (server.xml)
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #661514 - CMAKE build system requires rules to make
Kevin Wright fd1d146
      javadocs
Kevin Wright fd1d146
-     Bugzilla Bug #658188 - remove remaining references to tomcat5
Kevin Wright fd1d146
-     Bugzilla Bug #656733 - Standardize jar install location and jar names
Kevin Wright fd1d146
-     Bugzilla Bug #223319 - Certificate Status inconsistency between token
Kevin Wright fd1d146
      db and CA
Kevin Wright fd1d146
-     Bugzilla Bug #531137 - RHCS 7.1 - Running out of Java Heap Memory
Kevin Wright fd1d146
      During CRL Generation
Kevin Wright fd1d146
- 'pki-java-tools'
Kevin Wright fd1d146
-     Bugzilla Bug #224945 - javadocs has missing descriptions, contains
Kevin Wright fd1d146
      empty packages
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #659004 - CC: AuditVerify hardcoded with SHA-1
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #661514 - CMAKE build system requires rules to make
Kevin Wright fd1d146
      javadocs
Kevin Wright fd1d146
-     Bugzilla Bug #662156 - HttpClient is hard-coded to handle only up to
Kevin Wright fd1d146
      5000 bytes
Kevin Wright fd1d146
-     Bugzilla Bug #656733 - Standardize jar install location and jar names
Kevin Wright fd1d146
- 'pki-common'
Kevin Wright fd1d146
-     Bugzilla Bug #583822 - CC: ACL issues from CA interface CC doc review
Kevin Wright fd1d146
-     Bugzilla Bug #623745 - SessionTimer with LDAPSecurityDomainSessionTable
Kevin Wright fd1d146
      started before configuration completed
Kevin Wright fd1d146
-     Bugzilla Bug #620925 - CC: auditor needs to be able to download audit
Kevin Wright fd1d146
      logs in the java subsystems
Kevin Wright fd1d146
-     Bugzilla Bug #615827 - rhcs80 - profile policies need more than 5
Kevin Wright fd1d146
      policy mappings (seem hardcoded)
Kevin Wright fd1d146
-     Bugzilla Bug #224945 - javadocs has missing descriptions, contains
Kevin Wright fd1d146
      empty packages
Kevin Wright fd1d146
-     Bugzilla Bug #548699 - subCA's admin certificate should be generated by
Kevin Wright fd1d146
      itself
Kevin Wright fd1d146
-     Bugzilla Bug #621322 - Provide switch disabling SCEP support in CA
Kevin Wright fd1d146
-     Bugzilla Bug #563386 - rhcs80 ca crash on invalid inputs to profile
Kevin Wright fd1d146
      caAgentServerCert (null cert_request)
Kevin Wright fd1d146
-     Bugzilla Bug #621339 - SCEP one-time PIN can be used an unlimited
Kevin Wright fd1d146
      number of times
Kevin Wright fd1d146
-     Bugzilla Bug #583825 - CC: Obsolete servlets to be removed from web.xml
Kevin Wright fd1d146
      as part of CC interface review
Kevin Wright fd1d146
-     Bugzilla Bug #629677 - TPS: token enrollment fails.
Kevin Wright fd1d146
-     Bugzilla Bug #621350 - Unauthenticated user can decrypt a one-time PIN
Kevin Wright fd1d146
      in a SCEP request
Kevin Wright fd1d146
-     Bugzilla Bug #503838 - rhcs71-80 external publishing ldap connection
Kevin Wright fd1d146
      pools not reliable - improve connections or discovery
Kevin Wright fd1d146
-     Bugzilla Bug #629769 - password decryption logs plain text password
Kevin Wright fd1d146
-     Bugzilla Bug #583823 - CC: Auditing issues found as result of
Kevin Wright fd1d146
      CC - interface review
Kevin Wright fd1d146
-     Bugzilla Bug #632425 - Port to tomcat6
Kevin Wright fd1d146
-     Bugzilla Bug #586700 - OCSP Server throws fatal error while using
Kevin Wright fd1d146
      OCSP console for renewing SSL Server certificate.
Kevin Wright fd1d146
-     Bugzilla Bug #621337 - Limit the received senderNonce value to 16 bytes.
Kevin Wright fd1d146
-     Bugzilla Bug #621338 - Include a server randomly-generated 16 byte
Kevin Wright fd1d146
      senderNonce in all signed SCEP responses.
Kevin Wright fd1d146
-     Bugzilla Bug #607380 - CC: Make sure Java Console can configure all
Kevin Wright fd1d146
      security relevant config items
Kevin Wright fd1d146
-     Bugzilla Bug #558100 - host challenge of the Secure Channel needs to be
Kevin Wright fd1d146
      generated on TKS instead of TPS.
Kevin Wright fd1d146
-     Bugzilla Bug #489342 -
Kevin Wright fd1d146
      com.netscape.cms.servlet.common.CMCOutputTemplate.java
Kevin Wright fd1d146
      doesn't support EC
Kevin Wright fd1d146
-     Bugzilla Bug #630121 - OCSP responder lacking option to delete or
Kevin Wright fd1d146
      disable a CA that it serves
Kevin Wright fd1d146
-     Bugzilla Bug #634663 - CA CMC response default hard-coded to SHA1
Kevin Wright fd1d146
-     Bugzilla Bug #621327 - Provide switch disabling algorithm downgrade
Kevin Wright fd1d146
      attack in SCEP
Kevin Wright fd1d146
-     Bugzilla Bug #621334 - Provide an option to set default hash algorithm
Kevin Wright fd1d146
      for signing SCEP response messages.
Kevin Wright fd1d146
-     Bugzilla Bug #635033 - At installation wizard selecting key types other
Kevin Wright fd1d146
      than CA's signing cert will fail
Kevin Wright fd1d146
-     Bugzilla Bug #621341 - Add CA support for new SCEP key pair dedicated
Kevin Wright fd1d146
      for SCEP signing and encryption.
Kevin Wright fd1d146
-     Bugzilla Bug #223336 - ECC: unable to clone a ECC CA
Kevin Wright fd1d146
-     Bugzilla Bug #539781 - rhcs 71 - CRLs Partitioned
Kevin Wright fd1d146
      by Reason Code - onlySomeReasons ?
Kevin Wright fd1d146
-     Bugzilla Bug #637330 - CC feature: Key Management - provide signature
Kevin Wright fd1d146
      verification functions (JAVA subsystems)
Kevin Wright fd1d146
-     Bugzilla Bug #223313 - should do random generated IV param
Kevin Wright fd1d146
      for symmetric keys
Kevin Wright fd1d146
-     Bugzilla Bug #555927 - rhcs80 - AgentRequestFilter servlet and port
Kevin Wright fd1d146
      fowarding for agent services
Kevin Wright fd1d146
-     Bugzilla Bug #630176 - Improve reliability of the LdapAnonConnFactory
Kevin Wright fd1d146
-     Bugzilla Bug #524916 - ECC key constraints plug-ins should be based on
Kevin Wright fd1d146
      ECC curve names (not on key sizes).
Kevin Wright fd1d146
-     Bugzilla Bug #516632 - RHCS 7.1 - CS Incorrectly Issuing Multiple
Kevin Wright fd1d146
      Certificates from the Same Request
Kevin Wright fd1d146
-     Bugzilla Bug #648757 - expose and use updated cert verification
Kevin Wright fd1d146
      function in JSS
Kevin Wright fd1d146
-     Bugzilla Bug #638242 - Installation Wizard: at SizePanel, fix selection
Kevin Wright fd1d146
      of signature algorithm; and for ECC curves
Kevin Wright fd1d146
-     Bugzilla Bug #451874 - RFE - Java console - Certificate Wizard missing
Kevin Wright fd1d146
      e.c. support
Kevin Wright fd1d146
-     Bugzilla Bug #651040 - cloning shoud not include sslserver
Kevin Wright fd1d146
-     Bugzilla Bug #542863 - RHCS8: Default cert audit nickname written to
Kevin Wright fd1d146
      CS.cfg files imcomplete when the cert is stored on a hsm
Kevin Wright fd1d146
-     Bugzilla Bug #360721 - New Feature: Profile Integrity Check . . .
Kevin Wright fd1d146
-     Bugzilla Bug #651916 - kra and ocsp are using incorrect ports
Kevin Wright fd1d146
      to talk to CA and complete configuration in DonePanel
Kevin Wright fd1d146
-     Bugzilla Bug #642359 - CC Feature - need to verify certificate when it
Kevin Wright fd1d146
      is added
Kevin Wright fd1d146
-     Bugzilla Bug #653713 - CC: setting trust on a CIMC cert requires
Kevin Wright fd1d146
      auditing
Kevin Wright fd1d146
-     Bugzilla Bug #489385 - references to rhpki
Kevin Wright fd1d146
-     Bugzilla Bug #499494 - change CA defaults to SHA2
Kevin Wright fd1d146
-     Bugzilla Bug #623452 - rhcs80 pkiconsole profile policy editor limit
Kevin Wright fd1d146
      policy extension to 5 only
Kevin Wright fd1d146
-     Bugzilla Bug #649910 - Console: an auditor or agent can be added to
Kevin Wright fd1d146
      an administrator group.
Kevin Wright fd1d146
-     Bugzilla Bug #632425 - Port to tomcat6
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #651977 - turn off ssl2 for java servers (server.xml)
Kevin Wright fd1d146
-     Bugzilla Bug #653576 - tomcat5 does not always run filters on servlets
Kevin Wright fd1d146
      as expected
Kevin Wright fd1d146
-     Bugzilla Bug #642357 - CC Feature- Self-Test plugins only check for
Kevin Wright fd1d146
      validity
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #659004 - CC: AuditVerify hardcoded with SHA-1
Kevin Wright fd1d146
-     Bugzilla Bug #661196 - ECC(with nethsm) subca configuration fails with
Kevin Wright fd1d146
      Key Type RSA Not Matched despite using ECC key pairs for rootCA & subCA.
Kevin Wright fd1d146
-     Bugzilla Bug #661889 - The Servlet TPSRevokeCert of the CA returns an
Kevin Wright fd1d146
      error to TPS even if certificate in question is already revoked.
Kevin Wright fd1d146
-     Bugzilla Bug #663546 - Disable the functionalities that are not exposed
Kevin Wright fd1d146
      in the console
Kevin Wright fd1d146
-     Bugzilla Bug #661514 - CMAKE build system requires rules to make
Kevin Wright fd1d146
      javadocs
Kevin Wright fd1d146
-     Bugzilla Bug #658188 - remove remaining references to tomcat5
Kevin Wright fd1d146
-     Bugzilla Bug #649343 - Publishing queue should recover from CA crash.
Kevin Wright fd1d146
-     Bugzilla Bug #491183 - rhcs rfe - add rfc 4523 support for pkiUser and
Kevin Wright fd1d146
      pkiCA, obsolete 2252 and 2256
Kevin Wright fd1d146
-     Bugzilla Bug #640710 - Current SCEP implementation does not support HSMs
Kevin Wright fd1d146
-     Bugzilla Bug #656733 - Standardize jar install location and jar names
Kevin Wright fd1d146
-     Bugzilla Bug #661142 - Verification should fail when
Kevin Wright fd1d146
      a revoked certificate is added
Kevin Wright fd1d146
-     Bugzilla Bug #642741 - CS build uses deprecated functions
Kevin Wright fd1d146
-     Bugzilla Bug #670337 - CA Clone configuration throws TCP connection error
Kevin Wright fd1d146
-     Bugzilla Bug #662127 - CC doc Error: SignedAuditLog expiration time
Kevin Wright fd1d146
      interface is no longer available through console
Kevin Wright fd1d146
- 'pki-selinux'
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #667153 - store nuxwdog passwords in kernel ring buffer -
Kevin Wright fd1d146
      selinux changes
Kevin Wright fd1d146
- 'pki-ca'
Kevin Wright fd1d146
-     Bugzilla Bug #583822 - CC: ACL issues from CA interface CC doc review
Kevin Wright fd1d146
-     Bugzilla Bug #620925 - CC: auditor needs to be able to download audit
Kevin Wright fd1d146
      logs in the java subsystems
Kevin Wright fd1d146
-     Bugzilla Bug #621322 - Provide switch disabling SCEP support in CA
Kevin Wright fd1d146
-     Bugzilla Bug #583824 - CC: Duplicate servlet mappings found as part of
Kevin Wright fd1d146
      CC interface doc review
Kevin Wright fd1d146
-     Bugzilla Bug #621602 - pkiconsole: Click on 'Publishing' option with
Kevin Wright fd1d146
      admin privilege throws error "You are not authorized to perform this
Kevin Wright fd1d146
      operation".
Kevin Wright fd1d146
-     Bugzilla Bug #583825 - CC: Obsolete servlets to be removed from web.xml
Kevin Wright fd1d146
      as part of CC interface review
Kevin Wright fd1d146
-     Bugzilla Bug #583823 - CC: Auditing issues found as result of
Kevin Wright fd1d146
      CC - interface review
Kevin Wright fd1d146
-     Bugzilla Bug #519291 - Deleting a CRL Issuing Point after edits throws
Kevin Wright fd1d146
      'Internal Server Error'.
Kevin Wright fd1d146
-     Bugzilla Bug #586700 - OCSP Server throws fatal error while using
Kevin Wright fd1d146
      OCSP console for renewing SSL Server certificate.
Kevin Wright fd1d146
-     Bugzilla Bug #621337 - Limit the received senderNonce value to 16 bytes.
Kevin Wright fd1d146
-     Bugzilla Bug #621338 - Include a server randomly-generated 16 byte
Kevin Wright fd1d146
      senderNonce in all signed SCEP responses.
Kevin Wright fd1d146
-     Bugzilla Bug #558100 - host challenge of the Secure Channel needs to be
Kevin Wright fd1d146
      generated on TKS instead of TPS.
Kevin Wright fd1d146
-     Bugzilla Bug #630121 - OCSP responder lacking option to delete or
Kevin Wright fd1d146
      disable a CA that it serves
Kevin Wright fd1d146
-     Bugzilla Bug #634663 - CA CMC response default hard-coded to SHA1
Kevin Wright fd1d146
-     Bugzilla Bug #621327 - Provide switch disabling algorithm downgrade
Kevin Wright fd1d146
      attack in SCEP
Kevin Wright fd1d146
-     Bugzilla Bug #621334 - Provide an option to set default hash algorithm
Kevin Wright fd1d146
      for signing SCEP response messages.
Kevin Wright fd1d146
-     Bugzilla Bug #539781 - rhcs 71 - CRLs Partitioned
Kevin Wright fd1d146
      by Reason Code - onlySomeReasons ?
Kevin Wright fd1d146
-     Bugzilla Bug #637330 - CC feature: Key Management - provide signature
Kevin Wright fd1d146
      verification functions (JAVA subsystems)
Kevin Wright fd1d146
-     Bugzilla Bug #555927 - rhcs80 - AgentRequestFilter servlet and port
Kevin Wright fd1d146
      fowarding for agent services
Kevin Wright fd1d146
-     Bugzilla Bug #524916 - ECC key constraints plug-ins should be based on
Kevin Wright fd1d146
      ECC curve names (not on key sizes).
Kevin Wright fd1d146
-     Bugzilla Bug #516632 - RHCS 7.1 - CS Incorrectly Issuing Multiple
Kevin Wright fd1d146
      Certificates from the Same Request
Kevin Wright fd1d146
-     Bugzilla Bug #638242 - Installation Wizard: at SizePanel, fix selection
Kevin Wright fd1d146
      of signature algorithm; and for ECC curves
Kevin Wright fd1d146
-     Bugzilla Bug #529945 - (Instructions and sample only) CS 8.0 GA
Kevin Wright fd1d146
      release -- DRM and TKS do not seem to have CRL checking enabled
Kevin Wright fd1d146
-     Bugzilla Bug #609641 - CC: need procedure (and possibly tools) to help
Kevin Wright fd1d146
      correctly set up CC environment
Kevin Wright fd1d146
-     Bugzilla Bug #509481 - RFE: support sMIMECapabilities extensions in
Kevin Wright fd1d146
      certificates (RFC 4262)
Kevin Wright fd1d146
-     Bugzilla Bug #651916 - kra and ocsp are using incorrect ports
Kevin Wright fd1d146
      to talk to CA and complete configuration in DonePanel
Kevin Wright fd1d146
-     Bugzilla Bug #511990 - rhcs 7.3, 8.0 - re-activate missing object
Kevin Wright fd1d146
      signing support in RHCS
Kevin Wright fd1d146
-     Bugzilla Bug #651977 - turn off ssl2 for java servers (server.xml)
Kevin Wright fd1d146
-     Bugzilla Bug #489385 - references to rhpki
Kevin Wright fd1d146
-     Bugzilla Bug #499494 - change CA defaults to SHA2
Kevin Wright fd1d146
-     Bugzilla Bug #623452 - rhcs80 pkiconsole profile policy editor limit
Kevin Wright fd1d146
      policy extension to 5 only
Kevin Wright fd1d146
-     Bugzilla Bug #649910 - Console: an auditor or agent can be added to
Kevin Wright fd1d146
      an administrator group.
Kevin Wright fd1d146
-     Bugzilla Bug #632425 - Port to tomcat6
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #653576 - tomcat5 does not always run filters on servlets
Kevin Wright fd1d146
      as expected
Kevin Wright fd1d146
-     Bugzilla Bug #642357 - CC Feature- Self-Test plugins only check for
Kevin Wright fd1d146
      validity
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #661128 - incorrect CA ports used for revoke, unrevoke
Kevin Wright fd1d146
      certs in TPS
Kevin Wright fd1d146
-     Bugzilla Bug #512496 - RFE rhcs80 - crl updates and scheduling feature 
Kevin Wright fd1d146
-     Bugzilla Bug #661196 - ECC(with nethsm) subca configuration fails with
Kevin Wright fd1d146
      Key Type RSA Not Matched despite using ECC key pairs for rootCA & subCA.
Kevin Wright fd1d146
-     Bugzilla Bug #649343 - Publishing queue should recover from CA crash.
Kevin Wright fd1d146
-     Bugzilla Bug #491183 - rhcs rfe - add rfc 4523 support for pkiUser and
Kevin Wright fd1d146
      pkiCA, obsolete 2252 and 2256
Kevin Wright fd1d146
-     Bugzilla Bug #223346 - Two conflicting ACL list definitions in source
Kevin Wright fd1d146
      repository
Kevin Wright fd1d146
-     Bugzilla Bug #640710 - Current SCEP implementation does not support HSMs
Kevin Wright fd1d146
-     Bugzilla Bug #656733 - Standardize jar install location and jar names
Kevin Wright fd1d146
-     Bugzilla Bug #661142 - Verification should fail when
Kevin Wright fd1d146
      a revoked certificate is added
Kevin Wright fd1d146
-     Bugzilla Bug #668100 - DRM storage cert has OCSP signing extended key
Kevin Wright fd1d146
      usage
Kevin Wright fd1d146
-     Bugzilla Bug #662127 - CC doc Error: SignedAuditLog expiration time
Kevin Wright fd1d146
      interface is no longer available through console
Kevin Wright fd1d146
-     Bugzilla Bug #531137 - RHCS 7.1 - Running out of Java Heap Memory
Kevin Wright fd1d146
      During CRL Generation
Kevin Wright fd1d146
- 'pki-silent'
Kevin Wright fd1d146
-     Bugzilla Bug #627309 - pkisilent subca configuration fails.
Kevin Wright fd1d146
-     Bugzilla Bug #640091 - pkisilent panels need to match with changed java
Kevin Wright fd1d146
      subsystems
Kevin Wright fd1d146
-     Bugzilla Bug #527322 - pkisilent ConfigureDRM should configure DRM
Kevin Wright fd1d146
      Clone.
Kevin Wright fd1d146
-     Bugzilla Bug #643053 - pkisilent DRM configuration fails
Kevin Wright fd1d146
-     Bugzilla Bug #583754 - pki-silent needs an option to configure signing
Kevin Wright fd1d146
      algorithm for CA certificates
Kevin Wright fd1d146
-     Bugzilla Bug #489385 - references to rhpki
Kevin Wright fd1d146
-     Bugzilla Bug #638377 - Generate PKI UI components which exclude a GUI
Kevin Wright fd1d146
      interface
Kevin Wright fd1d146
-     Bugzilla Bug #651977 - turn off ssl2 for java servers (server.xml)
Kevin Wright fd1d146
-     Bugzilla Bug #640042 - TPS Installlation Wizard: need to move Module
Kevin Wright fd1d146
      Panel up to before Security Domain Panel
Kevin Wright fd1d146
-     Bugzilla Bug #643206 - New CMake based build system for Dogtag
Kevin Wright fd1d146
-     Bugzilla Bug #588323 - Failed to enable cipher 0xc001
Kevin Wright fd1d146
-     Bugzilla Bug #656733 - Standardize jar install location and jar names
Kevin Wright fd1d146
-     Bugzilla Bug #645895 - pkisilent: add ability to select ECC curves,
Kevin Wright fd1d146
      signing algorithm
Kevin Wright fd1d146
-     Bugzilla Bug #658641 - pkisilent doesn't not properly handle passwords
Kevin Wright fd1d146
      with special characters
Kevin Wright fd1d146
-     Bugzilla Bug #642741 - CS build uses deprecated functions
Kevin Wright fd1d146
Kevin Wright 4885a56
* Thu Jan 13 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.0-3
Kevin Wright 4885a56
- Bugzilla Bug #668839 - Review Request: pki-core
Kevin Wright 4885a56
-   Removed empty "pre" from "pki-ca"
Kevin Wright 4885a56
-   Consolidated directory ownership
Kevin Wright 4885a56
-   Corrected file ownership within subpackages
Kevin Wright 4885a56
-   Removed all versioning from NSS and NSPR packages
Kevin Wright 4885a56
Kevin Wright 4885a56
* Thu Jan 13 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.0-2
Kevin Wright 4885a56
- Bugzilla Bug #668839 - Review Request: pki-core
Kevin Wright 4885a56
-   Added component versioning comments
Kevin Wright 4885a56
-   Updated JSS from "4.2.6-10" to "4.2.6-12"
Kevin Wright 4885a56
-   Modified installation section to preserve timestamps
Kevin Wright 4885a56
-   Removed sectional comments
Kevin Wright 4885a56
Kevin Wright 4885a56
* Wed Dec 1 2010 Matthew Harmsen <mharmsen@redhat.com> 9.0.0-1
Kevin Wright 4885a56
- Initial revision. (kwright@redhat.com & mharmsen@redhat.com)
Kevin Wright 4885a56