<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>Rocky Linux 8 aarch64 PowerTools</title>
    <link>https://rockylinux.org</link>
    <description>Recently updated packages for Rocky Linux 8 aarch64 PowerTools</description>
    <pubDate>Thu, 16 Jul 2026 11:01:40 AM GMT</pubDate>
    <generator>DNF</generator>
    <item>
      <title>python3.12-test-3.12.13-3.el8_10.aarch64</title>
      <pubDate>Wed, 15 Jul 2026 04:15:14 PM GMT</pubDate>
      <guid isPermaLink="false">00d595c4431e81c03162cd0f88eff0feab30102b85e3b716375f93a1aeb2acbf</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/p/python3.12-test-3.12.13-3.el8_10.aarch64.rpm</link>
      <description><p><strong>python3.12-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.12-libs, or a library such as&lt;br /&gt;
python3.12-pytest.</p>

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

&lt;pre&gt;Fri, 10 Jul 2026 GMT - Lukáš Zachar &amp;lt;lzachar@redhat.com&amp;gt; - 3.12.13-3
- Security fix for CVE-2026-15308
Resolves: RHEL-193776

Thu, 16 Apr 2026 GMT - Charalampos Stratakis &amp;lt;cstratak@redhat.com&amp;gt; - 3.12.13-2
- Security fixes for CVE-2026-1502, CVE-2026-4786, CVE-2026-6100, CVE-2026-2297, CVE-2026-3644, CVE-2026-4224
Resolves: RHEL-168130, RHEL-167892

Thu, 16 Apr 2026 GMT - Tomáš Hrnčiar &amp;lt;thrnciar@redhat.com&amp;gt; - 3.12.13-1
- Update to 3.12.13
- Security fixes for CVE-2025-6075, CVE-2025-13837, CVE-2025-15282, CVE-2025-59375, CVE-2026-0672
Related: RHEL-168130, RHEL-167892

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3.12-idle-3.12.13-3.el8_10.aarch64</title>
      <pubDate>Wed, 15 Jul 2026 04:15:14 PM GMT</pubDate>
      <guid isPermaLink="false">a169a17a54f228b62d6fa1a98cf140cb41c8cd5549dd72bd3d97951e86809ab2</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/p/python3.12-idle-3.12.13-3.el8_10.aarch64.rpm</link>
      <description><p><strong>python3.12-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;Fri, 10 Jul 2026 GMT - Lukáš Zachar &amp;lt;lzachar@redhat.com&amp;gt; - 3.12.13-3
- Security fix for CVE-2026-15308
Resolves: RHEL-193776

Thu, 16 Apr 2026 GMT - Charalampos Stratakis &amp;lt;cstratak@redhat.com&amp;gt; - 3.12.13-2
- Security fixes for CVE-2026-1502, CVE-2026-4786, CVE-2026-6100, CVE-2026-2297, CVE-2026-3644, CVE-2026-4224
Resolves: RHEL-168130, RHEL-167892

Thu, 16 Apr 2026 GMT - Tomáš Hrnčiar &amp;lt;thrnciar@redhat.com&amp;gt; - 3.12.13-1
- Update to 3.12.13
- Security fixes for CVE-2025-6075, CVE-2025-13837, CVE-2025-15282, CVE-2025-59375, CVE-2026-0672
Related: RHEL-168130, RHEL-167892

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3.12-debug-3.12.13-3.el8_10.aarch64</title>
      <pubDate>Wed, 15 Jul 2026 04:15:14 PM GMT</pubDate>
      <guid isPermaLink="false">449b5368a9b466778886ec2526380f6ccfda9eefd8063a1e39d780026d6d7bfc</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/p/python3.12-debug-3.12.13-3.el8_10.aarch64.rpm</link>
      <description><p><strong>python3.12-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;Fri, 10 Jul 2026 GMT - Lukáš Zachar &amp;lt;lzachar@redhat.com&amp;gt; - 3.12.13-3
- Security fix for CVE-2026-15308
Resolves: RHEL-193776

Thu, 16 Apr 2026 GMT - Charalampos Stratakis &amp;lt;cstratak@redhat.com&amp;gt; - 3.12.13-2
- Security fixes for CVE-2026-1502, CVE-2026-4786, CVE-2026-6100, CVE-2026-2297, CVE-2026-3644, CVE-2026-4224
Resolves: RHEL-168130, RHEL-167892

Thu, 16 Apr 2026 GMT - Tomáš Hrnčiar &amp;lt;thrnciar@redhat.com&amp;gt; - 3.12.13-1
- Update to 3.12.13
- Security fixes for CVE-2025-6075, CVE-2025-13837, CVE-2025-15282, CVE-2025-59375, CVE-2026-0672
Related: RHEL-168130, RHEL-167892

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>cifs-utils-devel-7.0-5.el8_10.aarch64</title>
      <pubDate>Wed, 15 Jul 2026 01:43:53 AM GMT</pubDate>
      <guid isPermaLink="false">3ffccd95c94bfea7e7703dc075e088f639058c1692e96ae1908c0be4424fad4a</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/c/cifs-utils-devel-7.0-5.el8_10.aarch64.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;Tue, 07 Jul 2026 GMT - Paulo Alcantara &amp;lt;paalcant@redhat.com&amp;gt; - 7.0-5
- resolves: RHEL-192933 - fix krb5 mount regression

Thu, 25 Jun 2026 GMT - Paulo Alcantara &amp;lt;paalcant@redhat.com&amp;gt; - 7.0-4
- cifs.upcall: remove getpwuid dependency
- cifs.upcall: fix compiler warning with -Wvla
- Resolves: RHEL-185759 - Fix CVE-2026-12505

Thu, 19 Feb 2026 GMT - Paulo Alcantara &amp;lt;paalcant@redhat.com&amp;gt; - 7.0-3
- docs: update echo_interval description
- Resolves: RHEL-80397

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>kernel-tools-libs-devel-4.18.0-553.144.1.el8_10.aarch64</title>
      <pubDate>Tue, 14 Jul 2026 01:26:50 PM GMT</pubDate>
      <guid isPermaLink="false">07e47df3199d5262e1267ed7d023d6a302ad4320128ec4296734a2f15e9fc880</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/k/kernel-tools-libs-devel-4.18.0-553.144.1.el8_10.aarch64.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, 14 Jul 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 4.18.0-553.144.1
- Adding prod certs and changed cert date to 20210620 (Sherif Nagy)
- Adding Rocky secure boot certs (Sherif Nagy)
- Fixing vmlinuz removal (Sherif Nagy)
- Fixing UEFI CA path (Sherif Nagy)
- Porting to 8.10, debranding and Rocky branding (Louis Abel)
- Fixing pesign_key_name values (Sherif Nagy)

Mon, 13 Jul 2026 GMT - CKI KWF Bot &amp;lt;cki-ci-bot+kwf-gitlab-com@redhat.com&amp;gt; [4.18.0-553.144.1.el8_10]
- xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete (Sabrina Dubroca) [RHEL-180170] {CVE-2026-46116}
- xfs: resample the data fork mapping after cycling ILOCK (Carlos Maiolino) [RHEL-193938]
- net: bridge: use a stable FDB dst snapshot in RCU readers (Mohammad Heib) [RHEL-179325] {CVE-2026-46086}

Thu, 09 Jul 2026 GMT - CKI KWF Bot &amp;lt;cki-ci-bot+kwf-gitlab-com@redhat.com&amp;gt; [4.18.0-553.143.1.el8_10]
- locking/rtmutex: Skip remove_waiter() when waiter is not enqueued (Phil Auld) [RHEL-193334] {CVE-2026-53166}
- rtmutex: Use waiter::task instead of current in remove_waiter() (Phil Auld) [RHEL-193143] {CVE-2026-43499}

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-pillow-doc-5.1.1-22.el8_10.noarch</title>
      <pubDate>Tue, 14 Jul 2026 01:09:04 PM GMT</pubDate>
      <guid isPermaLink="false">09fdbffecfaf255581968d4f5d2bb5a0ebd002b8ea814d7b38da2855865596e7</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/p/python3-pillow-doc-5.1.1-22.el8_10.noarch.rpm</link>
      <description><p><strong>python3-pillow-doc</strong> - Documentation for pillow&lt;br /&gt;</p>

<p>Documentation for pillow.</p>

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

&lt;pre&gt;Wed, 08 Jul 2026 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-22
- Security fix for CVE-2026-54059, CVE-2026-54060, CVE-2026-55379, CVE-2026-55380
Resolves: RHEL-192830, RHEL-192770, RHEL-192684, RHEL-192731

Thu, 04 Apr 2024 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-21
- Security fix for CVE-2024-28219
Resolves: RHEL-31071

Thu, 25 Jan 2024 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-20
- Security fix for CVE-2023-50447
Resolves: RHEL-22240

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-pillow-tk-5.1.1-22.el8_10.aarch64</title>
      <pubDate>Tue, 14 Jul 2026 01:08:50 PM GMT</pubDate>
      <guid isPermaLink="false">4006b7a9a16b8127a900e16f6881b6067a04c02035d610c666cf57f0e34286dd</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/p/python3-pillow-tk-5.1.1-22.el8_10.aarch64.rpm</link>
      <description><p><strong>python3-pillow-tk</strong> - Tk interface for pillow&lt;br /&gt;</p>

<p>Tk interface for python-pillow.</p>

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

&lt;pre&gt;Wed, 08 Jul 2026 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-22
- Security fix for CVE-2026-54059, CVE-2026-54060, CVE-2026-55379, CVE-2026-55380
Resolves: RHEL-192830, RHEL-192770, RHEL-192684, RHEL-192731

Thu, 04 Apr 2024 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-21
- Security fix for CVE-2024-28219
Resolves: RHEL-31071

Thu, 25 Jan 2024 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-20
- Security fix for CVE-2023-50447
Resolves: RHEL-22240

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-pillow-devel-5.1.1-22.el8_10.aarch64</title>
      <pubDate>Tue, 14 Jul 2026 01:08:50 PM GMT</pubDate>
      <guid isPermaLink="false">d2d0b5f1301198b217e2252026ad4191445d6e66732a5c1edb48200fa1fa8acc</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/p/python3-pillow-devel-5.1.1-22.el8_10.aarch64.rpm</link>
      <description><p><strong>python3-pillow-devel</strong> - Development files for pillow&lt;br /&gt;</p>

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

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

&lt;pre&gt;Wed, 08 Jul 2026 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-22
- Security fix for CVE-2026-54059, CVE-2026-54060, CVE-2026-55379, CVE-2026-55380
Resolves: RHEL-192830, RHEL-192770, RHEL-192684, RHEL-192731

Thu, 04 Apr 2024 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-21
- Security fix for CVE-2024-28219
Resolves: RHEL-31071

Thu, 25 Jan 2024 GMT - Lumír Balhar &amp;lt;lbalhar@redhat.com&amp;gt; - 5.1.1-20
- Security fix for CVE-2023-50447
Resolves: RHEL-22240

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>xorg-x11-server-source-1.20.11-28.el8_10.3.noarch</title>
      <pubDate>Mon, 13 Jul 2026 01:05:55 PM GMT</pubDate>
      <guid isPermaLink="false">fb0086a7f60b56505ea45c8d227f01cf96e87cf6a25a8b20191b3c3d66b797fb</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/x/xorg-x11-server-source-1.20.11-28.el8_10.3.noarch.rpm</link>
      <description><p><strong>xorg-x11-server-source</strong> - Xserver source code required to build VNC server (Xvnc)&lt;br /&gt;</p>

<p>Xserver source code needed to build VNC server (Xvnc)</p>

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

&lt;pre&gt;Thu, 09 Jul 2026 GMT - Michel Dänzer  &amp;lt;mdaenzer@redhat.com&amp;gt; - 1.20.11-28.3
- CVE fix for CVE-2026-55999
  Resolves: https://redhat.atlassian.net/browse/RHEL-191504

Fri, 12 Jun 2026 GMT - Olivier Fourdan &amp;lt;ofourdan@redhat.com&amp;gt; - 1.20.11-28.2
- Other security related fixes
  Resolves: https://redhat.atlassian.net/browse/RHEL-184289

Wed, 10 Jun 2026 GMT - Olivier Fourdan &amp;lt;ofourdan@redhat.com&amp;gt; - 1.20.11-28.1
- CVE fix for: CVE-2026-50256, CVE-2026-50257, CVE-2026-50258,
               CVE-2026-50259, CVE-2026-50260, CVE-2026-50261,
               CVE-2026-50262, CVE-2026-50263, CVE-2026-50264
  Resolves: https://redhat.atlassian.net/browse/RHEL-182442

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>xorg-x11-server-devel-1.20.11-28.el8_10.3.aarch64</title>
      <pubDate>Mon, 13 Jul 2026 01:03:25 PM GMT</pubDate>
      <guid isPermaLink="false">ed3e7322b39ece22f565a6cbf627b242d9e899fa25533ee4020371ff99dd5cf7</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/x/xorg-x11-server-devel-1.20.11-28.el8_10.3.aarch64.rpm</link>
      <description><p><strong>xorg-x11-server-devel</strong> - SDK for X server driver module development&lt;br /&gt;</p>

<p>The SDK package provides the developmental files which are necessary for&lt;br /&gt;
developing X server driver modules, and for compiling driver modules&lt;br /&gt;
outside of the standard X11 source code tree.  Developers writing video&lt;br /&gt;
drivers, input drivers, or other X modules should install this package.</p>

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

&lt;pre&gt;Thu, 09 Jul 2026 GMT - Michel Dänzer  &amp;lt;mdaenzer@redhat.com&amp;gt; - 1.20.11-28.3
- CVE fix for CVE-2026-55999
  Resolves: https://redhat.atlassian.net/browse/RHEL-191504

Fri, 12 Jun 2026 GMT - Olivier Fourdan &amp;lt;ofourdan@redhat.com&amp;gt; - 1.20.11-28.2
- Other security related fixes
  Resolves: https://redhat.atlassian.net/browse/RHEL-184289

Wed, 10 Jun 2026 GMT - Olivier Fourdan &amp;lt;ofourdan@redhat.com&amp;gt; - 1.20.11-28.1
- CVE fix for: CVE-2026-50256, CVE-2026-50257, CVE-2026-50258,
               CVE-2026-50259, CVE-2026-50260, CVE-2026-50261,
               CVE-2026-50262, CVE-2026-50263, CVE-2026-50264
  Resolves: https://redhat.atlassian.net/browse/RHEL-182442

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>freerdp-devel-2:2.11.7-10.el8_10.aarch64</title>
      <pubDate>Mon, 13 Jul 2026 01:01:53 PM GMT</pubDate>
      <guid isPermaLink="false">178c9f2316c49cbcd7097cfa43862ce1f852782923ce83fd8da55547e445cf4d</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/f/freerdp-devel-2.11.7-10.el8_10.aarch64.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, 24 Jun 2026 GMT - RHEL Packaging Agent &amp;lt;rhel-se-jotnar@redhat.com&amp;gt; - 2:2.11.7-10
- Fix incorrect bounds checks in planar codec (CVE-2026-45700)
  Resolves: RHEL-186983

Tue, 05 May 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:2.11.7-9
- Lock appWindow to fix use-after-free in RAIL mode (CVE-2026-25952)
  Resolves: RHEL-159850

Tue, 28 Apr 2026 GMT - Ondrej Holy &amp;lt;oholy@redhat.com&amp;gt; - 2:2.11.7-8
- Fix double free in xf_rail_window_common cleanup (CVE-2026-26986)
- Fix growth of preallocated buffers (CVE-2026-27951)
- 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 CLEAR_GLYPH_ENTRY::count after alloc (CVE-2026-33985)
  Resolves: RHEL-159806, RHEL-155468, RHEL-161037, RHEL-161472
  Resolves: RHEL-161508, RHEL-161075, RHEL-167794

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>gstreamer1-plugins-bad-free-devel-1.16.1-8.el8_10.aarch64</title>
      <pubDate>Thu, 09 Jul 2026 07:36:39 PM GMT</pubDate>
      <guid isPermaLink="false">145a95be712ab1741d6a4498a7be2627aae42088a5c2c521b3f0e6e387c9a2f1</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/g/gstreamer1-plugins-bad-free-devel-1.16.1-8.el8_10.aarch64.rpm</link>
      <description><p><strong>gstreamer1-plugins-bad-free-devel</strong> - Development files for the GStreamer media framework "bad" plug-ins&lt;br /&gt;</p>

<p>GStreamer is a streaming media framework, based on graphs of elements which&lt;br /&gt;
operate on media data.&lt;br /&gt;
&lt;br /&gt;
This package contains the development files for the plug-ins that&lt;br /&gt;
aren't tested well enough, or the code is not of good enough quality.</p>

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

&lt;pre&gt;Wed, 08 Jul 2026 GMT - RHEL Packaging Agent &amp;lt;redhat-ymir-agent@redhat.com&amp;gt; - 1.16.1-8
- Fix for CVE-2026-52720: librfb framebuffer update rectangle
  validation
  Resolves: RHEL-184455

Mon, 22 Jun 2026 GMT - RHEL Packaging Agent &amp;lt;redhat-ymir-agent@redhat.com&amp;gt; - 1.16.1-7
- Fix integer overflow in vmncdec (CVE-2026-52722)
  Resolves: RHEL-184414

Tue, 31 Mar 2026 GMT - Wim Taymans &amp;lt;wtaymans@redhat.com&amp;gt; - 1.16.1-6
- Add patch for CVE-2026-3082
  Resolves: RHEL-156202

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>gdm-pam-extensions-devel-1:40.0-28.el8_10.aarch64</title>
      <pubDate>Wed, 08 Jul 2026 05:35:11 PM GMT</pubDate>
      <guid isPermaLink="false">26b7aaf2f470e38ceac99b41278515cce9374c5bfad2b516ba8903b7868e504c</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/g/gdm-pam-extensions-devel-40.0-28.el8_10.aarch64.rpm</link>
      <description><p><strong>gdm-pam-extensions-devel</strong> - Macros for developing GDM extensions to PAM&lt;br /&gt;</p>

<p>The gdm-pam-extensions-devel package contains headers and other&lt;br /&gt;
files that are helpful to PAM modules wishing to support&lt;br /&gt;
GDM specific authentication features.</p>

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

&lt;pre&gt;Wed, 17 Jun 2026 GMT - Joan Torres Lopez &amp;lt;joantolo@redhat.com&amp;gt; - 40.0-28
- Fix recovering client proxies
  Resolves: RHEL-185770

&lt;/pre&gt;</description>
    </item>
    <item>
      <title>gdm-devel-1:40.0-28.el8_10.aarch64</title>
      <pubDate>Wed, 08 Jul 2026 05:35:11 PM GMT</pubDate>
      <guid isPermaLink="false">9addc8d5c265697d0e91f3eec6a38ded69e7d5f216b4ec13c47c60b072713248</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/g/gdm-devel-40.0-28.el8_10.aarch64.rpm</link>
      <description><p><strong>gdm-devel</strong> - Development files for gdm&lt;br /&gt;</p>

<p>The gdm-devel package contains headers and other&lt;br /&gt;
files needed to build custom greeters.</p>

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

&lt;pre&gt;Wed, 17 Jun 2026 GMT - Joan Torres Lopez &amp;lt;joantolo@redhat.com&amp;gt; - 40.0-28
- Fix recovering client proxies
  Resolves: RHEL-185770

&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libnfsidmap-devel-1:2.3.3-69.el8_10.aarch64</title>
      <pubDate>Wed, 08 Jul 2026 05:31:30 PM GMT</pubDate>
      <guid isPermaLink="false">cb83be570d786ff76ab53873d980ef7c858196f9e6d033ca001edaf3434a40d6</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/l/libnfsidmap-devel-2.3.3-69.el8_10.aarch64.rpm</link>
      <description><p><strong>libnfsidmap-devel</strong> - Development files for the libnfsidmap library&lt;br /&gt;</p>

<p>This package includes header files and libraries necessary for&lt;br /&gt;
developing programs which use the libnfsidmap library.</p>

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

&lt;pre&gt;Thu, 19 Mar 2026 GMT - Scott Mayhew &amp;lt;smayhew@redhat.com&amp;gt; 2.3.3-69
- nfsrahead: enable event-driven mountinfo monitoring and skip non-NFS devices (RHEL-150760)
- nfsrahead: zero-initialise device_info struct (RHEL-150760)
- nfsrahead: quieten misleading error for non-NFS block devices (RHEL-150760)

Fri, 27 Feb 2026 GMT - Scott Mayhew &amp;lt;smayhew@redhat.com&amp;gt; 2.3.3-68
- Add requires for selinux-policy (RHEL-127095)

Fri, 30 Jan 2026 GMT - Scott Mayhew &amp;lt;smayhew@redhat.com&amp;gt; 2.3.3-67
- mountd: Minor refactor of get_rootfh() (RHEL-127095)
- mountd: Separate lookup of the exported directory and the mount path (RHEL-127095)
- support: Add a mini-library to extract and apply RPC credentials (RHEL-127095)
- Fix access checks when mounting subdirectories in NFSv3 (RHEL-127095)
  Resolves: CVE-2025-12801

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libsolv-tools-0.7.20-7.el8_10.aarch64</title>
      <pubDate>Wed, 08 Jul 2026 05:24:43 PM GMT</pubDate>
      <guid isPermaLink="false">8a57679c614c48fcd690d09b40740db5323eebd3d98dc223aad704cc50a7dc95</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/l/libsolv-tools-0.7.20-7.el8_10.aarch64.rpm</link>
      <description><p><strong>libsolv-tools</strong> - Package dependency solver tools&lt;br /&gt;</p>

<p>Package dependency solver tools.</p>

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

&lt;pre&gt;Thu, 28 May 2026 GMT - Petr Pisar &amp;lt;ppisar@redhat.com&amp;gt; - 0.7.20-7
- Fix a buffer overflow when decompressing solv pages (CVE-2026-48864)
  (RHEL-178970)

Wed, 21 Jun 2023 GMT - Jaroslav Rohel &amp;lt;jrohel@redhat.com&amp;gt; - 0.7.20-6
- Backport Allow to break arch lock-step on erase operations (RhBug:2172288,2172292)

Wed, 17 May 2023 GMT - Jaroslav Rohel &amp;lt;jrohel@redhat.com&amp;gt; - 0.7.20-5
- Backport Treat condition both as positive and negative literal in pool_add_pos_literals_complex_dep
  (RhBug:2185061,2190136)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>libsolv-devel-0.7.20-7.el8_10.aarch64</title>
      <pubDate>Wed, 08 Jul 2026 05:24:43 PM GMT</pubDate>
      <guid isPermaLink="false">7433fd4d87ebd5e88de9d40d253329b4df3c7370e2f9db1b48273e4dd2cf4c54</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/l/libsolv-devel-0.7.20-7.el8_10.aarch64.rpm</link>
      <description><p><strong>libsolv-devel</strong> - Development files for libsolv&lt;br /&gt;</p>

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

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

&lt;pre&gt;Thu, 28 May 2026 GMT - Petr Pisar &amp;lt;ppisar@redhat.com&amp;gt; - 0.7.20-7
- Fix a buffer overflow when decompressing solv pages (CVE-2026-48864)
  (RHEL-178970)

Wed, 21 Jun 2023 GMT - Jaroslav Rohel &amp;lt;jrohel@redhat.com&amp;gt; - 0.7.20-6
- Backport Allow to break arch lock-step on erase operations (RhBug:2172288,2172292)

Wed, 17 May 2023 GMT - Jaroslav Rohel &amp;lt;jrohel@redhat.com&amp;gt; - 0.7.20-5
- Backport Treat condition both as positive and negative literal in pool_add_pos_literals_complex_dep
  (RhBug:2185061,2190136)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>freeipmi-devel-1.6.18-1.el8_10.aarch64</title>
      <pubDate>Tue, 07 Jul 2026 07:47:16 PM GMT</pubDate>
      <guid isPermaLink="false">d505f3e3a4ab69af86bf1202efe1b6e064f3dfb95b16f1c4179bd8cec5f6a25e</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/f/freeipmi-devel-1.6.18-1.el8_10.aarch64.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;Wed, 17 Jun 2026 GMT - Pavel Cahyna &amp;lt;pcahyna@redhat.com&amp;gt; - 1.6.18-1
- Update to 1.6.18, fixes CVE-2026-50031

Fri, 17 Apr 2026 GMT - Pavel Cahyna &amp;lt;pcahyna@redhat.com&amp;gt; - 1.6.17-1
- Update to 1.6.17, fixes CVE-2026-33554

Wed, 21 Feb 2024 GMT - Pavel Cahyna &amp;lt;pcahyna@redhat.com&amp;gt; - 1.6.14-2
- Apply upstream patch 41d0d70f
  ipmi-config: fix incorrect output of IPv6_Dynamic_Address_Source_Type

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>perl-HTTP-Daemon-6.01-24.el8_10.noarch</title>
      <pubDate>Tue, 07 Jul 2026 02:00:41 PM GMT</pubDate>
      <guid isPermaLink="false">c208a27559ca783d7bb2848347131548ea1be28eff5551385f785963a92bc73a</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/p/perl-HTTP-Daemon-6.01-24.el8_10.noarch.rpm</link>
      <description><p><strong>perl-HTTP-Daemon</strong> - Simple HTTP server class&lt;br /&gt;</p>

<p>Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a&lt;br /&gt;
socket for incoming requests. The HTTP::Daemon is a subclass of&lt;br /&gt;
IO::Socket::IP, so you can perform socket operations directly on it too.</p>

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

&lt;pre&gt;Wed, 17 Jun 2026 GMT - RHEL Packaging Agent &amp;lt;redhat-ymir-agent@redhat.com&amp;gt; - 6.01-24
- Fix CVE-2026-8450: send_file() shell-magic injection via 2-arg open()
- Resolves: RHEL-184825

Wed, 23 May 2018 GMT - Petr Pisar &amp;lt;ppisar@redhat.com&amp;gt; - 6.01-23
- Fix formatting numerical non-local specific IPv6 addresses (bug #1578026)

Tue, 15 May 2018 GMT - Jitka Plesnikova &amp;lt;jplesnik@redhat.com&amp;gt; - 6.01-22
- Call "sockhostname" method on correct class object (bug #1578026)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python3-rrdtool-1.7.0-17.el8_10.aarch64</title>
      <pubDate>Fri, 03 Jul 2026 04:04:17 PM GMT</pubDate>
      <guid isPermaLink="false">738f4c204a8b1041ed61a4ea7efa732acb212cdd76605c5af90a741279258d3f</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/p/python3-rrdtool-1.7.0-17.el8_10.aarch64.rpm</link>
      <description><p><strong>python3-rrdtool</strong> - Python RRDtool bindings&lt;br /&gt;</p>

<p>Python RRDtool bindings.</p>

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

&lt;pre&gt;Wed, 20 May 2026 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-17
- Fixed stack buffer overflow in rrdcached and added more security checks
  Resolves: RHEL-173259

Thu, 06 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-16
- Rebuilt to fix broken build
  Related: rhbz#1636795

Wed, 05 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-15
- Dropped useless Makefile in examples/rrdcached
  Resolves: rhbz#1636795

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>rrdtool-tcl-1.7.0-17.el8_10.aarch64</title>
      <pubDate>Fri, 03 Jul 2026 04:04:17 PM GMT</pubDate>
      <guid isPermaLink="false">67fd8a712d398c2a03609977354787d43cfd09c3e8f27642efe379275c91d1c8</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/r/rrdtool-tcl-1.7.0-17.el8_10.aarch64.rpm</link>
      <description><p><strong>rrdtool-tcl</strong> - Tcl RRDtool bindings&lt;br /&gt;</p>

<p>The rrdtool-tcl package includes RRDtool bindings for Tcl.</p>

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

&lt;pre&gt;Wed, 20 May 2026 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-17
- Fixed stack buffer overflow in rrdcached and added more security checks
  Resolves: RHEL-173259

Thu, 06 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-16
- Rebuilt to fix broken build
  Related: rhbz#1636795

Wed, 05 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-15
- Dropped useless Makefile in examples/rrdcached
  Resolves: rhbz#1636795

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>rrdtool-ruby-1.7.0-17.el8_10.aarch64</title>
      <pubDate>Fri, 03 Jul 2026 04:04:17 PM GMT</pubDate>
      <guid isPermaLink="false">85fff572424702e31437c288210d9161f9727fedaca0d5485bbf7f64a7dd839b</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/r/rrdtool-ruby-1.7.0-17.el8_10.aarch64.rpm</link>
      <description><p><strong>rrdtool-ruby</strong> - Ruby RRDtool bindings&lt;br /&gt;</p>

<p>The rrdtool-ruby package includes RRDtool bindings for Ruby.</p>

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

&lt;pre&gt;Wed, 20 May 2026 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-17
- Fixed stack buffer overflow in rrdcached and added more security checks
  Resolves: RHEL-173259

Thu, 06 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-16
- Rebuilt to fix broken build
  Related: rhbz#1636795

Wed, 05 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-15
- Dropped useless Makefile in examples/rrdcached
  Resolves: rhbz#1636795

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>rrdtool-lua-1.7.0-17.el8_10.aarch64</title>
      <pubDate>Fri, 03 Jul 2026 04:04:17 PM GMT</pubDate>
      <guid isPermaLink="false">935ffff7b18655aa77f188f46d0fca19b4ade1fe4a1ad9357e3a77acf7ab013c</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/r/rrdtool-lua-1.7.0-17.el8_10.aarch64.rpm</link>
      <description><p><strong>rrdtool-lua</strong> - Lua RRDtool bindings&lt;br /&gt;</p>

<p>The rrdtool-lua package includes RRDtool bindings for Lua.</p>

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

&lt;pre&gt;Wed, 20 May 2026 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-17
- Fixed stack buffer overflow in rrdcached and added more security checks
  Resolves: RHEL-173259

Thu, 06 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-16
- Rebuilt to fix broken build
  Related: rhbz#1636795

Wed, 05 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-15
- Dropped useless Makefile in examples/rrdcached
  Resolves: rhbz#1636795

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>rrdtool-doc-1.7.0-17.el8_10.aarch64</title>
      <pubDate>Fri, 03 Jul 2026 04:04:17 PM GMT</pubDate>
      <guid isPermaLink="false">0663b3c67b7d136281f54b01218026c7ca0bc7466e3944677a6d69d5ea199aa7</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/r/rrdtool-doc-1.7.0-17.el8_10.aarch64.rpm</link>
      <description><p><strong>rrdtool-doc</strong> - RRDtool documentation&lt;br /&gt;</p>

<p>RRD is the Acronym for Round Robin Database. RRD is a system to store and&lt;br /&gt;
display time-series data (i.e. network bandwidth, machine-room temperature,&lt;br /&gt;
server load average). This package contains documentation on using RRD.</p>

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

&lt;pre&gt;Wed, 20 May 2026 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-17
- Fixed stack buffer overflow in rrdcached and added more security checks
  Resolves: RHEL-173259

Thu, 06 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-16
- Rebuilt to fix broken build
  Related: rhbz#1636795

Wed, 05 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-15
- Dropped useless Makefile in examples/rrdcached
  Resolves: rhbz#1636795

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>rrdtool-devel-1.7.0-17.el8_10.aarch64</title>
      <pubDate>Fri, 03 Jul 2026 04:04:17 PM GMT</pubDate>
      <guid isPermaLink="false">558ed4d32e5b0442f1deaa5197cac10642adf0611cf72e619b4260893fcb7c78</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/r/rrdtool-devel-1.7.0-17.el8_10.aarch64.rpm</link>
      <description><p><strong>rrdtool-devel</strong> - RRDtool libraries and header files&lt;br /&gt;</p>

<p>RRD is the Acronym for Round Robin Database. RRD is a system to store and&lt;br /&gt;
display time-series data (i.e. network bandwidth, machine-room temperature,&lt;br /&gt;
server load average). This package allow you to use directly this library.</p>

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

&lt;pre&gt;Wed, 20 May 2026 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-17
- Fixed stack buffer overflow in rrdcached and added more security checks
  Resolves: RHEL-173259

Thu, 06 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-16
- Rebuilt to fix broken build
  Related: rhbz#1636795

Wed, 05 Dec 2018 GMT - Jaroslav Škarvada &amp;lt;jskarvad@redhat.com&amp;gt; - 1.7.0-15
- Dropped useless Makefile in examples/rrdcached
  Resolves: rhbz#1636795

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>glibc-nss-devel-2.28-251.el8_10.38.aarch64</title>
      <pubDate>Tue, 30 Jun 2026 06:19:01 PM GMT</pubDate>
      <guid isPermaLink="false">eec7f6b7ff149979284448c3da6546af1f1450be3052f425a6ef9c52846a0f7b</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/g/glibc-nss-devel-2.28-251.el8_10.38.aarch64.rpm</link>
      <description><p><strong>glibc-nss-devel</strong> - Development files for directly linking NSS service modules&lt;br /&gt;</p>

<p>The glibc-nss-devel package contains the object files necessary to&lt;br /&gt;
compile applications and libraries which directly link against NSS&lt;br /&gt;
modules supplied by glibc.&lt;br /&gt;
&lt;br /&gt;
This is a rare and special use case; regular development has to use&lt;br /&gt;
the glibc-devel package instead.</p>

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

&lt;pre&gt;Tue, 02 Jun 2026 GMT - Patsy Griffin &amp;lt;patsy@redhat.com&amp;gt; - 2.28-251.38
- CVE-2026-5450: Fix buffer overflow in scanf (RHEL-172700)

Mon, 11 May 2026 GMT - Arjun Shankar &amp;lt;arjun@redhat.com&amp;gt; - 2.28-251.37
- Add tests for CVE-2026-4437 and CVE-2026-4438 (RHEL-173358)

Mon, 11 May 2026 GMT - Frédéric Bérat &amp;lt;fberat@redhat.com&amp;gt; - 2.28-251.36
- Fix __nss_get_default_domain logic to restore netgroup user enumeration
  (RHEL-168095)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>glibc-benchtests-2.28-251.el8_10.38.aarch64</title>
      <pubDate>Tue, 30 Jun 2026 06:19:01 PM GMT</pubDate>
      <guid isPermaLink="false">33d2fd6fbb759cc6336814c55c4ee40585d9389d4089b97671791bd798089fa7</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/g/glibc-benchtests-2.28-251.el8_10.38.aarch64.rpm</link>
      <description><p><strong>glibc-benchtests</strong> - Benchmarking binaries and scripts for glibc&lt;br /&gt;</p>

<p>This package provides built benchmark binaries and scripts to run&lt;br /&gt;
microbenchmark tests on the system.</p>

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

&lt;pre&gt;Tue, 02 Jun 2026 GMT - Patsy Griffin &amp;lt;patsy@redhat.com&amp;gt; - 2.28-251.38
- CVE-2026-5450: Fix buffer overflow in scanf (RHEL-172700)

Mon, 11 May 2026 GMT - Arjun Shankar &amp;lt;arjun@redhat.com&amp;gt; - 2.28-251.37
- Add tests for CVE-2026-4437 and CVE-2026-4438 (RHEL-173358)

Mon, 11 May 2026 GMT - Frédéric Bérat &amp;lt;fberat@redhat.com&amp;gt; - 2.28-251.36
- Fix __nss_get_default_domain logic to restore netgroup user enumeration
  (RHEL-168095)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>nss_hesiod-2.28-251.el8_10.38.aarch64</title>
      <pubDate>Tue, 30 Jun 2026 06:19:01 PM GMT</pubDate>
      <guid isPermaLink="false">685e33633ebf11bd93f8cf931cf26b4d37d938a2dee47475d3e77b04835d28a3</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/n/nss_hesiod-2.28-251.el8_10.38.aarch64.rpm</link>
      <description><p><strong>nss_hesiod</strong> - Name Service Switch (NSS) module using Hesiod&lt;br /&gt;</p>

<p>The nss_hesiod Name Service Switch module uses the Domain Name System&lt;br /&gt;
(DNS) as a source for user, group, and service information, following&lt;br /&gt;
the Hesiod convention of Project Athena.</p>

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

&lt;pre&gt;Tue, 02 Jun 2026 GMT - Patsy Griffin &amp;lt;patsy@redhat.com&amp;gt; - 2.28-251.38
- CVE-2026-5450: Fix buffer overflow in scanf (RHEL-172700)

Mon, 11 May 2026 GMT - Arjun Shankar &amp;lt;arjun@redhat.com&amp;gt; - 2.28-251.37
- Add tests for CVE-2026-4437 and CVE-2026-4438 (RHEL-173358)

Mon, 11 May 2026 GMT - Frédéric Bérat &amp;lt;fberat@redhat.com&amp;gt; - 2.28-251.36
- Fix __nss_get_default_domain logic to restore netgroup user enumeration
  (RHEL-168095)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>glibc-static-2.28-251.el8_10.38.aarch64</title>
      <pubDate>Tue, 30 Jun 2026 06:19:01 PM GMT</pubDate>
      <guid isPermaLink="false">df1d8d796d94f2753bc7c6d069e9418654c4358bbba3444276f5d6093b7aece9</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/g/glibc-static-2.28-251.el8_10.38.aarch64.rpm</link>
      <description><p><strong>glibc-static</strong> - C library static libraries for -static linking.&lt;br /&gt;</p>

<p>The glibc-static package contains the C library static libraries&lt;br /&gt;
for -static linking.  You don't need these, unless you link statically,&lt;br /&gt;
which is highly discouraged.</p>

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

&lt;pre&gt;Tue, 02 Jun 2026 GMT - Patsy Griffin &amp;lt;patsy@redhat.com&amp;gt; - 2.28-251.38
- CVE-2026-5450: Fix buffer overflow in scanf (RHEL-172700)

Mon, 11 May 2026 GMT - Arjun Shankar &amp;lt;arjun@redhat.com&amp;gt; - 2.28-251.37
- Add tests for CVE-2026-4437 and CVE-2026-4438 (RHEL-173358)

Mon, 11 May 2026 GMT - Frédéric Bérat &amp;lt;fberat@redhat.com&amp;gt; - 2.28-251.36
- Fix __nss_get_default_domain logic to restore netgroup user enumeration
  (RHEL-168095)

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>giflib-devel-5.1.4-5.el8_10.aarch64</title>
      <pubDate>Tue, 30 Jun 2026 05:42:09 PM GMT</pubDate>
      <guid isPermaLink="false">3054a8d2e169195ff3eb6f659d901e4174f1d93cc0cb29dda09060faabc5d2a8</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/g/giflib-devel-5.1.4-5.el8_10.aarch64.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;Mon, 08 Jun 2026 GMT - Michal Hlavinka &amp;lt;mhlavink@redhat.com&amp;gt; - 5.1.4-5
- fix CVE-2026-26740: buffer overflow in EGifGCBToExtension (RHEL-157097)

Tue, 24 Mar 2026 GMT - Michal Hlavinka &amp;lt;mhlavink@redhat.com&amp;gt; - 5.1.4-4
- fix CVE-2026-23868: double free in GifMakeSavedImage (RHEL-154853)

Thu, 08 Nov 2018 GMT - Nikola Forró &amp;lt;nforro@redhat.com&amp;gt; - 5.1.4-3
- Generate HTML docs with consistent section IDs to avoid multilib difference
  related: #1602513

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>evince-devel-3.28.4-17.el8_10.aarch64</title>
      <pubDate>Wed, 24 Jun 2026 05:30:40 PM GMT</pubDate>
      <guid isPermaLink="false">005beb0458674518fb33e6bb7ec31562985f2f895aede11c9a29def6848b95be</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/e/evince-devel-3.28.4-17.el8_10.aarch64.rpm</link>
      <description><p><strong>evince-devel</strong> - Support for developing backends for the evince document viewer&lt;br /&gt;</p>

<p>This package contains libraries and header files needed for evince&lt;br /&gt;
backend development.</p>

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

&lt;pre&gt;Tue, 16 Jun 2026 GMT - RHEL Packaging Agent &amp;lt;redhat-ymir-agent@redhat.com&amp;gt; - 3.28.4-17
- Fix CVE-2026-46529: quote string arguments passed to ev_spawn
- Resolves: RHEL-184039

Mon, 04 Oct 2021 GMT - Marek Kasik &amp;lt;mkasik@redhat.com&amp;gt; - 3.28.4-16
- Allow text entries to handle clicks
- Resolves: #2008310

Fri, 24 Sep 2021 GMT - Marek Kasik &amp;lt;mkasik@redhat.com&amp;gt; - 3.28.4-15
- Update translations of string "Reset form"
- Resolves: #2006333

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>gnuplot-doc-5.2.4-4.el8_10.noarch</title>
      <pubDate>Tue, 16 Jun 2026 09:56:03 PM GMT</pubDate>
      <guid isPermaLink="false">83b6d32220c35a31da3ff2e917bf9d67b0dc1a79cf41c63dbb0f2f080f2b0669</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/g/gnuplot-doc-5.2.4-4.el8_10.noarch.rpm</link>
      <description><p><strong>gnuplot-doc</strong> - Documentation fo bindings for the gnuplot main application&lt;br /&gt;</p>

<p>The gnuplot-doc package contains the documentation related to gnuplot&lt;br /&gt;
plotting tool</p>

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

&lt;pre&gt;Wed, 27 May 2026 GMT - Pavel Cahyna &amp;lt;pcahyna@redhat.com&amp;gt; - 5.2.4-4
- Fix Qlist error message (Fedora bug #1970658)

Wed, 05 Oct 2022 GMT - Pavel Cahyna &amp;lt;pcahyna@redhat.com&amp;gt; - 5.2.4-3
- Rebuild with added gating configuration

Mon, 03 Oct 2022 GMT - Pavel Cahyna &amp;lt;pcahyna@redhat.com&amp;gt; - 5.2.4-2
- Add --with-bitmap-terminals to configure flags, among others this enables
  the pbm terminal, bz#2122652

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>mutter-devel-3.32.2-75.el8_10.aarch64</title>
      <pubDate>Tue, 16 Jun 2026 09:47:40 PM GMT</pubDate>
      <guid isPermaLink="false">9a1e9c3009748e958816e9182701d0c855218e6979e78a7c896cfe00241fab45</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/m/mutter-devel-3.32.2-75.el8_10.aarch64.rpm</link>
      <description><p><strong>mutter-devel</strong> - Development package for mutter&lt;br /&gt;</p>

<p>Header files and libraries for developing Mutter plugins. Also includes&lt;br /&gt;
utilities for testing Metacity/Mutter themes.</p>

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

&lt;pre&gt;Thu, 04 Jun 2026 GMT - Jonas Ådahl &amp;lt;jadahl@redhat.com&amp;gt; - 3.32.2-75
- Don't unminimize mapped windows
  Resolves: RHEL-177609

Fri, 27 Jun 2025 GMT - Jonas Ådahl &amp;lt;jadahl@redhat.com&amp;gt; - 3.32.2-74
- Backport implementation for _GTK_WORKAREAS_D# X11 property
  Related: RHEL-87743

Wed, 04 Dec 2024 GMT - Jonas Ådahl &amp;lt;jadahl@redhat.com&amp;gt; - 3.32.2-73
- Fix handling of more WM_HINTS window icon types
  Resolves: RHEL-35286

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>opencryptoki-devel-3.22.0-3.el8_10.3.aarch64</title>
      <pubDate>Tue, 16 Jun 2026 09:46:13 PM GMT</pubDate>
      <guid isPermaLink="false">4cd59616a082568b82124a0e5d896c29ad9d97eb67471b3b42c7c60f95adc927</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/o/opencryptoki-devel-3.22.0-3.el8_10.3.aarch64.rpm</link>
      <description><p><strong>opencryptoki-devel</strong> - Development files for openCryptoki&lt;br /&gt;</p>

<p>This package contains the development header files for building&lt;br /&gt;
opencryptoki and PKCS#11 based applications</p>

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

&lt;pre&gt;Tue, 19 May 2026 GMT - Than Ngo &amp;lt;than@redhat.com&amp;gt; - 3.22.0-3.3
- Resolves: RHEL-171558, Fix possible out-of-bounds access in BER decode functions

Mon, 02 Mar 2026 GMT - Than Ngo &amp;lt;than@redhat.com&amp;gt; - 3.22.0-3.2
- Resolves: RHEL-144817, CVE-2026-23893 Privilege Escalation or Data Exposure via Symlink Following

Mon, 11 Aug 2025 GMT - Than Ngo &amp;lt;than@redhat.com&amp;gt; - 3.22.0-3.1
- Resolves: RHEL-105918, fix for supporting CCA 8.4

...&lt;/pre&gt;</description>
    </item>
    <item>
      <title>openscap-engine-sce-devel-1.3.14-1.el8_10.rocky.1.0.aarch64</title>
      <pubDate>Tue, 16 Jun 2026 01:38:19 PM GMT</pubDate>
      <guid isPermaLink="false">825e4e07d8df6ca749aa3096678cacd52067c87aef758aebba9be41bb281d942</guid>
      <link>https://dl.rockylinux.org/pub/rocky/8/PowerTools/aarch64/os/Packages/o/openscap-engine-sce-devel-1.3.14-1.el8_10.rocky.1.0.aarch64.rpm</link>
      <description><p><strong>openscap-engine-sce-devel</strong> - Development files for openscap-engine-sce&lt;br /&gt;</p>

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

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

&lt;pre&gt;Tue, 16 Jun 2026 GMT - Release Engineering &amp;lt;releng@rockylinux.org&amp;gt; - 1.3.14-1.rocky.1.0
- Add Rocky to openscap

Thu, 09 Apr 2026 GMT - Matthew Burket &amp;lt;mburket@redhat.com&amp;gt; - 1.3.14-1
- Rebase to the latest upstream version (RHEL-161761)

Mon, 08 Dec 2025 GMT - Matthew Burket &amp;lt;mburket@redhat.com&amp;gt; - 1.3.13-1
- Rebase to the latest upstream version (RHEL-133977)
- Add note that oscap xccdf eval --local-file only works with SCAP 1.3 data streams (RHEL-74343)

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