Closed
Bug 406827
Opened 18 years ago
Closed 18 years ago
upgrade ssh on MozillaBuild
Categories
(Firefox Build System :: MozillaBuild, task, P2)
Firefox Build System
MozillaBuild
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
2.27 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
The current version of ssh on MozillaBuild has issues where it hangs from time to time. Upgrading it to the "preview" version fixes this problem. Here's the packages that need to be installed:
* Openssl 0.9.8e-3
* Zlib 1.2.3
* Minires 1.01-1
* Openssh 4.6p1
You can get them from here: http://sourceforge.net/project/showfiles.php?group_id=2435
FWIW, all I've been doing is extracting them to a common directory, then copying the contents of bin/ to the msys bin/ directory. This has worked OK for me.
Ted, I'm setting this blocking MozillaBuild 1.2 since it should be a pretty quick thing. If you think it needs be pushed back feel free to do so.
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → bhearsum
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•18 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•18 years ago
|
||
This patch adds/upgrades the following packages on the MozillaBuild MSYS install:
* minires 1.01-1
* openssh 4.6p1
* openssl 0.9.8e-3
* zlib 1.2.3
I did a build on Vista and XP without issue. If you want to test it out yourself, here's the package: http://people.mozilla.org/~bhearsum/Build/MozillaBuild/MozillaBuildSetup-ssh-upgrade.exe
This set of upgrades has been used on the try server and some release automation machines for awhile without issue.
Attachment #292538 -
Flags: review?(benjamin)
Comment 2•18 years ago
|
||
Comment on attachment 292538 [details] [diff] [review]
upgrade ssh to 4.6p1
Not sure why you do "cp -R" instead of "mv", but either way works I'd guess.
Attachment #292538 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 3•18 years ago
|
||
Checking in minires-1.01-1-MSYS-1.0.11.tar.bz2;
/cvsroot/mozilla/tools/build-environment/win32/minires-1.01-1-MSYS-1.0.11.tar.bz2,v <-- minires-1.01-1-MSYS-1.0.11.tar.bz2
initial revision: 1.1
done
RCS file: /cvsroot/mozilla/tools/build-environment/win32/openssh-4.6p1-MSYS-1.0.11.tar.bz2,v
done
Checking in openssh-4.6p1-MSYS-1.0.11.tar.bz2;
/cvsroot/mozilla/tools/build-environment/win32/openssh-4.6p1-MSYS-1.0.11.tar.bz2,v <-- openssh-4.6p1-MSYS-1.0.11.tar.bz2
initial revision: 1.1
done
RCS file: /cvsroot/mozilla/tools/build-environment/win32/openssl-0.9.8e-3-MSYS-1.0.11.tar.bz2,v
done
Checking in openssl-0.9.8e-3-MSYS-1.0.11.tar.bz2;
/cvsroot/mozilla/tools/build-environment/win32/openssl-0.9.8e-3-MSYS-1.0.11.tar.bz2,v <-- openssl-0.9.8e-3-MSYS-1.0.11.tar.bz2
initial revision: 1.1
done
Checking in packageit-msys.sh;
/cvsroot/mozilla/tools/build-environment/win32/packageit-msys.sh,v <-- packageit-msys.sh
new revision: 1.5; previous revision: 1.4
done
RCS file: /cvsroot/mozilla/tools/build-environment/win32/zlib-1.2.3-MSYS-1.0.11.tar.bz2,v
done
Checking in zlib-1.2.3-MSYS-1.0.11.tar.bz2;
/cvsroot/mozilla/tools/build-environment/win32/zlib-1.2.3-MSYS-1.0.11.tar.bz2,v <-- zlib-1.2.3-MSYS-1.0.11.tar.bz2
initial revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•18 years ago
|
||
Mass re-assign of MozillaBuild bugs into mozilla.org:MozillaBuild
Component: Build & Release → MozillaBuild
Updated•18 years ago
|
QA Contact: build → mozillabuild
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•