Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: shb-uptodate.xml
Date: Thu, 13 Oct 2005 15:34:39
Message-Id: 200510131524.j9DFOqiM003657@robin.gentoo.org
1 neysx 05/10/13 15:34:30
2
3 Modified: xml/htdocs/doc/en/security shb-uptodate.xml
4 Log:
5 #106853 emerge -Du world is not enough
6
7 Revision Changes Path
8 1.2 +50 -5 xml/htdocs/doc/en/security/shb-uptodate.xml
9
10 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
11 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
12 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
13
14 Index: shb-uptodate.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-uptodate.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- shb-uptodate.xml 1 Jun 2005 15:43:47 -0000 1.1
21 +++ shb-uptodate.xml 13 Oct 2005 15:34:30 -0000 1.2
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-uptodate.xml,v 1.1 2005/06/01 15:43:47 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-uptodate.xml,v 1.2 2005/10/13 15:34:30 neysx Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 @@ -7,8 +7,8 @@
30
31 <sections>
32
33 -<version>1.0</version>
34 -<date>2005-05-31</date>
35 +<version>1.1</version>
36 +<date>2005-10-13</date>
37
38 <section>
39 <title>Keeping up-to-date</title>
40 @@ -57,9 +57,54 @@
41 system is not affected by this GLSA.
42 </p>
43
44 +<impo>
45 +Please note that the usual <c>emerge -vpuD world</c> will not pick up all
46 +package updates. You need to use <c>glsa-check</c> if you want to make sure all
47 +GLSAs are fixed on your system.
48 +</impo>
49 +
50 +<pre caption="Check all GLSAs">
51 +<comment>(Check if your system is affected by GLSAs)</comment>
52 +# <i>glsa-check -t all</i>
53 +WARNING: This tool is completely new and not very tested, so it should not be
54 +used on production systems. It's mainly a test tool for the new GLSA release
55 +and distribution system, it's functionality will later be merged into emerge
56 +and equery.
57 +Please read http://www.gentoo.org/proj/en/portage/glsa-integration.xml
58 +before using this tool AND before reporting a bug.
59 +
60 +This system is affected by the following GLSA:
61 +200504-06
62 +200510-08
63 +200506-14
64 +200501-35
65 +200508-12
66 +200507-16
67 +
68 +<comment>(See what packages would be emerged)</comment>
69 +# <i>glsa-check -p $(glsa-check -t all)</i>
70 + <comment>(partial output)</comment>
71 +Checking GLSA 200504-06
72 +The following updates will be performed for this GLSA:
73 + app-arch/sharutils-4.2.1-r11 (4.2.1-r10)
74 +
75 + **********************************************************************
76 +
77 + Checking GLSA 200510-08
78 + The following updates will be performed for this GLSA:
79 + media-libs/xine-lib-1.1.0-r5 (1.1.0-r4)
80 +
81 +<comment>(Apply required fixes)</comment>
82 +# <i>glsa-check -f $(glsa-check -t all)</i>
83 +</pre>
84 +
85 +<p>
86 +If you have upgraded a running service, you should not forget to restart it.
87 +</p>
88 +
89 <p>
90 -Some people still prefer to use <c>emerge packagename</c> instead of
91 -<c>glsa-check -f</c> so all GLSAs are listed as <c>[N]</c>.
92 +Keeping your <uri link="/doc/en/kernel-upgrade.xml">kernel up-to-date</uri> is
93 +also recommended.
94 </p>
95
96 <p>
97
98
99
100 --
101 gentoo-doc-cvs@g.o mailing list