• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/bash/0044-patchlevel-44.patch
Bernd KuhlsBernd Kuhls committed e63ea7faa2629 Jun 2016
Raw file
Source viewDiff to previous
 
1
From http://ftp.gnu.org/pub/gnu/bash/bash-4.3-patches/bash43-044
2
​
3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
4
​
5
                 BASH PATCH REPORT
6
                 =================
7
​
8
Bash-Release:   4.3
9
Patch-ID:   bash43-044
10
​
11
Bug-Reported-by:    Ondrej Oprala <ooprala@redhat.com>
12
Bug-Reference-ID:   <539ED55B.2080103@redhat.com>
13
Bug-Reference-URL:  http://lists.gnu.org/archive/html/bug-bash/2014-06/msg00046.html
14
​
15
Bug-Description:
16
​
17
A typo prevents the `compat42' shopt option from working as intended.
18
​
19
Patch (apply with `patch -p0'):
20
​
21
diff -rC 2 bash-4.3.42/builtins/shopt.def bash-4.3.43/builtins/shopt.def
22
*** a/builtins/shopt.def    2013-02-27 09:43:20.000000000 -0500
23
--- b/builtins/shopt.def    2015-10-16 11:25:28.000000000 -0400
24
***************
25
*** 161,165 ****
26
    { "compat40", &shopt_compat40, set_compatibility_level },
27
    { "compat41", &shopt_compat41, set_compatibility_level },
28
!   { "compat42", &shopt_compat41, set_compatibility_level },
29
  #if defined (READLINE)
30
    { "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL},
31
--- 161,165 ----
32
    { "compat40", &shopt_compat40, set_compatibility_level },
33
    { "compat41", &shopt_compat41, set_compatibility_level },
34
!   { "compat42", &shopt_compat42, set_compatibility_level },
35
  #if defined (READLINE)
36
    { "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL},
37
​
38
*** a/patchlevel.h  2012-12-29 10:47:57.000000000 -0500
39
--- b/patchlevel.h  2014-03-20 20:01:28.000000000 -0400
40
***************
41
*** 26,30 ****
42
     looks for to find the patch level (for the sccs version string). */
43
  
44
! #define PATCHLEVEL 43
45
  
46
  #endif /* _PATCHLEVEL_H_ */
47
--- 26,30 ----
48
     looks for to find the patch level (for the sccs version string). */
49
  
50
! #define PATCHLEVEL 44
51
  
52
  #endif /* _PATCHLEVEL_H_ */
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.