Opened 20 years ago
Closed 20 years ago
#1567 closed defect (fixed)
Openssh-4.2p1
Reported by: | Owned by: | Randy McMurchy | |
---|---|---|---|
Priority: | highest | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | major | Keywords: | |
Cc: |
Description ¶
Version Increment
This release fixes two security problems, namely in dynamic port forwarding and in GSSAPI credential delegation. It also includes another round of proactive security changes (for signed vs. unsigned integer issues), a new compression method that eliminates the risk of pre-authentication exploitation of zlib bugs, stronger arcfour ciphers, and many improvements to connection sharing.
Change History (5)
comment:1 by , 20 years ago
bug_file_loc: | → http://www.openssh.com/ |
---|---|
Milestone: | future → 6.2 |
Owner: | changed from | to
comment:2 by , 20 years ago
Status: | new → assigned |
---|
comment:3 by , 20 years ago
Current instructions work, but configure requires zlib-1.2.3 which is in LFS svn, but not in LFS 6.1.
Did not check against gcc-4.
comment:4 by , 20 years ago
The following sed is in the OpenSSH instructions.
sed -i -e "s/lkrb5 -ldes/lkrb5/" Makefile
This is because if you use OpenSSL for crypto, instead of the included libdes library when you compile Heimdal, then the build fails. The text in the instructions needs to be updated to say this and the sed should be updated as follows:
sed -i -e "s/lkrb5 -ldes/lkrb5 -lcrypto/" Makefile
This would not be necessary if libcrypto is already linked into the build at this stage of compiling.
comment:5 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated BLFS to OpenSSH-4.2p1. Added documentation installation commands. Clarified the note about linking to the Heimdal libraries.
I'm just about to install SSH in my new rounds of testing. I'll knock this one out and get the book updated so that it can be tested out by users using BLFS-SVN. I'll also test it out with GCC-4, though if I remember correctly the previous version had no issues with GCC-4