From bbbc19d415c63a84576526093586de9d61607a4f Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Wed, 5 Jan 2022 19:36:34 +0100 Subject: [PATCH] upgrading package: bash 5.1.12 -> 5.1.16 --- bash/bash.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/bash/bash.spec b/bash/bash.spec index 5968f8a41e..837817fbfc 100644 --- a/bash/bash.spec +++ b/bash/bash.spec @@ -24,8 +24,8 @@ # package version %define V_base_real 5.1 %define V_base_comp 51 -%define V_plvl_raw 12 -%define V_plvl_pad 012 +%define V_plvl_raw 16 +%define V_plvl_pad 016 # package information Name: bash @@ -38,7 +38,7 @@ Class: CORE Group: Shell License: GPL Version: %{V_base_real}.%{V_plvl_raw} -Release: 20220101 +Release: 20220105 # package options %option with_multibyte yes @@ -59,6 +59,10 @@ Patch9: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba Patch10: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-010 Patch11: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-011 Patch12: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-012 +Patch13: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-013 +Patch14: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-014 +Patch15: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-015 +Patch16: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-016 # build information BuildPreReq: OpenPKG, openpkg >= 20160101 @@ -106,6 +110,10 @@ PreReq: libiconv, readline::with_multibyte = yes %patch -p0 -P 10 %patch -p0 -P 11 %patch -p0 -P 12 + %patch -p0 -P 13 + %patch -p0 -P 14 + %patch -p0 -P 15 + %patch -p0 -P 16 # ensure generated data is not re-generated on-the-fly sleep 1