svn commit: r475463 - head/security/dropbear

Steve Wills swills at FreeBSD.org
Fri Jul 27 21:01:51 UTC 2018


Author: swills
Date: Fri Jul 27 21:01:49 2018
New Revision: 475463
URL: https://svnweb.freebsd.org/changeset/ports/475463

Log:
  security/dropbear: mark CBC option broken
  
  PR:		226339
  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 Jul 27 20:59:02 2018	(r475462)
+++ head/security/dropbear/Makefile	Fri Jul 27 21:01:49 2018	(r475463)
@@ -52,6 +52,8 @@ 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
 STATIC_CONFIGURE_ENABLE=	static
 


More information about the svn-ports-all mailing list