mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/dash: bump to version 0.5.13
For change log, see: https://git.kernel.org/pub/scm/utils/dash/dash.git/log/?h=v0.5.13 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> [Julien: - replace change log link - import upstream sha512 to match hash file comment - add pgp signature comment ] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
39bcd45891
commit
3afac89183
@@ -1,45 +0,0 @@
|
||||
From 7d07f683b83ef9fbdf258ce61b022b32f06f253a Mon Sep 17 00:00:00 2001
|
||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Date: Fri, 16 Feb 2024 17:26:28 +0100
|
||||
Subject: [PATCH] configure.ac: drop -Wl,--fatal-warnings
|
||||
|
||||
Drop -Wl,--fatal-warnings with --enable-static to avoid the following
|
||||
static build failure:
|
||||
|
||||
configure:4778: checking for strtod
|
||||
configure:4778: /home/autobuild/autobuild/instance-8/output-1/host/bin/powerpc-buildroot-linux-uclibcspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=single -Wa,-me500 -Os -g0 -static -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -static -Wl,--fatal-warnings conftest.c >&5
|
||||
/home/autobuild/autobuild/instance-8/output-1/host/lib/gcc/powerpc-buildroot-linux-uclibcspe/8.4.0/../../../../powerpc-buildroot-linux-uclibcspe/bin/ld: warning: conftest has a LOAD segment with RWX permissions
|
||||
collect2: error: ld returned 1 exit status
|
||||
|
||||
[...]
|
||||
|
||||
In file included from arith_yylex.c:44:
|
||||
system.h:74:22: error: static declaration of 'strtod' follows non-static declaration
|
||||
static inline double strtod(const char *nptr, char **endptr)
|
||||
^~~~~~
|
||||
|
||||
Fixes:
|
||||
- http://autobuild.buildroot.org/results/a54fdc7d1b94beb47203373ae35b08d9cea8d42c
|
||||
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Upstream: https://lore.kernel.org/dash/20240216163319.860768-1-fontaine.fabrice@gmail.com
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 5524650..6993364 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -34,7 +34,7 @@ fi
|
||||
AC_ARG_ENABLE(static, AS_HELP_STRING(--enable-static, \
|
||||
[Build statical linked program]))
|
||||
if test "$enable_static" = "yes"; then
|
||||
- export LDFLAGS="-static -Wl,--fatal-warnings"
|
||||
+ export LDFLAGS="-static"
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE(fnmatch, AS_HELP_STRING(--disable-fnmatch, \
|
||||
--
|
||||
2.43.0
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# From http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz.sha512sum
|
||||
sha512 13bd262be0089260cbd13530a9cf34690c0abeb2f1920eb5e61be7951b716f9f335b86279d425dbfae56cbd49231a8fdffdff70601a5177da3d543be6fc5eb17 dash-0.5.12.tar.gz
|
||||
# From http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.13.tar.gz.sha512sum
|
||||
# After checking pgp signature
|
||||
# using key 9F9D45FE50AE361530983792C7271D0A49B18BA7
|
||||
sha512 428de1f65ab77d5fee88bbf4ba8642d77abfda223a4ede423d09db9faa4f0347199b3be841d63b93a7ed68f714ef54ff41b2dc936e4b7ebb19b74499ed4e6a01 dash-0.5.13.tar.gz
|
||||
# Locally calculated
|
||||
sha256 fd8da121e306b27f59330613417b182b8844f11e269531cc4720bf523e3e06d7 dash-0.5.13.tar.gz
|
||||
sha256 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DASH_VERSION = 0.5.12
|
||||
DASH_VERSION = 0.5.13
|
||||
DASH_SITE = http://gondor.apana.org.au/~herbert/dash/files
|
||||
DASH_LICENSE = BSD-3-Clause, GPL-2.0+ (mksignames.c)
|
||||
DASH_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user