summaryrefslogtreecommitdiffstats
path: root/specs
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated version number to 10.2.4-0.1Matthew Harmsen2015-04-234-8/+20
|
* Remove duplicate prompt on nuxwdog startupAde Lee2015-04-232-46/+5
|
* Bumped release number for official release of 10.2.3.Matthew Harmsen2015-04-234-4/+16
|
* After discussions on IRC, changed runtime requirement from "nuxwdog" toMatthew Harmsen2015-04-221-1/+1
| | | | "nuxwdog-java-client".
* Added direct deployment for all subsystems.Endi S. Dewata2015-04-221-9/+18
| | | | | | | | The deployment tool has been modified to deploy all subsystems directly from the /usr/share/pki. This will simplify updating the templates in the web applications. https://fedorahosted.org/pki/ticket/499
* Added pki-server-nuxwdog tool to create config file for nuxwdogAde Lee2015-04-221-0/+1
| | | | | This config file can be used in starting up the instance in a standalone fashion.
* Add nuxwdog functionality to DogtagAde Lee2015-04-221-0/+3
| | | | | | | | | | | | This is the first of several commits. This adds a LifecycleListener to call init() on the nuxwdog client before any connectors or webapps start up, and call sendEndInit() once initialization completes. Code is also added to prompt for and test required passwords on startup. All that is required to use nuxwdog is to start the server using nuxwdog. An environment variable will be set that will trigger creation of the NuxwdogPasswordStore. We expect tags for the required passwords to be in cms.passwordList
* Added support for Tomcat 8.Endi S. Dewata2015-04-212-16/+57
| | | | | | | | | | | | The Dogtag code has been modified to support both Tomcat 7 and 8. All files depending on a specific Tomcat version are now stored in separate folders. The build scripts have been modified to use the proper folder for the target platform. The tomcatjss dependency has been updated as well. The upgrade script will be added in a separate patch. https://fedorahosted.org/pki/ticket/1264
* Fixed problem upgrading to F22.Endi S. Dewata2015-04-201-0/+9
| | | | | | | | Due to possible Tomcat 7 and 8 conflicts on F22 the spec file has been modified to explicitly require the proper Tomcat packages for the platform. https://fedorahosted.org/pki/ticket/1332
* Reverted version number back to 10.2.3-0.1.Matthew Harmsen2015-04-094-4/+16
|
* Updated version number to 10.3.0-0.1.Matthew Harmsen2015-04-064-4/+16
|
* Updated version number to 10.2.3-0.1Matthew Harmsen2015-03-184-8/+20
|
* Update release number for release build (10.2.2)Matthew Harmsen2015-03-174-4/+16
|
* Fixed CMake issues on F22.Endi S. Dewata2015-03-051-1/+1
| | | | | | Some CMake scripts have been updated to work on both F21 and F22. https://fedorahosted.org/pki/ticket/1281
* Fixed systemd errors/warnings after upgrade.Endi S. Dewata2015-02-271-0/+1
| | | | | | | The spec file has been modified to reload systemd daemon after upgrade to avoid errors/warnings when executing systemd commands. https://fedorahosted.org/pki/ticket/1255
* Fixed pylint report.Endi S. Dewata2015-02-051-3/+3
| | | | | | | | | | | | | | | Previously pylint report was saved it into a file which may not be accessible on a build system. The pylint-build-scan.sh has been changed to display the report so it will appear in the build log. The pylint configuration has also been modified to disable C and R messages by default. This way when other errors or warnings occur the build will fail without having to check for specific codes. Some Python codes have been modified to reduce the number of pylint warnings. https://fedorahosted.org/pki/ticket/703
* Added missing python-lxml build dependency.Endi S. Dewata2015-02-041-0/+2
| | | | | | | The python-lxml is actually needed to avoid pylint failures during build so it has been added as a build dependency. https://fedorahosted.org/pki/ticket/1252
* Updated Resteasy and Jackson dependenciesEndi S. Dewata2015-02-031-1/+12
| | | | | | | | | | In Fedora 22 the Resteasy package has been split into several subpackages. The pki-core.spec has been modified to depend on more specific Resteasy packages which depend only on Jackson 1.x. The classpaths and various scripts have been modified to remove unused references to Jackson 2.x. https://fedorahosted.org/pki/ticket/1254
* Added server management CLI.Endi S. Dewata2015-01-281-0/+1
| | | | | | | | | | | | | A new pki-server CLI has been added to manage the instances and subsystems using the server management library. This CLI manages the system files directly, so it can only be run locally on the server by the system administrator. The autoDeploy setting in server.xml has been enabled by default. An upgrade script has been added to enable the autoDeploy setting in existing instances. https://fedorahosted.org/pki/ticket/1183
* Moved web application deployment locations.Endi S. Dewata2015-01-281-0/+1
| | | | | | | | | | | | | Currently web applications are deployed into Host's appBase (i.e. <instance>/webapps). To allow better control of individual subsystem deployments, the web applications have to be moved out of the appBase so that the autoDeploy can work properly later. This patch moves the common web applications to <instance>/ common/webapps and subsystem web applications to <instance>/ <subsystem>/webapps. An upgrade script has been added to update existing deployments. https://fedorahosted.org/pki/ticket/1183
* Synced spec files with DOGTAG_10_2_RHEL_BRANCHMatthew Harmsen2015-01-193-4/+16
|
* Updated version number to 10.2.2-0.1Matthew Harmsen2015-01-084-8/+20
|
* Update release number for release build (10.2.1-1)Matthew Harmsen2015-01-084-4/+16
|
* Update dependenciesMatthew Harmsen2014-12-172-9/+24
| | | | | | | - PKI TRAC Ticket #1187 - mod_perl should be removed from requirements for 10.2 - PKI TRAC Ticket #1205 - Outdated selinux-policy dependency. - Removed perl(XML::LibXML), perl-Crypt-SSLeay, and perl-Mozilla-LDAP runtime dependencies
* Require resteasy sub modules for F22+Ade Lee2014-12-151-2/+19
|
* Modified RHEL Source URL to prevent potential collisions with Fedora releasesMatthew Harmsen2014-12-123-3/+3
| | | | - PKI TRAC #1211 - New release overwrites old source tarball
* Spec file changes to support the following issues:Matthew Harmsen2014-12-043-10/+28
| | | | | | | - Ticket 1198 Bugzilla 1158410 add TLS range support to server.xml by default (cfu) - PKI Trac Ticket #1211 - New release overwrites old source tarball (mharmsen) - TLS Compliance
* Fix spec file to address the following ticket:Matthew Harmsen2014-12-041-2/+10
| | | | - PKI Trac Ticket #1211 - New release overwrites old source tarball
* Ticket 1198 Bugzilla 1158410 add TLS range support (spec file jss tomcatjss ↵Christina Fu2014-11-242-4/+4
| | | | dependencies)
* Ticket 1198 Bugzilla 1158410 add TLS range support to server.xml by default ↵Christina Fu2014-11-244-9/+25
| | | | and upgrade
* Updates to some python client classes for prettier API docs.Ade Lee2014-10-271-1/+1
| | | | | Added missing .rst annotations and missing docstrings. Added log file for sphinx runs.
* Added Python Client API Docs to buildAde Lee2014-10-271-3/+5
| | | | | | | This patch builds HTML and man page builds for the python client API delivered in pki-base. Ticket 1157
* Updated version to 10.2.1-0.1.Endi S. Dewata2014-10-274-11/+25
| | | | https://fedorahosted.org/pki/ticket/1191
* Add a man page for profile CLI commands.Abhishek Koneru2014-10-151-0/+4
|
* Fixes to spec file for RHEL buildAde Lee2014-10-011-0/+11
|
* Remove pylint from rhel buildAde Lee2014-10-011-1/+9
|
* spec file modificationsMatthew Harmsen2014-09-301-11/+20
| | | | - PKI TRAC Ticket #1130 - Add RHEL/CentOS conditionals to spec
* Remove 'pki-migrate' coderoot2014-09-301-193/+0
| | | | - PKI TRAC Ticket #1138 - Remove 'migrate' source code from master branch
* Remove IPA theme component and old unused UI directoriesMatthew Harmsen2014-09-303-283/+31
| | | | | | - PKI TRAC Ticket #1136 - Remove ipa-pki-theme component - Remove 'ca-ui', 'kra-ui', 'ocsp-ui', 'ra-ui', 'tks-ui', and 'tps-ui' directories - Consolidate 'pki-core' packages
* Update release number for release build (10.2.0-2)Matthew Harmsen2014-09-071-16/+10
| | | | | | - Revised dependencies - Removed RA references - Changed Apache TPS references to Tomcat TPS references
* Update release number for release build (10.2.0-1)Matthew Harmsen2014-09-054-5/+29
|
* Rename pki-tps-tomcat to pki-tpsMatthew Harmsen2014-09-031-8/+12
| | | | * PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Integrate 'tpsclient' back into primary TPS packageMatthew Harmsen2014-09-022-137/+50
| | | | - PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Remove RA and pkicreate and pkisilentMatthew Harmsen2014-08-282-376/+5
| | | | | - PKI TRAC Ticket #1127 - Remove 'pki-ra', 'pki-setup', and 'pki-silent' packages . . .
* Misc TPS packaging tasks:Jack Magne2014-08-223-581/+139
| | | | | | | | | | | | | 1. Make sure the new TPS packages all the applet files, like the old TPS has done. 2. Create a small new package called "pki-tps-client", which will hold ONLY the command line utility "tpsclient" and all of its supporting libraries. 3. Move the directory pki/base/tps to pki/base/tps-client We will do this until we can rewrite "tpclien" on the new Java TPS system. Add package pki-tps-client.
* ExcludeArch: ppc ppc64 ppcle ppc64le s390 s390xMatthew Harmsen2014-08-138-3/+23
|
* Removed java-atk-wrapper dependencyMatthew Harmsen2014-07-161-2/+6
| | | | | | - Bugzilla Bug #1120045 - pki-core: Switch to java-headless (build)requires -- drop dependency on java-atk-wrapper - Removed 'java-atk-wrapper' dependency from 'pki-server'
* Remove legacy 'systemctl' filesMatthew Harmsen2014-07-031-216/+4
| | | | - PKI TRAC Ticket #832 - Remove legacy 'systemctl' files . . .
* Adjust spec files to align with koji buildsAde Lee2014-07-011-10/+19
|
* Added README for pki-server.Endi S. Dewata2014-05-221-0/+1
| | | | | | | A README file has been added containing a link to the Database Upgrade wiki page. Ticket #998