Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2006 17:59:09 +0200 (CEST)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101974: [patch] security/nettle: OpenSSL 0.9.8b compile fix
Message-ID:  <20060813155909.A7C361142C@zaphod.nitro.dk>
Resent-Message-ID: <200608131600.k7DG0Us0054227@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101974
>Category:       ports
>Synopsis:       [patch] security/nettle: OpenSSL 0.9.8b compile fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 13 16:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
FreeBSD.org
>Environment:
>Description:
	This patch fixes compile of nettle on -CURRENT with OpenSSL
	0.9.8b.  Maintainer, please approve and I will commit.
>How-To-Repeat:
>Fix:
--- port-nettle-openssl-0.9.8b.patch begins here ---
Index: files/patch-examples_nettle-openssl.c
===================================================================
RCS file: files/patch-examples_nettle-openssl.c
diff -N files/patch-examples_nettle-openssl.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-examples_nettle-openssl.c	12 Aug 2006 14:56:44 -0000
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- examples/nettle-openssl.c.orig
++++ examples/nettle-openssl.c
+@@ -35,6 +35,7 @@
+ #define NCOMPAT
+ #define OPENSSL_DISABLE_OLD_DES_SUPPORT
+ 
++#include <sys/types.h>
+ #include <assert.h>
+ 
+ #include <openssl/aes.h>
--- port-nettle-openssl-0.9.8b.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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