diff options
author | rillig <rillig@pkgsrc.org> | 2020-03-17 21:59:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-03-17 21:59:48 +0000 |
commit | e94962f1974a77caa8f93c15ff99387ffa406b67 (patch) | |
tree | c21897985829c8a647e94d87b7238c2fe824c632 /shells | |
parent | 810f855b84177cdca21a0656c830f9bc4b86ab9e (diff) | |
download | pkgsrc-e94962f1974a77caa8f93c15ff99387ffa406b67.tar.gz |
shells/bash: document upstream bug report URL for patches
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/distinfo | 8 | ||||
-rw-r--r-- | shells/bash/patches/patch-bashline.c | 4 | ||||
-rw-r--r-- | shells/bash/patches/patch-lib_malloc_malloc.c | 4 | ||||
-rw-r--r-- | shells/bash/patches/patch-subst.c | 4 |
4 files changed, 13 insertions, 7 deletions
diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 239d4d58141..8886cec0ff8 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.58 2020/03/17 17:09:48 rillig Exp $ +$NetBSD: distinfo,v 1.59 2020/03/17 21:59:48 rillig Exp $ SHA1 (bash-5.0.tar.gz) = d116b469b9e6ea5264a74661d3a4c797da7f997b RMD160 (bash-5.0.tar.gz) = a081428a896d617855499376b670eca3433a27c1 @@ -71,13 +71,13 @@ Size (bash50-016) = 1534 bytes SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0 -SHA1 (patch-bashline.c) = 812de2510f3eca741bfee38bad14bcaa8091681e +SHA1 (patch-bashline.c) = a41e6bdca7a0eba71ba76619ff1eb4f51a4437f2 SHA1 (patch-builtins_ulimit.def) = 1390069344607204eb3abbd6ddeb148ff590c55e SHA1 (patch-configure) = c4e1ab53a1ee85f3e6121047f0aca8ceb85e6e5d SHA1 (patch-examples_loadables_fdflags.c) = 92a63c8f4c94ccf9cf782e934a0806930d172654 SHA1 (patch-examples_loadables_push.c) = 57a3c7de9ea0a75c373db678d9500954bcf40ff4 -SHA1 (patch-lib_malloc_malloc.c) = 83e93dfa6b65de77878425f8dff51ecb53085323 +SHA1 (patch-lib_malloc_malloc.c) = fc22c2bb45490c57782d34d62336d168875c3609 SHA1 (patch-shell.c) = daa07914d4c318cd72463f80344f4f7c364809cd -SHA1 (patch-subst.c) = b0dccd5dc96c19eba1dd160e4def0f9291ce06e1 +SHA1 (patch-subst.c) = f07a230682b197db03dcba4c4fd5dbba3e2f35d9 SHA1 (patch-support_shobj-conf) = 8750c104549ea8a4a722bd21a684a9fe13e05fe5 SHA1 (patch-variables.c) = 8d91272602aba348dc158d8fb5948edd90d96646 diff --git a/shells/bash/patches/patch-bashline.c b/shells/bash/patches/patch-bashline.c index 681fb7b5972..9e50456397f 100644 --- a/shells/bash/patches/patch-bashline.c +++ b/shells/bash/patches/patch-bashline.c @@ -1,7 +1,9 @@ -$NetBSD: patch-bashline.c,v 1.1 2020/03/17 17:09:48 rillig Exp $ +$NetBSD: patch-bashline.c,v 1.2 2020/03/17 21:59:48 rillig Exp $ Fix array subscript with char index. +https://lists.gnu.org/archive/html/bug-bash/2020-03/msg00056.html + --- bashline.c.orig 2020-03-17 16:57:19.058552795 +0000 +++ bashline.c @@ -4050,7 +4050,7 @@ set_filename_bstab (string) diff --git a/shells/bash/patches/patch-lib_malloc_malloc.c b/shells/bash/patches/patch-lib_malloc_malloc.c index d12ce086424..73c20a54ec3 100644 --- a/shells/bash/patches/patch-lib_malloc_malloc.c +++ b/shells/bash/patches/patch-lib_malloc_malloc.c @@ -1,7 +1,9 @@ -$NetBSD: patch-lib_malloc_malloc.c,v 1.1 2020/03/17 17:09:48 rillig Exp $ +$NetBSD: patch-lib_malloc_malloc.c,v 1.2 2020/03/17 21:59:48 rillig Exp $ Fix array subscript with char index. +https://lists.gnu.org/archive/html/bug-bash/2020-03/msg00056.html + --- lib/malloc/malloc.c.orig 2018-06-20 13:55:09.000000000 +0000 +++ lib/malloc/malloc.c @@ -266,7 +266,7 @@ static const unsigned long binsizes[NBUC diff --git a/shells/bash/patches/patch-subst.c b/shells/bash/patches/patch-subst.c index f14f50c1f28..071a54bf9b3 100644 --- a/shells/bash/patches/patch-subst.c +++ b/shells/bash/patches/patch-subst.c @@ -1,7 +1,9 @@ -$NetBSD: patch-subst.c,v 1.1 2020/03/17 17:09:48 rillig Exp $ +$NetBSD: patch-subst.c,v 1.2 2020/03/17 21:59:48 rillig Exp $ Fix array subscript with char index. +https://lists.gnu.org/archive/html/bug-bash/2020-03/msg00056.html + --- subst.c.orig 2020-03-17 16:57:17.469764555 +0000 +++ subst.c @@ -11294,7 +11294,7 @@ shell_expand_word_list (tlist, eflags) |