Date: Fri, 27 Jul 2018 21:01:50 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475463 - head/security/dropbear Message-ID: <201807272101.w6RL1oXV096096@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807272101.w6RL1oXV096096>