Reflect recent 2.1.6 security concerns on the web pages.
1) Made a short /releases/2.1.6R/security.sgml. 2) 2.1.6R links to ftp.freebsd.org gets the above file instead. 3) Added newsflash entry.
This commit is contained in:
parent
b61e7284f5
commit
93cbd5ab56
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1130
10 changed files with 178 additions and 18 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1997-02-03 15:04:54 $">
|
||||
<!ENTITY date "$Date: 1997-02-06 09:02:18 $">
|
||||
<!ENTITY title "FreeBSD News flash!">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: newsflash.sgml,v 1.22 1997-02-03 15:04:54 nsj Exp $ -->
|
||||
<!-- $Id: newsflash.sgml,v 1.23 1997-02-06 09:02:18 mbarkah Exp $ -->
|
||||
<html>
|
||||
&header;
|
||||
|
||||
|
@ -20,12 +20,27 @@ Information</a></strong> page.</p>
|
|||
|
||||
<H2>February 1997</H2>
|
||||
<UL>
|
||||
|
||||
<LI><B>06-Feb-1997</B>
|
||||
A serious security problem affecting FreeBSD 2.1.6 and
|
||||
earlier systems was found. The problem has been corrected
|
||||
within the -stable, -current, and RELENG_2_2 source trees.
|
||||
As an additional precaution, FreeBSD 2.1.6 is no longer
|
||||
available from the FTP distribution sites. An update release
|
||||
(provisionally "FreeBSD 2.1.7") is expected shortly. You can
|
||||
read more about the problem and solution from the
|
||||
<A HREF="ftp://freebsd.org/pub/CERT/advisories/FreeBSD-SA-97:01.setlocale">
|
||||
FreeBSD-SA-97:01.setlocale</A> security announcement.
|
||||
<P></P></LI>
|
||||
|
||||
<LI><B>02-Feb-1997</B>
|
||||
A snap-of-the-day server has been set up for the most current
|
||||
<A HREF="releases/snapshots.html">snapshot</a>
|
||||
release of FreeBSD 2.2. Read the
|
||||
<A HREF="ftp://22gamma.freebsd.org/pub/FreeBSD/README.TXT">README.TXT</A>
|
||||
file for more information.
|
||||
<P></P></LI>
|
||||
|
||||
</UL>
|
||||
|
||||
<H2>January 1997</H2>
|
||||
|
@ -36,7 +51,7 @@ Information</a></strong> page.</p>
|
|||
Please see the
|
||||
<A HREF="ftp://ftp.freebsd.org/pub/FreeBSD/3.0-970124-SNAP/RELNOTES.TXT">
|
||||
Release Notes</A> for more information.
|
||||
</LI>
|
||||
<P></P></LI>
|
||||
</UL>
|
||||
|
||||
<H2>December 1996</H2>
|
||||
|
@ -46,14 +61,14 @@ Information</a></strong> page.</p>
|
|||
has been released. Please see the
|
||||
<A HREF="ftp://ftp.freebsd.org/pub/FreeBSD/2.2-BETA/RELNOTES.TXT">
|
||||
Release Notes</A> for more information.
|
||||
</LI>
|
||||
<P></P></LI>
|
||||
|
||||
<LI><B>13-Dec-1996</B>
|
||||
FreeBSD 2.2-RELEASE will not support installation on machines with less
|
||||
than 5MB of RAM or 1.2MB floppy drives. Please see the original
|
||||
<A HREF="releases/2.2R/install-media.html">announcement</A> for more
|
||||
information.
|
||||
</LI>
|
||||
<P></P></LI>
|
||||
</UL>
|
||||
|
||||
<h2>November 1996</h2>
|
||||
|
@ -63,12 +78,14 @@ Information</a></strong> page.</p>
|
|||
2.1.6-RELEASE</a> is out. Please see the <a
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE/RELNOTES.TXT">
|
||||
release notes</a> for more information.
|
||||
<P></P></li>
|
||||
|
||||
<li><b>4-Nov-1996</b>
|
||||
The FreeBSD <a href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS</a>
|
||||
development tree has branched again. <a href="branch.html">See here</a>
|
||||
for more information.
|
||||
</ul>
|
||||
<P></P></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DOCS= announce.sgml notes.sgml
|
||||
DOCS= announce.sgml notes.sgml security.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
|
|
|
@ -1,16 +1,25 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1996-11-20 14:15:52 $">
|
||||
<!ENTITY date "$Date: 1997-02-06 09:02:50 $">
|
||||
<!ENTITY title "FreeBSD 2.1.6 Announcement">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>Please read an <A HREF="security.html">important security
|
||||
announcement</A> regarding FreeBSD 2.1.6</p>
|
||||
|
||||
<p>FreeBSD 2.1.6 is now available in:</p>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<![ IGNORE [
|
||||
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE">ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE</a>
|
||||
]]>
|
||||
|
||||
<a href="&base/releases/2.1.6R/security.html">ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE</a>
|
||||
|
||||
</blockquote>
|
||||
|
||||
<p>And shortly from its various mirror sites, a list of which may be
|
||||
|
|
27
data/releases/2.1.6R/security.sgml
Normal file
27
data/releases/2.1.6R/security.sgml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1997-02-06 09:03:53 $">
|
||||
<!ENTITY title "FreeBSD 2.1.6 Security Update">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<H2>Security Update</H2>
|
||||
|
||||
<P>A serious security problem affecting FreeBSD 2.1.6 and
|
||||
earlier systems was found. The problem has been corrected
|
||||
within the -stable, -current, and RELENG_2_2 source trees.
|
||||
As an additional precaution, FreeBSD 2.1.6 is no longer
|
||||
available from the FTP distribution sites. An update release
|
||||
(provisionally "FreeBSD 2.1.7") is expected shortly.
|
||||
</P>
|
||||
|
||||
<P>You can read more about the problem and solution from the
|
||||
<A HREF="ftp://freebsd.org/pub/CERT/advisories/FreeBSD-SA-97:01.setlocale">
|
||||
FreeBSD-SA-97:01.setlocale</A> security announcement.
|
||||
</P>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1997-01-02 04:10:31 $">
|
||||
<!ENTITY date "$Date: 1997-02-06 09:02:24 $">
|
||||
<!ENTITY title "Getting FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -31,7 +31,13 @@ first to determine what the latest version of FreeBSD is.</p>
|
|||
<li>Anonymous ftp from <a
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD">ftp://ftp.FreeBSD.org/pub/FreeBSD</a>:
|
||||
<ul>
|
||||
|
||||
<![ IGNORE [
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE">FreeBSD 2.1.6-RELEASE</a></li>
|
||||
]]>
|
||||
<li><a href="&base/releases/2.1.6R/security.html">FreeBSD 2.1.6-RELEASE</a></li>
|
||||
|
||||
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2-BETA">FreeBSD 2.2-BETA</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -65,8 +71,15 @@ CDROM</a></li>
|
|||
for FreeBSD-current</a></li>
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.2">Packages
|
||||
for FreeBSD 2.2</a></li>
|
||||
|
||||
<![ IGNORE [
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.1.6">Packages
|
||||
for FreeBSD versions 2.1.5 & 2.1.6</a></li>
|
||||
]]>
|
||||
|
||||
<li><a href="&base/releases/2.1.6R/security.html">Packages
|
||||
for FreeBSD versions 2.1.5 & 2.1.6</a></li>
|
||||
|
||||
<li><a
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.1">Packages
|
||||
for FreeBSD version 2.1</a></li>
|
||||
|
@ -84,8 +97,15 @@ CDROM</a></li>
|
|||
<ul>
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports-current">Ports
|
||||
for FreeBSD-current</a></li>
|
||||
|
||||
<![ IGNORE [
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports-2.1.6">Ports
|
||||
for FreeBSD versions 2.1.5 & 2.1.6</a></li>
|
||||
]]>
|
||||
|
||||
<li><a href="&base/releases/2.1.6R/security.html">Ports
|
||||
for FreeBSD versions 2.1.5 & 2.1.6</a></li>
|
||||
|
||||
<li><a href="ports/index.html">Alternative WWW interface
|
||||
to Ports for FreeBSD-current</a></li>
|
||||
</ul>
|
||||
|
@ -109,9 +129,16 @@ CDROM</a></li>
|
|||
software products specifically for FreeBSD.</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<![ IGNORE [
|
||||
<li><a
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE/commerce">Commercial
|
||||
products for FreeBSD 2.1.5 & 2.1.6</a></li>
|
||||
]]>
|
||||
<li><a
|
||||
href="&base/releases/2.1.6R/security.html">Commercial
|
||||
products for FreeBSD 2.1.5 & 2.1.6</a></li>
|
||||
|
||||
<li><a href="commercial.html">Commercial vendors supporting
|
||||
FreeBSD</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1997-02-03 15:04:54 $">
|
||||
<!ENTITY date "$Date: 1997-02-06 09:02:18 $">
|
||||
<!ENTITY title "FreeBSD News flash!">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: newsflash.sgml,v 1.22 1997-02-03 15:04:54 nsj Exp $ -->
|
||||
<!-- $Id: newsflash.sgml,v 1.23 1997-02-06 09:02:18 mbarkah Exp $ -->
|
||||
<html>
|
||||
&header;
|
||||
|
||||
|
@ -20,12 +20,27 @@ Information</a></strong> page.</p>
|
|||
|
||||
<H2>February 1997</H2>
|
||||
<UL>
|
||||
|
||||
<LI><B>06-Feb-1997</B>
|
||||
A serious security problem affecting FreeBSD 2.1.6 and
|
||||
earlier systems was found. The problem has been corrected
|
||||
within the -stable, -current, and RELENG_2_2 source trees.
|
||||
As an additional precaution, FreeBSD 2.1.6 is no longer
|
||||
available from the FTP distribution sites. An update release
|
||||
(provisionally "FreeBSD 2.1.7") is expected shortly. You can
|
||||
read more about the problem and solution from the
|
||||
<A HREF="ftp://freebsd.org/pub/CERT/advisories/FreeBSD-SA-97:01.setlocale">
|
||||
FreeBSD-SA-97:01.setlocale</A> security announcement.
|
||||
<P></P></LI>
|
||||
|
||||
<LI><B>02-Feb-1997</B>
|
||||
A snap-of-the-day server has been set up for the most current
|
||||
<A HREF="releases/snapshots.html">snapshot</a>
|
||||
release of FreeBSD 2.2. Read the
|
||||
<A HREF="ftp://22gamma.freebsd.org/pub/FreeBSD/README.TXT">README.TXT</A>
|
||||
file for more information.
|
||||
<P></P></LI>
|
||||
|
||||
</UL>
|
||||
|
||||
<H2>January 1997</H2>
|
||||
|
@ -36,7 +51,7 @@ Information</a></strong> page.</p>
|
|||
Please see the
|
||||
<A HREF="ftp://ftp.freebsd.org/pub/FreeBSD/3.0-970124-SNAP/RELNOTES.TXT">
|
||||
Release Notes</A> for more information.
|
||||
</LI>
|
||||
<P></P></LI>
|
||||
</UL>
|
||||
|
||||
<H2>December 1996</H2>
|
||||
|
@ -46,14 +61,14 @@ Information</a></strong> page.</p>
|
|||
has been released. Please see the
|
||||
<A HREF="ftp://ftp.freebsd.org/pub/FreeBSD/2.2-BETA/RELNOTES.TXT">
|
||||
Release Notes</A> for more information.
|
||||
</LI>
|
||||
<P></P></LI>
|
||||
|
||||
<LI><B>13-Dec-1996</B>
|
||||
FreeBSD 2.2-RELEASE will not support installation on machines with less
|
||||
than 5MB of RAM or 1.2MB floppy drives. Please see the original
|
||||
<A HREF="releases/2.2R/install-media.html">announcement</A> for more
|
||||
information.
|
||||
</LI>
|
||||
<P></P></LI>
|
||||
</UL>
|
||||
|
||||
<h2>November 1996</h2>
|
||||
|
@ -63,12 +78,14 @@ Information</a></strong> page.</p>
|
|||
2.1.6-RELEASE</a> is out. Please see the <a
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE/RELNOTES.TXT">
|
||||
release notes</a> for more information.
|
||||
<P></P></li>
|
||||
|
||||
<li><b>4-Nov-1996</b>
|
||||
The FreeBSD <a href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS</a>
|
||||
development tree has branched again. <a href="branch.html">See here</a>
|
||||
for more information.
|
||||
</ul>
|
||||
<P></P></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DOCS= announce.sgml notes.sgml
|
||||
DOCS= announce.sgml notes.sgml security.sgml
|
||||
|
||||
.include "../../web.mk"
|
||||
|
|
|
@ -1,16 +1,25 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1996-11-20 14:15:52 $">
|
||||
<!ENTITY date "$Date: 1997-02-06 09:02:50 $">
|
||||
<!ENTITY title "FreeBSD 2.1.6 Announcement">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>Please read an <A HREF="security.html">important security
|
||||
announcement</A> regarding FreeBSD 2.1.6</p>
|
||||
|
||||
<p>FreeBSD 2.1.6 is now available in:</p>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<![ IGNORE [
|
||||
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE">ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE</a>
|
||||
]]>
|
||||
|
||||
<a href="&base/releases/2.1.6R/security.html">ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE</a>
|
||||
|
||||
</blockquote>
|
||||
|
||||
<p>And shortly from its various mirror sites, a list of which may be
|
||||
|
|
27
en/releases/2.1.6R/security.sgml
Normal file
27
en/releases/2.1.6R/security.sgml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1997-02-06 09:03:53 $">
|
||||
<!ENTITY title "FreeBSD 2.1.6 Security Update">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<H2>Security Update</H2>
|
||||
|
||||
<P>A serious security problem affecting FreeBSD 2.1.6 and
|
||||
earlier systems was found. The problem has been corrected
|
||||
within the -stable, -current, and RELENG_2_2 source trees.
|
||||
As an additional precaution, FreeBSD 2.1.6 is no longer
|
||||
available from the FTP distribution sites. An update release
|
||||
(provisionally "FreeBSD 2.1.7") is expected shortly.
|
||||
</P>
|
||||
|
||||
<P>You can read more about the problem and solution from the
|
||||
<A HREF="ftp://freebsd.org/pub/CERT/advisories/FreeBSD-SA-97:01.setlocale">
|
||||
FreeBSD-SA-97:01.setlocale</A> security announcement.
|
||||
</P>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1997-01-02 04:10:31 $">
|
||||
<!ENTITY date "$Date: 1997-02-06 09:02:24 $">
|
||||
<!ENTITY title "Getting FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -31,7 +31,13 @@ first to determine what the latest version of FreeBSD is.</p>
|
|||
<li>Anonymous ftp from <a
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD">ftp://ftp.FreeBSD.org/pub/FreeBSD</a>:
|
||||
<ul>
|
||||
|
||||
<![ IGNORE [
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE">FreeBSD 2.1.6-RELEASE</a></li>
|
||||
]]>
|
||||
<li><a href="&base/releases/2.1.6R/security.html">FreeBSD 2.1.6-RELEASE</a></li>
|
||||
|
||||
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2-BETA">FreeBSD 2.2-BETA</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -65,8 +71,15 @@ CDROM</a></li>
|
|||
for FreeBSD-current</a></li>
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.2">Packages
|
||||
for FreeBSD 2.2</a></li>
|
||||
|
||||
<![ IGNORE [
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.1.6">Packages
|
||||
for FreeBSD versions 2.1.5 & 2.1.6</a></li>
|
||||
]]>
|
||||
|
||||
<li><a href="&base/releases/2.1.6R/security.html">Packages
|
||||
for FreeBSD versions 2.1.5 & 2.1.6</a></li>
|
||||
|
||||
<li><a
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.1">Packages
|
||||
for FreeBSD version 2.1</a></li>
|
||||
|
@ -84,8 +97,15 @@ CDROM</a></li>
|
|||
<ul>
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports-current">Ports
|
||||
for FreeBSD-current</a></li>
|
||||
|
||||
<![ IGNORE [
|
||||
<li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports-2.1.6">Ports
|
||||
for FreeBSD versions 2.1.5 & 2.1.6</a></li>
|
||||
]]>
|
||||
|
||||
<li><a href="&base/releases/2.1.6R/security.html">Ports
|
||||
for FreeBSD versions 2.1.5 & 2.1.6</a></li>
|
||||
|
||||
<li><a href="ports/index.html">Alternative WWW interface
|
||||
to Ports for FreeBSD-current</a></li>
|
||||
</ul>
|
||||
|
@ -109,9 +129,16 @@ CDROM</a></li>
|
|||
software products specifically for FreeBSD.</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<![ IGNORE [
|
||||
<li><a
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.6-RELEASE/commerce">Commercial
|
||||
products for FreeBSD 2.1.5 & 2.1.6</a></li>
|
||||
]]>
|
||||
<li><a
|
||||
href="&base/releases/2.1.6R/security.html">Commercial
|
||||
products for FreeBSD 2.1.5 & 2.1.6</a></li>
|
||||
|
||||
<li><a href="commercial.html">Commercial vendors supporting
|
||||
FreeBSD</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue