From simon@zaphod.nitro.dk  Sun Sep  3 15:43:21 2006
Return-Path: <simon@zaphod.nitro.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2E11016A4E0
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Sep 2006 15:43:21 +0000 (UTC)
	(envelope-from simon@zaphod.nitro.dk)
Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A1A3843D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Sep 2006 15:43:20 +0000 (GMT)
	(envelope-from simon@zaphod.nitro.dk)
Received: from zaphod.nitro.dk (unknown [192.168.3.39])
	by mx.nitro.dk (Postfix) with ESMTP id D31E332E48E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Sep 2006 15:43:18 +0000 (UTC)
Received: by zaphod.nitro.dk (Postfix, from userid 3000)
	id B61D11141D; Sun,  3 Sep 2006 17:43:18 +0200 (CEST)
Message-Id: <20060903154318.B61D11141D@zaphod.nitro.dk>
Date: Sun,  3 Sep 2006 17:43:18 +0200 (CEST)
From: Simon L. Nielsen <simon@FreeBSD.org>
Reply-To: Simon L. Nielsen <simon@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] security/wpa_supplicant: openssl 0.9.8b compile fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102822
>Category:       ports
>Synopsis:       [patch] security/wpa_supplicant: openssl 0.9.8b compile fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brooks
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 03 15:50:24 GMT 2006
>Closed-Date:    Thu Sep 14 17:38:37 GMT 2006
>Last-Modified:  Thu Sep 14 17:40:22 GMT 2006
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
FreeBSD
>Environment:
>Description:

	This patch fixes compile of security/wpa_supplicant on recent
	7-CURRENT.  brooks, could you approve or commit this patch?

>How-To-Repeat:
>Fix:
--- port-wpa_supplicant-opensslfix.patch begins here ---
Index: files/patch-crypto.c
===================================================================
RCS file: files/patch-crypto.c
diff -N files/patch-crypto.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-crypto.c	3 Sep 2006 15:00:24 -0000
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- crypto.c.orig
++++ crypto.c
+@@ -12,6 +12,7 @@
+  * See README and COPYING for more details.
+  */
+ 
++#include <sys/types.h>
+ #include <openssl/md4.h>
+ #include <openssl/des.h>
+ 
--- port-wpa_supplicant-opensslfix.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->brooks 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 3 15:50:34 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102822 
State-Changed-From-To: open->closed 
State-Changed-By: brooks 
State-Changed-When: Thu Sep 14 17:38:16 UTC 2006 
State-Changed-Why:  
Committed.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/102822: commit references a PR
Date: Thu, 14 Sep 2006 17:37:16 +0000 (UTC)

 brooks      2006-09-14 17:37:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/wpa_supplicant Makefile 
   Added files:
     security/wpa_supplicant/files patch-crypto.c 
   Log:
   Fix build with openssl 0.9.8b.
   
   PR:             ports/102822
   Submitted by:   simon
   
   Revision  Changes    Path
   1.12      +0 -4      ports/security/wpa_supplicant/Makefile
   1.1       +13 -0     ports/security/wpa_supplicant/files/patch-crypto.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
