Remove BR2_DEPRECATED
[buildroot-gz.git] / package / readline / 0003-patchlevel-3.patch
blob195ed554e94723c28e5ed3be33e3a8b5495b4b26
1 From http://ftp.gnu.org/pub/gnu/readline/readline-6.3-patches/readline63-003
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5 READLINE PATCH REPORT
6 =====================
8 Readline-Release: 6.3
9 Patch-ID: readline63-003
11 Bug-Reported-by:
12 Bug-Reference-ID:
13 Bug-Reference-URL:
15 Bug-Description:
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.
21 Patch (apply with `patch -p0'):
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 ----
30 + #if defined (DEBUG)
31 #if defined (USE_VARARGS)
32 static FILE *_rl_tracefp;
33 ***************
34 *** 539,542 ****
35 --- 542,546 ----
37 #endif
38 + #endif /* DEBUG */
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
47 ! 2
48 --- 1,3 ----
49 # Do not edit -- exists only for use by patch
51 ! 3