Where to find what each software & security updates fix?

Hi, can you advise where I can find what each software & security update fix? For example,

  1. Available vulnerabilities list, security updates lists, hardware compatibility, specific software components (kernel or service)
  2. How: command line or external sources
  3. Version tracking: how is each update numbered and have a naming convention?

Thanks.

I am not aware of where to find out what each update fixes, but when you use dnf it displays a list of packages to be updated so you can see the exact package and version being installed before you tell it to continue.

I know the maintainers document the updates but cannot tell you a specific location. Since each package group usually is maintained by different people there likely are lots of places to look for the details.

Since each package is separately maintained the numbering is not always consistent between packages, although when the packages are related they usually have the same version numbers, such as video drivers, libreoffice, etc. Libreoffice has several related packages and they usually are all updated at the same time with the same version number, as are kernels, and other package groups that are closely related.

1 Like

Is this any useful?

https://koji.fedoraproject.org/koji/

2 Likes

Much appreciated. I just ran the first dnf updateinfo command in the toolbox and that works like a charm :slight_smile:

1 Like