From: XrXr@... Date: 2020-01-06T08:50:54+00:00 Subject: [ruby-core:96686] [Ruby master Misc#16483] How about stopping new *.tar.bz2 releases? Issue #16483 has been updated by alanwu (Alan Wu). I like it. I���m biased though since I���m a sucker for opportunity to simplify like this one. If we do go ahead, we should maybe announce it one release in advance to minimize impact. ---------------------------------------- Misc #16483: How about stopping new *.tar.bz2 releases? https://bugs.ruby-lang.org/issues/16483#change-83669 * Author: znz (Kazuhiro NISHIYAMA) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Current ruby releases generate `*.tar.gz`, `*.tar.bz2`, `*.tar.xz`, and `*.zip`. But I think we can stop generating `*.tar.bz2`. I think `*.tar.bz2` are less merit. For better size, `*.tar.xz` exist. For better compatibility, `*.tar.gz` and `*.zip` exist. I check some programming languages source package archives. - https://jdk.java.net/13/ tar.gz zip - https://gcc.gnu.org/mirrors.html tar.gz tar.xz - https://www.python.org/downloads/source/ tgz tar.xz - https://nodejs.org/dist/v12.14.0/ tar.gz tar.xz (and 7z zip for win) - https://www.perl.org/get.html tar.gz - https://www.php.net/downloads.php tar.bz2 tar.gz tar.xz `tar.bz2` are rare. How about stopping `*.tar.bz2` since next release? (I know [ruby-build](https://github.com/rbenv/ruby-build) use `*.tar.bz2`. And it can use `*.tar.gz`) -- https://bugs.ruby-lang.org/ Unsubscribe: