ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
(Generate patch)

Comparing trunk/index.html (file contents):
Revision 68 by laffer1, Sat Aug 11 20:54:01 2007 UTC vs.
Revision 589 by laffer1, Sat Mar 21 00:11:32 2015 UTC

# Line 1 | Line 1
1 < <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 <        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 < <html xmlns="http://www.w3.org/1999/xhtml">
4 < <head>
5 < <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 < <title>MidnightBSD Project</title>
7 < <link rel="stylesheet" type="text/css" media="all" href="css/base.css" />
8 < <script type="text/javascript">
9 < <!--
10 < function MM_swapImgRestore() { //v3.0
11 <  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
12 < }
13 <
14 < function MM_preloadImages() { //v3.0
15 <  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
16 <    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
17 <    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
18 < }
19 <
20 < function MM_findObj(n, d) { //v4.01
21 <  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
22 <    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
23 <  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
24 <  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
25 <  if(!x && d.getElementById) x=d.getElementById(n); return x;
26 < }
27 <
28 < function MM_swapImage() { //v3.0
29 <  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
30 <   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
31 < }
32 < //-->
33 < </script>
34 < </head>
35 <
36 < <body>
37 <
38 < <!-- BEGIN HEADER -->
39 < <div id="header">
40 <    <span id="logo">
41 <            <img src="images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
42 <        </span>  
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>
8 >                        MidnightBSD
9 >                </title>
10 >                <link rel="shortcut icon" href="favicon.ico">
11 >                <link href="https://plus.google.com/112694070346575096682/" rel="publisher">
12 >                <link rel="alternate" type="application/rss+xml" title="MidnightBSD Developer Blog" href="http://feedproxy.google.com/mnbsd">
13 >                <link rel="stylesheet" type="text/css" href="css/essence.css">
14 >                <meta property="og:image" content="http://www.midnightbsd.org/art/logo/MidnightBSDLogo128x128.png">
15 >                <meta property="og:site_name" content="MidnightBSD">
16 >                <meta property="og:url" content="https://www.midnightbsd.org/">
17 >                <meta property="og:title" content="MidnightBSD">
18 >                <meta property="og:description" content="MidnightBSD is a desktop operating system for x86 and x86-64 based PCs.">
19 >        </head>
20 >        <body>
21 >                <div id="globe">
22 >                        <div id="header">
23 >                                <h1 title="MidnightBSD Home">
24 >                                <a href="./" title="MidnightBSD Home">
25 >                                        MidnightBSD: The BSD For Everyone
26 >                                </a>
27 >                        </h1>
28 >                </div>
29 > <!--#include virtual="/menu.html"-->
30 >                <div class="clear">
31 >                </div>
32 >                <div id="welcomebox">
33 >                        <div class="clear">
34 >                        </div>
35 >                        <div id="welcome">
36 >                                <h2>
37 >                                        Welcome to MidnightBSD
38 >                                </h2>
39 >                                <blockquote>
40 >                                        <p>
41 >                                                MidnightBSD is a new BSD-derived operating system developed with desktop users in mind. It includes all the software you'd expect for your daily tasks &#8212; email, web browsing, word processing, gaming, and much more.
42 >                                        </p>
43 >                                        <p>
44 >                                                With a small community of dedicated developers, MidnightBSD strives to create an easy-to-use operating system everyone can use, freely. Available for x86, AMD64 and as Virtual Machines.
45 >                                        </p>
46 >                                </blockquote>
47 >                        </div>
48 >                        <div id="getbox">
49 >                                <div id="gettext">
50 >                                        <h2>
51 >                                        <a href="download/">
52 >                                                Get MidnightBSD
53 >                                        </a>
54 >                                </h2>
55 >                                <h3>
56 >                                        Latest Release - 0.5.2
57 >                                </h3>
58 >                                <div id="getcd">
59 >                                        <a href="download/" title="Get MidnightBSD">
60 >                                        </a>
61 >                                </div>
62 >                                <div class="clear">
63 >                                </div>
64 >                                <h4>
65 >                                <a href="notes/">
66 >                                        Release Notes
67 >                                </a>
68 >                        </h4>
69 >                </div>
70 >        </div>
71   </div>
72 < <!-- END HEADER -->
73 <
74 < <div id="content">
75 <
76 < <div id="rnav">
77 <        <ul>
78 <            <li><a href="/index.html" title="Home">Home</a></li>
79 <            <li><a href="/about/index.html" title="About">About</a></li>
80 <            <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
81 <            <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
82 <
83 <            <li><a href="/community/index.html" title="Community">Community</a></li>
84 <            <li><a href="/developer/index.html" title="Developers">Developers</a></li>
85 <            <li><a href="/support/index.html" title="Support">Support</a></li>
86 <        </ul>
87 <
88 <        <p><a href="/de/index.html" title="German">DE</a> <a href="/index.html" title="English">EN</a>
89 <           <a href="/ru/index.html" title="Russian">RU</a>
90 <        </p>
91 <
64 <        <p style="border-top: thin dashed silver; padding-top: 10px;"><img src="images/feed.gif" alt="RSS Feed" /> <a href="http://www.justjournal.com/users/mbsd/rss">Developer Blog</a></p>
65 <
66 <        <p style="border-top: thin dashed silver; padding-top: 10px;"><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=102327.10000065&type=4&subid=0"><img alt="TigerDirect" src="http://images.tigerdirect.com/email/affiliate_new/120x90upromise.gif" /></a><img width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=102327.10000065&type=4&subid=0" />
72 > <div class="clear">
73 > </div>
74 > <div id="gravity" style="padding-top: 10px;">
75 >        <div id="news">
76 >                <h2>
77 >                <a href="news/">
78 >                        News &#187;
79 >                </a>
80 >        </h2>
81 > <!--#include file="mbsdblogsum.inc"-->
82 > </div>
83 > <div id="security">
84 >        <h2>
85 >        <a href="security/">
86 >                Security &#187;
87 >        </a>
88 > </h2>
89 > <blockquote>
90 >        <p class="date">
91 >                March 19, 2015
92          </p>
93 <        
94 <        <p><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=85078.10000140&subid=0&type=4">            <img alt="Logo Dell Home Systems 120x40" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=85078.10000140&subid=0&type=4" /></a></p>
93 >        <p class="update">
94 >                0.5.10 RELEASE <br> OpenSSL Security update <br> A malformed elliptic curve private key file could cause a use-after-free condition in the d2i_ECPrivateKey function. [CVE-2015-0209] <br> An attempt to compare ASN.1 boolean types will cause the ASN1_TYPE_cmp function to crash with an invalid read. [CVE-2015-0286] <br> Reusing a structure in ASN.1 parsing may allow an attacker to cause memory corruption via an invalid write. [CVE-2015-0287] <br> The function X509_to_X509_REQ will crash with a NULL pointer dereference if the certificate key is invalid. [CVE-2015-0288] <br> The PKCS#7 parsing code does not handle missing outer ContentInfo correctly. [CVE-2015-0289] <br> A malicious client can trigger an OPENSSL_assert in servers that both support SSLv2 and enable export cipher suites by sending a specially crafted SSLv2 CLIENT-MASTER-KEY message. [CVE-2015-0293]
95 >        </p>
96 >        <p class="more">
97 >        <a href="security/#a20150319">
98 >                Read more ...
99 >        </a>
100 >        </p>
101 > </blockquote>
102 > <blockquote>
103 >        <p class="date">
104 >                February 25, 2015
105 >        </p>
106 >        <p class="update">
107 >                0.5.9 RELEASE <br> Fix two security vulnerabilities. <br> 1. BIND servers which are configured to perform DNSSEC validation and which are using managed keys (which occurs implicitly when using "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit unpredictable behavior due to the use of an improperly initialized variable. <br> CVE-2015-1349 <br> 2. An integer overflow in computing the size of IGMPv3 data buffer can result in a buffer which is too small for the requested operation. <br> This can result in a DOS attack.
108 >        </p>
109 >        <p class="more">
110 >        <a href="security/#aa20150225">
111 >                Read more ...
112 >        </a>
113 >        <p>
114 > </blockquote>
115   </div>
116 <
117 < <h2>Introduction</h2>
118 <
119 < <p style="text-indent: 3em; line-height: 1.5; margin-bottom: 20px;">MidnightBSD is a desktop operating system for x86 compatible (including Pentium&reg; and Athlon&#8482;), and soon amd64 compatible (including Opteron&#8482;, Athlon&#8482;64, and EM64T) architectures. It was originally based on <a href="http://www.freebsd.org/">FreeBSD</a> 6.1 Beta.  The goal of the project is to create a BSD with ease of use and simplicity in mind.</p>
120 <
76 < <h3>MidnightBSD 0.1-RELEASE</h3>
77 <
78 < <p>
79 < <strong>August 6, 2007</strong>  
80 < MidnightBSD 0.1-RELEASE is now available.  It includes several software packages
81 < such as ksh, sudo, OpenNTPD, gcc 3.4.4, BIND 9.3.4 (plus patch) and others in
82 < the base system.  Disc 1 ISO includes the entire Operating System and X11 (xorg 6.9)
83 < packages.  Disc 2 ISO includes a selection of additional packages such as
84 < GNUstep, bash 3, zsh, and cups-base.  There are additional packages on our FTP
85 < server.  More will be added in a few days.  Only disc 1 is required for installation.
86 < This release is intended for enthusiests, developers and people interested in
87 < new operating systems that can handle bugs.  The core OS is stable, but many
88 < elements such as ports are in flux.  
89 < </p>
90 <
91 < <p>Get 0.1:  <a href="http://cs.emich.edu/mbsd/releases/i386/ISO-IMAGES/0.1/ ">Mirror 1</a>
92 < <a href="ftp://mirrors.isc.org/pub/MidnightBSD/releases/i386/ISO-IMAGES/0.1">Mirror 2</a>
93 < <a href="http://www.midnightbsd.org/ftp/MidnightBSD/releases/i386/ISO-IMAGES/0.1/">Official
94 < site (slow)</a></p>
95 <
96 < <h4>0.1-RELEASE Errata</h4>
97 < <pre>
98 < Installation issues
99 <
100 < projectcenter.app package is missing dependancies on disc2.
101 < mutt package is missing urlview dependancy on disc2.
102 <
103 < GNUstep package includes gdnc which is missing libgcc_s.so.1.
104 <
105 < bash 3 and gmake missing libintl.so.6. This can be fixed by uninstalling gettext
106 < and building it from the port. A new package was placed on the FTP server.
107 <
108 < System issues
109 <
110 < CVSUP example for updating src fetches CURRENT instead of RELENG_0_1
111 <
112 < The new mports system was not included in the RELEASE.  Many ports work in
113 < mports that do not work in the old system.  It is suggested that you update
114 < your source using RELENG_0_1 and download the latest mports using CVS or CVSup.
115 <
116 < Using Virtual PC for Windows:
117 < If you install MidnightBSD in VPC, you will need to set hint.acpi.0.disabled="1"
118 < in /boot/device.hints This will help with the "calcru: negative runtime of" issue.
119 < </pre>
120 <
121 < <table>
122 < <caption><span style="color: #333; text-decoration: underline;">MidnightBSD in action</span></caption>
123 < <tbody>
124 < <tr>
125 < <td colspan="3" style="width: 400px;"><img src="images/screen_login.jpg" alt="screen shot: using MidnightBSD" id="screen" /></td>
126 < </tr>
127 < <tr>
128 < <td style="width: 33%"><a href="#" onmouseover="MM_swapImage('screen','','images/screen_login.jpg',0)"><img width="100" height="75" src="images/screen_login.jpg" alt="screen shot: using MidnightBSD"  /></a></td>
129 < <td style="width: 33%" align="center"><a href="#" onmouseover="MM_swapImage('screen','','images/screen_wm.jpg',0)"><img width="100" height="75" src="images/screen_wm.jpg" alt="screen shot: using MidnightBSD"  /></a></td>
130 < <td style="width: 34%" align="right"><a href="#" onmouseover="MM_swapImage('screen','','images/screen_boot.jpg',0)"><img width="100" height="75" src="images/screen_boot.jpg" alt="screen shot: using MidnightBSD"  /></a></td>
131 < </tr>
132 < </tbody>
133 < </table>
134 <
135 < <p><a href="http://cs.emich.edu/mbsd/videos/demo1.mov">Watch</a> demo movie in QuickTime format.</p>
136 <
137 < <p>Installing MidnightBSD videos:  
138 < <a href="http://video.google.com/videoplay?docid=-1215820984218210282&q=MidnightBSD&pr=goog-sl">part 1</a>
139 < <a href="http://video.google.com/videoplay?docid=-6978382486264269794&pr=goog-sl">part 2</a>
140 < <a href="http://video.google.com/videoplay?docid=6990322451567856326&pr=goog-sl">part 3</a>
141 < <a href="http://video.google.com/videoplay?docid=-1079107845259123061&pr=goog-sl">part 4</a>
142 < <br /> All of the install videos are on Google Video and the various MidnightBSD FTP mirrors.
143 < </p>
144 <
145 < <p><span style="text-align: center;">
146 < <a href="download/index.html"><img src="images/dvd.png" alt="Download" style="float: left;" /></a><br />
147 < <a href="download/index.html">Download</a>
148 < MidnightBSD
149 < </span></p>
150 <
151 < <p><a href="http://www.cafepress.com/midnightbsd">Purchase</a> MidnightBSD merchandise to support the project.</p>
152 <
153 < <p>Track development and changes to MidnightBSD with our <a href="http://www.justjournal.com/users/mbsd">development blog</a>. </p>
154 <
155 < <p>View recent <a href="http://cia.vc/stats/project/midnightbsd">CVS activity</a> through a friendly web interface.  (commit logs)</p>
156 <
157 < <p>We now have a <a href="http://forums.midnightbsd.org/">Forum</a>.  You can also chat with us via IRC on FreeNode #midnightbsd.</p>
158 <
159 < <p><a href="http://bugreport.midnightbsd.org/">View/Report</a> Bugs.</p>
160 <
161 < <p>View our <a href="mports/README.html">ports</a> with descriptions.</p>
162 <
163 < <p>Subscribe to our <a href="/mailman/listinfo">mailing lists.</a></p>
164 <
165 < <table>
166 <        <thead>
167 <        <tr>
168 <                <th>Getting Source</th>
169 <        </tr>
170 <        </thead>
171 <        
172 <        <tbody>
173 <        <tr>
174 <                <td><a href="cgi-bin/cvsweb.cgi" title="View the CVS Repository on the web">CVSWeb</a></td>
175 <        </tr>
176 <
177 <        <tr>
178 <                <td><a href="developer/cvsup.html" title="Download source or mports">CVSup</a></td>
179 <        </tr>
180 <        </tbody>
181 < </table>
182 <
183 < <h3>Security</h3>
184 <
185 < <p>August 1, 2007<br />
186 < BIND and Tcpdump were patched in 0.2 and 0.1 for recent security issues.  BIND is now equivalent to 9.3.4p1.
187 < </p>
188 <
189 < <p>May 2, 2007<br />
190 < CURRENT and STABLE both have the patch for ipv6 type 0 routing headers.  The problem is that ipv6 routing headers could be run over the same link multiple times.
191 < </p>
192 < <p>March 10, 2007<br />
193 < While many of the DST changes were imported last year, we decided to cover all cases and import
194 < the latest tzdata2007c.  Users concerned about DST changes should update their sources
195 < and rebuild.  The java ports may not have DST changes in place.  We will review that issue.
196 < </p>
197 < <p>Jaunary 23, 2007<br />
198 < A &quot;symlink&quot; exploit was found in the MidnightBSD jail system. A fix was made available.  Please
199 < update your /etc/rc.d/jail file from cvs.  Patches will not be created until our first release.
200 < </p>
201 <
202 < <script type="text/javascript"><!--
203 < google_ad_client = "pub-1321195614665440";
204 < google_ad_width = 468;
205 < google_ad_height = 60;
206 < google_ad_format = "468x60_as";
207 < google_ad_type = "text_image";
208 < google_ad_channel ="";
209 < google_color_border = "6699CC";
210 < google_color_bg = "003366";
211 < google_color_link = "FFFFFF";
212 < google_color_text = "AECCEB";
213 < google_color_url = "AECCEB";
214 < //--></script>
215 < <script type="text/javascript"
216 <  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
217 < </script>
218 <
219 < <p><script type="text/javascript" src="http://www.ohloh.net/projects/5078;badge_js"><!-- ie7 --></script></p>
116 > <div id="tweets">
117 >        <a class="twitter-timeline" href="https://twitter.com/midnightbsd" data-widget-id="340874433373806593">
118 >                Tweets by @midnightbsd
119 >        </a>
120 > <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>
121   </div>
221
222 <!-- BEGIN FOOTER -->
223 <div id="footer">
224    <p id="footertext"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
225    <br />$MidnightBSD: www/index.html,v 1.19 2007/08/07 04:13:40 laffer1 Exp $
226    </p>
227
228    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
229    </script>
230    <script type="text/javascript">
231    _uacct = "UA-560995-2";
232    urchinTracker();
233    </script>
122   </div>
123 < <!-- END FOOTER -->
236 <
123 > <!--#include virtual="/footer.html"-->
124   </body>
125   </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines