Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54219 - emerge should support a security update flag
Summary: emerge should support a security update flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-17 11:37 UTC by Florian Effenberger
Modified: 2004-06-17 12:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Effenberger 2004-06-17 11:37:05 UTC
emerge should support a security update flag. Sometimes you don't want to compile all packages at once, but only the security relevant ones. A command like

emerge --update world-security
and
emerge --update system-security

would be great.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Kevin Lacquement 2004-06-17 11:54:11 UTC
There's another tool for that, glsa-check, included in app-portage/gentoolkit
Comment 2 Florian Effenberger 2004-06-17 12:09:17 UTC
Thanks, didn't know that!