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 2023-07-26 13:21:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-17-openjdk (Old)
 and      /work/SRC/openSUSE:Factory/.java-17-openjdk.new.15225 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-17-openjdk"

Wed Jul 26 13:21:49 2023 rev:24 rq:1100540 version:17.0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-17-openjdk/java-17-openjdk.changes  
2023-05-26 20:14:52.820050535 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-17-openjdk.new.15225/java-17-openjdk.changes   
    2023-07-26 13:21:57.539318399 +0200
@@ -1,0 +2,370 @@
+Tue Jul 25 06:21:18 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Update to upstream tag jdk-17.0.8+7 (July 2023 CPU)
+  * CVEs
+    + CVE-2023-22006, bsc#1213473
+    + CVE-2023-22036, bsc#1213474
+    + CVE-2023-22041, bsc#1213475
+    + CVE-2023-22044, bsc#1213479
+    + CVE-2023-22045, bsc#1213481
+    + CVE-2023-22049, bsc#1213482
+    + CVE-2023-25193, bsc#1207922
+  * Security fixes
+    + JDK-8294323: Improve Shared Class Data
+    + JDK-8296565: Enhanced archival support
+    + JDK-8298676, JDK-8300891: Enhanced Look and Feel
+    + JDK-8300285: Enhance TLS data handling
+    + JDK-8300596: Enhance Jar Signature validation
+    + JDK-8301998, JDK-8302084: Update HarfBuzz to 7.0.1
+    + JDK-8302475: Enhance HTTP client file downloading
+    + JDK-8302483: Enhance ZIP performance
+    + JDK-8303376: Better launching of JDI
+    + JDK-8304460: Improve array usages
+    + JDK-8304468: Better array usages
+    + JDK-8305312: Enhanced path handling
+    + JDK-8308682: Enhance AES performance
+  * Other changes
+    + JDK-8178806: Better exception logging in crypto code
+    + JDK-8201516: DebugNonSafepoints generates incorrect
+      information
+    + JDK-8224768: Test ActalisCA.java fails
+    + JDK-8227060: Optimize safepoint cleanup subtask order
+    + JDK-8227257: javax/swing/JFileChooser/4847375/bug4847375.java
+      fails with AssertionError
+    + JDK-8238274: (sctp) JDK-7118373 is not fixed for SctpChannel
+    + JDK-8244976: vmTestbase/nsk/jdi/Event/request/request001.java
+      doesn' initialize eName
+    + JDK-8245877: assert(_value != __null) failed: resolving NULL
+      _value in JvmtiExport::post_compiled_method_load
+    + JDK-8248001: javadoc generates invalid HTML pages whose
+      ftp:// links are broken
+    + JDK-8252990: Intrinsify Unsafe.storeStoreFence
+    + JDK-8254711: Add java.security.Provider.getService JFR Event
+    + JDK-8257856: Make ClassFileVersionsTest.java robust to JDK
+      version updates
+    + JDK-8261495: Shenandoah: reconsider update references memory
+      ordering
+    + JDK-8268288: jdk/jfr/api/consumer/streaming/
+      /TestOutOfProcessMigration.java fails with "Error:
+      ShouldNotReachHere()"
+    + JDK-8268298: jdk/jfr/api/consumer/log/TestVerbosity.java
+      fails: unexpected log message
+    + JDK-8268582: javadoc throws NPE with --ignore-source-errors
+      option
+    + JDK-8269821: Remove is-queue-active check in inner loop of
+      write_ref_array_pre_work
+    + JDK-8270434: JDI+UT: Unexpected event in JDI tests
+    + JDK-8270859: Post JEP 411 refactoring: client libs with
+      maximum covering > 10K
+    + JDK-8270869: G1ServiceThread may not terminate
+    + JDK-8271519: java/awt/event/SequencedEvent/
+      /MultipleContextsFunctionalTest.java failed with "Total [200]
+      - Expected [400]"
+    + JDK-8273909: vmTestbase/nsk/jdi/Event/request/request001 can
+      still fail with "ERROR: new event is not ThreadStartEvent"
+    + JDK-8274243: Implement fast-path for ASCII-compatible
+      CharsetEncoders on aarch64
+    + JDK-8274615: Support relaxed atomic add for linux-aarch64
+    + JDK-8274864: Remove Amman/Cairo hacks in ZoneInfoFile
+    + JDK-8275233: Incorrect line number reported in exception
+      stack trace thrown from a lambda expression
+    + JDK-8275287: Relax memory ordering constraints on updating
+      instance class and array class counters
+    + JDK-8275721: Name of UTC timezone in a locale changes
+      depending on previous code
+    + JDK-8275735: [linux] Remove deprecated Metrics api (kernel
+      memory limit)
+    + JDK-8276058: Some swing test fails on specific CI macos system
+    + JDK-8277407: javax/swing/plaf/synth/SynthButtonUI/6276188/
+      /bug6276188.java fails to compile after JDK-8276058
+    + JDK-8277775: Fixup bugids in RemoveDropTargetCrashTest.java -
+      add 4357905
+    + JDK-8278146: G1: Rework VM_G1Concurrent VMOp to clearly
+      identify it as pause
+    + JDK-8278434: timeouts in test  java/time/test/java/time/
+      /format/TestZoneTextPrinterParser.java
+    + JDK-8278834: Error "Cannot read field "sym" because
+      "this.lvar[od]" is null" when compiling
+    + JDK-8282077: PKCS11 provider C_sign() impl should handle
+      CKR_BUFFER_TOO_SMALL error
+    + JDK-8282201: Consider removal of expiry check in
+      VerifyCACerts.java test
+    + JDK-8282227: Locale information for nb is not working properly
+    + JDK-8282704: runtime/Thread/StopAtExit.java may leak memory
+    + JDK-8283057: Update GCC to version 11.2.0 for Oracle builds
+      on Linux
+    + JDK-8283062: Uninitialized warnings in libgtest with GCC 11.2
+    + JDK-8283520: JFR: Memory leak in dcmd_arena
+    + JDK-8283566: G1: Improve G1BarrierSet::enqueue performance
+    + JDK-8284331: Add sanity check for signal handler modification
+      warning.
+    + JDK-8285635: javax/swing/JRootPane/DefaultButtonTest.java
+      failed with Default Button not pressed for L&F:
+      com.sun.java.swing.plaf.motif.MotifLookAndFeel
+    + JDK-8285987: executing shell scripts without #! fails on
+      Alpine linux
+    + JDK-8286191: misc tests fail due to JDK-8285987
+    + JDK-8286287: Reading file as UTF-16 causes Error which
+      "shouldn't happen"
+    + JDK-8286331: jni_GetStringUTFChars() uses wrong heap allocator
+    + JDK-8286346: 3-parameter version of AllocateHeap should not
+      ignore AllocFailType
+    + JDK-8286398: Address possibly lossy conversions in
+      jdk.internal.le
+    + JDK-8287007: [cgroups] Consistently use stringStream
+      throughout parsing code
+    + JDK-8287246: DSAKeyValue should check for missing params
+      instead of relying on KeyFactory provider
+    + JDK-8287541: Files.writeString fails to throw IOException for
+      charset "windows-1252"
+    + JDK-8287854: Dangling reference in ClassVerifier::verify_class
+    + JDK-8287876: The recently de-problemlisted
+      TestTitledBorderLeak test is unstable
+    + JDK-8287897: Augment src/jdk.internal.le/share/legal/jline.md
+      with information on 4th party dependencies
+    + JDK-8288589: Files.readString ignores encoding errors for
+      UTF-16
+    + JDK-8289509: Improve test coverage for XPath Axes:
+      descendant, descendant-or-self, following, following-sibling
+    + JDK-8289735: UTIL_LOOKUP_PROGS fails on pathes with space
+    + JDK-8289949: Improve test coverage for XPath: operators
+    + JDK-8290822: C2: assert in PhaseIdealLoop::do_unroll() is
+      subject to undefined behavior
+    + JDK-8291226: Create Test Cases to cover scenarios for
+      JDK-8278067
+    + JDK-8291637: HttpClient default keep alive timeout not
+      followed if server sends invalid value
+    + JDK-8291638: Keep-Alive timeout of 0 should close connection
+      immediately
+    + JDK-8292206: TestCgroupMetrics.java fails as getMemoryUsage()
+      is lower than expected
+    + JDK-8292301: [REDO v2] C2 crash when allocating array of size
+      too large
+    + JDK-8292407: Improve Weak CAS VarHandle/Unsafe tests
+      resilience under spurious failures
+    + JDK-8292713: Unsafe.allocateInstance should be intrinsified
+      without UseUnalignedAccesses
+    + JDK-8292755: Non-default method in interface leads to a stack
+      overflow in JShell
+    + JDK-8292990: Improve test coverage for XPath Axes: parent
+    + JDK-8293295: Add type check asserts to
+      java_lang_ref_Reference accessors
+    + JDK-8293492: ShenandoahControlThread missing from hs-err log
+      and thread dump
+    + JDK-8293858: Change PKCS7 code to use default SecureRandom
+      impl instead of SHA1PRNG
+    + JDK-8293887: AArch64 build failure with GCC 12 due to
+      maybe-uninitialized warning in libfdlibm k_rem_pio2.c
+    + JDK-8294183: AArch64: Wrong macro check in
+      SharedRuntime::generate_deopt_blob
+    + JDK-8294281: Allow warnings to be disabled on a per-file basis
+    + JDK-8294673: JFR: Add SecurityProviderService#threshold to
+      TestActiveSettingEvent.java
+    + JDK-8294717: (bf) DirectByteBuffer constructor will leak if
+      allocating Deallocator or Cleaner fails with OOME
+    + JDK-8294906: Memory leak in PKCS11 NSS TLS server
+    + JDK-8295564: Norwegian Nynorsk Locale is missing formatting
+    + JDK-8295974: jni_FatalError and Xcheck:jni warnings should
+      print the native stack when there are no Java frames
+    + JDK-8296084: javax/swing/JSpinner/4788637/bug4788637.java
+      fails intermittently on a VM
+    + JDK-8296318: use-def assert: special case undetected loops
+      nested in infinite loops
+    + JDK-8296343: CPVE thrown on missing content-length in OCSP
+      response
+    + JDK-8296412: Special case infinite loops with unmerged
+      backedges in IdealLoopTree::check_safepts
+    + JDK-8296545: C2 Blackholes should allow load optimizations
+    + JDK-8296934: Write a test to verify whether Undecorated Frame
+      can be iconified or not
+    + JDK-8297000: [jib] Add more friendly warning for proxy issues
+    + JDK-8297154: Improve safepoint cleanup logging
+    + JDK-8297450: ScaledTextFieldBorderTest.java fails when run
+      with -show parameter
+    + JDK-8297587: Upgrade JLine to 3.22.0
+    + JDK-8297730: C2: Arraycopy intrinsic throws incorrect
+      exception
+    + JDK-8297955: LDAP CertStore should use LdapName and not
+      String for DNs
+    + JDK-8298488: [macos13] tools/jpackage tests failing with
+      "Exit code: 137" on macOS
+    + JDK-8298887: On the latest macOS+XCode the Robot API may
+      report wrong colors
+    + JDK-8299179: ArrayFill with store on backedge needs to reduce
+      length by 1
+    + JDK-8299259: C2: Div/Mod nodes without zero check could be
+      split through iv phi of loop resulting in SIGFPE
+    + JDK-8299544: Improve performance of CRC32C intrinsics
++++ 173 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/java-17-openjdk/java-17-openjdk.changes
++++ and 
/work/SRC/openSUSE:Factory/.java-17-openjdk.new.15225/java-17-openjdk.changes

Old:
----
  jdk-17.0.7+7.tar.gz

New:
----
  jdk-17.0.8+7.tar.gz

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

Other differences:
------------------
++++++ java-17-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.4No8Da/_old  2023-07-26 13:22:00.803336873 +0200
+++ /var/tmp/diff_new_pack.4No8Da/_new  2023-07-26 13:22:00.815336941 +0200
@@ -32,7 +32,7 @@
 # Standard JPackage naming and versioning defines.
 %global featurever      17
 %global interimver      0
-%global updatever       7
+%global updatever       8
 %global buildver        7
 %global openjdk_repo    jdk17u
 %global openjdk_tag     
jdk-%{featurever}.%{interimver}.%{updatever}%{?patchver:.%{patchver}}+%{buildver}

++++++ jdk-17.0.7+7.tar.gz -> jdk-17.0.8+7.tar.gz ++++++
/work/SRC/openSUSE:Factory/java-17-openjdk/jdk-17.0.7+7.tar.gz 
/work/SRC/openSUSE:Factory/.java-17-openjdk.new.15225/jdk-17.0.8+7.tar.gz 
differ: char 13, line 1

Reply via email to