From f350e2c2cb49e081ff612f62669ef7f05ff5ec4f Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Fri, 20 Jan 2023 04:43:58 +0100 Subject: [PATCH] bash: update to version 5.2.15 Refreshed patches Signed-off-by: Josef Schlehofer --- utils/bash/Makefile | 4 ++-- utils/bash/patches/900-no_doc.patch | 2 +- utils/bash/patches/901-startup-files.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/bash/Makefile b/utils/bash/Makefile index 567fa8ee8b..061729a9b6 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bash -PKG_VERSION:=5.1.16 +PKG_VERSION:=5.2.15 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/bash -PKG_HASH:=5bac17218d3911834520dad13cd1f85ab944e1c09ae1aba55906be1f8192f558 +PKG_HASH:=13720965b5f4fc3a0d4b61dd37e7565c741da9a5be24edc2ae00182fc1b3588c PKG_MAINTAINER:=Marcel Denia PKG_LICENSE:=GPL-3.0-or-later diff --git a/utils/bash/patches/900-no_doc.patch b/utils/bash/patches/900-no_doc.patch index eda7f2d55b..9e9977c618 100644 --- a/utils/bash/patches/900-no_doc.patch +++ b/utils/bash/patches/900-no_doc.patch @@ -1,6 +1,6 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -798,10 +798,8 @@ loadables: +@@ -813,10 +813,8 @@ loadables: # $(MAKE) -f $(srcdir)/Makefile $(MFLAGS) srcdir=$(srcdir) doc documentation: force diff --git a/utils/bash/patches/901-startup-files.patch b/utils/bash/patches/901-startup-files.patch index c97054da15..428298ddc7 100644 --- a/utils/bash/patches/901-startup-files.patch +++ b/utils/bash/patches/901-startup-files.patch @@ -1,6 +1,6 @@ --- a/config-top.h +++ b/config-top.h -@@ -91,20 +91,20 @@ +@@ -97,20 +97,20 @@ #define DEFAULT_BASHRC "~/.bashrc" /* System-wide .bashrc file for interactive shells. */