From: Phil Sutter <phil@nwl.cc>
To: Jan Engelhardt <jengelh@inai.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [iptables PATCH 08/11] Makefile: Generate .tar.bz2 archive with 'make dist'
Date: Wed, 7 Dec 2022 19:56:05 +0100 [thread overview]
Message-ID: <Y5DhxWh+2qpixI5O@orbyte.nwl.cc> (raw)
In-Reply-To: <p1286pq3-rprq-p2pq-3172-22p6s42pq3r1@vanv.qr>
On Wed, Dec 07, 2022 at 07:45:30PM +0100, Jan Engelhardt wrote:
> On Wednesday 2022-12-07 18:44, Phil Sutter wrote:
>
> >Instead of the default .tar.gz one.
>
> I get the feeling that at this point (in time), bzip2 as compression
> does not make much sense anymore. If targeting size, the win goes to
> LZMA-class compressors (e.g. xz), if targeting speed, the win goes to
> LZ/deflate-ish compressors (e.g. gzip, zstd).
Yes, the discussion is moot with only 4.6MB to be compressed. FWIW:
| 4.6M iptables-1.8.8.tar
| 984K iptables-1.8.8.tar.gz
| 772K iptables-1.8.8.tar.bz2
| 636K iptables-1.8.8.tar.xz
Moving to LZMA is trivial from a Makefile's point of view, but most
packagers will have extra work adjusting for the new file name if we
move away from bzip2.
Cheers, Phil
next prev parent reply other threads:[~2022-12-07 18:56 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-07 17:44 [iptables PATCH 00/11] Support 'make dist' and 'make check' Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 01/11] Drop INCOMPATIBILITIES file Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 02/11] Drop libiptc/linux_stddef.h Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 03/11] Makefile: Generate ip6tables man pages on the fly Phil Sutter
2022-12-07 18:36 ` Jan Engelhardt
2022-12-07 18:48 ` Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 04/11] extensions: Makefile: Merge initext targets Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 05/11] iptables/Makefile: Reorg variable assignments Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 06/11] iptables/Makefile: Split nft-variant man page list Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 07/11] Makefile: Fix for 'make distcheck' Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 08/11] Makefile: Generate .tar.bz2 archive with 'make dist' Phil Sutter
2022-12-07 18:45 ` Jan Engelhardt
2022-12-07 18:56 ` Phil Sutter [this message]
2022-12-07 19:13 ` Jan Engelhardt
2022-12-07 20:55 ` Phil Sutter
2022-12-07 21:35 ` Pablo Neira Ayuso
2022-12-07 17:44 ` [iptables PATCH 09/11] include/Makefile: xtables-version.h is generated Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 10/11] tests: Adjust testsuite return codes to automake guidelines Phil Sutter
2022-12-07 17:44 ` [iptables PATCH 11/11] Makefile.am: Integrate testsuites Phil Sutter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y5DhxWh+2qpixI5O@orbyte.nwl.cc \
--to=phil@nwl.cc \
--cc=jengelh@inai.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).