svn commit: r484543 - head/security/dropbear

Steve Wills swills at FreeBSD.org
Fri Nov 9 19:42:13 UTC 2018


Author: swills
Date: Fri Nov  9 19:42:12 2018
New Revision: 484543
URL: https://svnweb.freebsd.org/changeset/ports/484543

Log:
  security/dropbear: fix CBC option
  
  PR:		232143
  Reported by:	dewayne at heuristicsystems.com.au
  Approved by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)

Modified:
  head/security/dropbear/Makefile   (contents, props changed)

Modified: head/security/dropbear/Makefile
==============================================================================
--- head/security/dropbear/Makefile	Fri Nov  9 19:32:09 2018	(r484542)
+++ head/security/dropbear/Makefile	Fri Nov  9 19:42:12 2018	(r484543)
@@ -52,9 +52,9 @@ SMALL_CODE_DESC=	Make binary smaller in exchange for 5
 TWOFISH128_DESC=	Enable Twofish128-based encryption
 TWOFISH256_DESC=	Enable Twofish256-based encryption
 
-CBC_BROKEN=		./session.h:77:3: error: unknown type name 'symmetric_CBC'
-
 3DES_IMPLIES=	CTR
+CBC_IMPLIES=	CTR
+
 STATIC_CONFIGURE_ENABLE=	static
 
 post-patch:


More information about the svn-ports-all mailing list