Resolves Bugzilla Bug #783007 - Un-deprecate previously deprecated methods in JSS 4.2.6 . . . BadPaddingException
This commit is contained in:
parent
7094694f24
commit
0ddf9dbfa1
13
jss-undo-BadPaddingException-deprecation.patch
Normal file
13
jss-undo-BadPaddingException-deprecation.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -rupN jss-4.2.6.orig/mozilla/security/jss/org/mozilla/jss/crypto/BadPaddingException.java jss-4.2.6/mozilla/security/jss/org/mozilla/jss/crypto/BadPaddingException.java
|
||||
--- jss-4.2.6.orig/mozilla/security/jss/org/mozilla/jss/crypto/BadPaddingException.java 2004-04-25 08:02:21.000000000 -0700
|
||||
+++ jss-4.2.6/mozilla/security/jss/org/mozilla/jss/crypto/BadPaddingException.java 2012-03-30 16:17:30.748371000 -0700
|
||||
@@ -35,9 +35,6 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
package org.mozilla.jss.crypto;
|
||||
|
||||
-/**
|
||||
- * @deprecated Use javax.crypto.BadPaddingException.
|
||||
- */
|
||||
public class BadPaddingException extends Exception {
|
||||
public BadPaddingException() {
|
||||
super();
|
8
jss.spec
8
jss.spec
@ -1,6 +1,6 @@
|
||||
Name: jss
|
||||
Version: 4.2.6
|
||||
Release: 23%{?dist}
|
||||
Release: 24%{?dist}
|
||||
Summary: Java Security Services (JSS)
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -43,6 +43,7 @@ Patch18: jss-wrapInToken.patch
|
||||
Patch19: jss-HSM-manufacturerID.patch
|
||||
Patch20: jss-ECC-Phase2KeyArchivalRecovery.patch
|
||||
Patch21: jss-undo-JCA-deprecations.patch
|
||||
Patch22: jss-undo-BadPaddingException-deprecation.patch
|
||||
|
||||
|
||||
%description
|
||||
@ -81,6 +82,7 @@ This package contains the API documentation for JSS.
|
||||
%patch19 -p1
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
|
||||
%build
|
||||
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
|
||||
@ -182,6 +184,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 30 2012 Matthew Harmsen <mharmsen@redhat.com> - 4.2.6-24
|
||||
- Bugzilla Bug #783007 - Un-deprecate previously deprecated methods in
|
||||
JSS 4.2.6 . . . BadPaddingException (mharmsen)
|
||||
|
||||
* Tue Mar 20 2012 Christina Fu <cfu@redhat.com> - 4.2.6-23
|
||||
- Bugzilla Bug #797351 - JSS - HSM token name was mistaken for manufacturer
|
||||
identifier (cfu)
|
||||
|
Loading…
Reference in New Issue
Block a user