[Testing Update] 2026-07-09 - Kernels, Firefox, Xorg-Server, XWayland, Bluez, OpenSearch

Hello Manjaro user community, here we have another set of package updates. We are continuing our development of the upcoming release of ‘Bian-May’ which can be expected Mid or End of July. Development speed may be a little slower the upcoming weeks. However, still let us know any issues you may found thus far.

Current Promotions

Recent News

New in Manjaro GNOME!

When choosing an accent color in Settings, the folder colors will now change automatically to match when using the Papirus Dark or Papirus Light icon theme.

To try it out, install gnome-shell-extension-papirus-folders-colorizer from Add/Remove Software, logout / login and enable Papirus Folder Colorizer from Extensions.

Or, if you prefer the command line:

Install:

sudo pacman -Syu gnome-shell-extension-papirus-folders-colorizer

Enable the extension:

 gnome-extensions enable papirus-folders-colorizer@NiffirgkcaJ.github.com

Logout:

gnome-session-quit --logout

Also, when applying accent colors from Layout Switcher settings, it will also set the matching folder color. Requires accent-color-change r172.c761c84-2 or newer.

KDE Plasma users with SDDM can now migrate to Plasma Login Manager

After ensuring plasma-login-manager 6.5.90-1 (or newer) is installed, run the following:

sudo pacman -Syu plasma-login-manager
systemctl disable sddm
systemctl enable plasmalogin
sudo pacman -R sddm-kcm sddm
NVIDIA 590 driver drops Pascal support

With the update to driver version 590, the NVIDIA driver no longer supports Pascal (GTX 10xx) GPUs or older.

Impact: Updating the NVIDIA packages on systems with Pascal, Maxwell, or older cards will fail to load the driver, which may result in a broken graphical environment.

Intervention required for Pascal/older users: Users with GTX 10xx series and older cards must switch to a legacy driver to maintain support:

  • Install the official linuxXXX-nvidia-575xx, linuxXXX-nvidia-570xx, or related DKMS packages.
  • Manjaro 26.1 Bian-May - Preview released
  • Manjaro 26.0 Anh-Linh released
  • Manjaro Summit public Alpha now available
  • As of Linux 5.4.302, the 5.4 series is now EOL (End Of Life). Please install 5.10 LTS (Long Term Support) or 5.15 LTS.
  • As of Linux 6.16.12, the 6.16 series is now EOL (End Of Life). Please install 6.18 LTS (Long Term Support) and/or 6.12 LTS.
  • As of Linux 6.17.13, the 6.17 series is now EOL (End Of Life). Please install 6.18 LTS (Long Term Support) and/or 6.12 LTS.
  • As of Linux 6.19.14, the 6.19 series is now EOL (End Of Life). Please install 7.0, and/or 6.18 LTS (Long Term Support) and/or 6.12 LTS.
  • As of Linux 7.0.14, the 7.0 series is now EOL (End Of Life). Please install 7.1, and/or 6.18 LTS (Long Term Support) and/or 6.12 LTS.
Previous News

Notable Package Updates

Additional Info

Python 3.14 info

:information_source: You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.13.so.

Print a list of of packages that have files in /usr/lib/python3.13/ :

pacman -Qoq /usr/lib/python3.13/

Rebuild them all at once:*

pamac build $(pacman -Qoq /usr/lib/python3.13)

Use rebuild-detector to see if anything else needs to be rebuilt:

 checkrebuild

* It’s recommended to clean your build cache first with pamac clean --build-files

Info about AUR packages

:warning: AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcements topics are off-topic and will be flagged, moved or removed without warning.

For help with AUR packages, please create a new topic in Support > AUR and a helpful volunteer may be able to assist you.

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.


Our current supported kernels

  • linux61 6.1.177
  • linux66 6.6.144
  • linux612 6.12.95
  • linux618 6.18.38
  • linux71 7.1.3
  • linux72 7.2.0-rc2
  • linux61-rt 6.1.167_rt62
  • linux66-rt 6.6.135_rt74
  • linux612-rt 6.12.89_rt18

Package Changes (7/9/26 07:43 CEST)

  • testing core x86_64: 6 new and 6 removed package(s)
  • testing extra x86_64: 863 new and 858 removed package(s)
  • testing multilib x86_64: 7 new and 8 removed package(s)

Overlay Changes

  • testing core x86_64: 15 new and 17 removed package(s)
  • testing extra x86_64: 126 new and 142 removed package(s)
  • testing multilib x86_64: 2 new and 2 removed package(s)

A list of all package changes can be found here.

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes I am currently experiencing an issue due to the update. (Please post about it)
0 voters

Check if your mirror has already synced:


Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed


Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!

Note: Do not forget to review your .pacnew files:

:arrow_right: 2026-07-09

2026-05-11

A week after Copy Fail, researcher Hyunwoo Kim disclosed a second Linux kernel flaw in the same broad area — IPsec ESP and rxrpc — that they have named Dirty Frag. The bug lives in the in-place decryption fast paths of esp4, esp6, and rxrpc: when a socket buffer carries paged fragments that are not privately owned by the kernel (e.g. pipe pages attached via splice(2)/sendfile(2)/MSG_SPLICE_PAGES), the receive path decrypts directly over those externally-backed pages, exposing or corrupting plaintext that an unprivileged process still holds a reference to.

Like the previous Copy Fail vulnerability, Dirty Frag immediately yields root on all major distributions. Every supported Manjaro release is affected. Dirty Frag chains two distinct kernel bugs, each with its own CVE: CVE-2026-43284 covers the IPsec ESP half (esp4 / esp6), and CVE-2026-43500 (NVD entry pending) covers the rxrpc half. Per Hyunwoo Kim’s public disclosure on oss-security (2026-05-07), the responsible-disclosure embargo was broken before distributions could coordinate, and a working exploit is publicly available. A second public exploit, Copy Fail 2: Electric Boogaloo, targets the same vulnerability under a different name; both reach root through the same esp4/esp6/rxrpc code paths and are blocked by the same fix.

Temporary mitigation

You can neutralize the attack surface by blacklisting the affected modules. None of esp4, esp6, or rxrpc are loaded on a typical workload that does not use IPsec transport mode or AFS, so on most systems this is safe to apply immediately:

sudo sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; true"

This writes a modprobe config that prevents the three modules from loading, and unloads them if they happen to be loaded already (the rmmod is best-effort and silent if the module isn’t present). To revert, remove /etc/modprobe.d/dirtyfrag.conf.

The Dirty Frag exploit works by corrupting page-cache pages of sensitive files (such as /etc/passwd or /usr/bin/su). If you suspect the system may have already been targeted before you applied the mitigation, drop the page cache so any tampered pages are evicted and the next read comes fresh from disk:

sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'

This is safe to run on a live system — it only frees clean cache and dentry/inode entries — and pairs well with the blacklist above.

2026-05-01

On 29 April 2026, a high local privilege escalation vulnerability in the Linux kernel, tracked as CVE-2026-31431 and named “Copy Fail”, was publicly disclosed. The vulnerability affects Manjaro Linux since 2017. A public proof-of-concept exploit has been released.

We have patched most of our kernels and released them to our testing and unstable branches:

  • patched kernels are: 5.10.254+, 5.15.204+, 6.1.170+, 6.6.137+, 6.12.85+, 6.18.22+, 6.19.12+, 7.0-rc7+
  • affected kernels are: 6.1.167_rt62, 6.6.133_rt73, 6.12.79_rt17, 6.17.5_rt7 and lower

Temporary Mitigation

Disable the algif_aead kernel module persistently on all affected systems until a patched kernel is available:

sudo su
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf
rmmod algif_aead 2>/dev/null || true
exit

More Information: CERT-EU - High Vulnerability in the Linux Kernel ("Copy Fail")

2026-04-06

udev-usb-sync and kernel 7.0-rc

If you experience slow transfers to USB attached disks, remove the package udev-usb-sync. It is not known why the 7.0-rc kernel causes this. There may be a regression of some sort. Awaiting the final release of the 7.0 kernel before jumping to conclusions.

See [Unstable Update] April 2026 thread for more info

2026-04-23T22:00:00Z
The issue is solved with the release of 7.0 kernel

Previous testing threads:

List of package changes posted to https://termbin.com/3dw2 is likely to expire in a few days

Manjaro [Testing Update] 2026-07-09 package changes - GitHub Gist

:: Our current supported kernels

  - linux61 6.1.177
  - linux66 6.6.144
  - linux612 6.12.95
  - linux618 6.18.38
  - linux71 7.1.3
  - linux72 7.2.0-rc2
  - linux61-rt 6.1.167_rt62
  - linux66-rt 6.6.135_rt74
  - linux612-rt 6.12.89_rt18

:: Package Changes (7/9/26 07:43 CEST)

  - testing core x86_64:  6 new and 6 removed package(s)
  - testing extra x86_64:  863 new and 858 removed package(s)
  - testing multilib x86_64:  7 new and 8 removed package(s)

:: Package Overlay Changes

  - testing core x86_64:  15 new and 17 removed package(s)
  - testing extra x86_64:  126 new and 142 removed package(s)
  - testing multilib x86_64:  2 new and 2 removed package(s)

:: Different overlay package(s) in repository core x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2026-07-04           2026-07-09
-------------------------------------------------------------------------------
                  linux-headers-meta                7.0-1                7.1-1
                          linux-meta                7.0-1                7.1-1
                             linux61            6.1.176-2            6.1.177-1
                     linux61-headers            6.1.176-2            6.1.177-1
                            linux612            6.12.94-2            6.12.95-1
                    linux612-headers            6.12.94-2            6.12.95-1
                            linux618            6.18.37-1            6.18.38-1
                    linux618-headers            6.18.37-1            6.18.38-1
                             linux66            6.6.143-2            6.6.144-1
                     linux66-headers            6.6.143-2            6.6.144-1
                             linux70             7.0.14-1                    -
                     linux70-headers             7.0.14-1                    -
                             linux71              7.1.2-1              7.1.3-1
                     linux71-headers              7.1.2-1              7.1.3-1
                             linux72           7.2.0rc1-1           7.2.0rc2-1
                     linux72-headers           7.2.0rc1-1           7.2.0rc2-1
                     manjaro-release          26.1.0pre-1             26.1.0-1


:: Different sync package(s) in repository core x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2026-07-04           2026-07-09
-------------------------------------------------------------------------------
                   archlinux-keyring           20260612-1         20260707.1-1
                              hwdata              0.408-1              0.409-1
                             openssh             10.3p1-1             10.4p1-2
                            pinentry              1.3.2-2              1.3.3-1
                           procps-ng              4.0.6-2              4.0.6-3
                  voa-verifiers-arch           20260612-1         20260707.1-1


:: Different overlay package(s) in repository extra x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2026-07-04           2026-07-09
-------------------------------------------------------------------------------
                            chromium     150.0.7871.100-1                    -
                              dwarfs             0.15.3-2             0.15.4-1
                     element-desktop          1.12.22-0.1          1.12.23-0.1
                         element-web          1.12.22-0.1          1.12.23-0.1
                linux-acpi_call-meta                7.0-2                7.1-1
                 linux-bbswitch-meta                7.0-2                7.1-1
              linux-broadcom-wl-meta                7.0-2                7.1-1
             linux-nvidia-390xx-meta                7.0-2                7.1-1
             linux-nvidia-470xx-meta                7.0-2                7.1-1
             linux-nvidia-580xx-meta                7.0-2                7.1-1
        linux-nvidia-580xx-open-meta                7.0-2                7.1-1
                   linux-nvidia-meta                7.0-2                7.1-1
              linux-nvidia-open-meta                7.0-2                7.1-1
                    linux-r8168-meta                7.0-2                7.1-1
                linux-rtl8723bu-meta                7.0-2                7.1-1
                 linux-tp_smapi-meta                7.0-2                7.1-1
              linux-vhba-module-meta                7.0-2                7.1-1
  linux-virtualbox-host-modules-meta                7.0-2                7.1-1
                      linux-zfs-meta                7.0-2                7.1-1
                   linux61-acpi_call            1.2.2-207            1.2.2-208
                    linux61-bbswitch              0.8-206              0.8-207
                 linux61-broadcom-wl     6.30.223.271-205     6.30.223.271-206
                linux61-nvidia-390xx          390.157-205          390.157-206
                linux61-nvidia-470xx        470.256.02-97        470.256.02-98
                linux61-nvidia-580xx         580.173.02-3         580.173.02-4
           linux61-nvidia-580xx-open         580.173.02-3         580.173.02-4
                      linux61-nvidia          610.43.02-4          610.43.03-1
                 linux61-nvidia-open          610.43.02-4          610.43.03-1
                       linux61-r8168          8.056.02-14          8.056.02-15
                   linux61-rt-nvidia          610.43.02-2          610.43.03-1
              linux61-rt-nvidia-open          610.43.02-2          610.43.03-1
                   linux61-rtl8723bu           20260507-7           20260507-8
                    linux61-tp_smapi              0.45-42              0.45-43
                 linux61-vhba-module          20260313-11          20260313-12
     linux61-virtualbox-host-modules             7.2.12-1             7.2.12-2
                         linux61-zfs              2.4.2-6              2.4.2-7
                  linux612-acpi_call            1.2.2-121            1.2.2-122
                   linux612-bbswitch              0.8-120              0.8-121
                linux612-broadcom-wl     6.30.223.271-120     6.30.223.271-121
               linux612-nvidia-390xx          390.157-122          390.157-123
               linux612-nvidia-470xx       470.256.02-121       470.256.02-122
               linux612-nvidia-580xx         580.173.02-3         580.173.02-4
          linux612-nvidia-580xx-open         580.173.02-3         580.173.02-4
                     linux612-nvidia          610.43.02-4          610.43.03-1
                linux612-nvidia-open          610.43.02-4          610.43.03-1
                      linux612-r8168          8.056.02-21          8.056.02-22
                  linux612-rt-nvidia          610.43.02-2          610.43.03-1
             linux612-rt-nvidia-open          610.43.02-2          610.43.03-1
                  linux612-rtl8723bu           20260507-9          20260507-10
                   linux612-tp_smapi              0.45-65              0.45-66
                linux612-vhba-module          20260313-16          20260313-17
    linux612-virtualbox-host-modules             7.2.12-1             7.2.12-2
                        linux612-zfs              2.4.2-8              2.4.2-9
                  linux618-acpi_call             1.2.2-44             1.2.2-45
                   linux618-bbswitch               0.8-45               0.8-46
                linux618-broadcom-wl      6.30.223.271-44      6.30.223.271-45
               linux618-nvidia-390xx           390.157-46           390.157-47
               linux618-nvidia-470xx        470.256.02-44        470.256.02-45
               linux618-nvidia-580xx         580.173.02-4         580.173.02-5
          linux618-nvidia-580xx-open         580.173.02-4         580.173.02-5
                     linux618-nvidia          610.43.02-6          610.43.03-1
                linux618-nvidia-open          610.43.02-6          610.43.03-1
                      linux618-r8168          8.056.02-29          8.056.02-30
                  linux618-rtl8723bu          20260507-13          20260507-14
                   linux618-tp_smapi              0.45-44              0.45-45
                linux618-vhba-module          20260313-20          20260313-21
    linux618-virtualbox-host-modules             7.2.12-1             7.2.12-2
                        linux618-zfs             2.4.2-10             2.4.2-11
                   linux66-acpi_call            1.2.2-189            1.2.2-190
                    linux66-bbswitch              0.8-187              0.8-188
                 linux66-broadcom-wl     6.30.223.271-187     6.30.223.271-188
                linux66-nvidia-390xx          390.157-185          390.157-186
                linux66-nvidia-470xx       470.256.02-127       470.256.02-128
                linux66-nvidia-580xx         580.173.02-3         580.173.02-4
           linux66-nvidia-580xx-open         580.173.02-3         580.173.02-4
                      linux66-nvidia          610.43.02-4          610.43.03-1
                 linux66-nvidia-open          610.43.02-4          610.43.03-1
                       linux66-r8168          8.056.02-18          8.056.02-19
                   linux66-rt-nvidia          610.43.02-1          610.43.03-1
              linux66-rt-nvidia-open          610.43.02-1          610.43.03-1
                   linux66-rtl8723bu           20260507-8           20260507-9
                    linux66-tp_smapi              0.45-56              0.45-57
                 linux66-vhba-module          20260313-14          20260313-15
     linux66-virtualbox-host-modules             7.2.12-1             7.2.12-2
                         linux66-zfs              2.4.2-7              2.4.2-8
                   linux70-acpi_call             1.2.2-19                    -
                    linux70-bbswitch               0.8-20                    -
                 linux70-broadcom-wl      6.30.223.271-19                    -
                linux70-nvidia-390xx           390.157-18                    -
                linux70-nvidia-470xx        470.256.02-19                    -
                linux70-nvidia-580xx         580.173.02-4                    -
           linux70-nvidia-580xx-open         580.173.02-4                    -
                      linux70-nvidia          610.43.02-6                    -
                 linux70-nvidia-open          610.43.02-6                    -
                       linux70-r8168          8.056.02-19                    -
                   linux70-rtl8723bu          20260507-13                    -
                    linux70-tp_smapi              0.45-19                    -
                 linux70-vhba-module          20260313-19                    -
     linux70-virtualbox-host-modules             7.2.12-1                    -
                         linux70-zfs             2.4.2-10                    -
                   linux71-acpi_call              1.2.2-6              1.2.2-7
                    linux71-bbswitch                0.8-7                0.8-8
                 linux71-broadcom-wl       6.30.223.271-6       6.30.223.271-7
                linux71-nvidia-390xx            390.157-6            390.157-7
                linux71-nvidia-470xx         470.256.02-6         470.256.02-7
                linux71-nvidia-580xx         580.173.02-4         580.173.02-5
           linux71-nvidia-580xx-open         580.173.02-5         580.173.02-6
                      linux71-nvidia          610.43.02-6          610.43.03-1
                 linux71-nvidia-open          610.43.02-6          610.43.03-1
                       linux71-r8168           8.056.02-6           8.056.02-7
                    linux71-tp_smapi               0.45-6               0.45-7
                 linux71-vhba-module           20260313-6           20260313-7
     linux71-virtualbox-host-modules             7.2.12-1             7.2.12-2
                         linux71-zfs              2.4.2-6              2.4.2-7
                   linux72-acpi_call            1.2.2-0.3            1.2.2-0.4
                    linux72-bbswitch              0.8-0.3              0.8-0.4
                 linux72-broadcom-wl     6.30.223.271-0.3     6.30.223.271-0.4
                linux72-nvidia-470xx       470.256.02-0.3       470.256.02-0.4
                linux72-nvidia-580xx       580.173.02-0.1       580.173.02-0.2
           linux72-nvidia-580xx-open       580.173.02-0.1       580.173.02-0.2
                      linux72-nvidia        610.43.02-0.1        610.43.03-0.1
                 linux72-nvidia-open        610.43.02-0.1        610.43.03-0.1
                       linux72-r8168         8.056.02-0.3         8.056.02-0.4
                 linux72-vhba-module         20260313-0.3         20260313-0.4
                       manjaro-hello              0.8.1-5              0.8.1-6
                         mhwd-nvidia          610.43.02-2          610.43.03-1
                         nvidia-dkms          610.43.02-2          610.43.03-1
                    nvidia-open-dkms          610.43.02-2          610.43.03-1
                     nvidia-settings          610.43.02-2          610.43.03-1
                        nvidia-utils          610.43.02-2          610.43.03-1
                       opencl-nvidia          610.43.02-2          610.43.03-1
                               pacui    1:r1272.a0301e3-1    1:r1278.45ee9a8-1
                    python-npyscreen              5.0.2-2              5.0.4-1
                         xorg-server            21.1.23-1            21.1.24-1
                  xorg-server-common            21.1.23-1            21.1.24-1
                   xorg-server-devel            21.1.23-1            21.1.24-1
                     xorg-server-src            21.1.23-1            21.1.24-1
                  xorg-server-xephyr            21.1.23-1            21.1.24-1
                   xorg-server-xnest            21.1.23-1            21.1.24-1
                    xorg-server-xvfb            21.1.23-1            21.1.24-1


:: Different sync package(s) in repository extra x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2026-07-04           2026-07-09
-------------------------------------------------------------------------------
                              adios2             2.12.1-2             2.12.1-5
                        alertmanager             0.33.0-1             0.33.1-1
                            algernon             1.17.9-1            1.17.10-1
                       android-tools            35.0.2-28             36.0.1-2
                     ansible-creator             26.6.0-1             26.6.1-1
                        ansible-lint             26.4.0-1             26.6.0-1
                   ansible-navigator             26.4.0-1             26.6.0-1
                           argyllcms              3.3.0-1              3.5.0-1
                              astyle             3.6.16-1             3.6.17-1
                   audacious-plugins              4.6.1-1              4.6.1-2
                auto-multiple-choice              1.7.0-6              1.7.0-7
                              babeld             1.13.1-1               1.14-1
                     bash-completion             2.17.0-3             2.18.0-1
                              bazaar              0.8.3-1              0.9.0-1
                       bbswitch-dkms              0.8-829              0.8-833
                                bear              4.1.4-1              4.1.5-1
                           bettercap             2.41.7-1             2.41.7-2
                               biome              2.5.2-1              2.5.3-1
                      bitcoin-daemon               31.0-3               31.1-1
                          bitcoin-qt               31.0-3               31.1-1
                          bitcoin-tx               31.0-3               31.1-1
                           bleachbit              6.0.1-1              6.0.2-1
                              blosc2             2.23.1-1              3.1.5-1
                               bluez               5.86-6               5.87-2
                          bluez-cups               5.86-6               5.87-2
              bluez-deprecated-tools               5.86-6               5.87-2
                       bluez-hid2hci               5.86-6               5.87-2
                          bluez-libs               5.86-6               5.87-2
                          bluez-mesh               5.86-6               5.87-2
                          bluez-obex               5.86-6               5.87-2
                         bluez-utils               5.86-6               5.87-2
                               bmake           20260619-1           20260704-1
                          bootconfig              7.1.1-1              7.1.3-1
                                 bpf              7.1.1-1              7.1.3-1
                              c-ares             1.34.6-1             1.34.8-1
                                cage              0.3.0-1              0.3.1-1
                           calcmysky              0.3.5-3              0.4.0-1
                             calibre             8.7.0-12             9.11.0-2
                              camlp5            8.05.01-3            8.05.02-1
                      cargo-generate            0.23.12-1            0.23.13-1
                       cargo-nextest            0.9.137-1            0.9.140-1
                     cargo-tarpaulin             0.36.0-1             0.37.0-1
                                cccl              3.3.4-1              3.4.0-1
                                 cef            149.0.6-1            150.0.9-1
                    check-jsonschema             0.37.3-1             0.37.4-1
                       checkbashisms             2.26.9-1            2.26.10-1
                             chezmoi             2.70.5-1             2.71.0-1
                            chromium      150.0.7871.46-1     150.0.7871.114-1
                    cinnamon-session              6.6.3-2              6.6.4-1
                          clonezilla            5.16.14-1            5.16.16-1
                                code            1.126.0-1            1.127.0-1
                              consul             1.22.6-2              2.0.2-1
                           copyparty            1.20.16-1            1.20.17-1
                         cpp-httplib             0.48.0-2             0.49.0-1
                            cpupower              7.1.1-1              7.1.3-1
                                croc           1:10.4.6-1          1:10.4.12-1
                             cryptol            3.3.0-127            3.3.0-128
                     cutlass-headers              4.5.2-1              4.5.3-1
                           cxxbridge            1.0.194-2            1.0.197-1
                           darktable            2:5.4.1-3            2:5.6.0-3
                            decasify             0.11.3-2             0.11.3-3
                deltachat-rpc-server             2.53.0-1             2.53.0-2
                              deluge            1:2.2.0-3            1:2.2.0-4
                          deluge-gtk            1:2.2.0-3            1:2.2.0-4
                                deno              2.9.1-1              2.9.2-1
                              devede           4.21.3.1-1           4.21.3.1-2
                             digikam              9.1.0-3              9.1.0-4
                             discord          1:1.0.145-1          1:1.0.146-1
                          displaycal             3.9.17-4             3.9.17-5
                           dms-shell              1.4.6-3              1.5.0-1
                  dms-shell-hyprland              1.4.6-3              1.5.0-1
                      dms-shell-niri              1.4.6-3              1.5.0-1
                      docker-compose              5.3.0-1              5.3.1-1
                            dopewars              1.6.2-3              1.6.2-4
                 dot-language-server              3.1.0-1              3.1.1-1
                                dpdk            25.11.1-1            25.11.1-2
                                drbl              5.9.7-1             5.9.11-1
                              drupal             11.4.0-1             11.4.1-1
                                 dtc            1:1.7.2-1            1:1.8.1-1
                            editline              2.0.0-1              2.1.0-1
                            electron               1:42-1               1:43-1
                          electron34             34.5.8-1                    -
                          electron35             35.7.5-1                    -
                          electron36             36.9.3-1                    -
                          electron37             37.5.1-1                    -
                          electron38             38.8.0-1                    -
                          electron41             41.9.2-1            41.10.1-1
                          electron42             42.3.0-1             42.6.1-1
                             element              1.1.0-1              1.1.1-1
                     element-desktop            1.12.18-3            1.12.22-1
                         element-web            1.12.18-3            1.12.22-1
                         erofs-utils              1.9.1-1              1.9.2-1
                           erofsfuse              1.9.1-1              1.9.2-1
                                etcd             3.6.13-1              3.7.0-1
                             ethtool              1:7.0-1              1:7.1-1
                          fastflowlm             0.9.43-1             0.9.44-1
                             fatsort            1.7.679-1        2:1.7.1.683-1
                             feishin             1.13.0-1             1.13.0-2
                             firefox            152.0.4-1            152.0.5-1
           firefox-developer-edition            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-ach            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-af            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-an            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ar            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-ast            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-az            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-be            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-bg            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-bn            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-br            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-bs            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ca            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-ca-valencia      153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-cak            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-cs            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-cy            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-da            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-de            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-dsb            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-el            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-en-ca            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-en-gb            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-en-us            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-eo            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-es-ar            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-es-cl            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-es-es            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-es-mx            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-et            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-eu            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-fa            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ff            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-fi            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-fr            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-fur            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-fy-nl            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-ga-ie            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-gd            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-gl            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-gn            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-gu-in            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-he            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-hi-in            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-hr            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-hsb            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-hu            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-hy-am            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ia            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-id            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-is            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-it            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ja            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ka            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-kab            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-kk            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-km            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-kn            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ko            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-lij            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-lt            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-lv            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-mk            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-mr            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ms            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-my            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-nb-no            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-ne-np            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-nl            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-nn-no            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-oc            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-pa-in            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-pl            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-pt-br            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-pt-pt            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-rm            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ro            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ru            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-sat            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-sc            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-sco            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-si            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-sk            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-skr            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-sl            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-son            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-sq            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-sr            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-sv-se            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-szl            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ta            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-te            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-tg            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-th            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-tl            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-tr            153.0b8-1           153.0b10-1
  firefox-developer-edition-i18n-trs            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-uk            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-ur            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-uz            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-vi            153.0b8-1           153.0b10-1
   firefox-developer-edition-i18n-xh            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-zh-cn            153.0b8-1           153.0b10-1
firefox-developer-edition-i18n-zh-tw            153.0b8-1           153.0b10-1
                    firefox-i18n-ach            152.0.4-1            152.0.5-1
                     firefox-i18n-af            152.0.4-1            152.0.5-1
                     firefox-i18n-an            152.0.4-1            152.0.5-1
                     firefox-i18n-ar            152.0.4-1            152.0.5-1
                    firefox-i18n-ast            152.0.4-1            152.0.5-1
                     firefox-i18n-az            152.0.4-1            152.0.5-1
                     firefox-i18n-be            152.0.4-1            152.0.5-1
                     firefox-i18n-bg            152.0.4-1            152.0.5-1
                     firefox-i18n-bn            152.0.4-1            152.0.5-1
                     firefox-i18n-br            152.0.4-1            152.0.5-1
                     firefox-i18n-bs            152.0.4-1            152.0.5-1
                     firefox-i18n-ca            152.0.4-1            152.0.5-1
            firefox-i18n-ca-valencia            152.0.4-1            152.0.5-1
                    firefox-i18n-cak            152.0.4-1            152.0.5-1
                     firefox-i18n-cs            152.0.4-1            152.0.5-1
                     firefox-i18n-cy            152.0.4-1            152.0.5-1
                     firefox-i18n-da            152.0.4-1            152.0.5-1
                     firefox-i18n-de            152.0.4-1            152.0.5-1
                    firefox-i18n-dsb            152.0.4-1            152.0.5-1
                     firefox-i18n-el            152.0.4-1            152.0.5-1
                  firefox-i18n-en-ca            152.0.4-1            152.0.5-1
                  firefox-i18n-en-gb            152.0.4-1            152.0.5-1
                  firefox-i18n-en-us            152.0.4-1            152.0.5-1
                     firefox-i18n-eo            152.0.4-1            152.0.5-1
                  firefox-i18n-es-ar            152.0.4-1            152.0.5-1
                  firefox-i18n-es-cl            152.0.4-1            152.0.5-1
                  firefox-i18n-es-es            152.0.4-1            152.0.5-1
                  firefox-i18n-es-mx            152.0.4-1            152.0.5-1
                     firefox-i18n-et            152.0.4-1            152.0.5-1
                     firefox-i18n-eu            152.0.4-1            152.0.5-1
                     firefox-i18n-fa            152.0.4-1            152.0.5-1
                     firefox-i18n-ff            152.0.4-1            152.0.5-1
                     firefox-i18n-fi            152.0.4-1            152.0.5-1
                     firefox-i18n-fr            152.0.4-1            152.0.5-1
                    firefox-i18n-fur            152.0.4-1            152.0.5-1
                  firefox-i18n-fy-nl            152.0.4-1            152.0.5-1
                  firefox-i18n-ga-ie            152.0.4-1            152.0.5-1
                     firefox-i18n-gd            152.0.4-1            152.0.5-1
                     firefox-i18n-gl            152.0.4-1            152.0.5-1
                     firefox-i18n-gn            152.0.4-1            152.0.5-1
                  firefox-i18n-gu-in            152.0.4-1            152.0.5-1
                     firefox-i18n-he            152.0.4-1            152.0.5-1
                  firefox-i18n-hi-in            152.0.4-1            152.0.5-1
                     firefox-i18n-hr            152.0.4-1            152.0.5-1
                    firefox-i18n-hsb            152.0.4-1            152.0.5-1
                     firefox-i18n-hu            152.0.4-1            152.0.5-1
                  firefox-i18n-hy-am            152.0.4-1            152.0.5-1
                     firefox-i18n-ia            152.0.4-1            152.0.5-1
                     firefox-i18n-id            152.0.4-1            152.0.5-1
                     firefox-i18n-is            152.0.4-1            152.0.5-1
                     firefox-i18n-it            152.0.4-1            152.0.5-1
                     firefox-i18n-ja            152.0.4-1            152.0.5-1
                     firefox-i18n-ka            152.0.4-1            152.0.5-1
                    firefox-i18n-kab            152.0.4-1            152.0.5-1
                     firefox-i18n-kk            152.0.4-1            152.0.5-1
                     firefox-i18n-km            152.0.4-1            152.0.5-1
                     firefox-i18n-kn            152.0.4-1            152.0.5-1
                     firefox-i18n-ko            152.0.4-1            152.0.5-1
                    firefox-i18n-lij            152.0.4-1            152.0.5-1
                     firefox-i18n-lt            152.0.4-1            152.0.5-1
                     firefox-i18n-lv            152.0.4-1            152.0.5-1
                     firefox-i18n-mk            152.0.4-1            152.0.5-1
                     firefox-i18n-mr            152.0.4-1            152.0.5-1
                     firefox-i18n-ms            152.0.4-1            152.0.5-1
                     firefox-i18n-my            152.0.4-1            152.0.5-1
                  firefox-i18n-nb-no            152.0.4-1            152.0.5-1
                  firefox-i18n-ne-np            152.0.4-1            152.0.5-1
                     firefox-i18n-nl            152.0.4-1            152.0.5-1
                  firefox-i18n-nn-no            152.0.4-1            152.0.5-1
                     firefox-i18n-oc            152.0.4-1            152.0.5-1
                  firefox-i18n-pa-in            152.0.4-1            152.0.5-1
                     firefox-i18n-pl            152.0.4-1            152.0.5-1
                  firefox-i18n-pt-br            152.0.4-1            152.0.5-1
                  firefox-i18n-pt-pt            152.0.4-1            152.0.5-1
                     firefox-i18n-rm            152.0.4-1            152.0.5-1
                     firefox-i18n-ro            152.0.4-1            152.0.5-1
                     firefox-i18n-ru            152.0.4-1            152.0.5-1
                    firefox-i18n-sat            152.0.4-1            152.0.5-1
                     firefox-i18n-sc            152.0.4-1            152.0.5-1
                    firefox-i18n-sco            152.0.4-1            152.0.5-1
                     firefox-i18n-si            152.0.4-1            152.0.5-1
                     firefox-i18n-sk            152.0.4-1            152.0.5-1
                    firefox-i18n-skr            152.0.4-1            152.0.5-1
                     firefox-i18n-sl            152.0.4-1            152.0.5-1
                    firefox-i18n-son            152.0.4-1            152.0.5-1
                     firefox-i18n-sq            152.0.4-1            152.0.5-1
                     firefox-i18n-sr            152.0.4-1            152.0.5-1
                  firefox-i18n-sv-se            152.0.4-1            152.0.5-1
                    firefox-i18n-szl            152.0.4-1            152.0.5-1
                     firefox-i18n-ta            152.0.4-1            152.0.5-1
                     firefox-i18n-te            152.0.4-1            152.0.5-1
                     firefox-i18n-tg            152.0.4-1            152.0.5-1
                     firefox-i18n-th            152.0.4-1            152.0.5-1
                     firefox-i18n-tl            152.0.4-1            152.0.5-1
                     firefox-i18n-tr            152.0.4-1            152.0.5-1
                    firefox-i18n-trs            152.0.4-1            152.0.5-1
                     firefox-i18n-uk            152.0.4-1            152.0.5-1
                     firefox-i18n-ur            152.0.4-1            152.0.5-1
                     firefox-i18n-uz            152.0.4-1            152.0.5-1
                     firefox-i18n-vi            152.0.4-1            152.0.5-1
                     firefox-i18n-xh            152.0.4-1            152.0.5-1
                  firefox-i18n-zh-cn            152.0.4-1            152.0.5-1
                  firefox-i18n-zh-tw            152.0.4-1            152.0.5-1
                    firefox-noscript            13.6.26-1            13.6.27-1
                          fluidsynth              2.5.5-1              2.5.6-1
                              fluxcd              2.9.0-1              2.9.1-1
                             freerdp           2:3.27.1-1           2:3.28.0-1
                        freewheeling              0.6.6-8              0.6.6-9
                      frei0r-plugins              3.2.3-1              3.2.3-2
                           ft2-clone               2.20-1               2.21-1
                                 fvm              4.1.1-1              4.1.2-1
                                 fzf             0.73.1-1             0.74.0-1
                              geeqie                2.9-1                2.9-2
                           ggml-sycl             0.15.3-3             0.15.3-5
                    gimp-plugin-gmic              4.0.1-1              4.0.2-1
                       git-warp-time              1.0.0-2              1.0.0-3
                        gitea-runner              1.0.8-1              2.0.0-1
                               gitit              0.16-36              0.16-37
                              gitlab             19.1.1-1             19.1.2-1
                       gitlab-gitaly             19.1.1-1             19.1.2-1
                        gitlab-pages             19.1.1-1             19.1.2-1
                        gitlab-shell          3:14.55.0-1          3:14.56.0-1
                                glab            1.106.0-1            1.107.0-1
                                gmic              4.0.1-1              4.0.2-1
                                  go           2:1.26.4-1           2:1.26.5-1
                         go-ethereum             1.17.1-1             1.17.4-1
                            goverlay              1.8.4-2              1.8.5-1
                 gpu-screen-recorder             5.13.9-2             5.14.1-1
              gpu-screen-recorder-ui             1.12.5-1             1.12.6-1
                            graphviz             14.1.5-1             15.1.0-1
                              groovy              5.0.6-1              5.0.7-1
                         groovy-docs              5.0.6-1              5.0.7-1
                        gst-devtools             1.28.4-2             1.28.4-3
                   gst-devtools-libs             1.28.4-2             1.28.4-3
                gst-editing-services             1.28.4-2             1.28.4-3
                           gst-libav             1.28.4-2             1.28.4-3
                      gst-plugin-gtk             1.28.4-2             1.28.4-3
                      gst-plugin-hip             1.28.4-2             1.28.4-3
                     gst-plugin-msdk             1.28.4-2             1.28.4-3
                     gst-plugin-onnx             1.28.4-2             1.28.4-3
                   gst-plugin-opencv             1.28.4-2             1.28.4-3
                     gst-plugin-qml6             1.28.4-2             1.28.4-3
                    gst-plugin-qmlgl             1.28.4-2             1.28.4-3
                      gst-plugin-qsv             1.28.4-2             1.28.4-3
                       gst-plugin-va             1.28.4-2             1.28.4-3
                      gst-plugin-wpe             1.28.4-2             1.28.4-3
                     gst-plugin-wpe2             1.28.4-2             1.28.4-3
                     gst-plugins-bad             1.28.4-2             1.28.4-3
                gst-plugins-bad-libs             1.28.4-2             1.28.4-3
                    gst-plugins-base             1.28.4-2             1.28.4-3
               gst-plugins-base-libs             1.28.4-2             1.28.4-3
                    gst-plugins-good             1.28.4-2             1.28.4-3
                    gst-plugins-ugly             1.28.4-2             1.28.4-3
                          gst-python             1.28.4-2             1.28.4-3
                     gst-rtsp-server             1.28.4-2             1.28.4-3
                           gstreamer             1.28.4-2             1.28.4-3
                      gstreamer-docs             1.28.4-2             1.28.4-3
                         gupnp-tools             0.12.3-1             0.12.4-1
                            guvcview              2.2.2-2              2.2.2-3
                     guvcview-common              2.2.2-2              2.2.2-3
                         guvcview-qt              2.2.2-2              2.2.2-3
            haskell-binary-instances             1.0.5-21              1.0.6-1
               haskell-binary-tagged            0.3.1-386            0.3.1-387
       haskell-cabal-install-parsers           0.6.1.1-74           0.6.1.1-75
                          haskell-ci              0.18-27              0.18-28
               haskell-dbus-hslogger           0.1.1.0-24            0.1.1.1-1
                        haskell-djot           0.1.2.4-20           0.1.2.4-21
                   haskell-doclayout           0.5.0.1-28            0.5.0.2-1
                haskell-doctemplates         0.11.0.1-129         0.11.0.1-130
                  haskell-gridtables           0.1.1.0-63           0.1.1.0-64
                haskell-gtk-sni-tray          0.1.8.1-457          0.1.8.1-458
                      haskell-hakyll          4.16.5.0-28           4.16.6.0-2
                 haskell-hledger-lib            1.52.1-38            1.52.1-39
      haskell-hslua-module-doclayout            1.2.0.1-2            1.2.0.1-3
                    haskell-kvitable            1.1.2.0-9           1.1.2.0-10
                  haskell-named-text            1.2.3.0-8            1.2.3.0-9
                      haskell-pandoc              3.6.1-7              3.6.1-8
           haskell-pandoc-lua-engine             0.4.1-12             0.4.1-13
               haskell-pandoc-server           0.1.0.11-5           0.1.0.11-6
        haskell-status-notifier-item           0.3.2.1-11           0.3.2.1-12
             haskell-tasty-checklist           1.0.8.0-67            1.0.9.0-1
                 haskell-tasty-sugar           2.2.3.1-53           2.2.3.1-54
                       haskell-what4             1.6.1-13             1.6.1-14
                             hledger            1.52.1-46            1.52.1-47
                        hledger-iadd            1.3.22-81            1.3.22-82
                          hledger-ui            1.52.1-49            1.52.1-50
                         hledger-web            1.52.1-60            1.52.1-61
                              hyperv              7.1.1-1              7.1.3-1
                            innernet              1.7.1-1              2.0.0-1
                  intel-speed-select              7.1.1-1              7.1.3-1
                                ipxe              2.0.0-1              2.0.0-2
                jedi-language-server             0.46.0-1             0.47.0-1
                             jenkins              2.570-1              2.571-1
                               js80p              4.1.0-1              4.1.1-1
                         kakoune-lsp             20.0.0-1             21.0.1-1
                              kcpuid              7.1.1-1              7.1.3-1
                                 kew              4.0.0-1              4.1.7-1
                            keycloak             26.6.3-1             26.7.0-1
                                knot              3.5.4-1              3.5.5-1
                       knot-resolver              6.3.0-1              6.4.0-1
                   kquickimageeditor            0.6.2.1-1            0.6.2.1-2
                              kresus             0.23.4-1             0.24.0-1
                              kstars            1:3.8.3-1            1:3.8.3-2
                             lazygit             0.62.2-1             0.63.0-1
                                lcov                2.4-1                2.5-1
                    lemonade-desktop             10.9.0-1            10.10.0-1
                     lemonade-server             10.9.0-1            10.10.0-1
                           libdiscid              0.6.5-2              0.7.0-1
                            libdwarf            1:2.3.1-1            1:2.3.2-1
                        libextractor               1.16-1               1.17-1
                          libgbinder             1.1.49-1             1.1.50-1
                             libical              4.0.3-2              4.0.3-3
                        libical-docs              4.0.3-2              4.0.3-3
                             libmgba             0.10.5-3             0.10.5-4
                         librashader             0.11.3-1             0.12.0-1
                          librevenge              0.0.5-4              0.0.6-1
                        libsidplayfp             2.16.1-1              3.0.2-1
                       libstaroffice              0.0.7-5              0.0.8-1
                   libstaroffice-doc              0.0.7-5              0.0.8-1
                          libtorrent            0.16.16-1            0.16.17-1
                               libva             2.23.0-2             2.24.1-1
                           libxfont2              2.0.7-1              2.0.8-1
                              libxmp              4.7.0-1              4.7.1-1
                              limine             12.3.3-1             12.4.0-1
                    linux-tools-meta              7.1.1-1              7.1.3-1
                      llama-cpp-rocm              b9833-1                    -
                    llama-cpp-vulkan              b9833-1                    -
                           lostfiles               4.18-1                5.0-2
                        lua-decasify             0.11.3-2             0.11.3-3
                             lua-lux             0.35.0-1             0.35.3-1
                      lua51-decasify             0.11.3-2             0.11.3-3
                           lua51-lux             0.35.0-1             0.35.3-1
                      lua52-decasify             0.11.3-2             0.11.3-3
                           lua52-lux             0.35.0-1             0.35.3-1
                      lua53-decasify             0.11.3-2             0.11.3-3
                           lua53-lux             0.35.0-1             0.35.3-1
                      lua54-decasify             0.11.3-2             0.11.3-3
                           lua54-lux             0.35.0-1             0.35.3-1
                              luajit2.1.1782726002+a2bde60-12.1.1783415239+acb2234-1
                             lux-cli             0.35.0-1             0.35.3-1
                             mariadb             12.3.2-2             12.3.2-3
                     mariadb-clients             12.3.2-2             12.3.2-3
                        mariadb-libs             12.3.2-2             12.3.2-3
                         mariadb-lts             11.8.8-1             11.8.8-2
                 mariadb-lts-clients             11.8.8-1             11.8.8-2
                    mariadb-lts-libs             11.8.8-1             11.8.8-2
                     mariadb-lts-pam             11.8.8-1             11.8.8-2
                       mariadb-mytop             12.3.2-2             12.3.2-3
                         mariadb-pam             12.3.2-2             12.3.2-3
                          mattermost             11.8.2-1             11.9.0-1
                  mauikit-imagetools              4.0.2-4              4.0.2-5
                              mdbook              0.5.3-1              0.5.4-1
                         meilisearch           1:1.48.2-1           1:1.49.0-1
                         mermaid-cli            11.15.0-1            11.16.0-1
                             mgba-qt             0.10.5-3             0.10.5-4
                            mgba-sdl             0.10.5-3             0.10.5-4
                              miller             6.19.0-1             6.20.2-1
                      mkvtoolnix-cli               99.0-2              100.0-1
                      mkvtoolnix-gui               99.0-2              100.0-1
                                 mlt             7.40.0-1             7.40.0-2
                               mmctl             11.8.2-1             11.9.0-1
                       mod_passenger              6.1.6-1              6.1.7-1
                        modrinth-app             0.15.4-1             0.15.9-1
                            molecule             26.4.0-2             26.6.0-1
                                 mpd            0.24.12-1            0.24.12-2
                              msolve             0.10.0-2             0.10.1-1
                           musescore              4.7.3-1              4.7.4-1
                                mutt                2.4-1              2.4.1-1
                           mythes-fr                2.3-5                3.0-1
                              neovim             0.12.3-1             0.12.4-1
                     neovim-decasify             0.11.3-2             0.11.3-3
               netfilter-fullconenat      r73.0cf3b48-526      r73.0cf3b48-530
                          netscanner             0.6.41-2             0.6.43-1
              nextcloud-app-contacts              8.7.2-1              8.7.3-1
                  nextcloud-app-mail             5.10.5-1             5.10.7-1
                 nginx-mod-passenger              6.1.6-1              6.1.7-1
                                 nix             2.34.7-1             2.34.8-1
                           nltk-data              3.9.2-2             3.10.0-1
                               nomad              2.0.3-1              2.0.4-1
                        nominatim-ui             3.10.1-1             3.12.0-1
                                 nsd             4.14.2-2             4.14.3-1
                             nushell            0.113.1-1            0.114.0-1
                                occt             17.0.3-1             17.0.5-1
                               ocicl            2.16.14-1             2.17.0-1
                        openai-codex            0.142.5-1            0.143.0-1
                         openapi-tui             0.10.2-1             0.10.2-2
          openbao-plugin-secrets-aws              0.2.0-1              0.3.0-1
       openbao-plugin-secrets-consul              0.1.0-1              0.1.1-1
          openbao-plugin-secrets-gcp             0.23.0-1             0.23.1-1
        openbao-plugin-secrets-nomad              0.1.5-1              0.1.6-1
                             openbve           1.13.0.5-1           1.13.0.7-1
                           opencloud              7.2.0-1              7.2.1-1
                            opencode            1.17.13-1            1.17.15-1
                              opencv            4.13.0-12              5.0.0-5
                         opencv-cuda            4.13.0-12              5.0.0-5
                      opencv-samples            4.13.0-12              5.0.0-5
                            openfire              5.1.0-1              5.1.1-1
                            openrct2              0.5.2-1              0.5.3-1
                          opensearch              3.6.0-3              3.7.0-1
          opensearch-alerting-plugin            3.6.0.0-1            3.7.0.0-1
      opensearch-analysis-icu-plugin              3.6.0-3              3.7.0-1
 opensearch-analysis-kuromoji-plugin              3.6.0-3              3.7.0-1
     opensearch-analysis-nori-plugin              3.6.0-3              3.7.0-1
 opensearch-analysis-phonetic-plugin              3.6.0-3              3.7.0-1
  opensearch-analysis-smartcn-plugin              3.6.0-3              3.7.0-1
  opensearch-analysis-stempel-plugin              3.6.0-3              3.7.0-1
opensearch-analysis-ukrainian-plugin              3.6.0-3              3.7.0-1
 opensearch-anomaly-detection-plugin            3.6.0.0-1            3.7.0.0-1
opensearch-asynchronous-search-plugin           3.6.0.0-1            3.7.0.0-1
opensearch-cross-cluster-replication-plugin     3.6.0.0-1            3.7.0.0-1
               opensearch-dashboards              3.6.0-1              3.7.0-1
opensearch-dashboards-alerting-plugin           3.6.0.0-1            3.7.0.0-1
opensearch-dashboards-anomaly-detection-plugin  3.6.0.0-1            3.7.0.0-1
opensearch-dashboards-index-management-plugin   3.6.0.0-1            3.7.0.0-1
   opensearch-dashboards-maps-plugin            3.6.0.0-1            3.7.0.0-1
opensearch-dashboards-notifications-plugin      3.6.0.0-1            3.7.0.0-1
opensearch-dashboards-observability-plugin      3.6.0.0-1            3.7.0.0-1
opensearch-dashboards-query-workbench-plugin    3.6.0.0-1            3.7.0.0-1
opensearch-dashboards-reports-plugin            3.6.0.0-1            3.7.0.0-1
opensearch-dashboards-security-plugin           3.6.0.0-1            3.7.0.0-1
opensearch-discovery-azure-classic-plugin         3.6.0-3              3.7.0-1
     opensearch-discovery-ec2-plugin              3.6.0-3              3.7.0-1
     opensearch-discovery-gce-plugin              3.6.0-3              3.7.0-1
        opensearch-geospatial-plugin            3.6.0.0-1            3.7.0.0-1
  opensearch-index-management-plugin            3.6.0.0-1            3.7.0.0-1
 opensearch-ingest-attachment-plugin              3.6.0-3              3.7.0-1
     opensearch-job-scheduler-plugin            3.6.0.0-1            3.7.0.0-1
               opensearch-knn-plugin            3.6.0.0-1            3.7.0.0-1
opensearch-mapper-annotated-text-plugin           3.6.0-3              3.7.0-1
    opensearch-mapper-murmur3-plugin              3.6.0-3              3.7.0-1
       opensearch-mapper-size-plugin              3.6.0-3              3.7.0-1
        opensearch-ml-commons-plugin            3.6.0.0-1            3.7.0.0-1
     opensearch-neural-search-plugin            3.6.0.0-1            3.7.0.0-1
     opensearch-notifications-plugin            3.6.0.0-1            3.7.0.0-1
     opensearch-observability-plugin            3.6.0.0-1            3.7.0.0-1
opensearch-performance-analyzer-plugin          3.6.0.0-1            3.7.0.0-1
 opensearch-reports-scheduler-plugin            3.6.0.0-1            3.7.0.0-1
  opensearch-repository-azure-plugin              3.6.0-3              3.7.0-1
    opensearch-repository-gcs-plugin              3.6.0-3              3.7.0-1
   opensearch-repository-hdfs-plugin              3.6.0-3              3.7.0-1
     opensearch-repository-s3-plugin              3.6.0-3              3.7.0-1
          opensearch-security-plugin            3.6.0.0-2            3.7.0.0-1
               opensearch-sql-plugin            3.6.0.0-1            3.7.0.0-1
         opensearch-store-smb-plugin              3.6.0-3              3.7.0-1
                           opentoonz              1.8.0-2              1.8.0-3
                           osm2pgsql              2.2.0-2              2.3.1-1
                                ouch              0.8.0-1              0.8.0-2
                          pandoc-cli             3.6.1-15             3.6.1-16
                     pandoc-crossref           0.3.19-265           0.3.19-266
                         pandoc-plot             1.9.2-43             1.9.2-44
                              papilo              3.0.0-4              3.0.1-1
                               parla              0.5.8-1              0.6.0-1
                           passenger              6.1.6-1              6.1.7-1
                            patchelf             0.19.0-1             0.19.1-1
                              pd-gem              0.94-15               0.95-1
                                perf              7.1.1-1              7.1.3-1
                          performous             1.3.1-19             1.3.1-20
             perl-business-isbn-data       20260624.001-1       20260704.001-1
                perl-crypt-passwdmd5               1.44-1               1.45-1
                            perl-dbi              1.649-1              1.650-1
                  perl-ipc-shareable               1.18-1               1.19-1
                  perl-mail-sendmail               0.82-3               0.83-1
                            perl-nix             2.34.7-1             2.34.8-1
                    perl-string-util               1.35-1               1.36-1
                           perl-tidy           20260204-1           20260705-1
                  perl-tree-dag-node               1.37-1               1.38-1
                          phosh-tour             0.55.0-1             0.56.0-1
                     plantuml-server           1.2024.6-2           1.2026.6-1
                             postgis              3.6.3-1              3.6.4-1
                              ppsspp             1.20.4-3             1.20.4-4
                       ppsspp-assets             1.20.4-3             1.20.4-4
            prometheus-ipmi-exporter             1.10.1-2             1.10.1-3
        prometheus-postgres-exporter             0.20.0-1             0.20.1-1
           prometheus-redis-exporter             1.81.0-1             1.86.0-1
         prometheus-smokeping-prober             0.11.0-2             0.12.0-1
             prometheus-ssl-exporter              2.6.1-1              2.7.0-1
                           pt2-clone               1.90-1               1.91-1
               python-ansible-compat             26.3.0-1             26.6.0-1
                      python-astropy              7.2.0-2              8.0.1-1
            python-astropy-iers-data 0.2026.5.11.1.8.52-10.2026.6.22.1.23.34-1
                      python-asyncpg             0.31.0-2             0.31.0-3
                        python-babel             2.17.0-3             2.18.0-1
                      python-barectf              3.1.2-2              3.1.2-3
                      python-blessed               1.43-2               1.46-1
                       python-blosc2              4.1.2-1              4.7.0-1
                        python-cbor2              6.1.2-1              6.1.3-1
                         python-cffi              2.0.0-2              2.1.0-1
                        python-crate              2.1.2-1              2.2.1-2
                    python-cuda-tile              1.4.0-1              1.5.0-1
                         python-dask           2026.6.0-1           2026.7.0-1
                     python-decasify             0.11.3-2             0.11.3-3
                   python-deprecated              1.3.1-1              1.3.1-2
                  python-distributed           2026.6.0-1           2026.7.0-1
                      python-fastapi            0.138.1-1            0.139.0-1
                        python-fido2              2.2.0-1              2.2.1-1
                    python-fontparts             0.14.2-1              1.1.0-1
                     python-fontpens             0.2.4-10              0.4.0-1
                      python-geojson              3.2.0-2              3.3.0-1
                    python-geopandas              1.1.3-2              1.1.4-1
             python-gevent-websocket            0.10.1-12            0.10.1-13
              python-google-api-core             2.19.2-1             2.31.0-1
     python-google-api-python-client            2.142.0-1            2.198.0-1
                  python-google-auth             2.53.0-1             2.55.2-2
                      python-guessit              4.0.2-1              4.1.0-1
                     python-html5lib               1.1-17               1.1-18
                  python-html5tagger              1.3.0-5              1.4.0-1
                python-httpx-retries              0.5.0-1              0.6.0-1
                     python-humanize             4.15.0-2             4.16.0-1
                        python-j2cli           0.3.12b-12           0.3.12b-13
                       python-jinxed              2.0.4-1              2.1.0-1
                 python-jupyter-ydoc              4.1.0-1              4.1.1-1
                        python-keras             3.14.0-1             3.15.0-1
               python-langchain-core              1.4.8-1              1.4.9-1
                    python-langgraph              1.2.7-1              1.2.8-1
                    python-langsmith              0.9.7-1             0.10.0-1
                  python-lazr.config                3.1-3                3.1-4
               python-lazr.delegates              2.1.1-2              2.1.1-3
                      python-libtmux             0.60.0-1             0.61.0-1
                    python-lsp-black              2.0.0-5              2.0.0-6
            python-matplotlib-inline              0.2.1-2              0.2.2-1
                  python-meilisearch           1:0.41.1-1           1:0.42.0-1
                     python-narwhals             2.22.1-1             2.23.0-1
                       python-nsight              0.9.6-1              1.0.0-1
                        python-numpy              2.5.0-1              2.5.1-1
                       python-opencv            4.13.0-12              5.0.0-5
                  python-opencv-cuda            4.13.0-12              5.0.0-5
            python-pandas-datareader             0.10.0-6             0.11.1-1
                        python-param              2.4.0-1              2.4.1-1
                      python-passlib             1.7.4-11             1.7.4-12
                        python-paste             3.10.1-6             3.10.1-7
                    python-pdftotext             2.2.2-11             2.2.2-12
                       python-pillow             12.2.0-1             12.3.0-1
                        python-pipcl                 10-1                 11-1
                       python-polars             1.42.0-1             1.42.1-1
            python-polars-runtime-32             1.42.0-1             1.42.1-1
            python-polars-runtime-64             1.42.0-1             1.42.1-1
        python-polars-runtime-compat             1.42.0-1             1.42.1-1
                        python-pyaml             26.2.1-1             26.7.0-1
                       python-pylint              4.0.5-1              4.0.6-1
                      python-pyogrio             0.12.1-3             0.13.0-1
                     python-pytables             3.11.1-1             3.11.1-2
                 python-pytest-order              1.4.0-1              1.5.0-1
         python-pytest-rerunfailures               16.3-1               16.4-1
                        python-qiniu             7.18.0-1             7.18.1-1
               python-requests-cache              1.3.2-1              1.3.3-1
                 python-scikit-build             0.19.0-1             0.19.1-1
                   python-sentry_sdk             2.63.0-1             2.64.0-1
                   python-setuptools           1:82.0.1-1           1:83.0.0-1
     python-sphinx-autodoc-typehints             3.10.3-1             3.12.1-1
           python-sphinx-reredirects              0.1.6-2              1.1.0-1
             python-sphinx_rtd_theme              3.0.0-1              3.1.0-1
                        python-stone              3.3.9-4              3.4.0-1
                       python-stopit             1.1.2-11             1.1.2-12
           python-strawberry-graphql            0.320.0-1            0.320.1-1
                    python-streamlit             1.58.0-1             1.59.1-1
                       python-syrupy              5.4.0-1              5.5.0-1
                      python-textual              8.2.7-1              8.2.8-1
                python-threadpoolctl              3.5.0-3              3.6.0-1
            python-typing_extensions             4.15.0-3             4.16.0-1
                           python-uv            0.11.26-1            0.11.28-1
                     python-uv-build            0.11.26-1            0.11.28-1
                        python-vcrpy              8.2.1-1              8.3.0-1
                   python-virtualenv             21.5.1-1             21.6.0-1
                        python-webob             1.8.10-1             1.8.10-2
                   python-webob-docs             1.8.10-1             1.8.10-2
                       python-xxhash              3.8.0-1              3.8.1-1
               python-zita-jacktools              1.7.2-7              1.8.0-1
                         qbittorrent              5.2.2-1              5.2.3-1
                     qbittorrent-nox              5.2.2-1              5.2.3-1
                     qemu-audio-alsa             11.0.2-1             11.0.2-2
                     qemu-audio-dbus             11.0.2-1             11.0.2-2
                     qemu-audio-jack             11.0.2-1             11.0.2-2
                      qemu-audio-oss             11.0.2-1             11.0.2-2
                       qemu-audio-pa             11.0.2-1             11.0.2-2
                 qemu-audio-pipewire             11.0.2-1             11.0.2-2
                      qemu-audio-sdl             11.0.2-1             11.0.2-2
                    qemu-audio-spice             11.0.2-1             11.0.2-2
                           qemu-base             11.0.2-1             11.0.2-2
                     qemu-block-curl             11.0.2-1             11.0.2-2
                      qemu-block-dmg             11.0.2-1             11.0.2-2
                  qemu-block-gluster             11.0.2-1             11.0.2-2
                    qemu-block-iscsi             11.0.2-1             11.0.2-2
                      qemu-block-nfs             11.0.2-1             11.0.2-2
                      qemu-block-ssh             11.0.2-1             11.0.2-2
                   qemu-chardev-baum             11.0.2-1             11.0.2-2
                  qemu-chardev-spice             11.0.2-1             11.0.2-2
                         qemu-common             11.0.2-1             11.0.2-2
                        qemu-desktop             11.0.2-1             11.0.2-2
                           qemu-docs             11.0.2-1             11.0.2-2
                 qemu-emulators-full             11.0.2-1             11.0.2-2
                           qemu-full             11.0.2-1             11.0.2-2
                    qemu-guest-agent             11.0.2-1             11.0.2-2
                 qemu-hw-display-qxl             11.0.2-1             11.0.2-2
          qemu-hw-display-virtio-gpu             11.0.2-1             11.0.2-2
       qemu-hw-display-virtio-gpu-gl             11.0.2-1             11.0.2-2
      qemu-hw-display-virtio-gpu-pci             11.0.2-1             11.0.2-2
   qemu-hw-display-virtio-gpu-pci-gl             11.0.2-1             11.0.2-2
qemu-hw-display-virtio-gpu-pci-rutabaga          11.0.2-1             11.0.2-2
 qemu-hw-display-virtio-gpu-rutabaga             11.0.2-1             11.0.2-2
          qemu-hw-display-virtio-vga             11.0.2-1             11.0.2-2
       qemu-hw-display-virtio-vga-gl             11.0.2-1             11.0.2-2
 qemu-hw-display-virtio-vga-rutabaga             11.0.2-1             11.0.2-2
        qemu-hw-s390x-virtio-gpu-ccw             11.0.2-1             11.0.2-2
                   qemu-hw-uefi-vars             11.0.2-1             11.0.2-2
                    qemu-hw-usb-host             11.0.2-1             11.0.2-2
                qemu-hw-usb-redirect             11.0.2-1             11.0.2-2
               qemu-hw-usb-smartcard             11.0.2-1             11.0.2-2
                            qemu-img             11.0.2-1             11.0.2-2
                      qemu-pr-helper             11.0.2-1             11.0.2-2
                 qemu-system-aarch64             11.0.2-1             11.0.2-2
                   qemu-system-alpha             11.0.2-1             11.0.2-2
          qemu-system-alpha-firmware             11.0.2-1             11.0.2-2
                     qemu-system-arm             11.0.2-1             11.0.2-2
            qemu-system-arm-firmware             11.0.2-1             11.0.2-2
                     qemu-system-avr             11.0.2-1             11.0.2-2
                    qemu-system-hppa             11.0.2-1             11.0.2-2
           qemu-system-hppa-firmware             11.0.2-1             11.0.2-2
             qemu-system-loongarch64             11.0.2-1             11.0.2-2
                    qemu-system-m68k             11.0.2-1             11.0.2-2
              qemu-system-microblaze             11.0.2-1             11.0.2-2
     qemu-system-microblaze-firmware             11.0.2-1             11.0.2-2
                    qemu-system-mips             11.0.2-1             11.0.2-2
                    qemu-system-or1k             11.0.2-1             11.0.2-2
                     qemu-system-ppc             11.0.2-1             11.0.2-2
            qemu-system-ppc-firmware             11.0.2-1             11.0.2-2
                   qemu-system-riscv             11.0.2-1             11.0.2-2
          qemu-system-riscv-firmware             11.0.2-1             11.0.2-2
                      qemu-system-rx             11.0.2-1             11.0.2-2
                   qemu-system-s390x             11.0.2-1             11.0.2-2
          qemu-system-s390x-firmware             11.0.2-1             11.0.2-2
                     qemu-system-sh4             11.0.2-1             11.0.2-2
                   qemu-system-sparc             11.0.2-1             11.0.2-2
          qemu-system-sparc-firmware             11.0.2-1             11.0.2-2
                 qemu-system-tricore             11.0.2-1             11.0.2-2
                     qemu-system-x86             11.0.2-1             11.0.2-2
            qemu-system-x86-firmware             11.0.2-1             11.0.2-2
                  qemu-system-xtensa             11.0.2-1             11.0.2-2
                          qemu-tests             11.0.2-1             11.0.2-2
                          qemu-tools             11.0.2-1             11.0.2-2
                      qemu-ui-curses             11.0.2-1             11.0.2-2
                        qemu-ui-dbus             11.0.2-1             11.0.2-2
                qemu-ui-egl-headless             11.0.2-1             11.0.2-2
                         qemu-ui-gtk             11.0.2-1             11.0.2-2
                      qemu-ui-opengl             11.0.2-1             11.0.2-2
                         qemu-ui-sdl             11.0.2-1             11.0.2-2
                   qemu-ui-spice-app             11.0.2-1             11.0.2-2
                  qemu-ui-spice-core             11.0.2-1             11.0.2-2
                           qemu-user             11.0.2-1             11.0.2-2
                    qemu-user-binfmt             11.0.2-1             11.0.2-2
                    qemu-user-static             11.0.2-1             11.0.2-2
             qemu-user-static-binfmt             11.0.2-1             11.0.2-2
                 qemu-vhost-user-gpu             11.0.2-1             11.0.2-2
                    qemu-vmsr-helper             11.0.2-1             11.0.2-2
                                qgis              4.0.3-3              4.2.0-1
                                qmmp              2.3.2-1              2.3.3-1
                         qt6-openapi             6.11.1-1             6.11.1-2
                      qtkeychain-qt6             0.16.0-1             0.17.0-1
                            radicale              3.7.5-1              3.7.6-1
              rapid-photo-downloader             0.9.36-3             0.9.37-1
                              rclone             1.74.3-1             1.74.4-1
                           rdma-core               63.0-2               63.1-1
                              reaper               7.76-1               7.77-1
                              restic             0.19.0-1             0.19.1-1
                                 rio              0.4.7-3              0.4.9-1
                               rocal              7.2.4-2              7.2.4-3
                      rocksndiamonds            4.4.2.3-1            4.4.2.3-2
                       roundcubemail              1.7.1-1              1.7.2-1
                        routersploit              3.4.7-3              3.4.7-4
                                rpgp             0.10.0-1             0.11.0-1
                            rssguard              5.2.1-1              5.2.2-1
                            rtorrent            0.16.16-1            0.16.17-1
                     ruby-chef-utils            19.3.44-1            19.3.46-1
              ruby-cucumber-messages             33.0.4-1             34.0.1-1
                         ruby-liquid             5.12.0-1             5.13.0-1
                           ruby-mail              2.9.0-1              2.9.1-1
                ruby-mime-types-data        3.2026.0414-1        3.2026.0701-1
                                scip             10.0.2-1             10.0.3-1
                              scrapy             2.16.0-1             2.17.0-1
                          scx-scheds              1.1.1-1              1.1.2-1
                           scx-tools              1.1.1-1              1.1.2-1
                              selene             0.30.1-1             0.31.0-1
                         sequoia-sop             0.37.3-4             0.38.0-1
                             shotcut            26.4.30-1            26.6.25-1
                       sile-decasify             0.11.3-2             0.11.3-3
                               sonic              1.7.1-1              1.7.3-1
                              soplex              8.0.2-1              8.0.3-1
                               spike              1.1.0-5              1.1.0-6
                           ssh-audit              3.3.0-3              3.9.0-1
                            stalwart            0.16.11-1            0.16.12-1
                          stellarium               26.1-1               26.2-1
                              stevia             0.55.0-1             0.56.0-1
                          strawberry             1.2.21-1             1.2.22-1
                        sugar-runner              0.121-2              0.121-3
                           syncthing              2.1.1-1              2.1.2-1
                  syncthing-discosrv              2.1.1-1              2.1.2-1
                  syncthing-relaysrv              2.1.1-1              2.1.2-1
                              tabiew             0.14.0-1             0.14.1-1
                            taffybar             4.1.0-97             4.1.0-98
                      tamarin-prover            1.12.0-93            1.12.0-94
                            teamtype              0.9.1-2              0.9.2-4
                           teeworlds              0.7.5-4              0.7.5-5
                            tenacity              1.3.4-5              1.3.5-2
                           terraform             1.15.6-1             1.15.7-1
                             ■■■■■■■              3.32-12              3.32-13
                                 tlp             1.10.1-1             1.10.2-1
                              tlp-pd             1.10.1-1             1.10.2-1
                             tlp-rdw             1.10.1-1             1.10.2-1
                                tmon              7.1.1-1              7.1.3-1
                               tmuxp             1.73.0-1             1.74.0-1
                               tombi              1.1.7-1              1.2.0-1
                            tomcat10            10.1.56-2            10.1.57-1
                             tomcat9            9.0.119-2            9.0.120-1
                           turbostat              7.1.1-1              7.1.3-1
                                  ty             0.0.56-1             0.0.57-1
                         uboot-tools            2026.04-1            2026.07-1
                          ueberzugpp              2.9.8-3              2.9.8-4
                               usbip              7.1.1-1              7.1.3-1
                                  uv            0.11.26-1            0.11.28-1
                             uvicorn             0.49.0-1             0.51.0-1
       vapoursynth-plugin-bestsource              1:R18-1              1:R19-1
          vapoursynth-plugin-deblock                8.1-1                  9-1
                           veracrypt            1.26.24-2            1.26.24-3
                                vint             0.3.21-5             0.3.21-6
                           virtiofsd             1.13.3-1             1.14.0-1
                           virtme-ng               1.41-1               1.41-2
                            visidata                3.3-2                3.4-1
                                 voa              0.7.4-1              0.7.5-1
                 vue-language-server              3.3.6-1              3.3.7-1
                   wasm-component-ld             0.5.25-1             0.5.26-1
                    whisper-cpp-rocm              1.9.1-1                    -
                  whisper-cpp-vulkan              1.9.1-1                    -
                         wit-bindgen             0.58.0-1             0.59.0-1
                    wxwidgets-common             3.2.10-2             3.2.11-2
                      wxwidgets-gtk3             3.2.10-2             3.2.11-2
                       wxwidgets-qt5             3.2.10-2             3.2.11-2
              x86_energy_perf_policy              7.1.1-1              7.1.3-1
            xdg-desktop-portal-phosh             0.56.0-1             0.56.1-1
                               xonsh             0.23.8-1             0.24.0-1
                       xorg-xkbutils              1.0.6-2              1.0.7-1
                       xorg-xlsatoms              1.1.4-2              1.1.5-1
                       xorg-xlsfonts              1.0.8-2              1.0.9-1
                       xorg-xwayland            24.1.12-1            24.1.13-1
                          xsettingsd              1.0.2-3              1.0.4-1
                              yt-dlp         2026.06.09-1         2026.07.04-1
                             zathura         2026.05.20-1         2026.07.02-1
                          zathura-cb         2026.05.10-3         2026.05.10-4
                        zathura-djvu         2026.05.10-3         2026.05.10-4
                   zathura-pdf-mupdf         2026.05.10-3         2026.05.10-4
                 zathura-pdf-poppler         2026.05.10-3         2026.05.10-4
                          zathura-ps         2026.02.03-6         2026.02.03-7
                         zbus_xmlgen              5.3.1-1              5.4.0-1
                                 zed              1.9.0-1             1.10.0-1
                    znc-clientbuffer             1.0.48-8             1.0.53-1
                              zoxide              0.9.9-2             0.10.0-1
                           zxing-cpp              3.0.2-1              3.1.0-1
                          electron43                    -             43.1.0-1
                                ggml                    -             0.15.3-5
                           llama-cpp                    -              b9859-1
                             marmite                    -              0.4.0-1
                       python-fxrays                    -              1.3.6-1
                    python-low-index                    -                1.3-1
              python-numba-cuda-mlir                    -              0.4.1-1
                        python-plink                    -              2.4.9-1
             python-snappy-manifolds                    -                1.9-1
                   python-spherogram                    -              2.4.1-1
                   python-tkinter-gl                    -                1.1-1
                    snappy-manifolds                    -              3.3.2-1
                         vectorchord                    -              1.1.1-2
                         whisper-cpp                    -              1.9.1-1


:: Different overlay package(s) in repository multilib x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2026-07-04           2026-07-09
-------------------------------------------------------------------------------
                  lib32-nvidia-utils          610.43.02-1          610.43.03-1
                 lib32-opencl-nvidia          610.43.02-1          610.43.03-1


:: Different sync package(s) in repository multilib x86_64

-------------------------------------------------------------------------------
                             PACKAGE           2026-07-04           2026-07-09
-------------------------------------------------------------------------------
                        lib32-brotli              1.1.0-1              1.2.0-2
                    lib32-fluidsynth              2.5.5-1              2.5.6-1
                       lib32-jansson             2.14.1-1             2.15.1-1
                     lib32-libdatrie             0.2.13-3             0.2.14-1
                       lib32-libthai             0.1.29-3             0.1.30-1
                           lib32-pam              1.7.1-1              1.7.2-1
                    lib32-sdl2_image             2.8.12-1                    -
                               zsnes              2.1.1-1              2.2.1-1

ISOs including this update: Release 202607090706 · manjaro/release-review · GitHub