All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v7 0/8] toolchain: better handle hashes (branch yem/dl-hash-toolchains)
Date: Thu, 23 Apr 2015 00:08:33 +0200	[thread overview]
Message-ID: <1429740521-31943-1-git-send-email-arnout@mind.be> (raw)

Hello All!

This series makes it so we can download custom external toolchains, and
still have mandatory checks of hashes.

It also adds the long-awaited-for hashes for gcc and binutils.

Changes v6 -> v7:
  - Minor fixes in commit messages (Arnout)
  - Add Acks where appropriate (Arnout, Yann)
  - Beautify the pattern in the check-hash script (Yann)

Changes v5 -> v6:
  - Add patch 4/4 (uclibc: update hash for arc) (Arnout)
  - Fix check-hash script so the pattern actually works (Arnout)

Changes v4 -> v5:
  - drop patch #8, that errored-out when an excluded file did have
    one or more associated hashes  (Arnout)
  - typoes  (Arnout)

Changes v3 -> v4:
  - add missing fake-hash for uClibc eXtensa git snapshot; add uClibc
    daily snapshots to exclusion list  (Arnout)
  - drop using a magic value; use a list of excluded files  (Arnout)

Changes v2 -> v3:
  - add hashes for gcc and binutils
  - fix a few more typoes

Changes v1 -> v2:
  - fix a few typoes


Regards,
Yann E. MORIN.
----------------------------------------------------------------
Arnout Vandecappelle (1):
      uclibc: update hash for arc

Yann E. MORIN (7):
      package/gcc: add hashes
      package/binutils: add hashes
      package/uclibc: add missing hash for eXtensa
      support/download: add possibility to not fail on missing hash
      toolchain/external: ignore missing hash for custom downloaded toolchain
      package/uclibc: ignore missing hash for snapshots
      support/download: restore mandatory check of hashes

 package/binutils/binutils.hash                     |  7 +++++++
 package/gcc/gcc-final/gcc-final.hash               |  1 +
 package/gcc/gcc-initial/gcc-initial.hash           |  1 +
 package/gcc/gcc.hash                               | 10 ++++++++++
 package/pkg-download.mk                            |  3 +++
 package/uclibc/uclibc.hash                         |  9 ++++++---
 package/uclibc/uclibc.mk                           |  1 +
 support/download/check-hash                        |  8 +++++++-
 toolchain/toolchain-external/toolchain-external.mk |  2 ++
 9 files changed, 38 insertions(+), 4 deletions(-)

             reply	other threads:[~2015-04-22 22:08 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-22 22:08 Arnout Vandecappelle [this message]
2015-04-22 22:08 ` [Buildroot] [PATCH v7 1/8] package/gcc: add hashes Arnout Vandecappelle
2015-04-23  5:36   ` Gustavo Zacarias
2015-04-22 22:08 ` [Buildroot] [PATCH v7 2/8] package/binutils: " Arnout Vandecappelle
2015-04-23  5:37   ` Gustavo Zacarias
2015-04-22 22:08 ` [Buildroot] [PATCH v7 3/8] package/uclibc: add missing hash for eXtensa Arnout Vandecappelle
2015-04-23  5:38   ` Gustavo Zacarias
2015-04-22 22:08 ` [Buildroot] [PATCH v7 4/8] uclibc: update hash for arc Arnout Vandecappelle
2015-04-23  5:48   ` Gustavo Zacarias
2015-04-22 22:08 ` [Buildroot] [PATCH v7 5/8] support/download: add possibility to not fail on missing hash Arnout Vandecappelle
2015-04-23  5:44   ` Gustavo Zacarias
2015-04-22 22:08 ` [Buildroot] [PATCH v7 6/8] toolchain/external: ignore missing hash for custom downloaded toolchain Arnout Vandecappelle
2015-04-23  5:43   ` Gustavo Zacarias
2015-04-22 22:08 ` [Buildroot] [PATCH v7 7/8] package/uclibc: ignore missing hash for snapshots Arnout Vandecappelle
2015-04-23  5:43   ` Gustavo Zacarias
2015-04-22 22:08 ` [Buildroot] [PATCH v7 8/8] support/download: restore mandatory check of hashes Arnout Vandecappelle
2015-04-23  5:44   ` Gustavo Zacarias
2015-04-25 12:26 ` [Buildroot] [PATCH v7 0/8] toolchain: better handle hashes (branch yem/dl-hash-toolchains) Thomas Petazzoni
2015-04-28 19:17   ` Arnout Vandecappelle

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=1429740521-31943-1-git-send-email-arnout@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.