You are not logged in.

#1 2016-09-27 20:41:50

pulb
Member
Registered: 2014-05-29
Posts: 4

Check for / notify about security updates?

Is there something like checkupdates that lists updated packages, but only those that are security relevant?

Yes, it is!
I wrote a little wrapper script for checkupdates [1] that does exactly that.
If you want to get notifications (at least in GNOME 3), help me to convince the author of the arch-update to integrate it in his gnome-shell extension [2].
Patches/pull requests welcome.

[1] https://github.com/pulb/check-security-updates
[2] https://github.com/RaphaelRochet/arch-update/issues/58

Last edited by pulb (2016-09-27 20:49:57)

Offline

#2 2016-09-27 21:28:04

atomicbeef
Member
Registered: 2015-09-30
Posts: 98

Re: Check for / notify about security updates?

Keep in mind that partial upgrades are unsupported and you should always run

pacman -Syu

for updates to packages.

Offline

#3 2016-09-27 21:31:39

pulb
Member
Registered: 2014-05-29
Posts: 4

Re: Check for / notify about security updates?

@atomicbeef: True. Though this script does not run any updates, it just lists security relevant packages so you know if you should update your system (by running the command you suggested).

Offline

#4 2016-09-27 22:07:25

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Check for / notify about security updates?

I'd say that most probably you want to run 'pacman -Syu' regularly, if anything stops working the first thing people will tell you to do is a full system update, and besides security updates newer package versions may bring enhancements and stability updates (and sometimes new bugs features).


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#5 2016-09-29 11:55:06

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Check for / notify about security updates?

Do you mean something like https://github.com/ilpianista/arch-audit ?

Offline

#6 2016-09-29 17:05:43

pulb
Member
Registered: 2014-05-29
Posts: 4

Re: Check for / notify about security updates?

@karol: yes, this is actually similar. The difference being that check-security-updates
- uses the checkupdate output format (so it works with tools like arch-update which expect this format)
- only lists updated packages that are actually available for download
- queries the Arch Security mailing list instead of the wiki

Offline

Board footer

Powered by FluxBB