]> git.ipfire.org Git - ipfire.org.git/blame - templates/static/features/updates.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / features / updates.html
CommitLineData
314d46c8
MT
1{% extends "../../base-feature.html" %}
2
3{% block title %}{{ _("Updates") }}{% end block %}
4
60024cc8
MT
5{% block bodyA %}
6 <div class="page-header">
7 <h1>{{ _("Updates") }}</h1>
8 </div>
314d46c8 9
60024cc8
MT
10 <div class="row">
11 <div class="span9">
12 {% if lang == "de" %}
13 <p>
14 IPFire basiert auf Linux, dem besten Open-Source-Kernel, den es gibt.
15 Ebenso basiert IPFire <strong>nicht</strong> auf irgendeiner Distribution
16 wie z.B. Knoppix auf Debian basiert sondern wird aus den Sourcen einer
17 großen Anzahl von Paketen gebaut. Dieser Prozess der Entwicklung kostet
18 viel Zeit, gibt allerdings die Möglichkeit nicht von Updatezyklen anderer
19 abzuhängen. Dagegen hat es den Vorteil besonders zuverlässige Versionen
20 eines Softwarepakets auszuwählen und den größten Teil der Distribution
21 daraus aufzubauen. Der Kernel hingegen wird laufend aktualisiert und
22 gepatcht um aktuelle und eine möglichst breite Palette an Hardware zu
2e9b1f32 23 unterstützen - und viel wichtiger, Sicherheitsupdates zeitnah zur
60024cc8
MT
24 Verfügung zu stellen.
25 </p>
26 <p>
27 Das macht IPFire zu einem sehr leistungsfähigen und gleichzeitig
28 gehärtetem System.
29 </p>
30 <p>
31 Um dies beizubehalten und kompatibel zu der Vielzahl an Hardware auf
32 dem Markt zu bleiben, werden sogenannte "Core Updates" in einem Abstand
33 von etwa vier Wochen herausgegegen, um gesammelte Patches auszuliefern.
34 Im Falle eines kritischen Sicherheitsproblems in einem der Pakete gibt
35 es Sicherheitsupdates innerhalb weniger als 24 Stunden.
36 </p>
37 <p>
38 Alle Updates können mittels des Paketmanagementsystems eingespielt werden
39 und die Benutzer werden per Email über eben diese informiert. So ist
40 in allen Fällen das Update nach einem einzigen Klick installiert und
41 das System ist wieder gesichert im Internet.
42 </p>
43 {% else %}
44 <p>
45 IPFire is based on Linux, which is the best Open Source kernel around.
46 Additionally, IPFire is <strong>not</strong> based on any other
47 distribution like Knoppix is on Debian. It is compiled from the sources
48 of every single package. This comsumes a lot of work, but finally
49 gives the opportunity to not rely on the update cycles of others.
50 The advantages we gain is that we are able to select very stable
51 versions of software and build the distribution from them. For example
52 is the most part of the distribution quite well tested and long maintained
53 - in contrast to the kernel which is very recent and regularly updated
54 with patches to support as much hardware as possible and more importantly
55 fix security errors.
56 </p>
57 <p>
58 This is what makes IPFire a very strong and hardened system.
59 </p>
60 <p>
61 To keep up that strength and be prepared for new
62 <a href="/features/hardware">hardware</a>, we give
63 out the so called <strong>Core Updates</strong> which are issued in
64 about every four weeks and updating collected fixes. If there is a
65 security emergency, we provide updates in less than a day to overcome
66 zero-day holes in the system.
67 </p>
68 <p>
69 All of the updates can be installed by the
70 <a href="/features/pakfire">package management system</a>
71 and users are notified by mail. So in all cases, the update is just
72 a simple click and your system is running safe again.
73 </p>
74 {% end %}
75 </div>
76 </div>
314d46c8 77{% end block %}