Fix CVE-2014-2524: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2524 http://lists.gnu.org/archive/html/bug-readline/2014-03/msg00057.html Patch copied from: https://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-003 READLINE PATCH REPORT ===================== Readline-Release: 6.3 Patch-ID: readline63-003 Bug-Reported-by: Bug-Reference-ID: Bug-Reference-URL: Bug-Description: There are debugging functions in the readline release that are theoretically exploitable as security problems. They are not public functions, but have global linkage. Patch (apply with `patch -p0'): *** ../readline-6.3/util.c 2013-09-02 13:36:12.000000000 -0400 --- util.c 2014-03-20 10:25:53.000000000 -0400 *************** *** 477,480 **** --- 479,483 ---- } + #if defined (DEBUG) #if defined (USE_VARARGS) static FILE *_rl_tracefp; *************** *** 539,542 **** --- 542,546 ---- } #endif + #endif /* DEBUG */ class='sub right'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ncdu.scm
AgeCommit message (Expand)Author
2023-04-27gnu: ncdu-1: Update to 1.18.1....* gnu/packages/ncdu.scm (ncdu-1): Update to 1.18.1. Efraim Flashner
2023-02-09gnu: ncdu: Update to 2.2.2....* gnu/packages/ncdu.scm (ncdu): Update to 2.2.2. [native-inputs]: Switch from zig-0.9 to zig-0.10. Efraim Flashner
2023-02-09gnu: zig: Update to 0.10.1....* gnu/packages/zig.scm (zig-0.10): New variable. (zig-0.9): Rename from zig. Inherit from zig-0.10. (zig): Define as zig-0.10. * gnu/packages/ncdu.scm (ncdu)[native-inputs]: Use zig-0.9. * gnu/packages/zig-xyz.scm (zig-zls)[inputs]: Use zig-0.9. Efraim Flashner
2022-12-11gnu: ncdu: Use upstream name....* gnu/packages/ncdu.scm (ncdu-1): New variable, renamed from… (ncdu): …this one, itself renamed from the old ncdu-2. Simple! [name]: Drop suffix. [properties]: Remove obsolete 'upstream-name. (ncdu-2): Redefine as a DEPRECATED-PACKAGE alias of ncdu. Tobias Geerinckx-Rice
2022-12-11gnu: ncdu2: Delete pregenerated man page from source....* gnu/packages/ncdu.scm (ncdu2)[source]: Add a snippet. [arguments]: Adjust 'build-manpage phase accordingly. Tobias Geerinckx-Rice
2022-12-11gnu: ncdu2: Do not use the illegal instructions....* gnu/packages/ncdu.scm (ncdu-2)[arguments]: Compile for a baseline CPU. Tobias Geerinckx-Rice
2022-12-15gnu: ncdu: Update to 1.18....* gnu/packages/ncdu.scm (ncdu): Update to 1.18. Efraim Flashner
2022-11-01gnu: ncdu-2: Update to 2.2.1....* gnu/packages/ncdu.scm (ncdu-2): Update to 2.2.1. Efraim Flashner
2022-10-18gnu: ncdu-2: Update to 2.2....* gnu/packages/ncdu.scm (ncdu-2): Update to 2.2. Efraim Flashner