readline6 6.3-8ubuntu1 source package in Ubuntu

Changelog

readline6 (6.3-8ubuntu1) utopic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build x32 packages.

readline6 (6.3-8) unstable; urgency=medium

  * Split out a readline-doc package for documentation and examples.
    Closes: #749168.

readline6 (6.3-7) unstable; urgency=medium

  * Apply upstream patches 001 - 006. Fixes:
    - The `.' command in vi mode cannot undo multi-key commands beginning with
      `c', `d', and `y' (command plus motion specifier).
    - When in callback mode, some readline commands can cause readline to
      segfault by passing invalid contexts to callback functions.
    - There are debugging functions in the readline release that are
      theoretically exploitable as security problems.
      They are not public functions, but have global linkage.
    - The signal handling changes to bash and readline (to avoid running any
      code in a signal handler context) cause the cursor to be placed on the
      wrong line of a multi-line command after a ^C interrupts editing.
    - There are still applications using the deprecated Function/VFunction/etc.
      typedefs in rltypedefs.h.  This patch restores the typedefs, but attempts
      to mark them as deprecated using gcc/clang attributes.
    - Using reverse-i-search when horizontal scrolling is enabled does not
      redisplay the entire line containing the successful search results.
  * Remove local patches included in the upstream updates.
  * Apply upstream bash patch bash43-021:
    - When the readline `revert-all-at-newline' option is set, pressing newline
      when the current line is one retrieved from history results in a double
      free and a segmentation fault.
  * Add home code for rxvt in inputrc. Closes: #722087.

readline6 (6.3-6) unstable; urgency=medium

  * Really apply the patch to fix the display issue when a multiline
    command is aborted with ^C. Closes: #743603.

readline6 (6.3-5) unstable; urgency=medium

  * Fix a display issue when a multiline command is aborted with ^C.
 -- Matthias Klose <email address hidden>   Mon, 04 Aug 2014 09:45:25 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
readline6_6.3.orig.tar.gz 2.4 MiB 56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43
readline6_6.3-8ubuntu1.debian.tar.xz 30.4 KiB c93582aadd8e162e7976f3e1d032a67a118f3623338e89235e61010e297619fe
readline6_6.3-8ubuntu1.dsc 2.2 KiB eae280ec333bf322bb2719fc337c33866251b0e8010646853d6d232a14e1b14a

Available diffs

View changes file

Binary packages built by this source

lib32readline6: No summary available for lib32readline6 in ubuntu wily.

No description available for lib32readline6 in ubuntu wily.

lib32readline6-dev: No summary available for lib32readline6-dev in ubuntu utopic.

No description available for lib32readline6-dev in ubuntu utopic.

lib64readline6: No summary available for lib64readline6 in ubuntu utopic.

No description available for lib64readline6 in ubuntu utopic.

lib64readline6-dev: No summary available for lib64readline6-dev in ubuntu vivid.

No description available for lib64readline6-dev in ubuntu vivid.

libreadline-dev: GNU readline and history libraries, development files

 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.
 .
 This package is a dependency package depending on libreadline6-dev.

libreadline-dev-dbgsym: debug symbols for package libreadline-dev

 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.
 .
 This package is a dependency package depending on libreadline6-dev.

libreadline6: No summary available for libreadline6 in ubuntu wily.

No description available for libreadline6 in ubuntu wily.

libreadline6-dbg: No summary available for libreadline6-dbg in ubuntu wily.

No description available for libreadline6-dbg in ubuntu wily.

libreadline6-dbgsym: debug symbols for package libreadline6

 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.

libreadline6-dev: No summary available for libreadline6-dev in ubuntu utopic.

No description available for libreadline6-dev in ubuntu utopic.

libreadline6-dev-dbgsym: debug symbols for package libreadline6-dev

 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.
 .
 This package contains development files.

libx32readline6: No summary available for libx32readline6 in ubuntu vivid.

No description available for libx32readline6 in ubuntu vivid.

libx32readline6-dev: No summary available for libx32readline6-dev in ubuntu utopic.

No description available for libx32readline6-dev in ubuntu utopic.

readline-common: No summary available for readline-common in ubuntu utopic.

No description available for readline-common in ubuntu utopic.

readline-doc: No summary available for readline-doc in ubuntu vivid.

No description available for readline-doc in ubuntu vivid.

rlfe: No summary available for rlfe in ubuntu wily.

No description available for rlfe in ubuntu wily.

rlfe-dbgsym: debug symbols for package rlfe

 This tool lets you use history and line-editing in any text oriented
 tool. This is especially useful with third-party proprietary tools that
 cannot be distributed linked against readline. It is not perfect but it
 works pretty well.
 .
 See the ledit and rlwrap packages for other programs of that kind.