ports/138721: install gnutls with camellia ciphers (rfc 4132) support.

Ivan Sy Jr ivan_jr at yahoo.com
Fri Sep 11 02:20:03 UTC 2009


>Number:         138721
>Category:       ports
>Synopsis:       install gnutls with camellia ciphers (rfc 4132) support.
>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:   Fri Sep 11 02:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Sy Jr
>Release:        FreeBSD 7.1-RELEASE-p2 amd64
>Organization:
>Environment:
FreeBSD isy.domain.tld 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #0: Sat Jun 13 22:06:14 PHT 2009     root at isy.domain.tld:/usr/obj/usr/src/sys/isybox-08-01-2009  amd64

>Description:
install of security/gnutls does not come with camellia ciphers.

to verify:

$gnutls-cli -l | grep "CAMELLIA"
TLS_ANON_DH_CAMELLIA_128_CBC_SHA1                       0x00, 0x46      TLS1.0
TLS_ANON_DH_CAMELLIA_256_CBC_SHA1                       0x00, 0x89      TLS1.0
TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1                       0x00, 0x44      TLS1.0
TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1                       0x00, 0x87      TLS1.0
TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1                       0x00, 0x45      TLS1.0
TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1                       0x00, 0x88      TLS1.0
TLS_RSA_CAMELLIA_128_CBC_SHA1                           0x00, 0x41      TLS1.0
TLS_RSA_CAMELLIA_256_CBC_SHA1                           0x00, 0x84      TLS1.0
Ciphers: AES-256-CBC, AES-128-CBC, 3DES-CBC, DES-CBC, ARCFOUR-128, ARCFOUR-40, RC2-40, CAMELLIA-256-CBC, CAMELLIA-128-CBC, NULL
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-08-17 18:48:14.000000000 +0800
+++ Makefile	2009-09-11 10:02:23.000000000 +0800
@@ -63,6 +63,10 @@
 PLIST_SUB+=		NLS=""
 .endif
 
+.if defined(WITH_CAMELLIA)
+CONFIGURE_ARGS+=	--enable-camellia
+.endif
+
 .if !defined(NOPORTDOCS)
 PORTDOCS=		AUTHORS NEWS README THANKS
 .endif


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



More information about the freebsd-ports-bugs mailing list