Closed
Bug 791514
Opened 12 years ago
Closed 10 years ago
Update upx to version 3.91
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(2 files)
(deleted),
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
UPX has gotten many updates since 2.03 was release in 2006. One of the biggest additions of note is LZMA support.
http://upx.sourceforge.net/upx-news.txt
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #661549 -
Flags: review?(ted.mielczarek)
Assignee | ||
Comment 2•12 years ago
|
||
More truncating...
Attachment #661550 -
Flags: review?(ted.mielczarek)
Comment 3•12 years ago
|
||
Comment on attachment 661549 [details] [diff] [review]
Packaging changes
Review of attachment 661549 [details] [diff] [review]:
-----------------------------------------------------------------
Again, have you tested with this new version to ensure that it doesn't break things?
::: packageit.sh
@@ +29,5 @@
> # copy the vi and view shell scripts to the bin dir
> cp "${MSYS_SRCDIR}"/{vi,view} "${MSYS_STAGEDIR}"/mozilla-build/vim/vim72
>
> # install UPX
> +unzip -d "${MSYS_STAGEDIR}/mozilla-build" "${MSYS_SRCDIR}/upx308w.zip"
As I said in the emacs review, we might want to start renaming the dir after unzpping so we don't have to change $PATH.
Updated•12 years ago
|
Attachment #661550 -
Flags: review?(ted.mielczarek) → review+
Comment 4•12 years ago
|
||
Comment on attachment 661549 [details] [diff] [review]
Packaging changes
Review of attachment 661549 [details] [diff] [review]:
-----------------------------------------------------------------
Again, have you tested with this new version to ensure that it doesn't break things?
::: packageit.sh
@@ +29,5 @@
> # copy the vi and view shell scripts to the bin dir
> cp "${MSYS_SRCDIR}"/{vi,view} "${MSYS_STAGEDIR}"/mozilla-build/vim/vim72
>
> # install UPX
> +unzip -d "${MSYS_STAGEDIR}/mozilla-build" "${MSYS_SRCDIR}/upx308w.zip"
As I said in the emacs review, we might want to start renaming the dir after unzpping so we don't have to change $PATH.
Attachment #661549 -
Flags: review?(ted.mielczarek) → review+
Comment 5•11 years ago
|
||
I was using upx 3.08 since it was out, and now I'm using 3.09. I never had any issues with those.
Assignee | ||
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Summary: Update upx to version 3.08 → Update upx to version 3.91
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
•