Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2018 01:30:47 +0000 (UTC)
From:      Edson Brandi <ebrandi@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52227 - head/en_US.ISO8859-1/articles/ipsec-must
Message-ID:  <201809060130.w861UlVs009588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ebrandi
Date: Thu Sep  6 01:30:47 2018
New Revision: 52227
URL: https://svnweb.freebsd.org/changeset/doc/52227

Log:
  Fix to URL that was pointing to geocities
  
  Geocities was a free web hosting service that was shut down by yahoo in October 2009.
  The links has been chnaged to point to the files mirrored at https://web.archive.org
  
  Reviewed by: sevan, gabor
  Approved by: gabor
  Differential Revision: https://reviews.freebsd.org/D16991

Modified:
  head/en_US.ISO8859-1/articles/ipsec-must/article.xml

Modified: head/en_US.ISO8859-1/articles/ipsec-must/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/ipsec-must/article.xml	Thu Sep  6 01:18:40 2018	(r52226)
+++ head/en_US.ISO8859-1/articles/ipsec-must/article.xml	Thu Sep  6 01:30:47 2018	(r52227)
@@ -70,7 +70,7 @@
       <title>MUST</title>
 
       <para>Ueli Maurer's <quote>Universal Statistical Test for Random
-	Bit Generators</quote>(<link xlink:href="http://www.geocities.com/SiliconValley/Code/4704/universal.pdf">;
+	Bit Generators</quote>(<link xlink:href="https://web.archive.org/web/20011115002319/http://www.geocities.com/SiliconValley/Code/4704/universal.pdf">;
 	<acronym>MUST</acronym></link>) quickly measures the entropy
 	of a sample.  It uses a compression-like algorithm.  <link linkend="code">The code is given below</link> for a variant
 	which measures successive (~quarter megabyte) chunks of a
@@ -199,7 +199,7 @@ Expected value for L=8 is 7.1836656
       <title>Maurer's Universal Statistical Test (for block size=8
         bits)</title>
 
-        <para>You can find the same code at <link xlink:href="http://www.geocities.com/SiliconValley/Code/4704/uliscanc.txt">;
+        <para>You can find the same code at <link xlink:href="https://web.archive.org/web/20031204230654/http://www.geocities.com:80/SiliconValley/Code/4704/uliscanc.txt">;
           this link</link>.</para>
 
 <programlisting>/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809060130.w861UlVs009588>