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