From nicolas@narr.dyn.dhs.org  Mon Apr  1 11:55:55 2002
Return-Path: <nicolas@narr.dyn.dhs.org>
Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85])
	by hub.freebsd.org (Postfix) with ESMTP id F3B4F37B41C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Apr 2002 11:55:54 -0800 (PST)
Received: from fwd09.sul.t-online.de 
	by mailout11.sul.t-online.com with smtp 
	id 16s7ty-0007Si-03; Mon, 01 Apr 2002 21:55:38 +0200
Received: from pc5.abc (520067998749-0001@[217.233.101.236]) by fmrl09.sul.t-online.com
	with esmtp id 16s7tp-0OnyXQC; Mon, 1 Apr 2002 21:55:29 +0200
Received: (from nicolas@localhost)
	by pc5.abc (8.11.6/8.11.6) id g31JtRK77329;
	Mon, 1 Apr 2002 21:55:28 +0200 (CEST)
	(envelope-from nicolas)
Message-Id: <200204011955.g31JtRK77329@pc5.abc>
Date: Mon, 1 Apr 2002 21:55:28 +0200 (CEST)
From: Nicolas Rachinsky <list@rachinsky.de>
Reply-To: Nicolas Rachinsky <list@rachinsky.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: header an footer of openssl manpages are wrong
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36628
>Category:       docs
>Synopsis:       header an footer of openssl manpages are wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    hmp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 12:00:08 PST 2002
>Closed-Date:    Tue May 27 11:28:56 PDT 2003
>Last-Modified:  Tue May 27 11:28:56 PDT 2003
>Originator:     Nicolas Rachinsky
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD pc5.abc 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #1: Fri Mar 8 22:22:24 CET 2002 nicolas@pc5.abc:/usr/obj/usr/src/sys/NR i386


>Description:

The OpenSSL manpages say they are "User Contributed Perl Documentation"

>How-To-Repeat:

man openssl

>Fix:


Index: secure/usr.bin/openssl/Makefile
===================================================================
RCS file: /usr/cvs-freebsd/src/secure/usr.bin/openssl/Makefile,v
retrieving revision 1.11.2.3
diff -u -r1.11.2.3 Makefile
--- secure/usr.bin/openssl/Makefile	4 Jul 2001 23:24:42 -0000	1.11.2.3
+++ secure/usr.bin/openssl/Makefile	1 Apr 2002 18:44:44 -0000
@@ -31,4 +31,4 @@
 .SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S .pod
 
 .pod.1:
-	pod2man ${.IMPSRC} > ${.TARGET}
+	pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${.IMPSRC} > ${.TARGET}
Index: secure/lib/libcrypto/Makefile
===================================================================
RCS file: /usr/cvs-freebsd/src/secure/lib/libcrypto/Makefile,v
retrieving revision 1.15.2.11
diff -u -r1.15.2.11 Makefile
--- secure/lib/libcrypto/Makefile	4 Jul 2001 23:24:41 -0000	1.15.2.11
+++ secure/lib/libcrypto/Makefile	1 Apr 2002 18:42:45 -0000
@@ -343,11 +343,11 @@
 MAN+= ${target}
 CLEANFILES+= ${target}
 ${target}: ${LCRYPTO_SRC}/../doc/${pod}
-	pod2man ${LCRYPTO_SRC}/../doc/${pod} > ${target}
+	pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > ${target}
 .endfor
 .endfor
 .endfor
 .endif
 
 MAN+=	des_crypt.3
 

>Release-Note:
>Audit-Trail:

From: Hiten Pandya <hmp@FreeBSD.ORG>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: re: docs/36628
Date: Thu, 15 May 2003 14:41:31 -0700

 	This is not an issue with the OpenSSL available in 5.x, and
 	only applies to the version available in RELENG_4.
 
 	Cheers!
 
 		-- Hiten (hmp@FreeBSD.ORG)
State-Changed-From-To: open->closed 
State-Changed-By: hmp 
State-Changed-When: Tue May 27 11:27:13 PDT 2003 
State-Changed-Why:  



Responsible-Changed-From-To: freebsd-doc->hmp 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Tue May 27 11:27:13 PDT 2003 
Responsible-Changed-Why:  
This issue no longer exists.  It was fixed in OpenSSL 0.9.7a.  Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36628 
>Unformatted:
