public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthew Harmsen <mharmsen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jss] pqc: Resolves Bugzilla Bug #783007 - Un-deprecate previously deprecated methods in JSS 4.2.6 . . . BadPaddingException
Date: Tue, 28 Jul 2026 16:48:19 GMT [thread overview]
Message-ID: <178525729969.1.14107473881786742780.rpms-jss-0ddf9dbfa1c7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jss
Branch : pqc
Commit : 0ddf9dbfa1c736cb58404bd6742cec5e7b60dc9a
Author : Matthew Harmsen <mharmsen@redhat.com>
Date : 2012-03-30T19:18:47-07:00
Stats : +20/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/jss/c/0ddf9dbfa1c736cb58404bd6742cec5e7b60dc9a?branch=pqc
Log:
Resolves Bugzilla Bug #783007 - Un-deprecate previously deprecated methods in JSS 4.2.6 . . . BadPaddingException
---
diff --git a/jss-undo-BadPaddingException-deprecation.patch b/jss-undo-BadPaddingException-deprecation.patch
new file mode 100644
index 0000000..1b372a7
--- /dev/null
+++ b/jss-undo-BadPaddingException-deprecation.patch
@@ -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();
diff --git a/jss.spec b/jss.spec
index c5d3b9a..70798b6 100644
--- a/jss.spec
+++ b/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)
reply other threads:[~2026-07-28 16:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178525729969.1.14107473881786742780.rpms-jss-0ddf9dbfa1c7@fedoraproject.org \
--to=mharmsen@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox