diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2018-08-30 18:38:18 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-31 23:51:51 +0200 |
commit | 34e703224cab3cc2b58743718ccf312e5426b8a4 (patch) | |
tree | b980d88e3b77f02f35bfd90efb5d24e403d847d5 /package/coreutils/coreutils.hash | |
parent | 5573e06e4e1e7715c443aa0661b17d109f5c671d (diff) | |
download | buildroot-34e703224cab3cc2b58743718ccf312e5426b8a4.tar.gz buildroot-34e703224cab3cc2b58743718ccf312e5426b8a4.zip |
coreutils: bump version to 8.30
Among other things this is required to build aginst Glibc 2.28+,
see:
https://github.com/coreutils/gnulib/commit/4af4a4a71827c0bc5e0ec67af23edef4f15cee8e
Otherwise it fails on build like that:
----------------------->8------------------------
CC lib/fts.o
lib/freadptr.c: In function 'freadptr':
lib/freadptr.c:119:3: error: #error "Please port gnulib freadptr.c to your platform! Look at the definition of fflush, fread, getc, getc_unlocked on your system, then report this to bug-gnulib."
#error "Please port gnulib freadptr.c to your platform! Look at the definition of fflush, fread, getc, getc_unlocked on your system, then report this to bug-gnulib."
^~~~~
----------------------->8------------------------
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/coreutils/coreutils.hash')
-rw-r--r-- | package/coreutils/coreutils.hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/coreutils/coreutils.hash b/package/coreutils/coreutils.hash index 472cab55f5..d55e25a86f 100644 --- a/package/coreutils/coreutils.hash +++ b/package/coreutils/coreutils.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b coreutils-8.27.tar.xz +sha256 e831b3a86091496cdba720411f9748de81507798f6130adeaef872d206e1b057 coreutils-8.30.tar.xz |