neysx 05/10/13 15:34:30 Modified: xml/htdocs/doc/en/security shb-uptodate.xml Log: #106853 emerge -Du world is not enough
Revision Changes Path 1.2 +50 -5 xml/htdocs/doc/en/security/shb-uptodate.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-uptodate.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-uptodate.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-uptodate.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: shb-uptodate.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-uptodate.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- shb-uptodate.xml 1 Jun 2005 15:43:47 -0000 1.1 +++ shb-uptodate.xml 13 Oct 2005 15:34:30 -0000 1.2 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-uptodate.xml,v 1.1 2005/06/01 15:43:47 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-uptodate.xml,v 1.2 2005/10/13 15:34:30 neysx Exp $ --> <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> <!-- The content of this document is licensed under the CC-BY-SA license --> @@ -7,8 +7,8 @@ <sections> -<version>1.0</version> -<date>2005-05-31</date> +<version>1.1</version> +<date>2005-10-13</date> <section> <title>Keeping up-to-date</title> @@ -57,9 +57,54 @@ system is not affected by this GLSA. </p> +<impo> +Please note that the usual <c>emerge -vpuD world</c> will not pick up all +package updates. You need to use <c>glsa-check</c> if you want to make sure all +GLSAs are fixed on your system. +</impo> + +<pre caption="Check all GLSAs"> +<comment>(Check if your system is affected by GLSAs)</comment> +# <i>glsa-check -t all</i> +WARNING: This tool is completely new and not very tested, so it should not be +used on production systems. It's mainly a test tool for the new GLSA release +and distribution system, it's functionality will later be merged into emerge +and equery. +Please read http://www.gentoo.org/proj/en/portage/glsa-integration.xml +before using this tool AND before reporting a bug. + +This system is affected by the following GLSA: +200504-06 +200510-08 +200506-14 +200501-35 +200508-12 +200507-16 + +<comment>(See what packages would be emerged)</comment> +# <i>glsa-check -p $(glsa-check -t all)</i> + <comment>(partial output)</comment> +Checking GLSA 200504-06 +The following updates will be performed for this GLSA: + app-arch/sharutils-4.2.1-r11 (4.2.1-r10) + + ********************************************************************** + + Checking GLSA 200510-08 + The following updates will be performed for this GLSA: + media-libs/xine-lib-1.1.0-r5 (1.1.0-r4) + +<comment>(Apply required fixes)</comment> +# <i>glsa-check -f $(glsa-check -t all)</i> +</pre> + +<p> +If you have upgraded a running service, you should not forget to restart it. +</p> + <p> -Some people still prefer to use <c>emerge packagename</c> instead of -<c>glsa-check -f</c> so all GLSAs are listed as <c>[N]</c>. +Keeping your <uri link="/doc/en/kernel-upgrade.xml">kernel up-to-date</uri> is +also recommended. </p> <p> -- [email protected] mailing list
