From f5dff39232f98db9b9d60bf05a64eab98868aa59 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 27 Jul 2016 15:31:06 -0700 Subject: Use xz to compress the source tarball. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compress the source tarball using xz instead of bzip2. Other open source projects (including many of our dependencies) have been using xz for a while so hopefully this won't be too much of a shock. Remove the patch-bzip2 Autotools target while we're here. Change-Id: I456d27b6cd56a43aba829bd45938f98568eb7b1d Reviewed-on: https://code.wireshark.org/review/16735 Reviewed-by: Gerald Combs Petri-Dish: Gerald Combs Tested-by: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- doc/README.packaging | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/README.packaging') diff --git a/doc/README.packaging b/doc/README.packaging index 6446fe1fda..3665a2073a 100644 --- a/doc/README.packaging +++ b/doc/README.packaging @@ -13,7 +13,7 @@ The canonical location for every Wireshark source release is https://www.wireshark.org/download/src/all-versions/, e.g. - https://www.wireshark.org/download/src/all-versions/wireshark-0.99.55.tar.bz2 + https://www.wireshark.org/download/src/all-versions/wireshark-2.4.5.tar.xz If your packaging system downloads a copy of the Wireshark sources, use this location. Don't use https://www.wireshark.org/download/src. @@ -45,7 +45,7 @@ Warnings are displayed when Wireshark and TShark are run as root. There are several configure-time options on non-Windows systems that affect the privileges a normal user needs to capture traffic and list interfaces: - + --enable-setcap-install Install dumpcap with cap_net_admin and cap_net_raw capabilities. Linux only. -- cgit v1.2.1