libedit 3.1-20210910-1 source package in Ubuntu

Changelog

libedit (3.1-20210910-1) unstable; urgency=medium

  * New upstream release
    - fixes the fuzzing issue (Closes: #993567)
  * Add new symbols:
    - _rl_complete_mark_directories
    - _rl_completion_prefix_display_length
    - _rl_echoing_p
    - _rl_erase_entire_line
    - free_history_entry
    - history_max_entries
    - rl_abort
    - rl_basic_quote_characters
    - rl_completion_suppress_append
    - rl_crlf
    - rl_ding
    - rl_directory_completion_hook
    - rl_display_prompt
    - rl_readline_state
    - rl_set_keymap_name
    - rl_sort_completion_matches

 -- Sylvestre Ledru <email address hidden>  Sun, 12 Sep 2021 09:42:29 +0200

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Sid
Original maintainer:
LLVM Packaging Team
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libedit_3.1-20210910-1.dsc 2.2 KiB abf92b2ddfccff4b50563e28bb7d6259ea69ce88d08691854a692cc2cfd45243
libedit_3.1-20210910.orig.tar.gz 512.4 KiB 6792a6a992050762edcca28ff3318cdb7de37dccf7bc30db59fcd7017eed13c5
libedit_3.1-20210910-1.debian.tar.xz 14.7 KiB 45ba2fb5e8ed56d9dff07be0bdb56bc566d7b7262e9f6b13f47b1042757f6199

No changes file available.

Binary packages built by this source

libedit-dev: BSD editline and history libraries (development files)

 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.

libedit2: BSD editline and history libraries

 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.

libedit2-dbgsym: debug symbols for libedit2
libeditreadline-dev: BSD editline and history libraries (shim development files)

 GNU readline changed its license from GPL-2 to GPL-3 with version 6,
 which excludes GPL-2-only programs from using current readline versions.
 editline resembles readline functionally and with regards to its API.
 .
 This is a development shim library that can be used to link a GPL-2-only
 program that depends on readline with editline.