From nobody@FreeBSD.org  Fri Sep  7 13:01:47 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C5A4B1065676
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Sep 2012 13:01:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B10B58FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Sep 2012 13:01:47 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q87D1lsF079061
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 7 Sep 2012 13:01:47 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q87D1lfK079060;
	Fri, 7 Sep 2012 13:01:47 GMT
	(envelope-from nobody)
Message-Id: <201209071301.q87D1lfK079060@red.freebsd.org>
Date: Fri, 7 Sep 2012 13:01:47 GMT
From: Mark Martinec <Mark.Martinec@ijs.si>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Yarrow algorithm - bad URL (a commercial catchall) in random(4) man page
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         171411
>Category:       docs
>Synopsis:       Yarrow algorithm - bad URL (a commercial catchall) in random(4) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    zeising
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 07 13:10:02 UTC 2012
>Closed-Date:    Sun Sep 23 14:51:46 UTC 2012
>Last-Modified:  Sun Sep 23 15:00:23 UTC 2012
>Originator:     Mark Martinec
>Release:        9.1-PRERELEASE
>Organization:
Jozef Stefan Institute
>Environment:
FreeBSD neli.ijs.si 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Tue Aug 28 14:38:06 CEST 2012     mark@neli.ijs.si:/usr/obj/usr/src/sys/NELI  amd64
>Description:
The random(4) man page provides an URL in text:

  The other variables are explained in the paper describing the Yarrow
  algorithm at http://www.counterpane.com/yarrow.html.

That link now leads to a catchall/hijacked page:
  "BT - UK Large business & public sector"

and should be removed or replaced by either:

  http://www.schneier.com/yarrow.html

or by a Wikipedia link:

  http://en.wikipedia.org/wiki/Yarrow_algorithm
>How-To-Repeat:
man 4 random
>Fix:
edit the man page source

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->zeising 
Responsible-Changed-By: zeising 
Responsible-Changed-When: Fri Sep 7 13:58:14 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171411 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/171411: commit references a PR
Date: Fri,  7 Sep 2012 16:59:46 +0000 (UTC)

 Author: zeising (ports committer)
 Date: Fri Sep  7 16:59:30 2012
 New Revision: 240205
 URL: http://svn.freebsd.org/changeset/base/240205
 
 Log:
   Change the link pointing to more information about the Yarrow algorithm, the
   current link points to a irrelevant catchall site.
   
   PR:		docs/171411
   Submitted by:	Mark Martinec <Mark.Martinec@ijs.si> (pr), me (patch)
   Approved by:	joel (mentor)
   MFC after:	2 weeks
 
 Modified:
   head/share/man/man4/random.4
 
 Modified: head/share/man/man4/random.4
 ==============================================================================
 --- head/share/man/man4/random.4	Fri Sep  7 15:10:46 2012	(r240204)
 +++ head/share/man/man4/random.4	Fri Sep  7 16:59:30 2012	(r240205)
 @@ -23,7 +23,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 19, 2006
 +.Dd September 7, 2012
  .Dt RANDOM 4
  .Os
  .Sh NAME
 @@ -142,7 +142,7 @@ if you wish to use them for entropy harv
  The other variables are explained in the paper describing the
  .Em Yarrow
  algorithm at
 -.Pa http://www.counterpane.com/yarrow.html .
 +.Pa http://www.schneier.com/yarrow.html .
  .Pp
  These variables are all limited
  in terms of the values they may contain:
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: zeising 
State-Changed-When: Fri Sep 7 17:03:11 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171411 
State-Changed-From-To: closed->patched 
State-Changed-By: zeising 
State-Changed-When: Fri Sep 7 17:09:12 UTC 2012 
State-Changed-Why:  
Change to "patch", awaiting MFC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171411 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/171411: commit references a PR
Date: Sun, 23 Sep 2012 14:49:50 +0000 (UTC)

 Author: zeising (doc,ports committer)
 Date: Sun Sep 23 14:49:28 2012
 New Revision: 240858
 URL: http://svn.freebsd.org/changeset/base/240858
 
 Log:
   MFC r240205:
   
   Change the link pointing to more information about the Yarrow algorithm, the
   current link points to a irrelevant catchall site.
   
   PR:		docs/171411
   Submitted by:	Mark Martinec <Mark.Martinec@ijs.si> (pr), zeising (patch)
   Approved by:	joel (mentor)
 
 Modified:
   stable/9/share/man/man4/random.4
 Directory Properties:
   stable/9/share/man/man4/   (props changed)
 
 Modified: stable/9/share/man/man4/random.4
 ==============================================================================
 --- stable/9/share/man/man4/random.4	Sun Sep 23 12:19:19 2012	(r240857)
 +++ stable/9/share/man/man4/random.4	Sun Sep 23 14:49:28 2012	(r240858)
 @@ -23,7 +23,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 19, 2006
 +.Dd September 7, 2012
  .Dt RANDOM 4
  .Os
  .Sh NAME
 @@ -142,7 +142,7 @@ if you wish to use them for entropy harv
  The other variables are explained in the paper describing the
  .Em Yarrow
  algorithm at
 -.Pa http://www.counterpane.com/yarrow.html .
 +.Pa http://www.schneier.com/yarrow.html .
  .Pp
  These variables are all limited
  in terms of the values they may contain:
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: zeising 
State-Changed-When: Sun Sep 23 14:51:45 UTC 2012 
State-Changed-Why:  
MFCd, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171411 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/171411: commit references a PR
Date: Sun, 23 Sep 2012 14:50:18 +0000 (UTC)

 Author: zeising (doc,ports committer)
 Date: Sun Sep 23 14:50:01 2012
 New Revision: 240859
 URL: http://svn.freebsd.org/changeset/base/240859
 
 Log:
   MFC r240205:
   
   Change the link pointing to more information about the Yarrow algorithm, the
   current link points to a irrelevant catchall site.
   
   PR:             docs/171411
   Submitted by:   Mark Martinec <Mark.Martinec@ijs.si> (pr), zeising (patch)
   Approved by:    joel (mentor)
 
 Modified:
   stable/8/share/man/man4/random.4
 Directory Properties:
   stable/8/share/man/man4/   (props changed)
 
 Modified: stable/8/share/man/man4/random.4
 ==============================================================================
 --- stable/8/share/man/man4/random.4	Sun Sep 23 14:49:28 2012	(r240858)
 +++ stable/8/share/man/man4/random.4	Sun Sep 23 14:50:01 2012	(r240859)
 @@ -23,7 +23,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 19, 2006
 +.Dd September 7, 2012
  .Dt RANDOM 4
  .Os
  .Sh NAME
 @@ -143,7 +143,7 @@ if you wish to use them for entropy harv
  The other variables are explained in the paper describing the
  .Em Yarrow
  algorithm at
 -.Pa http://www.counterpane.com/yarrow.html .
 +.Pa http://www.schneier.com/yarrow.html .
  .Pp
  These variables are all limited
  in terms of the values they may contain:
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
