The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / readline / 0003-patchlevel-3.patch
1 From http://ftp.gnu.org/pub/gnu/readline/readline-6.3-patches/readline63-003
2
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
4
5                            READLINE PATCH REPORT
6                            =====================
7
8 Readline-Release: 6.3
9 Patch-ID: readline63-003
10
11 Bug-Reported-by:
12 Bug-Reference-ID:
13 Bug-Reference-URL:
14
15 Bug-Description:
16
17 There are debugging functions in the readline release that are theoretically
18 exploitable as security problems.  They are not public functions, but have
19 global linkage.
20
21 Patch (apply with `patch -p0'):
22
23 *** a/readline-6.3/util.c       2013-09-02 13:36:12.000000000 -0400
24 --- b/util.c    2014-03-20 10:25:53.000000000 -0400
25 ***************
26 *** 477,480 ****
27 --- 479,483 ----
28   }
29   
30 + #if defined (DEBUG)
31   #if defined (USE_VARARGS)
32   static FILE *_rl_tracefp;
33 ***************
34 *** 539,542 ****
35 --- 542,546 ----
36   }
37   #endif
38 + #endif /* DEBUG */
39   
40   
41 *** a/readline-6.3/patchlevel   2013-11-15 08:11:11.000000000 -0500
42 --- b/patchlevel        2014-03-21 08:28:40.000000000 -0400
43 ***************
44 *** 1,3 ****
45   # Do not edit -- exists only for use by patch
46   
47 ! 2
48 --- 1,3 ----
49   # Do not edit -- exists only for use by patch
50   
51 ! 3