Bug 250192

Summary: [patch] security/dropbear: change in rc DSS to ed25519
Product: Ports & Packages Reporter: waitman
Component: Individual Port(s)Assignee: Piotr Kubaj <pkubaj>
Status: Closed FIXED    
Severity: Affects Some People Keywords: buildisok
Priority: --- Flags: bugzilla: maintainer-feedback? (pkubaj)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update dropbear rc change dss to ed25519 none

Description waitman 2020-10-08 00:02:19 UTC
Created attachment 218604 [details]
update dropbear rc change dss to ed25519

dropbear no longer supports DSS keys, use ed25519 instead. rc file needs to be updated (patch attached).

currently starting dropbear fails with error:

% service dropbear start
...
Unknown key type 'dss'
...
Comment 1 Automation User 2020-10-23 00:06:12 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/206573371
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-23 00:19:17 UTC
A commit references this bug:

Author: pkubaj
Date: Fri Oct 23 00:18:22 UTC 2020
New revision: 553061
URL: https://svnweb.freebsd.org/changeset/ports/553061

Log:
  security/dropbear: change in rc DSS to ed25519

  dropbear no longer supports DSS keys, use ed25519 instead. rc file needs to be updated.
  currently starting dropbear fails with error:
  % service dropbear start
  ...
  Unknown key type 'dss'
  ...

  Submitted by:	waitman@waitman.net
  PR:		250192
  MFH:		2020Q4 (runtime fix)

Changes:
  head/security/dropbear/Makefile
  head/security/dropbear/files/dropbear.in
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-10-23 00:20:19 UTC
A commit references this bug:

Author: pkubaj
Date: Fri Oct 23 00:19:22 UTC 2020
New revision: 553062
URL: https://svnweb.freebsd.org/changeset/ports/553062

Log:
  MFH: r553061

  security/dropbear: change in rc DSS to ed25519

  dropbear no longer supports DSS keys, use ed25519 instead. rc file needs to be updated.
  currently starting dropbear fails with error:
  % service dropbear start
  ...
  Unknown key type 'dss'
  ...

  Submitted by:	waitman@waitman.net
  PR:		250192

  Approved by:	portmgr (runtime fix)

Changes:
_U  branches/2020Q4/
  branches/2020Q4/security/dropbear/Makefile
  branches/2020Q4/security/dropbear/files/dropbear.in