Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

expect-5.45.4-slfo.1.1.7 RPM for x86_64

From OpenSuSE Leap 16.0 for x86_64

Name: expect Distribution: SUSE Linux Framework One
Version: 5.45.4 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.7 Build date: Fri Aug 2 15:41:51 2024
Group: Development/Languages/Tcl Build host: h04-ch1b
Size: 697536 Source RPM: expect-5.45.4-slfo.1.1.7.src.rpm
Packager: https://www.suse.com/
Url: https://core.tcl-lang.org/expect/
Summary: A Tool for Automating Interactive Programs
Expect is a tool primarily for automating interactive applications,
such as telnet, ftp, passwd, fsck, rlogin, tip, and more.  Expect
really makes this stuff trivial.  Expect is also useful for testing
these applications.  It is described in many books, articles, papers,
and FAQs.  There is an entire book on it available from O'Reilly.

Provides

Requires

License

SUSE-Public-Domain

Changelog

* Tue Apr 19 2022 dmueller@suse.com
  - add expect-5.45-format-security.patch
* Tue Dec 21 2021 lnussel@suse.de
  - Fix home page URL https://core.tcl-lang.org/expect/
* Mon May 10 2021 max@suse.com
  - bsc#1183904, expect-errorfd.patch:
    errorfd file descriptors should be closed when forking
* Tue May 04 2021 matthias.gerstner@suse.com
  - fix previous change regarding PIE linking. Passing SHLIB_CFLAGS="-shared"
    causes /usr/bin/expect to become a shared library that SEGFAULTs upon
    execution. Instead use SHLIB_LD to pass -shared only to shared library
    linking.
* Wed Apr 21 2021 matthias.gerstner@suse.com
  - pass explicit -pie flag to CFLAGS and hack `make` invocation so that
    /usr/bin/expect actually becomes a PIE binary. This is especially awkard
    since the expect build system implicitly passes -fPIC which breaks our
    gcc-PIE package, but does not pass -pie while linking the executable.
    Shared libraries are also not linked with -shared so we need to explicitly
    pass this, too, to avoid build breakage (bsc#1184122).
* Thu Oct 15 2020 max@suse.com
  - Add an unversioned symlink to make linking easier for
    applications that use libexpect without Tcl (boo#1172681).
* Thu Oct 25 2018 max@suse.com
  - New version 5.45.4:
    * Fix two bugs in EOF handling.
* Wed Nov 08 2017 aavindraa@gmail.com
  - New version 5.45.3:
    * expect.c: On finding a full buffer during matching the sliding
      window mechanism slides too far, truncating the whole buffer and
      preventing matches across the boundary. Fix is shortening the
      slide distance (slide only one 1/3).
    * expect.c: Replaced a cc==0 check with proper Tcl_Eof() check.
  - Includes changes from 5.45.2:
    * configure: Extended Tcl header detection for OS X Mountain Lion.
    * expect.c: Replaced memcpy with memmove to properly handle
      overlapping memory.
  - Includes changes from 5.45.1:
    * exp_chan.c: Fix a problem when talking a tty where the writer
      dies. Some operating systems report the condition as EIO with
      nothing read, while this actually an EOF. Previously, returned
      data was incomplete due to the error causing data in buffers to
      be dropped.
    * exp_chan.c: Fix a problem with the iteration over the expect
      channel list where the loop code may modify the list, breaking
      the iterator.
    * Fixes for exp_chan.c and exp_command.h
    * expect.c: Convert #bytes information to #chars to prevent later
      code to fail when copying strings around and miscalculating how
      much to copy, for strings containing non-ASCII utf chars.
    * exp_inter.c: Hack access to TCL_REG_BOSONLY when not present,
      became private with Tcl 8.5 and higher.
    * expect.h: Remove the local fiddling with the memory allocation
      and panic macros.
    * example/unbuffer: Prevent unbuffer from swallowing exit code of
      the command it ran (regular mode only, not -p)
    * Various deduplications and cleanups
  - cleanup with spec-cleaner
  - use %make_install macro
* Fri Jul 17 2015 max@suse.com
  - Don't ship the 'weather' example anymore (fate#318342).
* Tue Mar 26 2013 mmeister@suse.com
  - Added url as source.
    Please see http://en.opensuse.org/SourceUrls
* Wed Feb 06 2013 schwab@suse.de
  - Update config.guess/sub for aarch64
* Sat Apr 14 2012 schwab@linux-m68k.org
  - Remove execute permission from logfiles
* Tue Dec 20 2011 coolo@suse.com
  - add autoconf as buildrequire to avoid implicit dependency
* Fri Oct 07 2011 max@suse.com
  - New version 5.45:
    * Examples now use the expect package instead of /usr/bin/expect.
    * Countless other bug fixes. For details, see
      /usr/share/doc/packages/expect/ChangeLog
* Sun Sep 18 2011 jengelh@medozas.de
  - Remove redundant/obsolete tags/sections from specfile
    (cf. packaging guidelines)
  - Use %_smp_mflags for parallel build
* Mon May 25 2009 max@suse.de
  - Fix buffer overflow in the "stty" command
    (bnc#506873, bnc#501291).
* Tue Oct 14 2008 max@suse.de
  - Update to version 5.44.1.11 from CVS. The changes mainly consist
    of our former expect-fixes.patch and expect-warnings.patch, plus
    some more bug fixes, e.g. for the [expect -exact] crash reported
    at bnc#427270 .
* Tue Oct 14 2008 meissner@suse.de
  - fixed fortify implicits.
* Tue May 06 2008 aj@suse.de
  - Add missing return values.
* Thu Apr 03 2008 max@suse.de
  - Fixed swapped arguments in prototype of exp_cmd_init()
  - Adjusted installation to the new Tcl file system layout
* Thu Mar 20 2008 max@suse.de
  - Update to version 5.44.1.5 from CVS:
    * Improved internal buffer management
    * Ported script-level commands to the newer Tcl object API
    * Optimized regular expression matching
  - Split off a -devel subpackage
  - Don't package the example subdir anymore.
  - Fix all critical and part of the non-critical warnings that
    show up with gcc 4.3. To be continued...
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Tue Dec 13 2005 max@suse.de
  - Fixed a typo in tcl.m4 that broke configure with bash 3.1.
  - Updated expect-CVS.patch.bz2 .
* Thu Sep 22 2005 ro@suse.de
  - fix some missing declarations
* Tue Jun 14 2005 max@suse.de
  - New version: 5.43 plus patch to current CVS head.
  - Disabled building of the static library.
  - Moved script library to /usr/share/tcl .
* Tue Jul 13 2004 max@suse.de
  - New version: 5.41.
* Mon Mar 01 2004 max@suse.de
  - Re-enabled the test suite and added expect-send_tty.patch to
    prevent it from crashing.
* Fri Feb 27 2004 max@suse.de
  - New version: 5.40
  - Fixed warnings that broke build (expect-warnings.patch).
  - Temporarily disabled "make test" to prevent crashes in autobuild
    on some architectures (ppc, s390).
* Fri Oct 31 2003 max@suse.de
  - New version: 5.39
  - Buliding as non-root user
* Tue May 27 2003 ro@suse.de
  - package include files and static lib as well
* Tue Jan 28 2003 max@suse.de
  - Fixed path to /usr/bin/write in kibitz.
* Fri Jan 10 2003 max@suse.de
  - Fixed a segfault case during application shutdown, and sent
    the patch to the author.
* Tue Nov 26 2002 max@suse.de
  - New version: 5.38
  - Don't build the expectk binary anymore to remove the buildtime
    dependency on Tk and X. Scripts that needed to run in expectk
    before can be fixed by running them in expect and adding a line
    that says "package require Tk" before the first tk command
    is executed.
* Mon Aug 19 2002 aj@suse.de
  - Read all input from invoked program.
* Wed Apr 03 2002 max@suse.de
  - Replaced autoreconf by autoconf because it breaks on
    autoconf-2.53 and was overkill anyways.
* Wed Feb 20 2002 max@suse.de
  - Fixed for lib64-s390x.
* Thu Jan 24 2002 max@suse.de
  - Removed the mkpasswd manpage due to a file name conflict and
    because the respective program is also not included.
* Fri Jan 18 2002 max@suse.de
  - added tk to neededforbuild to prevent linking to static libtk
    which is included in tcl-devel
* Thu Jan 17 2002 ro@suse.de
  - fixed neededforbuild
* Thu Jan 17 2002 max@suse.de
  - New version 5.34.
  - Separated this package from the tcl source RPM, because it
    doesn not any longer need the Tcl and Tk sources at hand.

Files

/usr/bin/autoexpect
/usr/bin/cryptdir
/usr/bin/decryptdir
/usr/bin/dislocate
/usr/bin/expect
/usr/bin/ftp-rfc
/usr/bin/kibitz
/usr/bin/lpunlock
/usr/bin/multixterm
/usr/bin/passmass
/usr/bin/rftp
/usr/bin/rlogin-cwd
/usr/bin/timed-read
/usr/bin/timed-run
/usr/bin/tknewsbiff
/usr/bin/unbuffer
/usr/bin/xkibitz
/usr/bin/xpstat
/usr/lib64/libexpect.so
/usr/lib64/libexpect5.45.4.so
/usr/lib64/tcl/expect5.45.4
/usr/lib64/tcl/expect5.45.4/pkgIndex.tcl
/usr/share/doc/packages/expect
/usr/share/doc/packages/expect/ChangeLog
/usr/share/doc/packages/expect/FAQ
/usr/share/doc/packages/expect/HISTORY
/usr/share/doc/packages/expect/INSTALL
/usr/share/doc/packages/expect/NEWS
/usr/share/doc/packages/expect/README
/usr/share/man/man1/autoexpect.1.gz
/usr/share/man/man1/cryptdir.1.gz
/usr/share/man/man1/decryptdir.1.gz
/usr/share/man/man1/dislocate.1.gz
/usr/share/man/man1/expect.1.gz
/usr/share/man/man1/kibitz.1.gz
/usr/share/man/man1/multixterm.1.gz
/usr/share/man/man1/passmass.1.gz
/usr/share/man/man1/tknewsbiff.1.gz
/usr/share/man/man1/unbuffer.1.gz
/usr/share/man/man1/xkibitz.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 24 01:26:06 2024