Modification of Firefox packaging

Moderator: BarryK

Post Reply
Caramel
Posts: 487
Joined: Sun Oct 02, 2022 6:25 pm
Location: France
Has thanked: 102 times
Been thanked: 84 times

Modification of Firefox packaging

Post by Caramel »

in some time, Firefox will use tar.xz packaging instead of tar.bz2 packaging :
https://blog.nightly.mozilla.org/2024/1 ... packaging/

I don't think it is absolutely necessary to modify ff-dl-latest at that time
because the Firefox tarball is renamed firefox.tar.bz2 in the script and the unpack command is the same for tar.xz and tar.bz2

Stogie
Posts: 65
Joined: Thu Oct 07, 2021 8:10 pm
Has thanked: 10 times
Been thanked: 9 times

Re: Modification of Firefox packaging

Post by Stogie »

I use xz for just about everything, for example .tar.xz archive files.

If you have some extra time, try running xz with the -9 and -e options, which basically means "compress as hard as you possibly can". Very impressive results, far better than gz and better than bz2 also.

User avatar
mikewalsh
Moderator
Posts: 6207
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 805 times
Been thanked: 1998 times

Re: Modification of Firefox packaging

Post by mikewalsh »

Stogie wrote: Sat Nov 30, 2024 8:25 pm

I use xz for just about everything, for example .tar.xz archive files.

If you have some extra time, try running xz with the -9 and -e options, which basically means "compress as hard as you possibly can". Very impressive results, far better than gz and better than bz2 also.

@Stogie :-

You might be interested in UPX. Take a look here:-

https://upx.github.io/

(This isn't a general compressor, as such. It's designed to work primarily with executables.....but nevertheless, it's a handy utility to have in the toolbox.)

Mike. ;)

User avatar
greengeek
Posts: 1402
Joined: Thu Jul 16, 2020 11:06 pm
Has thanked: 542 times
Been thanked: 196 times

Re: Modification of Firefox packaging

Post by greengeek »

I thought that there were current concerns about security of xz compression? Will try to find the link.
Edit:
https://en.m.wikipedia.org/wiki/XZ_Utils_backdoor

Maybe its already patched.

Post Reply

Return to “EasyOS”