From 280a39be82ddab01cc3eb5e9be4eaf9bb3524c3d Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Mon, 27 Apr 2020 11:04:43 -0400 Subject: [PATCH] Release JSS v4.6.4 This release features improvements over v4.6.3: - Fixed base-64 encoding of CSRs - Fixed PBE handling - Detect broken NSS versions with partial CMAC support - Fix NativeProxy memory leaks present since v4.6.2 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 b1c262dba..26a6ee195 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 3 0) + jss_config_version(4 6 4 0) # Configure output directories jss_config_outputs() diff --git a/jss.spec b/jss.spec index 45ad39143..5bd1c7b0b 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.3 +Version: 4.6.4 Release: 1%{?_timestamp}%{?_commit_id}%{?dist} # global _phase -a1