Date: Fri, 9 Nov 2018 19:42:12 +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: r484543 - head/security/dropbear Message-ID: <201811091942.wA9JgCOJ069066@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@heuristicsystems.com.au 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 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811091942.wA9JgCOJ069066>