Bug 250192 - [patch] security/dropbear: change in rc DSS to ed25519
Summary: [patch] security/dropbear: change in rc DSS to ed25519
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: buildisok
Depends on:
Blocks:
 
Reported: 2020-10-08 00:02 UTC by waitman
Modified: 2020-10-23 00:27 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (pkubaj)


Attachments
update dropbear rc change dss to ed25519 (1.04 KB, patch)
2020-10-08 00:02 UTC, waitman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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