dialog 1.3-20220728-1 source package in Ubuntu

Changelog

dialog (1.3-20220728-1) unstable; urgency=medium

  * New upstream release.
  * Fix segfault when passing large line to editbox. Closes: #1003185.
  * Fix segfault when resizing menu. Closes: #1004868.
  * Make --max-input work for sizes greater than 2048. Closes: #1004874.
  * Add missing ${misc:Depends} to Depends field.
  * Update standards version to 4.6.1.
  * Trim trailing whitespace.

 -- Santiago Vila <email address hidden>  Fri, 16 Dec 2022 14:40:00 +0100

Upload details

Uploaded by:
Santiago Vila
Uploaded to:
Sid
Original maintainer:
Santiago Vila
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dialog_1.3-20220728-1.dsc 1.7 KiB 861dcf97b7058e49fc47b4fcaf0c79a79cd633b4deddf705a3d7324b8957fe56
dialog_1.3-20220728.orig.tar.gz 554.8 KiB 54418973d559a461b00695fafe68df62f2bc73d506b436821d77ca3df454190b
dialog_1.3-20220728.orig.tar.gz.asc 729 bytes 975e7f855eae69e9f8470ea575eebf572b751bbc89e0415118d84b849700fb93
dialog_1.3-20220728-1.debian.tar.xz 12.2 KiB bbb0afe839e576f5d308b40d66e070a0637aff8631e886d82d2fc35f39b841ad

Available diffs

No changes file available.

Binary packages built by this source

dialog: Displays user-friendly dialog boxes from shell scripts

 This application provides a method of displaying several different types
 of dialog boxes from shell scripts. This allows a developer of a script
 to interact with the user in a much friendlier manner.
 .
 The following types of boxes are at your disposal:
  yes/no Typical query style box with "Yes" and "No" answer buttons
  menu A scrolling list of menu choices with single entry selection
  input Query style box with text entry field
  message Similar to the yes/no box, but with only an "Ok" button
  text A scrollable text box that works like a simple file viewer
  info A message display that allows asynchronous script execution
  checklist Similar to the menu box, but allowing multiple selections
  radiolist Checklist style box allowing single selections
  gauge Typical "progress report" style box
  tail Allows viewing the end of files (tail) that auto updates
  background tail Similar to tail but runs in the background.
  editbox Allows editing an existing file

dialog-dbgsym: debug symbols for dialog