Bug 238358 - security/dropbear update to 2019.78
Summary: security/dropbear update to 2019.78
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-06 06:33 UTC by dewayne
Modified: 2019-06-11 15:58 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dewayne 2019-06-06 06:33:10 UTC

    
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2019-06-06 06:33:10 UTC
Maintainer informed via mail
Comment 2 dewayne 2019-06-06 06:43:32 UTC
Dropbear 2019.78 is available and functions correctly on both FreeBSD 12-S and HardenedBSD 12-S.  You will need to
  modify Makefile for PORTVERSION=    2019.78
  rm /usr/ports/security/dropbear/files/patch-configure

Twofish has been disabled by default, according to the change log because it needs to be tested against other implementations.  For me, twofish is a feature.  So you may wish to implement something like 

post-patch:
@${REINPLACE_CMD} -e "/_TWOFISH/s, 0, 1,g" \
   ${WRKSRC}/sysoptions.h ${WRKSRC}/default_options.h
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2019-06-11 09:42:09 UTC
There's an option to use twofish.

I will update the port, though.