From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Sun, 02 Mar 2014 21:55:22 +0100 Subject: [Buildroot] [PATCH 0/13 v2] some download-related changes In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Samuel Martin schreef: >Yann, all > >On Sun, Mar 2, 2014 at 6:51 PM, Yann E. MORIN wrote: >> From: "Yann E. MORIN" >> >> Hello All! >> >> This series contains those download-related changes: >> >> - Patches 1..3 : some cleanups and preparatory works in the >> download infra, >> >> - Patches 4..8 : move download helpers to shell scripts, one >> such script for each download helper >> >> - Patches 9..10 : don't use DL_DIR as scratchpad for temporary VCS >> checkouts, since DL_DIR is a precious location >> >> - Patches 11..13: check hashes of downloaded files, to ensure the >> files are genuine >> >> >> Changes v1 -> v2: >> - don't do any behavioural change when switching to shell scripts, >> just reproduce exactly what was in the Makefile (Luca, Arnout) >> - support more than one hash algorithm (Arnout, Gustavo) >> - typoes (Luca, Baruch) >> >> In this same area (but can be in separate patches) we should protect all download helpers against interrupted downloads. This is already some for wget and git, but not for hg and the others... Best regards, Thomas