What am I doing wrong?
Code: Select all
stmiller@chicago ~ $ sudo glsa-check -t affected
Password:
This system is affected by the following GLSAs:
201310-15
stmiller@chicago ~ $ emerge --ask --oneshot --verbose ">=sys-devel/automake-1.11.6"
This action requires superuser access...
Would you like to add --pretend to options? [Yes/No] yes
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] sys-devel/automake-1.13.4:1.13 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
* IMPORTANT: 5 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
^C
Code: Select all
stmiller@chicago ~ $ automake --version
automake (GNU automake) 1.13.4
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
stmiller@chicago ~ $
stmiller@chicago ~ $ sudo glsa-check --list affected
Password:
[A] means this GLSA was marked as applied (injected),
[U] means the system is not affected and
[N] indicates that the system might be affected.
201310-15 [N] GNU Automake: Multiple vulnerabilities ( sys-devel/automake )
stmiller@chicago ~ $ sudo glsa-check --fix 201310-15
Fixing GLSA 201310-15
>>> cannot fix GLSA, no unaffected packages available

