Bug 3344

Summary: compat.c enlists OpenSSH 7.4 twice
Product: Portable OpenSSH Reporter: Dmitry Belyavskiy <dbelyavs>
Component: MiscellaneousAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: trivial CC: djm
Priority: P5    
Version: 8.7p1   
Hardware: Other   
OS: All   
Bug Depends on:    
Bug Blocks: 3339    

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