From d0bbd641d313b1b95daa9be4cd9db7917a9a0a05 Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Tue, 15 Oct 2019 12:46:58 -0400 Subject: [PATCH] Release v4.6.2 This version of JSS has a security fix: - CVE-2019-14823: Fix root certificate validation when using Leaf and Chain OCSP mode This version of JSS also has a few enhancements over v4.6.1: - Fixing JSS internal deprecation warnings by @emaldona - Fixing javadoc builds by @stanislavlevin - Introduce a new InitializationValue, installJSSProviderFirst, to support favoring other cryptographic providers. - Add support for CMAC as a Mac algorithm from JSSProvider; note that this requires JSS to be compiled with a NSS release which also supports CMAC (3.47+). - Various improvements to the Key APIs. Thanks to everyone who contributed to this release! Signed-off-by: Alexander Scheel --- cmake/JSSConfig.cmake | 2 +- jss.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/JSSConfig.cmake b/cmake/JSSConfig.cmake index 52ad16cca..f86587c13 100644 --- a/cmake/JSSConfig.cmake +++ b/cmake/JSSConfig.cmake @@ -2,7 +2,7 @@ macro(jss_config) # Set the current JSS release number. Arguments are: # MAJOR MINOR PATCH BETA # When BETA is zero, it isn't a beta release. - jss_config_version(4 6 1 0) + jss_config_version(4 6 2 0) # Configure output directories jss_config_outputs() diff --git a/jss.spec b/jss.spec index 30b17f475..08521d4a1 100644 --- a/jss.spec +++ b/jss.spec @@ -6,7 +6,7 @@ Summary: Java Security Services (JSS) URL: http://www.dogtagpki.org/wiki/JSS License: MPLv1.1 or GPLv2+ or LGPLv2+ -Version: 4.6.1 +Version: 4.6.2 Release: 1%{?_timestamp}%{?_commit_id}%{?dist} # global _phase -a1