aboutsummaryrefslogtreecommitdiff
blob: 622b81cbc238d0003fde23a3af8351a5a3ea9522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: 'Stay informed'
navtitle: 'Stay informed'
nav1: support
nav2: security
nav3: security-inform
nav3-show: true
nav3-weight: 20
layout: page-nav3
---

<div class="row">
  <div class="col-md-4 text-right">
    <i class="fa fa-terminal fa-5x"></i>
  </div>
  <div class="col-md-8">
    <h2>Check the system's status</h2>

    <p>Use the <kbd>glsa-check</kbd> tool to check the system's security status.<br>
      To see all advisories that affect the system, run:</p>

    <p class="lead"><kbd>glsa-check -t affected</kbd></p>

    <p>For more information, review <a href="https://wiki.gentoo.org/wiki/GLSA">the GLSA documentation</a> on our wiki.</p>
  </div>
</div>

<hr>

<div class="row">
  <div class="col-md-4 text-right">
    <i class="fa fa-inbox fa-5x"></i>
  </div>
  <div class="col-md-8">
    <h2>Subscribe via E-Mail</h2>

    <p>Our advisories are posted to the <em>gentoo-announce</em> mailing list.</p>

    <p>You can subscribe by sending an empty e-mail to:</p>

    <p class="lead"><a href="mailto:gentoo-announce+subscribe@lists.gentoo.org">gentoo-announce+subscribe@lists.gentoo.org</a></p>

    <p>A confirmation email will be sent. Reply to this email to complete the subscription.</p>
  </div>
</div>

<hr>

<div class="row">
  <div class="col-md-4 text-right">
    <i class="fa fa-rss fa-5x"></i>
  </div>
  <div class="col-md-8">
    <h2>Feeds</h2>

    <p>We offer <em>RSS</em> and <em>Atom</em> feeds for subscription via a news reader of choice:</p>

    <ul class="lead">
      <li><a href="https://security.gentoo.org/glsa/feed.rss">RSS 2.0</a></li>
      <li><a href="https://security.gentoo.org/glsa/feed.atom">Atom 1.4.3</a></li>
    </ul>
  </div>
</div>

<hr>

<div class="row">
  <div class="col-md-4 text-right">
    <i class="fa fa-twitter fa-5x"></i>
  </div>
  <div class="col-md-8">
    <h2>Twitter</h2>

    <p>There were several <strong>unofficial</strong> Twitter feeds containing GLSAs.</p>

    <p>None of them are currently up to date. Stay tuned.</p>

    <!--<ul class="lead">
      <li><a href="http://twitter.com/gentoosecurity">gentoosecurity <i class="fa-twitter fa"></i></a></li>
    </ul>
    -->
  </div>
</div>