From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/8 v4] toolchain: better handle hashes (branch yem/dl-hash-toolchains)
Date: Wed, 8 Apr 2015 18:57:19 +0200 [thread overview]
Message-ID: <cover.1428512075.git.yann.morin.1998@free.fr> (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 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.
The following changes since commit 2552729232b4d9c5cb63ad247d6d94ab83e48e49:
package/mplayer: add optional libenca support (2015-04-07 23:27:23 +0200)
are available in the git repository at:
git://git.busybox.net/~ymorin/git/buildroot yem/dl-hash-toolchains
for you to fetch changes up to ee02447feb64c265dcf5e7a60dddb630c7dc9402:
support/download: do not accept exlcuded files with ashes (2015-04-08 18:54:13 +0200)
----------------------------------------------------------------
Yann E. MORIN (8):
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
support/download: do not accept exlcuded files with ashes
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 | 7 +++++++
package/pkg-download.mk | 3 +++
package/uclibc/uclibc.hash | 3 +++
package/uclibc/uclibc.mk | 1 +
support/download/check-hash | 17 ++++++++++++++++-
toolchain/toolchain-external/toolchain-external.mk | 2 ++
9 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 package/binutils/binutils.hash
create mode 120000 package/gcc/gcc-final/gcc-final.hash
create mode 120000 package/gcc/gcc-initial/gcc-initial.hash
create mode 100644 package/gcc/gcc.hash
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2015-04-08 16:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-08 16:57 Yann E. MORIN [this message]
2015-04-08 16:57 ` [Buildroot] [PATCH 1/8 v4] package/gcc: add hashes Yann E. MORIN
2015-04-13 23:32 ` Arnout Vandecappelle
2015-04-19 9:13 ` Yann E. MORIN
2015-04-08 16:57 ` [Buildroot] [PATCH 2/8 v4] package/binutils: " Yann E. MORIN
2015-04-13 23:35 ` Arnout Vandecappelle
2015-04-08 16:57 ` [Buildroot] [PATCH 3/8 v4] package/uclibc: add missing hash for eXtensa Yann E. MORIN
2015-04-13 23:36 ` Arnout Vandecappelle
2015-04-08 16:57 ` [Buildroot] [PATCH 4/8 v4] support/download: add possibility to not fail on missing hash Yann E. MORIN
2015-04-13 23:43 ` Arnout Vandecappelle
2015-04-19 9:42 ` Yann E. MORIN
2015-04-08 16:57 ` [Buildroot] [PATCH 5/8 v4] toolchain/external: ignore missing hash for custom downloaded toolchain Yann E. MORIN
2015-04-13 23:44 ` Arnout Vandecappelle
2015-04-08 16:57 ` [Buildroot] [PATCH 6/8 v4] package/uclibc: ignore missing hash for snapshots Yann E. MORIN
2015-04-13 23:45 ` Arnout Vandecappelle
2015-04-08 16:57 ` [Buildroot] [PATCH 7/8 v4] support/download: restore mandatory check of hashes Yann E. MORIN
2015-04-13 23:46 ` Arnout Vandecappelle
2015-04-08 16:57 ` [Buildroot] [PATCH 8/8 v4] support/download: do not accept exlcuded files with ashes Yann E. MORIN
2015-04-13 23:56 ` 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=cover.1428512075.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox