| … | |
… | |
| 13 | <style type="text/css"> |
13 | <style type="text/css"> |
| 14 | |
14 | |
| 15 | /* |
15 | /* |
| 16 | :Author: David Goodger |
16 | :Author: David Goodger |
| 17 | :Contact: goodger@users.sourceforge.net |
17 | :Contact: goodger@users.sourceforge.net |
| 18 | :date: $Date: 2006/10/10 20:25:14 $ |
18 | :date: $Date: 2007/01/25 03:26:26 $ |
| 19 | :version: $Revision: 1.5 $ |
19 | :version: $Revision: 1.7 $ |
| 20 | :copyright: This stylesheet has been placed in the public domain. |
20 | :copyright: This stylesheet has been placed in the public domain. |
| 21 | |
21 | |
| 22 | Default cascading style sheet for the PEP HTML output of Docutils. |
22 | Default cascading style sheet for the PEP HTML output of Docutils. |
| 23 | */ |
23 | */ |
| 24 | |
24 | |
| … | |
… | |
| 262 | <a href="http://www.gentoo.org/" title="Gentoo Linux Home Page"> |
262 | <a href="http://www.gentoo.org/" title="Gentoo Linux Home Page"> |
| 263 | <img src="http://www.gentoo.org/images/gentoo-new.gif" alt="[Gentoo]" |
263 | <img src="http://www.gentoo.org/images/gentoo-new.gif" alt="[Gentoo]" |
| 264 | border="0" width="150" height="35" /></a></td> |
264 | border="0" width="150" height="35" /></a></td> |
| 265 | <td class="textlinks" align="left"> |
265 | <td class="textlinks" align="left"> |
| 266 | [<b><a href="http://www.gentoo.org/">Gentoo Linux Home</a></b>] |
266 | [<b><a href="http://www.gentoo.org/">Gentoo Linux Home</a></b>] |
| 267 | [<b><a href="http://www.gentoo.org/peps">GLEP Index</a></b>] |
267 | [<b><a href="http://www.gentoo.org/proj/en/glep/">GLEP Index</a></b>] |
| 268 | [<b><a href="http://www.gentoo.org/proj/en/glep/glep-0014.txt">GLEP Source</a></b>] |
268 | [<b><a href="http://www.gentoo.org/proj/en/glep/glep-0014.txt">GLEP Source</a></b>] |
| 269 | </td></tr></table> |
269 | </td></tr></table> |
| 270 | <table class="rfc2822 docutils field-list" frame="void" rules="none"> |
270 | <table class="rfc2822 docutils field-list" frame="void" rules="none"> |
| 271 | <col class="field-name" /> |
271 | <col class="field-name" /> |
| 272 | <col class="field-body" /> |
272 | <col class="field-body" /> |
| … | |
… | |
| 288 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="glep-0002.html">text/x-rst</a></td> |
288 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="glep-0002.html">text/x-rst</a></td> |
| 289 | </tr> |
289 | </tr> |
| 290 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">18 Aug 2003</td> |
290 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">18 Aug 2003</td> |
| 291 | </tr> |
291 | </tr> |
| 292 | <tr class="field"><th class="field-name">Post-History:</th><td class="field-body">22-Aug-2003, 24-Aug-2003, 10-Nov-2003, 25-Oct-2004</td> |
292 | <tr class="field"><th class="field-name">Post-History:</th><td class="field-body">22-Aug-2003, 24-Aug-2003, 10-Nov-2003, 25-Oct-2004</td> |
|
|
293 | </tr> |
|
|
294 | <tr class="field"><th class="field-name">Requires:</th><td class="field-body"><a class="reference" href="http://www.gentoo.org/proj/en/glepglep-0021.html">21</a></td> |
| 293 | </tr> |
295 | </tr> |
| 294 | </tbody> |
296 | </tbody> |
| 295 | </table> |
297 | </table> |
| 296 | <hr /> |
298 | <hr /> |
| 297 | <div class="contents topic"> |
299 | <div class="contents topic"> |
| … | |
… | |
| 319 | security holes or auto-apply security fixes. This GLEP proposes a way to deal |
321 | security holes or auto-apply security fixes. This GLEP proposes a way to deal |
| 320 | with this issue</p> |
322 | with this issue</p> |
| 321 | </div> |
323 | </div> |
| 322 | <div class="section"> |
324 | <div class="section"> |
| 323 | <h1><a class="toc-backref" href="#id3" id="status-update" name="status-update">Status Update</a></h1> |
325 | <h1><a class="toc-backref" href="#id3" id="status-update" name="status-update">Status Update</a></h1> |
| 324 | <p>Beta implementation in gentoolkit.</p> |
326 | <p>Preliminary implementation <tt class="docutils literal"><span class="pre">glsa-check</span></tt> in gentoolkit, final implementation |
|
|
327 | pending set support in portage (GLEP 21).</p> |
| 325 | </div> |
328 | </div> |
| 326 | <div class="section"> |
329 | <div class="section"> |
| 327 | <h1><a class="toc-backref" href="#id4" id="motivation" name="motivation">Motivation</a></h1> |
330 | <h1><a class="toc-backref" href="#id4" id="motivation" name="motivation">Motivation</a></h1> |
| 328 | <p>Automatic checking for security updates is a often requested feature for Gentoo. |
331 | <p>Automatic checking for security updates is a often requested feature for Gentoo. |
| 329 | Implementing it will enable users to fix security holes without reading every |
332 | Implementing it will enable users to fix security holes without reading every |
| … | |
… | |
| 419 | |
422 | |
| 420 | </div> |
423 | </div> |
| 421 | <div class="footer"> |
424 | <div class="footer"> |
| 422 | <hr class="footer" /> |
425 | <hr class="footer" /> |
| 423 | <a class="reference" href="glep-0014.txt">View document source</a>. |
426 | <a class="reference" href="glep-0014.txt">View document source</a>. |
| 424 | Generated on: 2006-10-10 20:23 UTC. |
427 | Generated on: 2006-10-14 03:00 UTC. |
| 425 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
428 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
| 426 | |
429 | |
| 427 | </div> |
430 | </div> |
| 428 | </body> |
431 | </body> |
| 429 | </html> |
432 | </html> |