expect 5.45-2 source package in Ubuntu

Changelog

expect (5.45-2) unstable; urgency=low

  * Replaced ckalloc() call in exp_clib.c by malloc() because using the
    ordinary free() leads to memory corruption after ckalloc() (which is
    a macro for Tcl_Alloc()). See patches/22-segfault-with-stubs.patch
    for segfaulting examples.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  18 Nov 2011 10:51:16 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Sergei Golovan
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main interpreters

Downloads

File Size SHA-256 Checksum
expect_5.45.orig.tar.gz 614.1 KiB b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
expect_5.45-2.diff.gz 17.8 KiB ce720661c1eaf304f4519ebeb047fb0cfbff1af7f3930aa1d4bc170c0b70491c
expect_5.45-2.dsc 1.1 KiB a53bdb2308f5462d2af5bd0f44f2d9a8339c9f8d8c7c2f6838af72b38406e971

Available diffs

View changes file

Binary packages built by this source

expect: Automates interactive applications

 Expect is a tool for automating interactive applications according to a script.
 Following the script, Expect knows what can be expected from a program and what
 the correct response should be. Expect is also useful for testing these same
 applications. And by adding Tk, you can also wrap interactive applications in
 X11 GUIs. An interpreted language provides branching and high-level control
 structures to direct the dialogue. In addition, the user can take control and
 interact directly when desired, afterward returning control to the script.

expect-dev: Automates interactive applications (development)

 Expect is a tool for automating interactive applications according to a script.
 Following the script, Expect knows what can be expected from a program and what
 the correct response should be. Expect is also useful for testing these same
 applications. And by adding Tk, you can also wrap interactive applications in
 X11 GUIs. An interpreted language provides branching and high-level control
 structures to direct the dialogue. In addition, the user can take control and
 interact directly when desired, afterward returning control to the script.
 .
 This package contains the development files and examples.