Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-17-openjdk for openSUSE:Factory 
checked in at 2026-04-28 11:55:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-17-openjdk (Old)
 and      /work/SRC/openSUSE:Factory/.java-17-openjdk.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-17-openjdk"

Tue Apr 28 11:55:32 2026 rev:46 rq:1349423 version:17.0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-17-openjdk/java-17-openjdk.changes  
2026-01-26 11:02:11.389635079 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-17-openjdk.new.11940/java-17-openjdk.changes   
    2026-04-28 11:59:32.889418650 +0200
@@ -1,0 +2,201 @@
+Sat Apr 25 18:24:49 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream tag jdk-17.0.19+10 (April 2026 CPU)
+  * CVEs
+    + CVE-2026-22007 (bsc#1262490)
+    + CVE-2026-22013 (bsc#1262494)
+    + CVE-2026-22016 (bsc#1262495)
+    + CVE-2026-22018 (bsc#1262496)
+    + CVE-2026-22021 (bsc#1262497)
+    + CVE-2026-23865 (bsc#1259118)
+    + CVE-2026-34268 (bsc#1262500)
+    + CVE-2026-34282 (bsc#1262501)
+  * Changes
+    + JDK-6899304: java.awt.Toolkit
+      .getScreenInsets(GraphicsConfiguration) returns incorrect
+        values
+    + JDK-7036144: GZIPInputStream readTrailer uses faulty
+      available() test for end-of-stream
+    + JDK-8030957: AIX: Implement OperatingSystemMXBean
+      .getSystemCpuLoad() and .getProcessCpuLoad() on AIX
+    + JDK-8200566: DistributionPointFetcher fails to fetch CRLs if
+      the DistributionPoints field contains more than one
+      DistributionPoint and the first one fails
+    + JDK-8244336: Restrict algorithms at JCE layer
+    + JDK-8244400: MenuItem may cache the size and did not update
+      it when the screen DPI is changed
+    + JDK-8256289: java/awt/Focus/AppletInitialFocusTest/
+      /AppletInitialFocusTest1.java failed with "RuntimeException:
+      Wrong focus owner:
+      java.awt.Button[button1,41,36,56x23,label=Button1]"
+    + JDK-8271396: Spelling errors
+    + JDK-8275405: Linking error for classes with lambda template
+      parameters and virtual functions
+    + JDK-8282484: G1: Predicted old time in log always zero
+    + JDK-8283784: java_lang_String::as_platform_dependent_str
+      stores to oop in native state
+    + JDK-8288556: VM crashes if it gets sent SIGUSR2 from outside
+    + JDK-8301875: java.util.TimeZone.getSystemTimeZoneID uses C
+      library default file mode
+    + JDK-8303475: potential null pointer dereference in filemap.cpp
+    + JDK-8309667: TLS handshake fails because of
+      ConcurrentModificationException in PKCS12KeyStore
+      .engineGetEntry
+    + JDK-8311644: Server should not send bad_certificate alert
+      when the client does not send any certificates
+    + JDK-8314555: Build with mawk fails on Windows
+    + JDK-8317633: Modernize text.testlib.HexDumpReader
+    + JDK-8326705: Test CertMsgCheck.java fails to find alert
+      certificate_required
+    + JDK-8328608: Multiple NewSessionTicket support for TLS
+    + JDK-8329258: TailCall should not use frame pointer register
+      for jump target
+    + JDK-8330016: Stress seed should be initialized for runtime
+      stub compilation
+    + JDK-8331431: Update to use jtreg 7.4
+    + JDK-8333386: TestAbortOnVMOperationTimeout test fails for
+      client VM
+    + JDK-8334670: SSLSocketOutputRecord buffer miscalculation
+    + JDK-8336695: Update Commons BCEL to Version 6.10.0
+    + JDK-8337102: JITTester: Fix breaks in static initialization
+      blocks
+    + JDK-8337681: PNGImageWriter uses much more memory than
+      necessary
+    + JDK-8337795: Type annotation attached to incorrect type
+      during class reading
+    + JDK-8337998: CompletionFailure in getEnclosingType attaching
+      type annotations
+    + JDK-8339271: giflib attribution correction
+    + JDK-8339791: Refactor MiscUndecorated/ActiveAWTWindowTest.java
+    + JDK-8340024: In ClassReader, extract a constant for the
+      superclass supertype_index
+    + JDK-8341779: [REDO BACKPORT] type annotations are not visible
+      to javac plugins across compilation boundaries (JDK-8225377)
+    + JDK-8342175: MemoryEaterMT fails intermittently with
+      ExceptionInInitializerError
+    + JDK-8343622: AesDkCrypto.stringToKey should not return null
+    + JDK-8345578: New test in JDK-8343622 fails with a promoted
+      build
+    + JDK-8346048: test/lib/containers/docker/DockerRunOptions.java
+      uses addJavaOpts() from ctor
+    + JDK-8346962: Test CRLReadTimeout.java fails with -Xcomp on a
+      fastdebug build
+    + JDK-8347475: GTK: javax/swing/JColorChooser/Test8152419.java
+      there are no swatches or RGB tab in JColorChooser
+    + JDK-8348014: Enhance certificate processing
+    + JDK-8349351: Combine Screen Inset Tests into a Single File
+    + JDK-8351359: OperatingSystemMXBean: values from getCpuLoad
+      and getProcessCpuLoad are stale after 24.8 days (Windows)
+    + JDK-8351639: Improve debuggability of test/langtools/jdk/
+      /jshell/JdiHangingListenExecutionControlTest.java test
+    + JDK-8353755: Add a helper method to Util - findComponent()
+    + JDK-8354219: Automate javax/swing/JComboBox/ComboPopupBug.java
+    + JDK-8354893: [REDO BACKPORT] javac crashes while adding type
+      annotations to the return type of a constructor (JDK-8320001)
+    + JDK-8355278: Improve debuggability of
+      com/sun/jndi/ldap/LdapPoolTimeoutTest.java test
+    + JDK-8355632: WhiteBox.waitForReferenceProcessing() fails
+      assert for return type
+    + JDK-8357277: Update OpenSSL library for interop tests
+    + JDK-8360406: [21u] Disable logic for attaching type
+      annotations to class files until 8359336 is fixed
+    + JDK-8360539: DTLS handshakes fails due to improper cookie
+      validation logic
+    + JDK-8361067: Test ExtraButtonDrag.java requires frame.dispose
+      in finally block
+    + JDK-8361117: SIGSEGV in LShiftLNode::Ideal due to unexpected
+      dead node
+    + JDK-8361530: Test javax/swing/GraphicsConfigNotifier/
+      /StalePreferredSize.java timed out
+    + JDK-8363950: Incorrect jtreg header in TestLayoutVsICU.java
+    + JDK-8364373: Transform Affine transformations
+    + JDK-8364465: Enhance behavior of some intrinsics
+    + JDK-8366694: Test JdbStopInNotificationThreadTest.java timed
+      out after 60 second
+    + JDK-8366817: test/jdk/javax/net/ssl/TLSCommon/interop/
+      /JdkProcServer.java and JdkProcClient.java should not delete
+      logs
+    + JDK-8366850: Test com/sun/jdi/
+      /JdbStopInNotificationThreadTest.java failed
+    + JDK-8366866: SslRMIClientSocketFactory#createSocket lacking
+      priviledges (securitymanger)
+    + JDK-8366938: Test runtime/handshake/HandshakeTimeoutTest.java
+      crashed
+    + JDK-8367135: Test compiler/loopstripmining/
+      /CheckLoopStripMining.java needs internal timeouts adjusted
+    + JDK-8367904: Test java/net/InetAddress/ptr/Lookup.java should
+      throw SkippedException
+    + JDK-8368787: Error reporting: hs_err files should show
+      instructions when referencing code in nmethods
+    + JDK-8368882: NPE during text drawing on machine with JP locale
+    + JDK-8368960: Adjust java UL logging in the build
+    + JDK-8369282: Distrust TLS server certificates anchored by
+      Chunghwa ePKI Root CA
+    + JDK-8369563: Gtest dll_address_to_function_and_library_name
+      has issues with stripped pdb files
+    + JDK-8369575: Enhance crypto algorithm support
+    + JDK-8370529: Enhance Path Factories Redux
+    + JDK-8370579: PPC: fix inswri immediate argument order
+    + JDK-8370615: Improve Kerberos credentialing
+    + JDK-8370986: Enhance Zip file reading
+    + JDK-8370995: Enhance ZipFile usage
+    + JDK-8371103: vmTestbase/nsk/jvmti/scenarios/events/EM02/
+      /em02t006/TestDescription.java failing
+    + JDK-8371559: Intermittent timeouts in test
+      javax/net/ssl/Stapling/HttpsUrlConnClient.java
+    + JDK-8371830: Enhance certificate chain validation
+    + JDK-8371935: Enhance key generation
+    + JDK-8371978: tools/jar/ReproducibleJar.java fails on XFS
+    + JDK-8372048: Performance improvement on Linux remote desktop
+    + JDK-8372465: Bump update version for OpenJDK: jdk-17.0.19
+    + JDK-8372756: Mouse additional buttons and horizontal
+      scrolling are broken on XWayland GNOME >= 47 after JDK-8351907
+    + JDK-8372857: Improve debuggability of
+      java/rmi/server/RemoteServer/AddrInUse.java test
+    + JDK-8372977: Unnecessary gthread-2.0 loading
+    + JDK-8373290: Update FreeType to 2.14.1
+    + JDK-8373476: (tz) Update Timezone Data to 2025c
+    + JDK-8373727: New XBM images parser regression: only the first
+      line of the bitmap array is parsed
+    + JDK-8374056: RISC-V: Fix argument passing for the
+      RiscvFlushIcache::flush
+    + JDK-8374209: [17u,21u] Backout JDK-8361748 due to JDK-8373727
+    + JDK-8374557: Enhance TLS connection handling
+    + JDK-8374642: EscapeHash macro fails with GNU make 4.3 and 4.4
+    + JDK-8375057: Update HarfBuzz to 12.3.2
+    + JDK-8375063: Update Libpng to 1.6.54
+    + JDK-8375530: PPC64: incorrect quick verify_method_data_pointer
+      check causes poor performance in debug build
+    + JDK-8375549: ConcurrentModificationException if
+      jdk.crypto.disabledAlgorithms has multiple entries with known
+      oid
+    + JDK-8376251: [macos] java/awt/Frame/I18NTitle.java fails on
+      MacOS (JDK-8355884)
+    + JDK-8376270: [21u, 17u] Redo JDK-8361748: Enforce limits on
+      the size of an XBM image
+    + JDK-8377509: Add licenses for gcc 14.2.0
+    + JDK-8377526: Update Libpng to 1.6.55
+    + JDK-8377905: gcc.md included with every build
+    + JDK-8378218: MSYS2 reports cygwin triplet causing bash
+      configure failure
+    + JDK-8378631: Update Zlib Data Compression Library to Version
+      1.3.2
+    + JDK-8378823: AIX build fails after zlib updated by JDK-8378631
+    + JDK-8379035: (tz) Update Timezone Data to 2026a
+    + JDK-8379158: Update FreeType to 2.14.2
+    + JDK-8379256: Update GIFlib to 6.1.1
+    + JDK-8380078: Update GIFlib to 6.1.2
+    + JDK-8380959: Update Libpng to 1.6.56
+    + JDK-8382047: Update Libpng to 1.6.57
+    + JDK-8382440: [17u] Remove designator
+      DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.19
+- Modified patch:
+  * fips.patch
+    + rediff
+
+-------------------------------------------------------------------
+Mon Mar 16 16:04:27 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Provide the timezone-java and tzdata-java (jsc#PED-15898)
+
+-------------------------------------------------------------------

Old:
----
  jdk-17.0.18+8.tar.gz

New:
----
  jdk-17.0.19+10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ java-17-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.acFmQC/_old  2026-04-28 11:59:35.337521486 +0200
+++ /var/tmp/diff_new_pack.acFmQC/_new  2026-04-28 11:59:35.341521654 +0200
@@ -33,8 +33,8 @@
 # Standard JPackage naming and versioning defines.
 %global featurever      17
 %global interimver      0
-%global updatever       18
-%global buildver        8
+%global updatever       19
+%global buildver        10
 %global openjdk_repo    jdk17u
 %global openjdk_tag     
jdk-%{featurever}.%{interimver}.%{updatever}%{?patchver:.%{patchver}}+%{buildver}
 %global openjdk_dir     
%{openjdk_repo}-jdk-%{featurever}.%{interimver}.%{updatever}%{?patchver:.%{patchver}}-%{buildver}
@@ -103,6 +103,9 @@
 %global package_version 
%{featurever}.%{interimver}.%{updatever}.%{?patchver:%{patchver}}%{!?patchver:0}~%{buildver}
 %endif
 %global NSS_LIBDIR %(pkg-config --variable=libdir nss)
+%if 0%{?gcc_version} < 7 || 0%{?suse_version} < 1500
+%define with_gcc 7
+%endif
 %bcond_with zero
 %if ! %{with zero}
 %global with_systemtap 1
@@ -125,14 +128,11 @@
 %global tapsetroot %{_datadir}/systemtap
 %global tapsetdir %{tapsetroot}/tapset/%{_build_cpu}
 %endif
-%if 0%{?gcc_version} < 7 || 0%{?suse_version} < 1500
-%define with_gcc 7
-%endif
 Name:           java-%{featurever}-openjdk
 Version:        %{package_version}
 Release:        0
 Summary:        OpenJDK %{featurever} Runtime Environment
-License:        Apache-1.1 AND Apache-2.0 AND GPL-1.0-or-later AND 
GPL-2.0-only AND GPL-2.0-only WITH Classpath-exception-2.0 AND LGPL-2.0-only 
AND MPL-1.0 AND MPL-1.1 AND SUSE-Public-Domain AND W3C
+License:        Apache-1.1 AND Apache-2.0 AND GPL-1.0-or-later AND 
GPL-2.0-only AND GPL-2.0-only WITH Classpath-exception-2.0 AND LGPL-2.0-only 
AND MPL-1.0 AND MPL-1.1 AND LicenseRef-SUSE-Public-Domain AND W3C
 Group:          Development/Languages/Java
 URL:            https://openjdk.java.net/
 # Sources from upstream OpenJDK project.
@@ -288,6 +288,8 @@
 Requires(postun): update-alternatives
 Recommends:     mozilla-nss-sysinit
 Obsoletes:      %{name}-accessibility
+Provides:       timezone-java
+Provides:       tzdata-java
 %if 0%{?suse_version} > 1315 || 0%{?java_bootstrap}
 # Standard JPackage base provides.
 Provides:       java-%{javaver}-headless = %{version}-%{release}
@@ -479,7 +481,7 @@
     --with-version-pre="" \
 %endif
     --with-version-build="%{buildver}" \
-    --with-version-opt="suse-%{suse_version}-%{_arch}" \
+    --with-version-opt="suse-0%{?suse_version}-%{_arch}" \
 %if %{with zero}
     --with-jvm-variants=zero \
 %else

++++++ fips.patch ++++++
--- /var/tmp/diff_new_pack.acFmQC/_old  2026-04-28 11:59:35.497528207 +0200
+++ /var/tmp/diff_new_pack.acFmQC/_new  2026-04-28 11:59:35.501528376 +0200
@@ -520,10 +520,10 @@
          // reuse attribute map and reset before each reuse
          HashMap<String, String> attrs = new HashMap<>(3);
 +        if (!systemFipsEnabled) {
-         attrs.put("SupportedModes", "ECB");
-         attrs.put("SupportedPaddings", "NOPADDING|PKCS1PADDING|OAEPPADDING"
-                 + "|OAEPWITHMD5ANDMGF1PADDING"
-@@ -422,6 +428,7 @@ public final class SunJCE extends Provider {
+         attrs.put("SupportedKeyClasses",
+                 "java.security.interfaces.RSAPublicKey" +
+                 "|java.security.interfaces.RSAPrivateKey");
+@@ -425,6 +431,7 @@ public final class SunJCE extends Provider {
          psA("KeyPairGenerator", "DiffieHellman",
                  "com.sun.crypto.provider.DHKeyPairGenerator",
                  null);
@@ -531,7 +531,7 @@
  
          /*
           * Algorithm parameter generation engines
-@@ -430,6 +437,7 @@ public final class SunJCE extends Provider {
+@@ -433,6 +440,7 @@ public final class SunJCE extends Provider {
                  "DiffieHellman", 
"com.sun.crypto.provider.DHParameterGenerator",
                  null);
  
@@ -539,7 +539,7 @@
          /*
           * Key Agreement engines
           */
-@@ -439,6 +447,7 @@ public final class SunJCE extends Provider {
+@@ -442,6 +450,7 @@ public final class SunJCE extends Provider {
          psA("KeyAgreement", "DiffieHellman",
                  "com.sun.crypto.provider.DHKeyAgreement",
                  attrs);
@@ -547,7 +547,7 @@
  
          /*
           * Algorithm Parameter engines
-@@ -610,6 +619,7 @@ public final class SunJCE extends Provider {
+@@ -613,6 +622,7 @@ public final class SunJCE extends Provider {
          ps("SecretKeyFactory", "PBEWithHmacSHA512AndAES_256",
                  
"com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA512AndAES_256");
  
@@ -555,7 +555,7 @@
          // PBKDF2
          psA("SecretKeyFactory", "PBKDF2WithHmacSHA1",
                  "com.sun.crypto.provider.PBKDF2Core$HmacSHA1",
-@@ -723,6 +733,7 @@ public final class SunJCE extends Provider {
+@@ -726,6 +736,7 @@ public final class SunJCE extends Provider {
                  "com.sun.crypto.provider.TlsRsaPremasterSecretGenerator",
                  List.of("SunTls12RsaPremasterSecret"), null);
      }
@@ -1417,7 +1417,7 @@
 +}
 --- a/src/java.base/share/conf/security/java.security
 +++ b/src/java.base/share/conf/security/java.security
-@@ -83,6 +83,17 @@
+@@ -82,6 +82,17 @@ security.provider.tbd=Apple
  #endif
  security.provider.tbd=SunPKCS11
  
@@ -1435,7 +1435,7 @@
  #
  # A list of preferred providers for specific algorithms. These providers will
  # be searched for matching algorithms before the list of registered providers.
-@@ -293,6 +304,47 @@ policy.ignoreIdentityScope=false
+@@ -292,6 +303,47 @@ policy.ignoreIdentityScope=false
  #
  keystore.type=pkcs12
  
@@ -1483,7 +1483,7 @@
  #
  # Controls compatibility mode for JKS and PKCS12 keystore types.
  #
-@@ -330,6 +382,13 @@ package.definition=sun.misc.,\
+@@ -329,6 +381,13 @@ package.definition=sun.misc.,\
  #
  security.overridePropertiesFile=true
  
@@ -1510,7 +1510,7 @@
 +
 --- a/src/java.base/share/lib/security/default.policy
 +++ b/src/java.base/share/lib/security/default.policy
-@@ -123,6 +123,7 @@ grant codeBase "jrt:/jdk.charsets" {
+@@ -124,6 +124,7 @@ grant codeBase "jrt:/jdk.charsets" {
  grant codeBase "jrt:/jdk.crypto.ec" {
      permission java.lang.RuntimePermission
                     "accessClassInPackage.sun.security.*";
@@ -1518,7 +1518,7 @@
      permission java.lang.RuntimePermission "loadLibrary.sunec";
      permission java.security.SecurityPermission "putProviderProperty.SunEC";
      permission java.security.SecurityPermission 
"clearProviderProperties.SunEC";
-@@ -132,6 +133,7 @@ grant codeBase "jrt:/jdk.crypto.ec" {
+@@ -133,6 +134,7 @@ grant codeBase "jrt:/jdk.crypto.ec" {
  grant codeBase "jrt:/jdk.crypto.cryptoki" {
      permission java.lang.RuntimePermission
                     "accessClassInPackage.com.sun.crypto.provider";
@@ -1526,7 +1526,7 @@
      permission java.lang.RuntimePermission 
"accessClassInPackage.jdk.internal.misc";
      permission java.lang.RuntimePermission
                     "accessClassInPackage.sun.security.*";
-@@ -142,6 +144,8 @@ grant codeBase "jrt:/jdk.crypto.cryptoki" {
+@@ -143,6 +145,8 @@ grant codeBase "jrt:/jdk.crypto.cryptoki" {
      permission java.util.PropertyPermission "os.name", "read";
      permission java.util.PropertyPermission "os.arch", "read";
      permission java.util.PropertyPermission 
"jdk.crypto.KeyAgreement.legacyKDF", "read";
@@ -3285,7 +3285,7 @@
          d(SIG, "RawDSA",        P11Signature,
                  List.of("NONEwithDSA"),
                  m(CKM_DSA));
-@@ -1211,11 +1423,52 @@ public final class SunPKCS11 extends AuthProvider {
+@@ -1213,11 +1425,52 @@ public final class SunPKCS11 extends AuthProvider {
          }
  
          @Override
@@ -3338,7 +3338,7 @@
              try {
                  return newInstance0(param);
              } catch (PKCS11Exception e) {
-@@ -1235,6 +1488,8 @@ public final class SunPKCS11 extends AuthProvider {
+@@ -1237,6 +1490,8 @@ public final class SunPKCS11 extends AuthProvider {
                  } else if (algorithm.endsWith("GCM/NoPadding") ||
                             algorithm.startsWith("ChaCha20-Poly1305")) {
                      return new P11AEADCipher(token, algorithm, mechanism);
@@ -3347,7 +3347,7 @@
                  } else {
                      return new P11Cipher(token, algorithm, mechanism);
                  }
-@@ -1570,6 +1825,9 @@ public final class SunPKCS11 extends AuthProvider {
+@@ -1574,6 +1829,9 @@ public final class SunPKCS11 extends AuthProvider {
          try {
              session = token.getOpSession();
              p11.C_Logout(session.id());
@@ -4099,7 +4099,7 @@
  }
 --- a/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c
 +++ b/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c
-@@ -1518,6 +1518,10 @@ CK_VOID_PTR jMechParamToCKMechParamPtrSlow(JNIEnv *env, 
jobject jParam,
+@@ -1517,6 +1517,10 @@ CK_VOID_PTR jMechParamToCKMechParamPtrSlow(JNIEnv *env, 
jobject jParam,
          case CKM_PBE_SHA1_DES3_EDE_CBC:
          case CKM_PBE_SHA1_DES2_EDE_CBC:
          case CKM_PBA_SHA1_WITH_SHA1_HMAC:
@@ -4110,7 +4110,7 @@
              ckpParamPtr = jPbeParamToCKPbeParamPtr(env, jParam, ckpLength);
              break;
          case CKM_PKCS5_PBKD2:
-@@ -1661,13 +1665,13 @@ jPbeParamToCKPbeParamPtr(JNIEnv *env, jobject jParam, 
CK_ULONG *pLength)
+@@ -1660,13 +1664,13 @@ jPbeParamToCKPbeParamPtr(JNIEnv *env, jobject jParam, 
CK_ULONG *pLength)
      // retrieve java values
      jPbeParamsClass = (*env)->FindClass(env, CLASS_PBE_PARAMS);
      if (jPbeParamsClass == NULL) { return NULL; }
@@ -4126,7 +4126,7 @@
      if (fieldID == NULL) { return NULL; }
      jSalt = (*env)->GetObjectField(env, jParam, fieldID);
      fieldID = (*env)->GetFieldID(env, jPbeParamsClass, "ulIteration", "J");
-@@ -1683,15 +1687,15 @@ jPbeParamToCKPbeParamPtr(JNIEnv *env, jobject jParam, 
CK_ULONG *pLength)
+@@ -1682,15 +1686,15 @@ jPbeParamToCKPbeParamPtr(JNIEnv *env, jobject jParam, 
CK_ULONG *pLength)
  
      // populate using java values
      ckParamPtr->ulIteration = jLongToCKULong(jIteration);
@@ -4145,7 +4145,7 @@
      if ((*env)->ExceptionCheck(env)) {
          goto cleanup;
      }
-@@ -1770,31 +1774,59 @@ void copyBackPBEInitializationVector(JNIEnv *env, 
CK_MECHANISM *ckMechanism, job
+@@ -1769,31 +1773,59 @@ void copyBackPBEInitializationVector(JNIEnv *env, 
CK_MECHANISM *ckMechanism, job
      }
  }
  
@@ -4214,7 +4214,7 @@
      fieldID = (*env)->GetFieldID(env, jPkcs5Pbkd2ParamsClass, "saltSource", 
"J");
      if (fieldID == NULL) { return NULL; }
      jSaltSource = (*env)->GetLongField(env, jParam, fieldID);
-@@ -1810,36 +1842,60 @@ jPkcs5Pbkd2ParamToCKPkcs5Pbkd2ParamPtr(JNIEnv *env, 
jobject jParam, CK_ULONG *pL
+@@ -1809,36 +1841,60 @@ jPkcs5Pbkd2ParamToCKPkcs5Pbkd2ParamPtr(JNIEnv *env, 
jobject jParam, CK_ULONG *pL
      fieldID = (*env)->GetFieldID(env, jPkcs5Pbkd2ParamsClass, "pPrfData", 
"[B");
      if (fieldID == NULL) { return NULL; }
      jPrfData = (*env)->GetObjectField(env, jParam, fieldID);

++++++ jdk-17.0.18+8.tar.gz -> jdk-17.0.19+10.tar.gz ++++++
/work/SRC/openSUSE:Factory/java-17-openjdk/jdk-17.0.18+8.tar.gz 
/work/SRC/openSUSE:Factory/.java-17-openjdk.new.11940/jdk-17.0.19+10.tar.gz 
differ: char 13, line 1

Reply via email to