ports/101974: [patch] security/nettle: OpenSSL 0.9.8b compile fix

Simon L. Nielsen simon at FreeBSD.org
Sun Aug 13 16:00:31 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list