public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christina Fu <cfu@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jss] pqc: Resolves: rhbz #1074208,1331596
Date: Tue, 28 Jul 2026 16:48:27 GMT	[thread overview]
Message-ID: <178525730784.1.6630156285552741593.rpms-jss-f2ae793e30ad@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/jss
            Branch : pqc
            Commit : f2ae793e30ad845b85581d3aeb0a4b0724561718
            Author : Christina Fu <cfu@redhat.com>
            Date   : 2016-05-19T16:35:26-07:00
            Stats  : +3/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/jss/c/f2ae793e30ad845b85581d3aeb0a4b0724561718?branch=pqc

            Log:
            Resolves: rhbz #1074208,1331596

-PKI Ticket #801

---
diff --git a/jss-symkey-enhancements.patch b/jss-symkey-enhancements.patch
index fe994d9..248ba76 100644
--- a/jss-symkey-enhancements.patch
+++ b/jss-symkey-enhancements.patch
@@ -1811,7 +1811,7 @@ diff -up ./mozilla/security/jss/org/mozilla/jss/tests/SymKeyDeriving.java.jmagne
 +    }
 +
 +    public static  byte[] longToBytes(long x) {
-+        ByteBuffer buffer = ByteBuffer.allocate(Long.BYTES);
++        ByteBuffer buffer = ByteBuffer.allocate(8);
 +        buffer.putLong(x);
 +        return buffer.array();
 +    }

diff --git a/jss.spec b/jss.spec
index 869eab4..b44a83f 100644
--- a/jss.spec
+++ b/jss.spec
@@ -1,6 +1,6 @@
 Name:           jss
 Version:        4.2.6
-Release:        39%{?dist}
+Release:        40%{?dist}
 Summary:        Java Security Services (JSS)
 
 Group:          System Environment/Libraries
@@ -203,7 +203,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu May 19 2016 Christina Fu <cfu@redhat.com> - 4.2.6-39
+* Thu May 19 2016 Christina Fu <cfu@redhat.com> - 4.2.6-40
 - Bugzilla 1074208 - pass up exact JSS certificate validation errors from NSS
   (edewata)
 - Bugzilla 1331596 - Key archival fails when KRA is configured with lunasa.

             reply	other threads:[~2026-07-28 16:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-28 16:48 Christina Fu [this message]
2026-07-28 16:48 [rpms/jss] pqc: Resolves: rhbz #1074208,1331596 Christina Fu

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=178525730784.1.6630156285552741593.rpms-jss-f2ae793e30ad@fedoraproject.org \
    --to=cfu@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