parent
94b8206fde
commit
f2ae793e30
@ -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();
|
||||
+ }
|
||||
|
4
jss.spec
4
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.
|
||||
|
Loading…
Reference in New Issue
Block a user