ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
Revision: 625
Committed: Sat Sep 26 14:01:37 2015 UTC (8 years, 7 months ago) by laffer1
Content type: text/html
File size: 5630 byte(s)
Log Message:
attempt to comply with EU law on cookies.

File Contents

# Content
1 <!DOCTYPE html>
2 <html lang="en-us">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta name="description" content="MidnightBSD is a desktop operating system for x86 and x86-64 based PCs.">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <title>MidnightBSD</title>
8 <link rel="shortcut icon" href="favicon.ico">
9 <link href="https://plus.google.com/112694070346575096682/" rel="publisher">
10 <link rel="alternate" type="application/rss+xml" title="MidnightBSD Developer Blog" href="http://feedproxy.google.com/mnbsd">
11 <link rel="stylesheet" type="text/css" href="css/essence.css">
12 <meta property="og:image" content="http://www.midnightbsd.org/art/logo/MidnightBSDLogo128x128.png">
13 <meta property="og:site_name" content="MidnightBSD">
14 <meta property="og:url" content="https://www.midnightbsd.org/">
15 <meta property="og:title" content="MidnightBSD">
16 <meta property="og:description" content="MidnightBSD is a desktop operating system for x86 and x86-64 based PCs.">
17 <meta name="google-site-verification" content="UXeYyeq09VC4mCiCHwnLjorG3nxUoyOTcdhR0frXXpw">
18 <meta name="alexaVerifyID" content="pP_-WGlPDrDVXvxAfGsMp0R52to">
19 <meta name="norton-safeweb-site-verification" content="x64m9skk6r62zazbxrrr16abm5i2xrk35q73q63fjbpkfuezh8lkdndy9hfplpxtllur8ryfprpp7cv6sl3cxgv1o1uy2t7e1ms36p5p0fte91e8wsiwx3783pehcbdx" />
20 <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
21 <script type="text/javascript">
22 window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-top"};
23 </script>
24 <script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
25 <!-- End Cookie Consent plugin -->
26 </head>
27
28 <body>
29 <div class="container">
30 <header>
31 <div id="globe" class="row">
32 <div id="header" class="col-md-12">
33 <h1 title="MidnightBSD Home">
34 <a href="./" title="MidnightBSD Home">MidnightBSD: The BSD For Everyone</a>
35 </h1>
36 </div>
37 <!--#include virtual="/menu.html"-->
38 <div class="clear"></div>
39 </header>
40 <div id="welcomebox" class="row">
41 <div class="clear"></div>
42 <div class="col-md-8">
43 <div id="welcome" class="jumbotron">
44 <h2>Welcome to MidnightBSD</h2>
45 <blockquote>
46 <p>
47 MidnightBSD is a new BSD-derived operating system developed
48 with desktop users in mind.
49 It includes all the software you'd expect for your daily tasks
50 &#8212; email, web browsing, word processing, gaming, and much
51 more.
52 </p>
53 <p>
54 With a small community of dedicated developers, MidnightBSD
55 strives to create an easy-to-use operating system everyone can
56 use, freely. Available for x86, AMD64 and as Virtual Machines.
57 </p>
58 </blockquote>
59 </div>
60 </div>
61 <div id="getbox" class="col-md-4">
62 <div id="gettext">
63 <h2><a href="download/">Get MidnightBSD</a></h2>
64 <h3>Latest Release - 0.7</h3>
65 <div id="getcd"><a href="download/" title="Get MidnightBSD"></a></div>
66 <div class="clear"></div>
67 <h4><a href="notes/">Release Notes</a></h4>
68 </div>
69 </div>
70 </div>
71 <div class="clear">
72 </div>
73
74 <div id="gravity" style="padding-top: 10px;" class="row">
75 <div id="news" class="col-md-4">
76 <h2><a href="news/">News &#187;</a></h2>
77 <!--#include file="mbsdblogsum.inc"-->
78 </div>
79
80 <div id="security" class="col-md-4">
81 <h2><a href="security/">Security &#187;</a></h2>
82 <blockquote>
83 <p class="date">June 12, 2015</p>
84
85 <p class="update">0.6.1 RELEASE <br>
86 OpenSSL Security update - new version is OpenSSL 0.9.8zg
87 </p>
88
89 <p class="more">
90 <a href="security/index.html#a20150612">Read more ...</a>
91 </p>
92 </blockquote>
93 <blockquote>
94 <p class="date">March 19, 2015</p>
95
96 <p class="update">
97 0.5.10 RELEASE <br> OpenSSL Security update <br> A malformed elliptic curve
98 private key file could cause a use-after-free condition in the d2i_ECPrivateKey
99 function. [CVE-2015-0209] <br> An attempt to compare ASN.1 boolean types will
100 cause the ASN1_TYPE_cmp function to crash with an invalid read. [CVE-2015-0286]
101 <br> Reusing a structure in ASN.1 parsing may allow an attacker to cause memory
102 corruption via an invalid write. [CVE-2015-0287] <br> The function X509_to_X509_REQ
103 will crash with a NULL pointer dereference if the certificate key is invalid.
104 [CVE-2015-0288] <br> The PKCS#7 parsing code does not handle missing outer
105 ContentInfo correctly. [CVE-2015-0289] <br> A malicious client can trigger an
106 OPENSSL_assert in servers that both support SSLv2 and enable export cipher
107 suites by sending a specially crafted SSLv2 CLIENT-MASTER-KEY message. [CVE-2015-0293]
108 </p>
109
110 <p class="more"><a href="security/index.html#a20150319">Read more ...</a></p>
111 </blockquote>
112 </div>
113
114 <div id="tweets" class="col-md-4">
115 <a class="twitter-timeline" href="https://twitter.com/midnightbsd" data-widget-id="340874433373806593">
116 Tweets by @midnightbsd
117 </a>
118 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
119
120 <p>View available <a href="mports/">mports</a></p>
121 </div>
122 </div>
123
124 <!--#include virtual="/footer.html"-->
125 </div>
126
127 </body>
128 </html>