<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>Rocky Linux 10 x86_64 CRB</title>
    <link>https://rockylinux.org</link>
    <description>Recently updated packages for Rocky Linux 10 x86_64 CRB</description>
    <pubDate>Sun, 17 May 2026 03:03:44 AM GMT</pubDate>
    <generator>DNF</generator>
    <item>
      <title>jq-devel-1.7.1-11.el10_1.0.2.x86_64</title>
      <pubDate>Wed, 13 May 2026 01:38:52 PM GMT</pubDate>
      <guid isPermaLink="false">b77d67ef689e6391b504b492eab4da84a5c9512fc65f9f12c8a83550654ae504</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/jq-devel-1.7.1-11.el10_1.0.2.x86_64.rpm</link>
      <description><p><strong>jq-devel</strong> - Development files for jq&lt;br /&gt;</p>

<p>Development files for jq</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 12 May 2026 GMT - Tomas Halman &amp;lt;thalman@redhat.com&amp;gt; - 1.7.1-13
- Fix CVE-2026-40164 - Denial of Service via crafted JSON object causing
  hash collisions

Tue, 12 May 2026 GMT - Tomas Halman &amp;lt;thalman@redhat.com&amp;gt; - 1.7.1-12
- Fix CVE-2026-39979 out-of-bounds read in jv_parse_sized()

Mon, 30 Jun 2025 GMT - Tomas Halman &amp;lt;thalman@redhat.com&amp;gt; - 1.7.1-11
- AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>rocky-sb-certs-10.1-1.8.el10.noarch</title>
      <pubDate>Wed, 13 May 2026 11:59:15 AM GMT</pubDate>
      <guid isPermaLink="false">99f693363c3f3d706f14d32456ac464a6bd9f74a10345a46efbf9667dab86bad</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/r/rocky-sb-certs-10.1-1.8.el10.noarch.rpm</link>
      <description><p><strong>rocky-sb-certs</strong> - Rocky Linux public secureboot certificates&lt;br /&gt;</p>

<p>This package contains the Rocky Linux secureboot public certificates.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 13 May 2026 GMT - Jonathan Dieter &amp;lt;jdieter@resf.org&amp;gt; - 10.1-1.8
- Fix GPG key file location in new fast track security repo

Fri, 08 May 2026 GMT - Jonathan Dieter &amp;lt;jdieter@resf.org&amp;gt; - 10.1-1.7
- Fix typo in repo softlink

Fri, 08 May 2026 GMT - Jonathan Dieter &amp;lt;jdieter@resf.org&amp;gt; - 10.1-1.6
- Add secureboot certs and repo for new (disabled by default) fast track security repo

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>kernel-tools-libs-devel-6.12.0-124.56.1.el10_1.x86_64</title>
      <pubDate>Tue, 12 May 2026 04:28:25 PM GMT</pubDate>
      <guid isPermaLink="false">8e84eb924abb24fecb6cebb8c88a984eb9243eb9c802ebe206a43abb7e3399a9</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/k/kernel-tools-libs-devel-6.12.0-124.56.1.el10_1.x86_64.rpm</link>
      <description><p><strong>kernel-tools-libs-devel</strong> - Assortment of tools for the Linux kernel&lt;br /&gt;</p>

<p>This package contains the development files for the tools/ directory from&lt;br /&gt;
the kernel source.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 12 May 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 6.12.0-124.56.1
- Add partial riscv64 support for build root
- Provide basic VisionFive 2 support
- Patch MMU for riscv64

Sat, 09 May 2026 GMT - CKI KWF Bot &amp;lt;cki-ci-bot+kwf-gitlab-com@redhat.com&amp;gt; [6.12.0-124.56.1.el10_1]
- xfrm: esp: avoid in-place decrypt on shared skb frags (CKI Backport Bot) [RHEL-174548] {CVE-2026-43284}

Sat, 02 May 2026 GMT - CKI KWF Bot &amp;lt;cki-ci-bot+kwf-gitlab-com@redhat.com&amp;gt; [6.12.0-124.55.1.el10_1]
- crypto: algif_aead - snapshot IV for async AEAD requests (Vladislav Dronov) [RHEL-172211]
- crypto: algif_aead - Fix minimum RX size check for decryption (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - reject short ahash digests during instance creation (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - Fix src offset when decrypting in-place (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption (Vladislav Dronov) [RHEL-172211] {CVE-2026-31431}
- crypto: authencesn - reject too-short AAD (assoclen&amp;lt;8) to match ESP/ESN spec (Vladislav Dronov) [RHEL-172211] {CVE-2026-23060}
- crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl (Vladislav Dronov) [RHEL-172211]
- crypto: af_alg - limit RX SG extraction by receive buffer budget (Vladislav Dronov) [RHEL-172211] {CVE-2026-31677}
- crypto: algif_aead - Revert to operating out-of-place (Vladislav Dronov) [RHEL-172211] {CVE-2026-31431}
- crypto: af-alg - fix NULL pointer dereference in scatterwalk (Vladislav Dronov) [RHEL-172211]

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>kernel-cross-headers-6.12.0-124.56.1.el10_1.x86_64</title>
      <pubDate>Tue, 12 May 2026 04:28:25 PM GMT</pubDate>
      <guid isPermaLink="false">2301c23e1ebfa41722ace98037ff19cfdac8be9a3aedfee073c519d13bb12ae8</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/k/kernel-cross-headers-6.12.0-124.56.1.el10_1.x86_64.rpm</link>
      <description><p><strong>kernel-cross-headers</strong> - Header files for the Linux kernel for use by cross-glibc&lt;br /&gt;</p>

<p>Kernel-cross-headers includes the C header files that specify the interface&lt;br /&gt;
between the Linux kernel and userspace libraries and programs.  The&lt;br /&gt;
header files define structures and constants that are needed for&lt;br /&gt;
building most standard programs and are also needed for rebuilding the&lt;br /&gt;
cross-glibc package.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 12 May 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 6.12.0-124.56.1
- Add partial riscv64 support for build root
- Provide basic VisionFive 2 support
- Patch MMU for riscv64

Sat, 09 May 2026 GMT - CKI KWF Bot &amp;lt;cki-ci-bot+kwf-gitlab-com@redhat.com&amp;gt; [6.12.0-124.56.1.el10_1]
- xfrm: esp: avoid in-place decrypt on shared skb frags (CKI Backport Bot) [RHEL-174548] {CVE-2026-43284}

Sat, 02 May 2026 GMT - CKI KWF Bot &amp;lt;cki-ci-bot+kwf-gitlab-com@redhat.com&amp;gt; [6.12.0-124.55.1.el10_1]
- crypto: algif_aead - snapshot IV for async AEAD requests (Vladislav Dronov) [RHEL-172211]
- crypto: algif_aead - Fix minimum RX size check for decryption (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - reject short ahash digests during instance creation (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - Fix src offset when decrypting in-place (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption (Vladislav Dronov) [RHEL-172211] {CVE-2026-31431}
- crypto: authencesn - reject too-short AAD (assoclen&amp;lt;8) to match ESP/ESN spec (Vladislav Dronov) [RHEL-172211] {CVE-2026-23060}
- crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl (Vladislav Dronov) [RHEL-172211]
- crypto: af_alg - limit RX SG extraction by receive buffer budget (Vladislav Dronov) [RHEL-172211] {CVE-2026-31677}
- crypto: algif_aead - Revert to operating out-of-place (Vladislav Dronov) [RHEL-172211] {CVE-2026-31431}
- crypto: af-alg - fix NULL pointer dereference in scatterwalk (Vladislav Dronov) [RHEL-172211]

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libperf-6.12.0-124.56.1.el10_1.x86_64</title>
      <pubDate>Tue, 12 May 2026 04:28:25 PM GMT</pubDate>
      <guid isPermaLink="false">0e06e419847a3557abd7f6ae4537a7ec429058f94636c8a683cb062c94114370</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libperf-6.12.0-124.56.1.el10_1.x86_64.rpm</link>
      <description><p><strong>libperf</strong> - The perf library from kernel source&lt;br /&gt;</p>

<p>This package contains the kernel source perf library.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 12 May 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 6.12.0-124.56.1
- Add partial riscv64 support for build root
- Provide basic VisionFive 2 support
- Patch MMU for riscv64

Sat, 09 May 2026 GMT - CKI KWF Bot &amp;lt;cki-ci-bot+kwf-gitlab-com@redhat.com&amp;gt; [6.12.0-124.56.1.el10_1]
- xfrm: esp: avoid in-place decrypt on shared skb frags (CKI Backport Bot) [RHEL-174548] {CVE-2026-43284}

Sat, 02 May 2026 GMT - CKI KWF Bot &amp;lt;cki-ci-bot+kwf-gitlab-com@redhat.com&amp;gt; [6.12.0-124.55.1.el10_1]
- crypto: algif_aead - snapshot IV for async AEAD requests (Vladislav Dronov) [RHEL-172211]
- crypto: algif_aead - Fix minimum RX size check for decryption (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - reject short ahash digests during instance creation (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - Fix src offset when decrypting in-place (Vladislav Dronov) [RHEL-172211]
- crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption (Vladislav Dronov) [RHEL-172211] {CVE-2026-31431}
- crypto: authencesn - reject too-short AAD (assoclen&amp;lt;8) to match ESP/ESN spec (Vladislav Dronov) [RHEL-172211] {CVE-2026-23060}
- crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl (Vladislav Dronov) [RHEL-172211]
- crypto: af_alg - limit RX SG extraction by receive buffer budget (Vladislav Dronov) [RHEL-172211] {CVE-2026-31677}
- crypto: algif_aead - Revert to operating out-of-place (Vladislav Dronov) [RHEL-172211] {CVE-2026-31431}
- crypto: af-alg - fix NULL pointer dereference in scatterwalk (Vladislav Dronov) [RHEL-172211]

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>glib2-static-2.80.4-10.el10_1.13.x86_64</title>
      <pubDate>Tue, 12 May 2026 12:00:23 PM GMT</pubDate>
      <guid isPermaLink="false">b1a29d2ac4e984e4e138d0281ff57ea0c3971dd65e14c2ca41406db724e959dd</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/g/glib2-static-2.80.4-10.el10_1.13.x86_64.rpm</link>
      <description><p><strong>glib2-static</strong> - glib static&lt;br /&gt;</p>

<p>The glib2-static subpackage contains static libraries for glib2.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Thu, 23 Apr 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 2.80.4-13
- Fix CVE-2025-14087 and CVE-2025-14512

Mon, 19 Jan 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 2.80.4-12
- Fix NVR

Mon, 19 Jan 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 2.80.4-11
- Add patch for CVE-2025-13601

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>glib2-doc-2.80.4-10.el10_1.13.x86_64</title>
      <pubDate>Tue, 12 May 2026 12:00:23 PM GMT</pubDate>
      <guid isPermaLink="false">91ddc74b124b302dd32d3a838f37beb3e0ecce42d9a3a9aa57344950af66d56c</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/g/glib2-doc-2.80.4-10.el10_1.13.x86_64.rpm</link>
      <description><p><strong>glib2-doc</strong> - A library of handy utility functions&lt;br /&gt;</p>

<p>The glib2-doc package includes documentation for the GLib library.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Thu, 23 Apr 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 2.80.4-13
- Fix CVE-2025-14087 and CVE-2025-14512

Mon, 19 Jan 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 2.80.4-12
- Fix NVR

Mon, 19 Jan 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 2.80.4-11
- Add patch for CVE-2025-13601

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>openexr-devel-3.1.10-8.el10_1.2.x86_64</title>
      <pubDate>Tue, 12 May 2026 09:36:35 AM GMT</pubDate>
      <guid isPermaLink="false">5ff49c77f441ca09c53441586f8b91547ac3de5774b8327ae29dda13e7a360a5</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/o/openexr-devel-3.1.10-8.el10_1.2.x86_64.rpm</link>
      <description><p><strong>openexr-devel</strong> - Development files for openexr&lt;br /&gt;</p>

<p>Development files for openexr.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 28 Apr 2026 GMT - Josef Ridky &amp;lt;jridky@redhat.com&amp;gt; - 3.1.10-8.2
- fix CVE-2026-34588

Mon, 23 Mar 2026 GMT - Josef Ridky &amp;lt;jridky@redhat.com&amp;gt; - 3.1.10-8.1
- fix CVE-2026-27622

Tue, 29 Oct 2024 GMT - Troy Dawson &amp;lt;tdawson@redhat.com&amp;gt; - 3.1.10-8
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libwinpr-devel-2:3.10.3-5.el10_1.8.x86_64</title>
      <pubDate>Tue, 12 May 2026 09:35:30 AM GMT</pubDate>
      <guid isPermaLink="false">f37a518334e37a12f63f204aeef501f0a9a12c7ced57ffca4d5cffd2dac83b02</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libwinpr-devel-3.10.3-5.el10_1.8.x86_64.rpm</link>
      <description><p><strong>libwinpr-devel</strong> - Windows Portable Runtime development files&lt;br /&gt;</p>

<p>The freerdp-libwinpr-devel package contains libraries and header files for&lt;br /&gt;
developing applications that use freerdp-libwinpr.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 29 Apr 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.8
- Fix double free in xf_rail_window_common cleanup (CVE-2026-26986)
- Fix clipboard use-after-free during auto-reconnect (CVE-2026-25997)
- Fix heap-buffer-overflow in bitmap_cache_put (CVE-2026-29775)
- Add DSP format checks (CVE-2026-31884)
- Fix DSP array bounds checks (CVE-2026-31883)
- Fix DSP array bounds checks (CVE-2026-31885)
- Update PERSISTENT_CACHE_ENTRY::size after realloc (CVE-2026-33987)
- Update CLEAR_GLYPH_ENTRY::count after alloc (CVE-2026-33985)
- Use winpr_aligned_calloc in persistent cache (CVE-2026-33982)
  Resolves: RHEL-159803, RHEL-159659, RHEL-161033, RHEL-161468
  Resolves: RHEL-161504, RHEL-161071, RHEL-163653, RHEL-167791, RHEL-162930

Fri, 10 Apr 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.6
- Update CLEAR_VBAR_ENTRY size after alloc (CVE-2026-33984)
- Fail progressive_rfx_quant_sub on invalid values (CVE-2026-33983)
  Resolves: RHEL-162946, RHEL-162962

Tue, 31 Mar 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.5
- Fix use of nsc_process_message
- Increase timeout for TestSynchCritical
  Resolves: RHEL-155979

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>freerdp-server-2:3.10.3-5.el10_1.8.x86_64</title>
      <pubDate>Tue, 12 May 2026 09:35:30 AM GMT</pubDate>
      <guid isPermaLink="false">5f407642f6fd23dde2f8338e4d4396e585a0c4745d051cfcc2a5f7737d93acbf</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/f/freerdp-server-3.10.3-5.el10_1.8.x86_64.rpm</link>
      <description><p><strong>freerdp-server</strong> - Server support for freerdp&lt;br /&gt;</p>

<p>The freerdp-server package contains servers which can export a desktop via&lt;br /&gt;
the RDP protocol.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 29 Apr 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.8
- Fix double free in xf_rail_window_common cleanup (CVE-2026-26986)
- Fix clipboard use-after-free during auto-reconnect (CVE-2026-25997)
- Fix heap-buffer-overflow in bitmap_cache_put (CVE-2026-29775)
- Add DSP format checks (CVE-2026-31884)
- Fix DSP array bounds checks (CVE-2026-31883)
- Fix DSP array bounds checks (CVE-2026-31885)
- Update PERSISTENT_CACHE_ENTRY::size after realloc (CVE-2026-33987)
- Update CLEAR_GLYPH_ENTRY::count after alloc (CVE-2026-33985)
- Use winpr_aligned_calloc in persistent cache (CVE-2026-33982)
  Resolves: RHEL-159803, RHEL-159659, RHEL-161033, RHEL-161468
  Resolves: RHEL-161504, RHEL-161071, RHEL-163653, RHEL-167791, RHEL-162930

Fri, 10 Apr 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.6
- Update CLEAR_VBAR_ENTRY size after alloc (CVE-2026-33984)
- Fail progressive_rfx_quant_sub on invalid values (CVE-2026-33983)
  Resolves: RHEL-162946, RHEL-162962

Tue, 31 Mar 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.5
- Fix use of nsc_process_message
- Increase timeout for TestSynchCritical
  Resolves: RHEL-155979

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>freerdp-devel-2:3.10.3-5.el10_1.8.x86_64</title>
      <pubDate>Tue, 12 May 2026 09:35:30 AM GMT</pubDate>
      <guid isPermaLink="false">aa15dd045ac61807dc7814e550e0531d26f96b4eb98418f8e44ac63c895bb659</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/f/freerdp-devel-3.10.3-5.el10_1.8.x86_64.rpm</link>
      <description><p><strong>freerdp-devel</strong> - Development files for freerdp&lt;br /&gt;</p>

<p>The freerdp-devel package contains libraries and header files for developing&lt;br /&gt;
applications that use freerdp-libs.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 29 Apr 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.8
- Fix double free in xf_rail_window_common cleanup (CVE-2026-26986)
- Fix clipboard use-after-free during auto-reconnect (CVE-2026-25997)
- Fix heap-buffer-overflow in bitmap_cache_put (CVE-2026-29775)
- Add DSP format checks (CVE-2026-31884)
- Fix DSP array bounds checks (CVE-2026-31883)
- Fix DSP array bounds checks (CVE-2026-31885)
- Update PERSISTENT_CACHE_ENTRY::size after realloc (CVE-2026-33987)
- Update CLEAR_GLYPH_ENTRY::count after alloc (CVE-2026-33985)
- Use winpr_aligned_calloc in persistent cache (CVE-2026-33982)
  Resolves: RHEL-159803, RHEL-159659, RHEL-161033, RHEL-161468
  Resolves: RHEL-161504, RHEL-161071, RHEL-163653, RHEL-167791, RHEL-162930

Fri, 10 Apr 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.6
- Update CLEAR_VBAR_ENTRY size after alloc (CVE-2026-33984)
- Fail progressive_rfx_quant_sub on invalid values (CVE-2026-33983)
  Resolves: RHEL-162946, RHEL-162962

Tue, 31 Mar 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:3.10.3-5.5
- Fix use of nsc_process_message
- Increase timeout for TestSynchCritical
  Resolves: RHEL-155979

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libsoup3-doc-3.6.5-3.el10_1.11.noarch</title>
      <pubDate>Tue, 12 May 2026 09:32:51 AM GMT</pubDate>
      <guid isPermaLink="false">cf6b397d35769563163b60c0a7e377f0f96412cb3b6fb12d220929127d4fda88</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libsoup3-doc-3.6.5-3.el10_1.11.noarch.rpm</link>
      <description><p><strong>libsoup3-doc</strong> - Documentation files for libsoup3&lt;br /&gt;</p>

<p>This package contains developer documentation for libsoup3.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Mon, 04 May 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 3.6.5-11
- Add patches for CVE-2026-4271 and CVE-2026-5119

Mon, 02 Feb 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 3.6.5-10
- Add patch for CVE-2026-1761

Fri, 30 Jan 2026 GMT - Michael Catanzaro &amp;lt;mcatanzaro@gnome.org&amp;gt; - 3.6.5-9
- Fix CVE-2026-0719

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>corosync-vqsim-3.1.9-2.el10_1.1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:49:50 PM GMT</pubDate>
      <guid isPermaLink="false">3edaeb604b00c23cc5a00f6742b57a6a9dc37d5b630fb56153d0fde0fa5b9859</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/c/corosync-vqsim-3.1.9-2.el10_1.1.x86_64.rpm</link>
      <description><p><strong>corosync-vqsim</strong> - The Corosync Cluster Engine - Votequorum Simulator&lt;br /&gt;</p>

<p>A command-line simulator for the corosync votequorum subsystem.&lt;br /&gt;
It uses the same code as the corosync quorum system but forks&lt;br /&gt;
them into subprocesses to simulate nodes.&lt;br /&gt;
Nodes can be added and removed as well as partitioned (to simulate&lt;br /&gt;
network splits)</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Fri, 10 Apr 2026 GMT - Jan Friesse &amp;lt;jfriesse@redhat.com&amp;gt; - 3.1.9-2.1
- Resolves: RHEL-163801
- Resolves: RHEL-163822

- totemsrp: Return error if sanity check fails (fixes CVE-2026-35091)
- totemsrp: Fix integer overflow in memb_join_sanity (fixes CVE-2026-35092)

Mon, 16 Jun 2025 GMT - Jan Friesse &amp;lt;jfriesse@redhat.com&amp;gt; - 3.1.9-2
- Resolves: RHEL-96073

- exec: Add support for env STATE_DIRECTORY
- init: Use LogsDirectory in systemd unit file

Fri, 28 Mar 2025 GMT - Jan Friesse &amp;lt;jfriesse@redhat.com&amp;gt; - 3.1.9-1.1
- Resolves: RHEL-84612

- totemsrp: Check size of orf_token msg (fixes CVE-2025-30472)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>samba-test-libs-4.22.4-121.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">c1e27efdd5e9b0a8bd3a21d7ec2390b3b7697ad78bc895c444ccc0ebb0aac73d</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/s/samba-test-libs-4.22.4-121.el10_1.x86_64.rpm</link>
      <description><p><strong>samba-test-libs</strong> - Libraries need by the testing tools for Samba servers and clients&lt;br /&gt;</p>

<p>samba-test-libs provides libraries required by the testing tools.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>samba-test-4.22.4-121.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">14d57d7dc39c8b38f279702933cb3dbe132722c6fd2514a7de89a05c48bb40da</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/s/samba-test-4.22.4-121.el10_1.x86_64.rpm</link>
      <description><p><strong>samba-test</strong> - Testing tools for Samba servers and clients&lt;br /&gt;</p>

<p>samba-test provides testing tools for both the server and client&lt;br /&gt;
packages of Samba.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>samba-pidl-4.22.4-121.el10_1.noarch</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">a5e60609fa19dea3dfa1d103e76eee9879ac5b6d4f537cba914b5a70e73bb928</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/s/samba-pidl-4.22.4-121.el10_1.noarch.rpm</link>
      <description><p><strong>samba-pidl</strong> - Perl IDL compiler&lt;br /&gt;</p>

<p>The samba-pidl package contains the Perl IDL compiler used by Samba&lt;br /&gt;
and Wireshark to parse IDL and similar protocols</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>samba-devel-4.22.4-121.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">24da81b3b05fb131333c1cdf37a8cce3a113c97073aa4a024770cc05c26786f1</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/s/samba-devel-4.22.4-121.el10_1.x86_64.rpm</link>
      <description><p><strong>samba-devel</strong> - Developer tools for Samba libraries&lt;br /&gt;</p>

<p>The samba-devel package contains the header files for the libraries&lt;br /&gt;
needed to develop programs that link against the SMB, RPC and other&lt;br /&gt;
libraries in the Samba suite.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libwbclient-devel-4.22.4-121.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">1b2a81d7aaa5d3ef488c7e12c605935c88193508d2178f2d207b67bf3f62458f</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libwbclient-devel-4.22.4-121.el10_1.x86_64.rpm</link>
      <description><p><strong>libwbclient-devel</strong> - Developer tools for the winbind library&lt;br /&gt;</p>

<p>The libwbclient-devel package provides developer tools for the wbclient&lt;br /&gt;
library.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-samba-test-4.22.4-121.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">acb06c73e2d3eb093079c211517ff46757c304f5ecc0dc11791c77997523c940</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/p/python3-samba-test-4.22.4-121.el10_1.x86_64.rpm</link>
      <description><p><strong>python3-samba-test</strong> - Samba Python libraries&lt;br /&gt;</p>

<p>The python3-samba-test package contains the Python libraries used by the test suite of Samba.&lt;br /&gt;
If you want to run full set of Samba tests, you need to install this package.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libsmbclient-devel-4.22.4-121.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">2202d4365ed5554ed3cc4b993a6dce233f5951cfb4c327849ad63091eb7c9771</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libsmbclient-devel-4.22.4-121.el10_1.x86_64.rpm</link>
      <description><p><strong>libsmbclient-devel</strong> - Developer tools for the SMB client library&lt;br /&gt;</p>

<p>The libsmbclient-devel package contains the header files and libraries needed&lt;br /&gt;
to develop programs that link against the SMB client library in the Samba&lt;br /&gt;
suite.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libnetapi-devel-4.22.4-121.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">d2c124463c5d377ff0476e16e63e7dddd9208fd2d7690989a5e69d3376524bc9</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libnetapi-devel-4.22.4-121.el10_1.x86_64.rpm</link>
      <description><p><strong>libnetapi-devel</strong> - Developer tools for the NETAPI library&lt;br /&gt;</p>

<p>The libnetapi-devel package contains the header files and libraries needed to&lt;br /&gt;
develop programs that link against the NETAPI library in the Samba suite.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libldb-devel-4.22.4-121.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:45:09 PM GMT</pubDate>
      <guid isPermaLink="false">903e300b347080ad555a4334d0315ab4cb32f136480bbf177e068aa6d0a721ba</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libldb-devel-4.22.4-121.el10_1.x86_64.rpm</link>
      <description><p><strong>libldb-devel</strong> - Developer tools for the LDB library&lt;br /&gt;</p>

<p>Header files needed to develop programs that link against the LDB library.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-121
- Fix samba automount triggering for more file systems
- resolves: RHEL-137447

Wed, 22 Apr 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-120
- Fix 'net ads join' AD replication race with multiple DCs
- resolves: RHEL-169667

Thu, 19 Feb 2026 GMT - Pavel Filipenský &amp;lt;pfilipensky@samba.org&amp;gt; - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>virt-v2v-man-pages-uk-1:2.8.1-22.el10_1.noarch</title>
      <pubDate>Tue, 05 May 2026 04:44:50 PM GMT</pubDate>
      <guid isPermaLink="false">eb0caf5000166d620b140256ecba1b195bfeeff9e5c130e479a766a13d647da5</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/v/virt-v2v-man-pages-uk-2.8.1-22.el10_1.noarch.rpm</link>
      <description><p><strong>virt-v2v-man-pages-uk</strong> - Ukrainian (uk) man pages for virt-v2v&lt;br /&gt;</p>

<p>virt-v2v-man-pages-uk contains Ukrainian (uk) man pages&lt;br /&gt;
for virt-v2v.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Thu, 23 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:2.8.1-22
- Stop using maxmem (xfs_repair -m option)
  resolves: RHEL-169173
- Fix CHS geometry error for Veritas/Sun partitions
  resolves: RHEL-169224

Fri, 03 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:2.8.1-20
- Add --no-fstrim option
  resolves: RHEL-164582

Sun, 15 Feb 2026 GMT - Cole Robinson &amp;lt;crobinso@redhat.com&amp;gt; - 1:2.8.1-19
- Install blnsvr.exe to \Windows\Drivers\VirtIO
  resolves: RHEL-149474

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>virt-v2v-man-pages-ja-1:2.8.1-22.el10_1.noarch</title>
      <pubDate>Tue, 05 May 2026 04:44:50 PM GMT</pubDate>
      <guid isPermaLink="false">8dd79d35d62abf30356249128b97bdbfc6c420cb87fe37425fb5efdada793619</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/v/virt-v2v-man-pages-ja-2.8.1-22.el10_1.noarch.rpm</link>
      <description><p><strong>virt-v2v-man-pages-ja</strong> - Japanese (ja) man pages for virt-v2v&lt;br /&gt;</p>

<p>virt-v2v-man-pages-ja contains Japanese (ja) man pages&lt;br /&gt;
for virt-v2v.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Thu, 23 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:2.8.1-22
- Stop using maxmem (xfs_repair -m option)
  resolves: RHEL-169173
- Fix CHS geometry error for Veritas/Sun partitions
  resolves: RHEL-169224

Fri, 03 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:2.8.1-20
- Add --no-fstrim option
  resolves: RHEL-164582

Sun, 15 Feb 2026 GMT - Cole Robinson &amp;lt;crobinso@redhat.com&amp;gt; - 1:2.8.1-19
- Install blnsvr.exe to \Windows\Drivers\VirtIO
  resolves: RHEL-149474

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libsmartcols-devel-2.40.2-16.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:40:08 PM GMT</pubDate>
      <guid isPermaLink="false">fec1a82d6af59c3251e19ce6fa32fdfafcbdc835ed60dc950e3dc28fa7480dd4</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libsmartcols-devel-2.40.2-16.el10_1.x86_64.rpm</link>
      <description><p><strong>libsmartcols-devel</strong> - Formatting library for ls-like programs&lt;br /&gt;</p>

<p>This is development library and headers for ls-like terminal programs,&lt;br /&gt;
part of util-linux.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Mon, 16 Feb 2026 GMT - Karel Zak &amp;lt;kzak@redhat.com&amp;gt; - 2.40.2-16
- wall: always use utmp as fallback

Mon, 26 Jan 2026 GMT - Karel Zak &amp;lt;kzak@redhat.com&amp;gt; - 2.40.2-15
- libblkid: use snprintf() instead of sprintf()

Tue, 16 Dec 2025 GMT - Karel Zak &amp;lt;kzak@redhat.com&amp;gt; - 2.40.2-14
- Fix setpwnam() buffer use [CVE-2025-14104]

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libfdisk-devel-2.40.2-16.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:40:08 PM GMT</pubDate>
      <guid isPermaLink="false">2647ea7cbd58cbbd346b3dfb92f21436c3f261c1d7d6fb97a07ebb815fb08562</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libfdisk-devel-2.40.2-16.el10_1.x86_64.rpm</link>
      <description><p><strong>libfdisk-devel</strong> - Partitioning library for fdisk-like programs&lt;br /&gt;</p>

<p>This is development library and headers for fdisk-like programs,&lt;br /&gt;
part of util-linux.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Mon, 16 Feb 2026 GMT - Karel Zak &amp;lt;kzak@redhat.com&amp;gt; - 2.40.2-16
- wall: always use utmp as fallback

Mon, 26 Jan 2026 GMT - Karel Zak &amp;lt;kzak@redhat.com&amp;gt; - 2.40.2-15
- libblkid: use snprintf() instead of sprintf()

Tue, 16 Dec 2025 GMT - Karel Zak &amp;lt;kzak@redhat.com&amp;gt; - 2.40.2-14
- Fix setpwnam() buffer use [CVE-2025-14104]

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libdnf-devel-0.73.1-12.el10_1.1.rocky.0.1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:30:40 PM GMT</pubDate>
      <guid isPermaLink="false">acb1dc0c1762cc34567bd042e729a2aebc708ee64ae0e2b81fc53407d14b7e04</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libdnf-devel-0.73.1-12.el10_1.1.rocky.0.1.x86_64.rpm</link>
      <description><p><strong>libdnf-devel</strong> - Development files for libdnf&lt;br /&gt;</p>

<p>Development files for libdnf.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 05 May 2026 GMT - Louis Abel &amp;lt;label@resf.org&amp;gt; - 0.73.1-12.1.rocky.0.1
- Add Rocky Linux bug tracker

Mon, 13 Apr 2026 GMT - Petr Pisar &amp;lt;ppisar@redhat.com&amp;gt; - 0.73.1-12.1
- Fix dnf_keyring_add_public_key() to add multiple keys from a single file
  (RHEL-156041)

Thu, 26 Jun 2025 GMT - Evan Goode &amp;lt;egoode@redhat.com&amp;gt; - 0.73.1-12
- Bump version due to failed build

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>ocaml-libguestfs-devel-1:1.56.1-6.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:30:22 PM GMT</pubDate>
      <guid isPermaLink="false">ab582490e6ec06f5d808234922ff998403870721439473d79f7cad1cb045d608</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/o/ocaml-libguestfs-devel-1.56.1-6.el10_1.x86_64.rpm</link>
      <description><p><strong>ocaml-libguestfs-devel</strong> - OCaml bindings for libguestfs&lt;br /&gt;</p>

<p>ocaml-libguestfs-devel contains development libraries&lt;br /&gt;
required to use the OCaml bindings for libguestfs.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Fri, 17 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-6
- Fix CHS geometry error for Veritas/Sun partitions
  resolves: RHEL-169224

Mon, 09 Mar 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-4
- Fix btrfs volume reverse translation
  resolves: RHEL-149119

Thu, 14 Aug 2025 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-3
- Rebase to libguestfs 1.56.1
  resolves: RHEL-81733
- Include host kernel information in libguestfs debugging output
  resolves: RHEL-83026
- Fix virt-v2v conversion of split /usr Ubuntu 22+
  resolves: RHEL-87622
- Remove dependencies on oUnit, flex, bison, file-devel
- Remove zfs-fuse (not used in RHEL)
- Fix gating test
- Fix inspection with duplicated root mountpoint
  resolves: RHEL-90170
- Add btrfs-scrub-full API
  resolves: RHEL-91936
- Add e2fsck forceno flag
  resolves: RHEL-92599
- Capture and raise qemu-img stderr
  resolves: RHEL-92239
- Ignore btrfs snapshots of roots
  resolves: RHEL-93109
- Add /etc/fstab, lsblk and blkid to verbose output
  resolves: RHEL-106490
- Fix conversion of SLES15 with encrypted btrfs filesystem
  resolves: RHEL-93584
- Add guestfs_setfiles API
  resolves: RHEL-108832
- Ignore blank disks in Windows drive mapping
  resolves: RHEL-109258

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>ocaml-libguestfs-1:1.56.1-6.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:30:22 PM GMT</pubDate>
      <guid isPermaLink="false">f80b9d20f87339d0ab0df6b7080eb8c592b82cf78e8f2f8f815a7c4709f60a66</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/o/ocaml-libguestfs-1.56.1-6.el10_1.x86_64.rpm</link>
      <description><p><strong>ocaml-libguestfs</strong> - OCaml bindings for libguestfs&lt;br /&gt;</p>

<p>ocaml-libguestfs contains OCaml bindings for libguestfs.&lt;br /&gt;
&lt;br /&gt;
This is for toplevel and scripting access only.  To compile OCaml&lt;br /&gt;
programs which use libguestfs you will also need ocaml-libguestfs-devel.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Fri, 17 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-6
- Fix CHS geometry error for Veritas/Sun partitions
  resolves: RHEL-169224

Mon, 09 Mar 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-4
- Fix btrfs volume reverse translation
  resolves: RHEL-149119

Thu, 14 Aug 2025 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-3
- Rebase to libguestfs 1.56.1
  resolves: RHEL-81733
- Include host kernel information in libguestfs debugging output
  resolves: RHEL-83026
- Fix virt-v2v conversion of split /usr Ubuntu 22+
  resolves: RHEL-87622
- Remove dependencies on oUnit, flex, bison, file-devel
- Remove zfs-fuse (not used in RHEL)
- Fix gating test
- Fix inspection with duplicated root mountpoint
  resolves: RHEL-90170
- Add btrfs-scrub-full API
  resolves: RHEL-91936
- Add e2fsck forceno flag
  resolves: RHEL-92599
- Capture and raise qemu-img stderr
  resolves: RHEL-92239
- Ignore btrfs snapshots of roots
  resolves: RHEL-93109
- Add /etc/fstab, lsblk and blkid to verbose output
  resolves: RHEL-106490
- Fix conversion of SLES15 with encrypted btrfs filesystem
  resolves: RHEL-93584
- Add guestfs_setfiles API
  resolves: RHEL-108832
- Ignore blank disks in Windows drive mapping
  resolves: RHEL-109258

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libguestfs-man-pages-uk-1:1.56.1-6.el10_1.noarch</title>
      <pubDate>Tue, 05 May 2026 04:30:22 PM GMT</pubDate>
      <guid isPermaLink="false">4337eb0bfb5ded6ec63cdbd08da591b80a6d64cf494a20b5f2d247f56f61ceaf</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libguestfs-man-pages-uk-1.56.1-6.el10_1.noarch.rpm</link>
      <description><p><strong>libguestfs-man-pages-uk</strong> - Ukrainian (uk) man pages for libguestfs&lt;br /&gt;</p>

<p>libguestfs-man-pages-uk contains Ukrainian (uk) man pages&lt;br /&gt;
for libguestfs.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Fri, 17 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-6
- Fix CHS geometry error for Veritas/Sun partitions
  resolves: RHEL-169224

Mon, 09 Mar 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-4
- Fix btrfs volume reverse translation
  resolves: RHEL-149119

Thu, 14 Aug 2025 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-3
- Rebase to libguestfs 1.56.1
  resolves: RHEL-81733
- Include host kernel information in libguestfs debugging output
  resolves: RHEL-83026
- Fix virt-v2v conversion of split /usr Ubuntu 22+
  resolves: RHEL-87622
- Remove dependencies on oUnit, flex, bison, file-devel
- Remove zfs-fuse (not used in RHEL)
- Fix gating test
- Fix inspection with duplicated root mountpoint
  resolves: RHEL-90170
- Add btrfs-scrub-full API
  resolves: RHEL-91936
- Add e2fsck forceno flag
  resolves: RHEL-92599
- Capture and raise qemu-img stderr
  resolves: RHEL-92239
- Ignore btrfs snapshots of roots
  resolves: RHEL-93109
- Add /etc/fstab, lsblk and blkid to verbose output
  resolves: RHEL-106490
- Fix conversion of SLES15 with encrypted btrfs filesystem
  resolves: RHEL-93584
- Add guestfs_setfiles API
  resolves: RHEL-108832
- Ignore blank disks in Windows drive mapping
  resolves: RHEL-109258

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libguestfs-man-pages-ja-1:1.56.1-6.el10_1.noarch</title>
      <pubDate>Tue, 05 May 2026 04:30:22 PM GMT</pubDate>
      <guid isPermaLink="false">8054a3e16f7433bfa024928e6afbb247336996110f7586bc7db6871f38fcd6ca</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libguestfs-man-pages-ja-1.56.1-6.el10_1.noarch.rpm</link>
      <description><p><strong>libguestfs-man-pages-ja</strong> - Japanese (ja) man pages for libguestfs&lt;br /&gt;</p>

<p>libguestfs-man-pages-ja contains Japanese (ja) man pages&lt;br /&gt;
for libguestfs.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Fri, 17 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-6
- Fix CHS geometry error for Veritas/Sun partitions
  resolves: RHEL-169224

Mon, 09 Mar 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-4
- Fix btrfs volume reverse translation
  resolves: RHEL-149119

Thu, 14 Aug 2025 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-3
- Rebase to libguestfs 1.56.1
  resolves: RHEL-81733
- Include host kernel information in libguestfs debugging output
  resolves: RHEL-83026
- Fix virt-v2v conversion of split /usr Ubuntu 22+
  resolves: RHEL-87622
- Remove dependencies on oUnit, flex, bison, file-devel
- Remove zfs-fuse (not used in RHEL)
- Fix gating test
- Fix inspection with duplicated root mountpoint
  resolves: RHEL-90170
- Add btrfs-scrub-full API
  resolves: RHEL-91936
- Add e2fsck forceno flag
  resolves: RHEL-92599
- Capture and raise qemu-img stderr
  resolves: RHEL-92239
- Ignore btrfs snapshots of roots
  resolves: RHEL-93109
- Add /etc/fstab, lsblk and blkid to verbose output
  resolves: RHEL-106490
- Fix conversion of SLES15 with encrypted btrfs filesystem
  resolves: RHEL-93584
- Add guestfs_setfiles API
  resolves: RHEL-108832
- Ignore blank disks in Windows drive mapping
  resolves: RHEL-109258

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libguestfs-devel-1:1.56.1-6.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:30:22 PM GMT</pubDate>
      <guid isPermaLink="false">45ddedd7af275f19ff23b96e50066c2a3ae0104db06311ba68ffbe242cc4eca1</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libguestfs-devel-1.56.1-6.el10_1.x86_64.rpm</link>
      <description><p><strong>libguestfs-devel</strong> - Development tools and libraries for libguestfs&lt;br /&gt;</p>

<p>libguestfs-devel contains development tools and libraries&lt;br /&gt;
for libguestfs.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Fri, 17 Apr 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-6
- Fix CHS geometry error for Veritas/Sun partitions
  resolves: RHEL-169224

Mon, 09 Mar 2026 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-4
- Fix btrfs volume reverse translation
  resolves: RHEL-149119

Thu, 14 Aug 2025 GMT - Richard W.M. Jones &amp;lt;rjones@redhat.com&amp;gt; - 1:1.56.1-3
- Rebase to libguestfs 1.56.1
  resolves: RHEL-81733
- Include host kernel information in libguestfs debugging output
  resolves: RHEL-83026
- Fix virt-v2v conversion of split /usr Ubuntu 22+
  resolves: RHEL-87622
- Remove dependencies on oUnit, flex, bison, file-devel
- Remove zfs-fuse (not used in RHEL)
- Fix gating test
- Fix inspection with duplicated root mountpoint
  resolves: RHEL-90170
- Add btrfs-scrub-full API
  resolves: RHEL-91936
- Add e2fsck forceno flag
  resolves: RHEL-92599
- Capture and raise qemu-img stderr
  resolves: RHEL-92239
- Ignore btrfs snapshots of roots
  resolves: RHEL-93109
- Add /etc/fstab, lsblk and blkid to verbose output
  resolves: RHEL-106490
- Fix conversion of SLES15 with encrypted btrfs filesystem
  resolves: RHEL-93584
- Add guestfs_setfiles API
  resolves: RHEL-108832
- Ignore blank disks in Windows drive mapping
  resolves: RHEL-109258

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-test-3.12.12-4.el10_1.3.x86_64</title>
      <pubDate>Tue, 05 May 2026 03:38:23 PM GMT</pubDate>
      <guid isPermaLink="false">04769f7fe77ca0ca99c61bbb9daf7c4841ad4c935caf91265fef3c2fe9b7eefb</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/p/python3-test-3.12.12-4.el10_1.3.x86_64.rpm</link>
      <description><p><strong>python3-test</strong> - The self-test suite for the main python3 package&lt;br /&gt;</p>

<p>The self-test suite for the Python interpreter.&lt;br /&gt;
&lt;br /&gt;
This is only useful to test Python itself. For testing general Python code,&lt;br /&gt;
you should use the unittest module from python3-libs, or a library such as&lt;br /&gt;
python3-pytest.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 05 May 2026 GMT - Jonathan Dieter &amp;lt;jdieter@resf.org&amp;gt; - 3.12.12-4.3
- Bump release to ensure it's higher than last Rocky build

Thu, 16 Apr 2026 GMT - Charalampos Stratakis &amp;lt;cstratak@redhat.com&amp;gt; - 3.12.12-3.3
- Security fixes for CVE-2026-4786, CVE-2026-6100
Resolves: RHEL-167885, RHEL-168119

Fri, 27 Mar 2026 GMT - Tomáš Hrnčiar &amp;lt;thrnciar@redhat.com&amp;gt; - 3.12.12-3.2
- Security fix for CVE-2026-4519
Resolves: RHEL-158127

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-idle-3.12.12-4.el10_1.3.x86_64</title>
      <pubDate>Tue, 05 May 2026 03:38:23 PM GMT</pubDate>
      <guid isPermaLink="false">c83312f629fdfcd61033e4b657e3893398db1cd7536ef2e9aa53b653d899eefc</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/p/python3-idle-3.12.12-4.el10_1.3.x86_64.rpm</link>
      <description><p><strong>python3-idle</strong> - A basic graphical development environment for Python&lt;br /&gt;</p>

<p>IDLE is Python’s Integrated Development and Learning Environment.&lt;br /&gt;
&lt;br /&gt;
IDLE has the following features: Python shell window (interactive&lt;br /&gt;
interpreter) with colorizing of code input, output, and error messages;&lt;br /&gt;
multi-window text editor with multiple undo, Python colorizing,&lt;br /&gt;
smart indent, call tips, auto completion, and other features;&lt;br /&gt;
search within any window, replace within editor windows, and&lt;br /&gt;
search through multiple files (grep); debugger with persistent&lt;br /&gt;
breakpoints, stepping, and viewing of global and local namespaces;&lt;br /&gt;
configuration, browsers, and other dialogs.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 05 May 2026 GMT - Jonathan Dieter &amp;lt;jdieter@resf.org&amp;gt; - 3.12.12-4.3
- Bump release to ensure it's higher than last Rocky build

Thu, 16 Apr 2026 GMT - Charalampos Stratakis &amp;lt;cstratak@redhat.com&amp;gt; - 3.12.12-3.3
- Security fixes for CVE-2026-4786, CVE-2026-6100
Resolves: RHEL-167885, RHEL-168119

Fri, 27 Mar 2026 GMT - Tomáš Hrnčiar &amp;lt;thrnciar@redhat.com&amp;gt; - 3.12.12-3.2
- Security fix for CVE-2026-4519
Resolves: RHEL-158127

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-debug-3.12.12-4.el10_1.3.x86_64</title>
      <pubDate>Tue, 05 May 2026 03:38:23 PM GMT</pubDate>
      <guid isPermaLink="false">fa30d2cebd173469084fea54aaa36bbaf882205f8593af3672a5d4b4aee2320b</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/p/python3-debug-3.12.12-4.el10_1.3.x86_64.rpm</link>
      <description><p><strong>python3-debug</strong> - Debug version of the Python runtime&lt;br /&gt;</p>

<p>python3-debug provides a version of the Python runtime with numerous debugging&lt;br /&gt;
features enabled, aimed at advanced Python users such as developers of Python&lt;br /&gt;
extension modules.&lt;br /&gt;
&lt;br /&gt;
This version uses more memory and will be slower than the regular Python build,&lt;br /&gt;
but is useful for tracking down reference-counting issues and other bugs.&lt;br /&gt;
&lt;br /&gt;
The debug build shares installation directories with the standard Python&lt;br /&gt;
runtime. Python modules -- source (.py), bytecode (.pyc), and C-API extensions&lt;br /&gt;
(.cpython*.so) -- are compatible between this and the standard version&lt;br /&gt;
of Python.&lt;br /&gt;
&lt;br /&gt;
The debug runtime additionally supports debug builds of C-API extensions&lt;br /&gt;
(with the "d" ABI flag) for debugging issues in those extensions.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 05 May 2026 GMT - Jonathan Dieter &amp;lt;jdieter@resf.org&amp;gt; - 3.12.12-4.3
- Bump release to ensure it's higher than last Rocky build

Thu, 16 Apr 2026 GMT - Charalampos Stratakis &amp;lt;cstratak@redhat.com&amp;gt; - 3.12.12-3.3
- Security fixes for CVE-2026-4786, CVE-2026-6100
Resolves: RHEL-167885, RHEL-168119

Fri, 27 Mar 2026 GMT - Tomáš Hrnčiar &amp;lt;thrnciar@redhat.com&amp;gt; - 3.12.12-3.2
- Security fix for CVE-2026-4519
Resolves: RHEL-158127

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>dovecot-devel-1:2.3.21-16.el10_1.1.x86_64</title>
      <pubDate>Tue, 05 May 2026 02:33:57 PM GMT</pubDate>
      <guid isPermaLink="false">a3d401d7ad4fd0701239d260e5938607346a542b793e1433e6045a2badd6907d</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/d/dovecot-devel-2.3.21-16.el10_1.1.x86_64.rpm</link>
      <description><p><strong>dovecot-devel</strong> - Development files for dovecot&lt;br /&gt;</p>

<p>This package provides the development files for dovecot.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 07 Apr 2026 GMT - Michal Hlavinka &amp;lt;mhlavink@redhat.com&amp;gt; - 1:2.3.21-16.1
- fix CVE-2026-27858: denial of service via crafted message before authentication (RHEL-161625)
- fix CVE-2025-59032: ManageSieve: Denial of Service via crafted SASL initial response in AUTHENTICATE command (RHEL-162273)
- fix CVE-2026-27857: denial of service via specially crafted NOOP command (RHEL-161664)

Wed, 05 Feb 2025 GMT - Michal Hlavinka &amp;lt;mhlavink@redhat.com&amp;gt; - 1:2.3.21-16
- fix sysusers config file name (RHEL-77323)

Tue, 29 Oct 2024 GMT - Troy Dawson &amp;lt;tdawson@redhat.com&amp;gt; - 1:2.3.21-15
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>freeipmi-devel-1.6.17-1.el10_1.x86_64</title>
      <pubDate>Tue, 05 May 2026 04:53:48 AM GMT</pubDate>
      <guid isPermaLink="false">80ab40d3dbd8d057140bbfa1e0a000c07de34ceca8f2c2011295b5b122454468</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/f/freeipmi-devel-1.6.17-1.el10_1.x86_64.rpm</link>
      <description><p><strong>freeipmi-devel</strong> - Development package for FreeIPMI&lt;br /&gt;</p>

<p>Development package for FreeIPMI. This package includes the FreeIPMI&lt;br /&gt;
header files and libraries.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Thu, 30 Apr 2026 GMT - Pavel Cahyna &amp;lt;pcahyna@redhat.com&amp;gt; - 1.6.17-1
- Update to 1.6.17

Mon, 23 Jun 2025 GMT - Jakub Haruda &amp;lt;jharuda@redhat.com&amp;gt; - 1.6.14-6
- .fmf/version: Add fmf metadtata root

Mon, 23 Jun 2025 GMT - Jakub Haruda &amp;lt;jharuda@redhat.com&amp;gt; - 1.6.14-5
- gating: RHEL-10: Add OSCI testing

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>edk2-tools-doc-20250523-2.el10_1.2.noarch</title>
      <pubDate>Thu, 30 Apr 2026 03:20:35 PM GMT</pubDate>
      <guid isPermaLink="false">2673d8f4dfa69c4f16210aa341c122916b1b25f163950dd9de86dfacce64dd4c</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/e/edk2-tools-doc-20250523-2.el10_1.2.noarch.rpm</link>
      <description><p><strong>edk2-tools-doc</strong> - Documentation for EFI Development Kit II Tools&lt;br /&gt;</p>

<p>This package documents the tools that are needed to&lt;br /&gt;
build EFI executables and ROMs using the GNU tools.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 04 Nov 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2.el10_1.2
- edk2-Bumped-to-OpenSSL-3.5.1-6.patch [RHEL-115882]
- Resolves: RHEL-115882
  (CVE-2025-9230 edk2: Out-of-bounds read &amp;amp; write in RFC 3211 KEK Unwrap [rhel-10.1.z])

Wed, 29 Oct 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2.el10_1.1
- edk2-OvmfPkg-IoMmuDxe-Fix-1M-and-2M-buffer-handling.patch [RHEL-121876]
- Resolves: RHEL-121876
  (Fail to create AMD SEV SLES 15 SP4 guest via virt-install --cdrom [rhel-10.1.z])

Mon, 30 Jun 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2
- edk2-add-qemu-vars-builds-to-build-config-and-file-lists.patch [RHEL-2908]
- edk2-add-dbx-update-script.patch [RHEL-96866]
- edk2-update-dbx-to-20250610.patch [RHEL-96866]
- Resolves: RHEL-2908
  ([aarch64][EDK2] UEFI writable variable service in QEMU)
- Resolves: RHEL-96866
  ([edk2,rhel-10] dbx update 20250610)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>edk2-tools-20250523-2.el10_1.2.x86_64</title>
      <pubDate>Thu, 30 Apr 2026 03:20:35 PM GMT</pubDate>
      <guid isPermaLink="false">f6c697015fe1a5d46a9f62410f8406e46655ebb4dc4f66f82d749a9abf386ff8</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/e/edk2-tools-20250523-2.el10_1.2.x86_64.rpm</link>
      <description><p><strong>edk2-tools</strong> - EFI Development Kit II Tools&lt;br /&gt;</p>

<p>This package provides tools that are needed to&lt;br /&gt;
build EFI executables and ROMs using the GNU tools.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 04 Nov 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2.el10_1.2
- edk2-Bumped-to-OpenSSL-3.5.1-6.patch [RHEL-115882]
- Resolves: RHEL-115882
  (CVE-2025-9230 edk2: Out-of-bounds read &amp;amp; write in RFC 3211 KEK Unwrap [rhel-10.1.z])

Wed, 29 Oct 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2.el10_1.1
- edk2-OvmfPkg-IoMmuDxe-Fix-1M-and-2M-buffer-handling.patch [RHEL-121876]
- Resolves: RHEL-121876
  (Fail to create AMD SEV SLES 15 SP4 guest via virt-install --cdrom [rhel-10.1.z])

Mon, 30 Jun 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2
- edk2-add-qemu-vars-builds-to-build-config-and-file-lists.patch [RHEL-2908]
- edk2-add-dbx-update-script.patch [RHEL-96866]
- edk2-update-dbx-to-20250610.patch [RHEL-96866]
- Resolves: RHEL-2908
  ([aarch64][EDK2] UEFI writable variable service in QEMU)
- Resolves: RHEL-96866
  ([edk2,rhel-10] dbx update 20250610)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>edk2-aarch64-20250523-2.el10_1.2.noarch</title>
      <pubDate>Thu, 30 Apr 2026 03:20:15 PM GMT</pubDate>
      <guid isPermaLink="false">96d1743e08848d9b95c27ec32dbdb287299f8c08d5266b8c6a48340da44606b6</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/e/edk2-aarch64-20250523-2.el10_1.2.noarch.rpm</link>
      <description><p><strong>edk2-aarch64</strong> - UEFI firmware for aarch64 virtual machines&lt;br /&gt;</p>

<p>AAVMF (ARM Architecture Virtual Machine Firmware) is an EFI Development Kit II&lt;br /&gt;
platform that enables UEFI support for QEMU/KVM ARM Virtual Machines. This&lt;br /&gt;
package contains a 64-bit build.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 04 Nov 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2.el10_1.2
- edk2-Bumped-to-OpenSSL-3.5.1-6.patch [RHEL-115882]
- Resolves: RHEL-115882
  (CVE-2025-9230 edk2: Out-of-bounds read &amp;amp; write in RFC 3211 KEK Unwrap [rhel-10.1.z])

Wed, 29 Oct 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2.el10_1.1
- edk2-OvmfPkg-IoMmuDxe-Fix-1M-and-2M-buffer-handling.patch [RHEL-121876]
- Resolves: RHEL-121876
  (Fail to create AMD SEV SLES 15 SP4 guest via virt-install --cdrom [rhel-10.1.z])

Mon, 30 Jun 2025 GMT - Miroslav Rezanina &amp;lt;mrezanin@redhat.com&amp;gt; - 20250523-2
- edk2-add-qemu-vars-builds-to-build-config-and-file-lists.patch [RHEL-2908]
- edk2-add-dbx-update-script.patch [RHEL-96866]
- edk2-update-dbx-to-20250610.patch [RHEL-96866]
- Resolves: RHEL-2908
  ([aarch64][EDK2] UEFI writable variable service in QEMU)
- Resolves: RHEL-96866
  ([edk2,rhel-10] dbx update 20250610)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libtiff-tools-4.6.0-6.el10_1.3.x86_64</title>
      <pubDate>Thu, 30 Apr 2026 03:19:25 PM GMT</pubDate>
      <guid isPermaLink="false">51215f1f928c6a0f4fd52c411d2c4aacfe8010ca5c328f8028e46b851187a97e</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/l/libtiff-tools-4.6.0-6.el10_1.3.x86_64.rpm</link>
      <description><p><strong>libtiff-tools</strong> - Command-line utility programs for manipulating TIFF files&lt;br /&gt;</p>

<p>This package contains command-line programs for manipulating TIFF format&lt;br /&gt;
image files using the libtiff library.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Mon, 20 Apr 2026 GMT - Michal Hlavinka &amp;lt;mhlavink@redhat.com&amp;gt; - 4.6.0-6.3
- fix CVE-2026-4775: signed integer overflow in putcontig8bitYCbCr44tile (RHEL-159309)

Wed, 11 Mar 2026 GMT - Michal Hlavinka &amp;lt;mhlavink@redhat.com&amp;gt; - 4.6.0-6.2
- fix CVE-2023-52356: libtiff could crash in TIFFReadRGBATileExt when parsing crafted tiff file (RHEL-148254)

Wed, 08 Oct 2025 GMT - RHEL Packaging Agent &amp;lt;jotnar@redhat.com&amp;gt; - 4.6.0-6.1
- Fix buffer underflow in TIFFReadRGBAImageOriented().
- Resolves: RHEL-112524

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>yggdrasil-devel-0.4.8-4.el10_1.x86_64</title>
      <pubDate>Thu, 30 Apr 2026 12:32:49 PM GMT</pubDate>
      <guid isPermaLink="false">d70713d3c4636c1a10b2d0716844792bc1816b428e679976f3298f82bdfd0499</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/y/yggdrasil-devel-0.4.8-4.el10_1.x86_64.rpm</link>
      <description><p><strong>yggdrasil-devel</strong> - yggdrasil development files&lt;br /&gt;</p>

<p>&lt;br /&gt;
yggdrasil is a system daemon that subscribes to topics on an MQTT broker and&lt;br /&gt;
routes any data received on the topics to an appropriate child "worker" process,&lt;br /&gt;
exchanging data with its worker processes through a D-Bus message broker.&lt;br /&gt;
&lt;br /&gt;
Contains files needed for yggdrasil worker development.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 21 Apr 2026 GMT - Jason Jerome &amp;lt;jajerome@redhat.com&amp;gt; - 0.4.8-4
- Bump release for rebuild

Mon, 23 Feb 2026 GMT - Jason Jerome &amp;lt;jajerome@redhat.com&amp;gt; - 0.4.8-3
- Bump release for rebuild

Mon, 11 Aug 2025 GMT - Jason Jerome &amp;lt;jajerome@redhat.com&amp;gt; - 0.4.8-2
- Remove gomodulemode export from spec file

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>xorg-x11-server-Xwayland-devel-24.1.5-6.el10_1.x86_64</title>
      <pubDate>Thu, 30 Apr 2026 09:08:10 AM GMT</pubDate>
      <guid isPermaLink="false">56f48ddb703a97d7e0fa10aee20c3b135b26effdedbf8cc6cbb560bd3e9b5a14</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/x/xorg-x11-server-Xwayland-devel-24.1.5-6.el10_1.x86_64.rpm</link>
      <description><p><strong>xorg-x11-server-Xwayland-devel</strong> - Development package&lt;br /&gt;</p>

<p>The development package provides the developmental files which are&lt;br /&gt;
necessary for developing Wayland compositors using Xwayland.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 22 Apr 2026 GMT - Olivier Fourdan &amp;lt;ofourdan@redhat.com&amp;gt; - 24.1.5-6
- CVE fix for: CVE-2026-33999, CVE-2026-34000, CVE-2026-34001
               CVE-2026-34002, CVE-2026-34003
  Resolves: https://redhat.atlassian.net/browse/RHEL-163188
  Resolves: https://redhat.atlassian.net/browse/RHEL-163284
  Resolves: https://redhat.atlassian.net/browse/RHEL-163242

Thu, 30 Oct 2025 GMT - Olivier Fourdan &amp;lt;ofourdan@redhat.com&amp;gt; - 24.1.5-5
- CVE fix for: CVE-2025-62229 (RHEL-119965), CVE-2025-62230 (RHEL-120014),
               CVE-2025-62231 (RHEL-125004)

Wed, 18 Jun 2025 GMT - Olivier Fourdan &amp;lt;ofourdan@redhat.com&amp;gt; - 24.1.5-4
- CVE fix for: CVE-2025-49175 (RHEL-97129), CVE-2025-49176 (RHEL-97135),
               CVE-2025-49177 (RHEL-97141), CVE-2025-49178 (RHEL-97147),
               CVE-2025-49179 (RHEL-97153), CVE-2025-49180 (RHEL-97159)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-static-libs-slowdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">6e381af9bb5446d6a31d7522ccab912f351cbeb58f062185b32ce1f392e53730</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-static-libs-slowdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-static-libs-slowdebug</strong> - OpenJDK 25 libraries for static linking unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 libraries for static linking.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-static-libs-fastdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">2a22a35424212b209f5521c122d249c7152bfb25dad5e072b375ad1f5b6a39d9</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-static-libs-fastdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-static-libs-fastdebug</strong> - OpenJDK 25 libraries for static linking optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 libraries for static linking.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-src-slowdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">7927fa59dd7c892727322ae29f5f25a3de58e7320ecc678a92f08662adb6aaeb</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-src-slowdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-src-slowdebug</strong> - OpenJDK 25 Source Bundle for packages with debugging on and no optimisation&lt;br /&gt;</p>

<p>The java-25-openjdk-src-slowdebug sub-package contains the complete OpenJDK 25&lt;br /&gt;
 class library source code for use by IDE indexers and debuggers, for packages with debugging on and no optimisation.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-src-fastdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">4693e6b07c74722aa677eb264a70fae0e908304180040cd160b97a8f3030864d</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-src-fastdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-src-fastdebug</strong> - OpenJDK 25 Source Bundle for packages with debugging on and optimisation&lt;br /&gt;</p>

<p>The java-25-openjdk-src-fastdebug sub-package contains the complete OpenJDK 25&lt;br /&gt;
 class library source code for use by IDE indexers and debuggers, for packages with debugging on and optimisation.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-slowdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">54f577ec3d16b38435d6d8cf1b984a3f8cbe3a53978e5158dc7919325fcd43e5</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-slowdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-slowdebug</strong> - OpenJDK 25 Runtime Environment unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 runtime environment.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-jmods-slowdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">c27bbf050a87a00ed40f39fb74c35d54006b79a24cb55292ea4e164662b25176</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-jmods-slowdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-jmods-slowdebug</strong> - JMods for OpenJDK 25 unoptimised with full debugging on&lt;br /&gt;</p>

<p>The JMods for OpenJDK 25.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-jmods-fastdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">d68a4192ac155dd90d0d0eae7e3752a1a7cc82b8481c6d37e87792c3f851af75</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-jmods-fastdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-jmods-fastdebug</strong> - JMods for OpenJDK 25 optimised with full debugging on&lt;br /&gt;</p>

<p>The JMods for OpenJDK 25.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-headless-slowdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">cb27d7b527035b19f12968a7146e02ed6e27d9f07a92e87c2611b6db55e3194a</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-headless-slowdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-headless-slowdebug</strong> - OpenJDK 25 Runtime Environment unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 runtime environment without audio and video support.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-headless-fastdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">c0ba374a0e07e2d8cc4d94f981d84af76e2746bfcb8649598823a141525ed307</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-headless-fastdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-headless-fastdebug</strong> - OpenJDK 25 Runtime Environment optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 runtime environment without audio and video support.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-fastdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">34c42652ef18a940d3cdd97dbf885158d1b8540bac73f989ffbc6ab077197e9a</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-fastdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-fastdebug</strong> - OpenJDK 25 Runtime Environment optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 runtime environment.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-devel-slowdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">4d004ed50f95030a390428a9b4826850ee8e04b94473e5fbde1f620c36a287bc</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-devel-slowdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-devel-slowdebug</strong> - OpenJDK 25 Development Environment unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 development tools.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-devel-fastdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">650deb00fda4874a3f1c8dcc44a69888ac2c8dd9a5ed1f8df42f8e0645193b9a</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-devel-fastdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-devel-fastdebug</strong> - OpenJDK 25 Development Environment optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 development tools              .&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-demo-slowdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">56389a910c7b4ed111694baa3dd9f4d9c87492fee539cbe77ada180e91dac8f3</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-demo-slowdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-demo-slowdebug</strong> - OpenJDK 25 Demos unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 demos.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-demo-fastdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">7511152f2a874506f14109767d5ee57355f891074562cd7cc5806617b1ee8db2</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-demo-fastdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-demo-fastdebug</strong> - OpenJDK 25 Demos optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 demos.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-crypto-adapter-slowdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">8f75599af654d0b28243da0082e8dc024b60f2fe72159eaa45ca4d83080261ae</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-crypto-adapter-slowdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-crypto-adapter-slowdebug</strong> - OpenJDK 25 Cryptography Adapter Library unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 cryptography adapter library.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-crypto-adapter-fastdebug-1:25.0.3.0.9-1.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:52 PM GMT</pubDate>
      <guid isPermaLink="false">3beeb9a4ec11a07c2a21f4f83334694a0ae5a1afdd380b9a0ca09103a5963ec1</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-crypto-adapter-fastdebug-25.0.3.0.9-1.el10_1.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-crypto-adapter-fastdebug</strong> - OpenJDK 25 Cryptography Adapter Library optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 cryptography adapter library.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1
- Build for Rocky Linux 10 using our own portable

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Bump tzdata version to 2026a following JDK-8379035
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: RHEL-169620
- Resolves: RHEL-157091
- Resolves: RHEL-161217
- Resolves: RHEL-161333
- Resolves: RHEL-169613

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-static-libs-slowdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">6e443ac2e966e490b671abb21fdefdd4acf07b1e4e738ff53c89b45b8a2f0df6</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-static-libs-slowdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-static-libs-slowdebug</strong> - OpenJDK 21 libraries for static linking unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 libraries for static linking.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-static-libs-fastdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">ce27e9407c20d020daa74c7b3ebe3e85d62bedd3154c75a3bf211d29b26cf762</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-static-libs-fastdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-static-libs-fastdebug</strong> - OpenJDK 21 libraries for static linking optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 libraries for static linking.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-src-slowdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">310dbe63755b4fe1e30281713c7bab7aaf68deb67d30636901d2148b3ed7cef7</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-src-slowdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-src-slowdebug</strong> - OpenJDK 21 Source Bundle for packages with debugging on and no optimisation&lt;br /&gt;</p>

<p>The java-21-openjdk-src-slowdebug sub-package contains the complete OpenJDK 21&lt;br /&gt;
 class library source code for use by IDE indexers and debuggers, for packages with debugging on and no optimisation.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-src-fastdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">07fbd0eb0a2651223cb1a7788dfec42b886f7bfaf92aad2a1184bd8a03edb9ea</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-src-fastdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-src-fastdebug</strong> - OpenJDK 21 Source Bundle for packages with debugging on and optimisation&lt;br /&gt;</p>

<p>The java-21-openjdk-src-fastdebug sub-package contains the complete OpenJDK 21&lt;br /&gt;
 class library source code for use by IDE indexers and debuggers, for packages with debugging on and optimisation.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-slowdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">0a6431409e41fa0cbf0e921b229fb93e7eff1d020bcece3a459b21391454b435</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-slowdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-slowdebug</strong> - OpenJDK 21 Runtime Environment unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 runtime environment.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-jmods-slowdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">11f30a7b4db44279e5da8c45d2f4042fd9bc839b9cd7b03e467ae98269d32da2</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-jmods-slowdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-jmods-slowdebug</strong> - JMods for OpenJDK 21 unoptimised with full debugging on&lt;br /&gt;</p>

<p>The JMods for OpenJDK 21.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-jmods-fastdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">70ad763af871d0cf5501d9578eb438a254342b95c0d3b6c0af0df2f549e641c8</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-jmods-fastdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-jmods-fastdebug</strong> - JMods for OpenJDK 21 optimised with full debugging on&lt;br /&gt;</p>

<p>The JMods for OpenJDK 21.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-headless-slowdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">e0aa508f23b507d1c6f039565deb5bba0cbd575ac30e5d773ca76fbab4fbc1c9</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-headless-slowdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-headless-slowdebug</strong> - OpenJDK 21 Runtime Environment unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 runtime environment without audio and video support.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-headless-fastdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">85768c4c735dcdac1938a5cdbceb8a0d6f728e3591540a777742a540efffb878</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-headless-fastdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-headless-fastdebug</strong> - OpenJDK 21 Runtime Environment optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 runtime environment without audio and video support.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-fastdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">001d4702521d7f9fa6c3a71c5ae321705caefedc4e437f11b562e3f72cb37b12</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-fastdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-fastdebug</strong> - OpenJDK 21 Runtime Environment optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 runtime environment.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-devel-slowdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">35e8c9d4b3ecca3fdf243c52cf668b7a7b9cf4f57d1ba05d3a68e67924fd107f</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-devel-slowdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-devel-slowdebug</strong> - OpenJDK 21 Development Environment unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 development tools.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-devel-fastdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">6d3d4d9b16570ce5450e51516c02b9c7d3e7e147b2bb6365070381aab9e512d8</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-devel-fastdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-devel-fastdebug</strong> - OpenJDK 21 Development Environment optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 development tools              .&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-demo-slowdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">62bcbbc983692a4313d9deff342e510b0e3b019394ea8e8ebd806c66ba1b8414</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-demo-slowdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-demo-slowdebug</strong> - OpenJDK 21 Demos unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 demos.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-demo-fastdebug-1:21.0.11.0.10-2.el10_1.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 10:55:44 PM GMT</pubDate>
      <guid isPermaLink="false">ab57d81285c67340429045f6113f1a86e69ed76f481fa92f8c6db483eef8c7c0</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-demo-fastdebug-21.0.11.0.10-2.el10_1.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-demo-fastdebug</strong> - OpenJDK 21 Demos optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 demos.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Add riscv64 to debug_arches

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-2
- Build for Rocky Linux 10 using our own portable

Mon, 20 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-2
- Bump release for PQC build
- Related: RHEL-169611

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-portable-static-libs-slowdebug-1:25.0.3.0.9-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:04 PM GMT</pubDate>
      <guid isPermaLink="false">1c6f8d86051a4fb42b14fa1e39f5413b639c8716babdcc962f43c17695bdf4d3</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-portable-static-libs-slowdebug-25.0.3.0.9-1.el10.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-portable-static-libs-slowdebug</strong> - OpenJDK 25 libraries for static linking - portable edition unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 libraries for static linking - portable edition&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Build for Rocky Linux 10
- Ensure security properties are using old one

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4634
- Resolves: OPENJDK-4656
- Resolves: OPENJDK-4607
- Resolves: OPENJDK-4675

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-portable-static-libs-fastdebug-1:25.0.3.0.9-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:04 PM GMT</pubDate>
      <guid isPermaLink="false">6a5bc4c8a9afa646defce485d21cd800e9ce8997289e87d798d6f61ddf12e8f7</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-portable-static-libs-fastdebug-25.0.3.0.9-1.el10.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-portable-static-libs-fastdebug</strong> - OpenJDK 25 libraries for static linking - portable edition optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 libraries for static linking - portable edition&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Build for Rocky Linux 10
- Ensure security properties are using old one

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4634
- Resolves: OPENJDK-4656
- Resolves: OPENJDK-4607
- Resolves: OPENJDK-4675

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-portable-slowdebug-1:25.0.3.0.9-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:04 PM GMT</pubDate>
      <guid isPermaLink="false">ef094646d0a7fcb9999408118f6e3fdc7827d103dc2cfb67a3a2241481d7abca</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-portable-slowdebug-25.0.3.0.9-1.el10.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-portable-slowdebug</strong> - OpenJDK 25 Runtime Environment portable edition unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 runtime environment - portable edition.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Build for Rocky Linux 10
- Ensure security properties are using old one

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4634
- Resolves: OPENJDK-4656
- Resolves: OPENJDK-4607
- Resolves: OPENJDK-4675

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-portable-fastdebug-1:25.0.3.0.9-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:04 PM GMT</pubDate>
      <guid isPermaLink="false">19de18cd64aa7035a698e382c98d34df33f2e3069f32bd11c260a20d4248288a</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-portable-fastdebug-25.0.3.0.9-1.el10.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-portable-fastdebug</strong> - OpenJDK 25 Runtime Environment portable edition optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 runtime environment - portable edition.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Build for Rocky Linux 10
- Ensure security properties are using old one

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4634
- Resolves: OPENJDK-4656
- Resolves: OPENJDK-4607
- Resolves: OPENJDK-4675

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-portable-devel-slowdebug-1:25.0.3.0.9-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:04 PM GMT</pubDate>
      <guid isPermaLink="false">6b3280d8c917d4e68dda9313f5ce900574ce486849021c07f6d2c647b4c95fc2</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-portable-devel-slowdebug-25.0.3.0.9-1.el10.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-portable-devel-slowdebug</strong> - OpenJDK 25 Runtime and Development Environment portable edition unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 development tools - portable edition.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Build for Rocky Linux 10
- Ensure security properties are using old one

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4634
- Resolves: OPENJDK-4656
- Resolves: OPENJDK-4607
- Resolves: OPENJDK-4675

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-25-openjdk-portable-devel-fastdebug-1:25.0.3.0.9-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:04 PM GMT</pubDate>
      <guid isPermaLink="false">d42f67118215dc420dc4a8f5f8e0dbca00d48a224d62a4948ca987413783956a</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-25-openjdk-portable-devel-fastdebug-25.0.3.0.9-1.el10.x86_64.rpm</link>
      <description><p><strong>java-25-openjdk-portable-devel-fastdebug</strong> - OpenJDK 25 Runtime and Development Environment portable edition optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 25 runtime environment and development tools - portable edition&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:25.0.3.0.9-1.el9
- Build for Rocky Linux 10
- Ensure security properties are using old one

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:25.0.3.0.9-1
- Update to jdk-25.0.3+9 (GA)
- Update release notes to 25.0.3+9
- Update FIPS patch to 57722aab802 version synced with 25.0.3+8
- Drop local libpng patches now JDK-8372534, JDK-8375063 &amp;amp; JDK-8377526 are included upstream
- Drop local HarfBuzz patch now JDK-8375057 is included upstream
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 25.0.4
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4634
- Resolves: OPENJDK-4656
- Resolves: OPENJDK-4607
- Resolves: OPENJDK-4675

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-portable-static-libs-slowdebug-1:21.0.11.0.10-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:03 PM GMT</pubDate>
      <guid isPermaLink="false">314fb15a11449df0c1900ce348da96658b5ff7360e920b83bdcf504ec1f5f6ad</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-portable-static-libs-slowdebug-21.0.11.0.10-1.el10.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-portable-static-libs-slowdebug</strong> - OpenJDK 21 libraries for static linking - portable edition unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 libraries for static linking - portable edition&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Build for Rocky Linux 10

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-1
- Update to jdk-21.0.11+10 (GA)
- Update release notes to 21.0.11+10
- Update FIPS patch to feef2dc3ca7 version synced with 21.0.11+9 and adapted to JDK-8244336
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 21.0.13
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4301
- Resolves: OPENJDK-4521
- Resolves: OPENJDK-4543
- Resolves: OPENJDK-4550
- Resolves: OPENJDK-4653
- Resolves: OPENJDK-4631
- Resolves: OPENJDK-4606
- Resolves: OPENJDK-4676

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-portable-static-libs-fastdebug-1:21.0.11.0.10-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:03 PM GMT</pubDate>
      <guid isPermaLink="false">35a9e33830031ad265dde90462af1024a4485faa287d707c881440b2a15e5eb3</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-portable-static-libs-fastdebug-21.0.11.0.10-1.el10.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-portable-static-libs-fastdebug</strong> - OpenJDK 21 libraries for static linking - portable edition optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 libraries for static linking - portable edition&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Build for Rocky Linux 10

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-1
- Update to jdk-21.0.11+10 (GA)
- Update release notes to 21.0.11+10
- Update FIPS patch to feef2dc3ca7 version synced with 21.0.11+9 and adapted to JDK-8244336
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 21.0.13
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4301
- Resolves: OPENJDK-4521
- Resolves: OPENJDK-4543
- Resolves: OPENJDK-4550
- Resolves: OPENJDK-4653
- Resolves: OPENJDK-4631
- Resolves: OPENJDK-4606
- Resolves: OPENJDK-4676

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-portable-slowdebug-1:21.0.11.0.10-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:03 PM GMT</pubDate>
      <guid isPermaLink="false">63649f7fe9f5d4b43f1ac17e2e312057d38bee39a0c44519cde1d2e6e04a596f</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-portable-slowdebug-21.0.11.0.10-1.el10.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-portable-slowdebug</strong> - OpenJDK 21 Runtime Environment portable edition unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 runtime environment - portable edition.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Build for Rocky Linux 10

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-1
- Update to jdk-21.0.11+10 (GA)
- Update release notes to 21.0.11+10
- Update FIPS patch to feef2dc3ca7 version synced with 21.0.11+9 and adapted to JDK-8244336
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 21.0.13
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4301
- Resolves: OPENJDK-4521
- Resolves: OPENJDK-4543
- Resolves: OPENJDK-4550
- Resolves: OPENJDK-4653
- Resolves: OPENJDK-4631
- Resolves: OPENJDK-4606
- Resolves: OPENJDK-4676

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-portable-fastdebug-1:21.0.11.0.10-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:03 PM GMT</pubDate>
      <guid isPermaLink="false">fcd24647ef019b6ca0e41aafe140d0815e0d055c549e9c3057dbf7ace4bfb40c</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-portable-fastdebug-21.0.11.0.10-1.el10.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-portable-fastdebug</strong> - OpenJDK 21 Runtime Environment portable edition optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 runtime environment - portable edition.&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Build for Rocky Linux 10

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-1
- Update to jdk-21.0.11+10 (GA)
- Update release notes to 21.0.11+10
- Update FIPS patch to feef2dc3ca7 version synced with 21.0.11+9 and adapted to JDK-8244336
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 21.0.13
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4301
- Resolves: OPENJDK-4521
- Resolves: OPENJDK-4543
- Resolves: OPENJDK-4550
- Resolves: OPENJDK-4653
- Resolves: OPENJDK-4631
- Resolves: OPENJDK-4606
- Resolves: OPENJDK-4676

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-portable-devel-slowdebug-1:21.0.11.0.10-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:03 PM GMT</pubDate>
      <guid isPermaLink="false">b53533cbae436655c8009bc05fa00da403e3f23ffccc7057f1475fdc52f9a0c8</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-portable-devel-slowdebug-21.0.11.0.10-1.el10.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-portable-devel-slowdebug</strong> - OpenJDK 21 Runtime and Development Environment portable edition unoptimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 development tools - portable edition.&lt;br /&gt;
This package is unoptimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Build for Rocky Linux 10

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-1
- Update to jdk-21.0.11+10 (GA)
- Update release notes to 21.0.11+10
- Update FIPS patch to feef2dc3ca7 version synced with 21.0.11+9 and adapted to JDK-8244336
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 21.0.13
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4301
- Resolves: OPENJDK-4521
- Resolves: OPENJDK-4543
- Resolves: OPENJDK-4550
- Resolves: OPENJDK-4653
- Resolves: OPENJDK-4631
- Resolves: OPENJDK-4606
- Resolves: OPENJDK-4676

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>java-21-openjdk-portable-devel-fastdebug-1:21.0.11.0.10-1.el10.x86_64</title>
      <pubDate>Sat, 25 Apr 2026 12:50:03 PM GMT</pubDate>
      <guid isPermaLink="false">e08d5150897249f71d7d4d7f20919533209cd78635c91564207ab9484b0e822f</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/j/java-21-openjdk-portable-devel-fastdebug-21.0.11.0.10-1.el10.x86_64.rpm</link>
      <description><p><strong>java-21-openjdk-portable-devel-fastdebug</strong> - OpenJDK 21 Runtime and Development Environment portable edition optimised with full debugging on&lt;br /&gt;</p>

<p>The OpenJDK 21 runtime environment and development tools - portable edition&lt;br /&gt;
This package is optimised with full debugging. Install only as needed and remove ASAP.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Add EL10+ specific functions

Sat, 25 Apr 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1:21.0.11.0.10-1.el9
- Build for Rocky Linux 10

Sat, 18 Apr 2026 GMT - Andrew Hughes &amp;lt;gnu.andrew@redhat.com&amp;gt; - 1:21.0.11.0.10-1
- Update to jdk-21.0.11+10 (GA)
- Update release notes to 21.0.11+10
- Update FIPS patch to feef2dc3ca7 version synced with 21.0.11+9 and adapted to JDK-8244336
- Bump freetype version to 2.14.2 following JDK-8373290 &amp;amp; JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 &amp;amp; JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 &amp;amp; JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631
- Add JDK-8375294 EOPNOTSUPP patch ahead of 21.0.13
- ** This tarball is embargoed until 2026-04-21 @ 1pm PT. **
- Resolves: OPENJDK-4301
- Resolves: OPENJDK-4521
- Resolves: OPENJDK-4543
- Resolves: OPENJDK-4550
- Resolves: OPENJDK-4653
- Resolves: OPENJDK-4631
- Resolves: OPENJDK-4606
- Resolves: OPENJDK-4676

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-ipatests-4.12.2-24.el10_1.3.noarch</title>
      <pubDate>Wed, 22 Apr 2026 11:54:39 AM GMT</pubDate>
      <guid isPermaLink="false">123d5a2eb90cabaa5c7866aa5a37460a4edb04567e7f7b5aed87f5a9f3297393</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/p/python3-ipatests-4.12.2-24.el10_1.3.noarch.rpm</link>
      <description><p><strong>python3-ipatests</strong> - IPA tests and test tools&lt;br /&gt;</p>

<p>IPA is an integrated solution to provide centrally managed Identity (users,&lt;br /&gt;
hosts, services), Authentication (SSO, 2FA), and Authorization&lt;br /&gt;
(host access control, SELinux user roles, services). The solution provides&lt;br /&gt;
features for further integration with Linux based clients (SUDO, automount)&lt;br /&gt;
and integration with Active Directory based infrastructures (Trusts).&lt;br /&gt;
This package contains tests that verify IPA functionality under Python 3.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Mon, 16 Mar 2026 GMT - Florence Blanc-Renaud &amp;lt;flo@redhat.com&amp;gt; - 4.12.2-24.3
- Resolves: RHEL-155026 Pagure #9953: Adding a group with 32Bit Idrange fails
- Resolves: RHEL-153624 Pagure #9854: Erroneous case-sensitivity in offline DSE lookup
- Resolves: RHEL-151763 Include test fixes for 10.1.z in python3-ipatests

Thu, 05 Feb 2026 GMT - Florence Blanc-Renaud &amp;lt;flo@redhat.com&amp;gt; - 4.12.2-24.2
- Resolves: RHEL-141303 AddressSanitizer: SEGV ipa-pwd-extop/common.c:584 in ipapwd_gen_checks
- Resolves: RHEL-141317 Memory leaks in IPA plugins
- Resolves: RHEL-129968 Fix ipatests for kdcproxy after CVE-2025-59088 fix
- Resolves: RHEL-107483 ipa-ca-install fails on CA-less replica due to inadequate key usage in master certificate

Tue, 30 Sep 2025 GMT - Florence Blanc-Renaud &amp;lt;flo@redhat.com&amp;gt; - 4.12.2-24.1
- Resolves: RHEL-118447 CVE-2025-7493 ipa: Privilege escalation from host to domain admin in FreeIPA

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>wireshark-devel-1:4.4.2-4.el10_1.4.x86_64</title>
      <pubDate>Wed, 22 Apr 2026 11:41:07 AM GMT</pubDate>
      <guid isPermaLink="false">49d53b30420df3998ba40b673e013ef56810f94bf4c5e461ffdf0fc626e34a83</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/w/wireshark-devel-4.4.2-4.el10_1.4.x86_64.rpm</link>
      <description><p><strong>wireshark-devel</strong> - Development headers and libraries for wireshark&lt;br /&gt;</p>

<p>The wireshark-devel package contains the header files, developer&lt;br /&gt;
documentation, and libraries required for development of wireshark scripts&lt;br /&gt;
and plugins.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Tue, 07 Apr 2026 GMT - Michal Ruprich &amp;lt;mruprich@redhat.com&amp;gt; - 1:4.4.2-4.4
- Resolves: RHEL-152921 - CVE-2026-3203 Buffer Over-read

Sat, 04 Apr 2026 GMT - Michal Ruprich &amp;lt;mruprich@redhat.com&amp;gt; - 1:4.4.2-4.3
- Resolves: RHEL-152912 - CVE-2026-3201 Improperly Controlled Sequential Memory Allocation

Sun, 25 Jan 2026 GMT - Michal Ruprich &amp;lt;mruprich@redhat.com&amp;gt; - 1:4.4.2-4.2
- Resolves: RHEL-136916 - NULL Pointer Dereference in Wireshark (CVE-2025-9817)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>unbound-devel-1.20.0-18.el10_1.x86_64</title>
      <pubDate>Wed, 22 Apr 2026 11:40:19 AM GMT</pubDate>
      <guid isPermaLink="false">0e593fc667548e604c69af9813f40490cd4c2957b0680bd718213ad5ee9664e1</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/u/unbound-devel-1.20.0-18.el10_1.x86_64.rpm</link>
      <description><p><strong>unbound-devel</strong> - Development package that includes the unbound header files&lt;br /&gt;</p>

<p>The devel package contains the unbound library and the include files</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 26 Nov 2025 GMT - Petr Menšík &amp;lt;pemensik@redhat.com&amp;gt; - 1.20.0-18
- Add new DNSSEC root anchor 38696

Wed, 26 Nov 2025 GMT - Petr Menšík &amp;lt;pemensik@redhat.com&amp;gt; - 1.20.0-17
- Make root.key maintained unmodified

Fri, 10 Oct 2025 GMT - Petr Menšík &amp;lt;pemensik@redhat.com&amp;gt; - 1.20.0-16
- Create root key if missing automatically

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>giflib-devel-5.2.1-22.el10_1.1.x86_64</title>
      <pubDate>Mon, 20 Apr 2026 10:39:01 AM GMT</pubDate>
      <guid isPermaLink="false">5dcf7812eed133e26070037e2b9f4cf95544edd07872bd9a3edfb35e3e7ed70f</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/g/giflib-devel-5.2.1-22.el10_1.1.x86_64.rpm</link>
      <description><p><strong>giflib-devel</strong> - Development files for programs using the giflib library&lt;br /&gt;</p>

<p>The giflib-devel package includes header files, libraries necessary for&lt;br /&gt;
developing programs which use the giflib library.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Thu, 19 Mar 2026 GMT - Michal Hlavinka &amp;lt;mhlavink@redhat.com&amp;gt; - 5.2.1-22.1
- fix CVE-2026-23868: double free in GifMakeSavedImage (RHEL-154849)

Thu, 06 Feb 2025 GMT - Michal Hlavinka &amp;lt;mhlavink@redhat.com&amp;gt; - 5.2.1-22
- fix giftext memmory access error (RHEL-77803)

Tue, 29 Oct 2024 GMT - Troy Dawson &amp;lt;tdawson@redhat.com&amp;gt; - 5.2.1-21
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>ipset-devel-7.22-10.el10_1.x86_64</title>
      <pubDate>Mon, 20 Apr 2026 10:38:07 AM GMT</pubDate>
      <guid isPermaLink="false">62afdcc5ede09c33e48c207e765762f145579f89adc77711ef62adf8c82f2d17</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/i/ipset-devel-7.22-10.el10_1.x86_64.rpm</link>
      <description><p><strong>ipset-devel</strong> - Development files for ipset&lt;br /&gt;</p>

<p>This package contains the files required to develop software using the ipset&lt;br /&gt;
libraries.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Fri, 16 Jan 2026 GMT - Phil Sutter &amp;lt;psutter@redhat.com&amp;gt; - 7.22-10
- Use modules-core for conditional modules-extra dependency

Thu, 27 Nov 2025 GMT - Phil Sutter &amp;lt;psutter@redhat.com&amp;gt; - 7.22-9
- Do not require kernel-modules-extra-matched meta package

Tue, 22 Apr 2025 GMT - Phil Sutter &amp;lt;psutter@redhat.com&amp;gt; - 7.22-8
- Require new kernel-modules-extra-matched meta package

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>cifs-utils-devel-7.4-1.el10_1.x86_64</title>
      <pubDate>Mon, 20 Apr 2026 10:37:03 AM GMT</pubDate>
      <guid isPermaLink="false">43e351ecf127a8b552019a6dc71f27ea8624a66fa8b8215de86d9590b1c39d55</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/c/cifs-utils-devel-7.4-1.el10_1.x86_64.rpm</link>
      <description><p><strong>cifs-utils-devel</strong> - Files needed for building plugins for cifs-utils&lt;br /&gt;</p>

<p>The SMB/CIFS protocol is a standard file sharing protocol widely deployed&lt;br /&gt;
on Microsoft Windows machines. This package contains the header file&lt;br /&gt;
necessary for building ID mapping plugins for cifs-utils.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Fri, 28 Nov 2025 GMT - Paulo Alcantara &amp;lt;paalcant@redhat.com&amp;gt; - 7.4-1
- resolves: RHEL-131408 - fix regression with cifscreds(1)

Fri, 07 Mar 2025 GMT - Paulo Alcantara &amp;lt;paalcant@redhat.com&amp;gt; - 7.2-1
- resolves: RHEL-82681 - Update to version 7.2

Tue, 29 Oct 2024 GMT - Troy Dawson &amp;lt;tdawson@redhat.com&amp;gt; - 7.1-2
- Bump release for October 2024 mass rebuild:

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>dotnet-sdk-10.0-source-built-artifacts-10.0.106-1.el10_1.x86_64</title>
      <pubDate>Fri, 17 Apr 2026 02:14:21 PM GMT</pubDate>
      <guid isPermaLink="false">7097b8830f2e5026c2e899160058a8f6f615398b0598ed86aff74b89ff303658</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/d/dotnet-sdk-10.0-source-built-artifacts-10.0.106-1.el10_1.x86_64.rpm</link>
      <description><p><strong>dotnet-sdk-10.0-source-built-artifacts</strong> - Internal package for building .NET 10.0 Software Development Kit&lt;br /&gt;</p>

<p>The .NET source-built archive is a collection of packages needed&lt;br /&gt;
to build the .NET SDK itself.&lt;br /&gt;
&lt;br /&gt;
These are not meant for general use.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 08 Apr 2026 GMT - Omair Majid &amp;lt;omajid@redhat.com&amp;gt; - 10.0.106-1
- Update to .NET SDK 10.0.106 and Runtime 10.0.6
- Resolves: RHEL-163385

Tue, 03 Mar 2026 GMT - Dominik Rehák &amp;lt;drehak@redhat.com&amp;gt; - 10.0.104-1
- Update to .NET SDK 10.0.104 and Runtime 10.0.4
- Resolves: RHEL-152954

Mon, 02 Feb 2026 GMT - Omair Majid &amp;lt;omajid@redhat.com&amp;gt; - 10.0.103-1
- Update to .NET SDK 10.0.103 and Runtime 10.0.3
- Resolves: RHEL-144978

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>dotnet-sdk-9.0-source-built-artifacts-9.0.116-1.el10_1.x86_64</title>
      <pubDate>Fri, 17 Apr 2026 02:08:14 PM GMT</pubDate>
      <guid isPermaLink="false">3b4c4d8bcf639c1637cbf2fa313b2e02f80d02fa879558b1cd872410900fbcae</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/d/dotnet-sdk-9.0-source-built-artifacts-9.0.116-1.el10_1.x86_64.rpm</link>
      <description><p><strong>dotnet-sdk-9.0-source-built-artifacts</strong> - Internal package for building .NET 9.0 Software Development Kit&lt;br /&gt;</p>

<p>The .NET source-built archive is a collection of packages needed&lt;br /&gt;
to build the .NET SDK itself.&lt;br /&gt;
&lt;br /&gt;
These are not meant for general use.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 08 Apr 2026 GMT - Omair Majid &amp;lt;omajid@redhat.com&amp;gt; - 9.0.116-1
- Update to .NET SDK 9.0.116 and Runtime 9.0.15
- Resolves: RHEL-163396

Tue, 03 Mar 2026 GMT - Dominik Rehák &amp;lt;drehak@redhat.com&amp;gt; - 9.0.115-1
- Update to .NET SDK 9.0.115 and Runtime 9.0.14
- Resolves: RHEL-152946

Mon, 02 Feb 2026 GMT - Omair Majid &amp;lt;omajid@redhat.com&amp;gt; - 9.0.114-1
- Update to .NET SDK 9.0.114 and Runtime 9.0.13
- Resolves: RHEL-144977

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>dotnet-sdk-8.0-source-built-artifacts-8.0.126-1.el10_1.x86_64</title>
      <pubDate>Fri, 17 Apr 2026 01:22:32 PM GMT</pubDate>
      <guid isPermaLink="false">85c1b7b462b4ce5b80cf95bc820ea302524580ccfe5be877f5b977a9e2da169c</guid>
      <link>https://dl.rockylinux.org/pub/rocky/10/CRB/x86_64/os/Packages/d/dotnet-sdk-8.0-source-built-artifacts-8.0.126-1.el10_1.x86_64.rpm</link>
      <description><p><strong>dotnet-sdk-8.0-source-built-artifacts</strong> - Internal package for building .NET 8.0 Software Development Kit&lt;br /&gt;</p>

<p>The .NET source-built archive is a collection of packages needed&lt;br /&gt;
to build the .NET SDK itself.&lt;br /&gt;
&lt;br /&gt;
These are not meant for general use.</p>

<p><strong>Change Log:</strong></p>

&lt;pre&gt;Wed, 08 Apr 2026 GMT - Omair Majid &amp;lt;omajid@redhat.com&amp;gt; - 8.0.126-1
- Update to .NET SDK 8.0.126 and Runtime 8.0.26
- Resolves: RHEL-163417

Tue, 03 Mar 2026 GMT - Dominik Rehák &amp;lt;drehak@redhat.com&amp;gt; - 8.0.125-1
- Update to .NET SDK 8.0.125 and Runtime 8.0.25
- Resolves: RHEL-152937

Mon, 02 Feb 2026 GMT - Omair Majid &amp;lt;omajid@redhat.com&amp;gt; - 8.0.124-1
- Update to .NET SDK 8.0.124 and Runtime 8.0.24
- Resolves: RHEL-144972

...&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
