Gentoo Archives: gentoo-server

From: Michael Irey <michael@××××.org>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] prioritising security updates
Date: Wed, 07 Sep 2005 06:14:41
Message-Id: 200509062312.56131.michael@irey.org
In Reply to: [gentoo-server] prioritising security updates by Jeremy Brake
1 To make it easy I have added these 2 lines to my crontab
2
3 10 2 * * * /usr/bin/emerge --sync 2> /dev/null
4 > /root/tmp/daily-emerge-sync.txt
5 50 2 * * * /usr/bin/glsa-check -ln 2> /dev/null | grep ' \[N\]'
6
7 Then every morning I get an email if there are packages with vulnerabilities.
8
9 I can decide manually the priority. Because I dont want apache updating
10 itself in the middle of the night... I do it manually, from my emailed list.
11
12
13 On Tuesday 06 September 2005 02:53 pm, Jeremy Brake wrote:
14 > Hey,
15 >
16 > Is there anything in Portage which will allow me to view security
17 > updates, seperate from general version updates?
18 > At the moment i have a 5am cron job which runs "emerge --sync && emerge
19 > -upvD world" , and i just glance at it as soon as I i sit down at my pc
20 > for the day.
21 > The problem here is that I cant tell if updates (eg, at the moment it
22 > wants to update openssh and apache2) are security patches, or just
23 > general version upgrades.
24 >
25 > I know i can use "system" instead of "world" and omit the -D option, but
26 > thats not targeting my issue exactly. Is there a way to see which
27 > updates are security patches, without having to manually trawl through
28 > webpages and changelogs?
29 >
30 > Jeremy
31 --
32 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] prioritising security updates "W.Kenworthy" <billk@×××××××××.au>