ports/113624: enable Camellia in security/openssl

Tomoyuki Okazaki okazaki at kick.gr.jp
Tue Jun 12 12:50:04 UTC 2007


>Number:         113624
>Category:       ports
>Synopsis:       enable Camellia in security/openssl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 12 12:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Tomoyuki Okazaki
>Release:        6-stable
>Organization:
NTT Software Corp.
>Environment:
FreeBSD silverfang 6.2-STABLE FreeBSD 6.2-STABLE #11: Mon May 21 13:18:15 JST 2007     okazaki at silverfang:/usr/obj/usr/src/sys/SILVERFANG  amd64
>Description:
I'd like to enable Camellia in security/openssl(0.9.8e and 0.9.8-stable).
Camellia is already enabled in 0.9.9-dev by default.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/openssl/Makefile,v
retrieving revision 1.124
diff -u -r1.124 Makefile
--- Makefile	27 Feb 2007 20:03:39 -0000	1.124
+++ Makefile	12 Jun 2007 12:25:05 -0000
@@ -15,7 +15,7 @@
 PORTREVISION?=	0
 .else
 PORTVERSION=	0.9.8e
-PORTREVISION?=	0
+PORTREVISION?=	1
 .endif
 .endif
 CATEGORIES=	security devel
@@ -58,6 +58,7 @@
 PLIST_SUB+=		OPENSSL_BETA=""
 PLIST_SUB+=		OPENSSL_STABLE="@comment "
 CONFLICTS?=		openssl-beta-0.* openssl-stable-0.*
+EXTRACONFIGURE+= enable-camellia
 .endif
 
 MAKE_ARGS+=		WHOLE_ARCHIVE_FLAG=--whole-archive
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/openssl/pkg-plist,v
retrieving revision 1.34
diff -u -r1.34 pkg-plist
--- pkg-plist	10 Jul 2005 19:15:12 -0000	1.34
+++ pkg-plist	12 Jun 2007 12:25:48 -0000
@@ -9,6 +9,7 @@
 include/openssl/bn.h
 include/openssl/buffer.h
 include/openssl/cast.h
+%%OPENSSL_BETA%%include/openssl/camellia.h
 include/openssl/comp.h
 include/openssl/conf.h
 include/openssl/conf_api.h


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



More information about the freebsd-ports-bugs mailing list