Results 1 to 3 of 3

Thread: Showing security update details

  1. #1
    Join Date
    Sep 2020
    Beans
    2

    Question Showing security update details

    How can we see the details of pending security updates?

    Code:
    root@ubuntuhost:~# apt list --upgradable | grep security
    
    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
    
    linux-generic/focal-updates,focal-security 5.4.0.45.49 amd64 [upgradable from: 5.4.0.42.46]
    linux-headers-generic/focal-updates,focal-security 5.4.0.45.49 amd64 [upgradable from: 5.4.0.42.46]
    linux-headers-virtual/focal-updates,focal-security 5.4.0.45.49 amd64 [upgradable from: 5.4.0.42.46]
    linux-image-generic/focal-updates,focal-security 5.4.0.45.49 amd64 [upgradable from: 5.4.0.42.46]
    linux-image-virtual/focal-updates,focal-security 5.4.0.45.49 amd64 [upgradable from: 5.4.0.42.46]
    linux-libc-dev/focal-updates,focal-security 5.4.0-45.49 amd64 [upgradable from: 5.4.0-42.46]
    linux-virtual/focal-updates,focal-security 5.4.0.45.49 amd64 [upgradable from: 5.4.0.42.46]

    I don't see any mention of the security issues in apt changelog. How can I find out what security issues are addressed by an update?

  2. #2
    Join Date
    May 2006
    Location
    Switzerland
    Beans
    2,907
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Showing security update details

    Quote Originally Posted by sean02 View Post
    How can I find out what security issues are addressed by an update?
    Security notices (explaining what and why something is getting fixed) can be found here:
    https://ubuntu.com/security/notices

    You can also check the sources and the commit logs of the developers, e.g. for the Linux kernel.

    Example for the Linux kernel packages in Ubuntu 20.04... their git repository is here:
    https://git.launchpad.net/~ubuntu-ke...nux/+git/focal

    The last "git commit" from about 6 days ago for the kernel 5.4.0-45.49 shows these entries:
    https://git.launchpad.net/~ubuntu-ke...tu-5.4.0-45.49

    You can click on every entry there and read why something was pushed or removed which ultimately lead to the new kernel package being released and then pushed to us end-users.

    Dito for the upstream Linux kernel project. Their logs are here:
    https://git.kernel.org/pub/scm/linux...linux.git/log/
    Last edited by scorp123; September 1st, 2020 at 04:05 PM.

  3. #3
    Join Date
    Sep 2020
    Beans
    2

    Re: Showing security update details

    Thanks, this is basically what I've been doing: Searching for announcements about packages that I see pending updates for. I was hoping there was some way that I could get a concise description of why something is in the security updates channel from the shell.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •