bugzilla-daemon at mindrot.org
2021-Sep-01 14:47 UTC
[Bug 3344] New: compat.c enlists OpenSSH 7.4 twice
https://bugzilla.mindrot.org/show_bug.cgi?id=3344
Bug ID: 3344
Summary: compat.c enlists OpenSSH 7.4 twice
Product: Portable OpenSSH
Version: 8.7p1
Hardware: Other
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
Reporter: dbelyavs at redhat.com
{ "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
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2021-Sep-10 06:58 UTC
[Bug 3344] compat.c enlists OpenSSH 7.4 twice
https://bugzilla.mindrot.org/show_bug.cgi?id=3344
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Blocks| |3339
Status|NEW |RESOLVED
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
fixed - thanks!
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=3339
[Bug 3339] Tracking bug for openssh-8.8
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2022-Feb-25 02:57 UTC
[Bug 3344] compat.c enlists OpenSSH 7.4 twice
https://bugzilla.mindrot.org/show_bug.cgi?id=3344
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
closing bugs resolved before openssh-8.9
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.