Bug 3344 - compat.c enlists OpenSSH 7.4 twice
Summary: compat.c enlists OpenSSH 7.4 twice
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Miscellaneous (show other bugs)
Version: 8.7p1
Hardware: Other All
: P5 trivial
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks: V_8_8
  Show dependency treegraph
 
Reported: 2021-09-02 00:47 AEST by Dmitry Belyavskiy
Modified: 2022-02-25 13:57 AEDT (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 Dmitry Belyavskiy 2021-09-02 00:47:41 AEST
{ "OpenSSH_6.5*,"
                  "OpenSSH_6.6*",       SSH_NEW_OPENSSH|SSH_BUG_CURVE25519PAD|
                                        SSH_BUG_SIGTYPE},
==>             { "OpenSSH_7.4*",       SSH_NEW_OPENSSH|SSH_BUG_SIGTYPE|
                                        SSH_BUG_SIGTYPE74},
                { "OpenSSH_7.0*,"
                  "OpenSSH_7.1*,"
                  "OpenSSH_7.2*,"
                  "OpenSSH_7.3*,"
==>               "OpenSSH_7.4*,"
                  "OpenSSH_7.5*,"
                  "OpenSSH_7.6*,"
                  "OpenSSH_7.7*",       SSH_NEW_OPENSSH|SSH_BUG_SIGTYPE},
=======================
Not a problem itself but worth cleaning
Comment 1 Damien Miller 2021-09-10 16:58:27 AEST
fixed - thanks!
Comment 2 Damien Miller 2022-02-25 13:57:18 AEDT
closing bugs resolved before openssh-8.9