ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
Revision: 679
Committed: Sat Oct 17 04:01:55 2015 UTC (8 years, 6 months ago) by laffer1
Content type: text/html
File size: 6101 byte(s)
Log Message:
fix it

File Contents

# User Rev Content
1 laffer1 437 <!DOCTYPE html>
2 laffer1 537 <html lang="en-us">
3 smultron 156 <head>
4 laffer1 588 <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 laffer1 596 <title>MidnightBSD</title>
8 laffer1 589 <link rel="shortcut icon" href="favicon.ico">
9     <link href="https://plus.google.com/112694070346575096682/" rel="publisher">
10 laffer1 676 <link rel="alternate" type="application/rss+xml" title="MidnightBSD Developer Blog" href="http://feedproxy.google.com/mnbsd">
11     <link href='https://fonts.googleapis.com/css?family=Slabo+27px|Oxygen:400,700' rel='stylesheet' type='text/css'>
12 laffer1 589 <link rel="stylesheet" type="text/css" href="css/essence.css">
13     <meta property="og:image" content="http://www.midnightbsd.org/art/logo/MidnightBSDLogo128x128.png">
14     <meta property="og:site_name" content="MidnightBSD">
15     <meta property="og:url" content="https://www.midnightbsd.org/">
16     <meta property="og:title" content="MidnightBSD">
17     <meta property="og:description" content="MidnightBSD is a desktop operating system for x86 and x86-64 based PCs.">
18 laffer1 592 <meta name="google-site-verification" content="UXeYyeq09VC4mCiCHwnLjorG3nxUoyOTcdhR0frXXpw">
19 laffer1 612 <meta name="alexaVerifyID" content="pP_-WGlPDrDVXvxAfGsMp0R52to">
20 laffer1 594 <meta name="norton-safeweb-site-verification" content="x64m9skk6r62zazbxrrr16abm5i2xrk35q73q63fjbpkfuezh8lkdndy9hfplpxtllur8ryfprpp7cv6sl3cxgv1o1uy2t7e1ms36p5p0fte91e8wsiwx3783pehcbdx" />
21 laffer1 625 <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
22     <script type="text/javascript">
23     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"};
24     </script>
25     <script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
26     <!-- End Cookie Consent plugin -->
27 smultron 156 </head>
28 laffer1 597
29 laffer1 350 <body>
30 laffer1 596 <div class="container">
31 laffer1 597 <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 laffer1 588 <!--#include virtual="/menu.html"-->
38 laffer1 614 <div class="clear"></div>
39 laffer1 597 <div id="welcomebox" class="row">
40     <div class="clear"></div>
41     <div class="col-md-8">
42     <div id="welcome" class="jumbotron">
43     <h2>Welcome to MidnightBSD</h2>
44 laffer1 677 <blockquote>
45 laffer1 597 <p>
46     MidnightBSD is a new BSD-derived operating system developed
47     with desktop users in mind.
48     It includes all the software you'd expect for your daily tasks
49     &#8212; email, web browsing, word processing, gaming, and much
50     more.
51     </p>
52     <p>
53     With a small community of dedicated developers, MidnightBSD
54     strives to create an easy-to-use operating system everyone can
55     use, freely. Available for x86, AMD64 and as Virtual Machines.
56     </p>
57     </blockquote>
58     </div>
59 smultron 156 </div>
60 laffer1 597 <div id="getbox" class="col-md-4">
61 laffer1 588 <div id="gettext">
62 laffer1 597 <h2><a href="download/">Get MidnightBSD</a></h2>
63 laffer1 618 <h3>Latest Release - 0.7</h3>
64 laffer1 597 <div id="getcd"><a href="download/" title="Get MidnightBSD"></a></div>
65     <div class="clear"></div>
66     <h4><a href="notes/">Release Notes</a></h4>
67 smultron 156 </div>
68 laffer1 597 </div>
69 laffer1 588 </div>
70 laffer1 597 <div class="clear">
71 laffer1 588 </div>
72 laffer1 597
73     <div id="gravity" style="padding-top: 10px;" class="row">
74     <div id="news" class="col-md-4">
75     <h2><a href="news/">News &#187;</a></h2>
76 laffer1 588 <!--#include file="mbsdblogsum.inc"-->
77 laffer1 597 </div>
78 laffer1 590
79 laffer1 597 <div id="security" class="col-md-4">
80     <h2><a href="security/">Security &#187;</a></h2>
81     <blockquote>
82 laffer1 640 <p class="date">September 30, 2015</p>
83 laffer1 612
84 laffer1 640 <p class="update">0.7.1 RELEASE <br>
85     In rpcbind(8), netbuf structures are copied directly, which would result in
86 laffer1 641 two netbuf structures that reference to one shared address buffer. When one
87     of the two netbuf structures is freed, access to the other netbuf structure
88     would result in an undefined result that may crash the rpcbind(8) daemon.
89 laffer1 612 </p>
90    
91     <p class="more">
92 laffer1 640 <a href="security/index.html#a20150930">Read more ...</a>
93 laffer1 612 </p>
94 laffer1 597 </blockquote>
95     <blockquote>
96 laffer1 640 <p class="date">August 25, 2015</p>
97 laffer1 612
98     <p class="update">
99 laffer1 641 0.6.7 RELEASE <br>
100     kernel:
101     fix a security issue on amd64 where the GS segment CPU register can be changed via
102     userland value in kernel mode by using an IRET with #SS or #NP exceptions.
103 laffer1 640 <br>
104 laffer1 641 <br><b>openssh</b>:
105     A programming error in the privileged monitor process of the sshd(8)
106     service may allow the username of an already-authenticated user to be
107     overwritten by the unprivileged child process.
108 laffer1 640 <br>
109     <br> A use-after-free error in the privileged monitor process of he sshd(8)
110 laffer1 641 service may be deterministically triggered by the actions of a
111     compromised unprivileged child process.
112 laffer1 640 <br>
113     <br>A use-after-free error in the session multiplexing code in the sshd(8)
114 laffer1 641 service may result in unintended termination of the connection.
115 laffer1 597 </p>
116 laffer1 612
117 laffer1 640 <p class="more"><a href="security/index.html#a20150825">Read more ...</a></p>
118 laffer1 597 </blockquote>
119     </div>
120    
121     <div id="tweets" class="col-md-4">
122     <a class="twitter-timeline" href="https://twitter.com/midnightbsd" data-widget-id="340874433373806593">
123     Tweets by @midnightbsd
124     </a>
125 laffer1 678 <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>
126 laffer1 597 </div>
127 laffer1 590 </div>
128 laffer1 678 <div>
129     <style>
130 laffer1 679 #mportsshare { background: url("http://www.midnightbsd.org/images/ports-tree.png"); width: 512px; max-width: 100%; height: 0; overflow: hidden; margin: auto; }
131 laffer1 678 </style>
132 laffer1 679 <div id="mportsshare"></div>
133     <p>View available <a href="mports/">mports</a></p>
134 laffer1 678 </div>
135 laffer1 597
136     <!--#include virtual="/footer.html"-->
137 laffer1 588 </div>
138 laffer1 596
139 laffer1 588 </body>
140 laffer1 236 </html>