SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for expect-debuginfo-5.45.4-slfo.1.1.9.x86_64.rpm :

* Tue Apr 19 2022 dmuellerAATTsuse.com- add expect-5.45-format-security.patch
* Tue Dec 21 2021 lnusselAATTsuse.de- Fix home page URL https://core.tcl-lang.org/expect/
* Mon May 10 2021 maxAATTsuse.com- bsc#1183904, expect-errorfd.patch: errorfd file descriptors should be closed when forking
* Tue May 04 2021 matthias.gerstnerAATTsuse.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.gerstnerAATTsuse.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 maxAATTsuse.com- Add an unversioned symlink to make linking easier for applications that use libexpect without Tcl (boo#1172681).
* Thu Oct 25 2018 maxAATTsuse.com- New version 5.45.4:
* Fix two bugs in EOF handling.
* Wed Nov 08 2017 aavindraaAATTgmail.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 maxAATTsuse.com- Don\'t ship the \'weather\' example anymore (fate#318342).
* Tue Mar 26 2013 mmeisterAATTsuse.com- Added url as source. Please see http://en.opensuse.org/SourceUrls
* Wed Feb 06 2013 schwabAATTsuse.de- Update config.guess/sub for aarch64
* Sat Apr 14 2012 schwabAATTlinux-m68k.org- Remove execute permission from logfiles
* Tue Dec 20 2011 cooloAATTsuse.com- add autoconf as buildrequire to avoid implicit dependency
* Fri Oct 07 2011 maxAATTsuse.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 jengelhAATTmedozas.de- Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines)- Use %_smp_mflags for parallel build
* Mon May 25 2009 maxAATTsuse.de- Fix buffer overflow in the \"stty\" command (bnc#506873, bnc#501291).
* Tue Oct 14 2008 maxAATTsuse.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 meissnerAATTsuse.de- fixed fortify implicits.
* Tue May 06 2008 ajAATTsuse.de- Add missing return values.
* Thu Apr 03 2008 maxAATTsuse.de- Fixed swapped arguments in prototype of exp_cmd_init()- Adjusted installation to the new Tcl file system layout
* Thu Mar 20 2008 maxAATTsuse.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 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Tue Dec 13 2005 maxAATTsuse.de- Fixed a typo in tcl.m4 that broke configure with bash 3.1.- Updated expect-CVS.patch.bz2 .
* Thu Sep 22 2005 roAATTsuse.de- fix some missing declarations
* Tue Jun 14 2005 maxAATTsuse.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 maxAATTsuse.de- New version: 5.41.
* Mon Mar 01 2004 maxAATTsuse.de- Re-enabled the test suite and added expect-send_tty.patch to prevent it from crashing.
* Fri Feb 27 2004 maxAATTsuse.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 maxAATTsuse.de- New version: 5.39- Buliding as non-root user
* Tue May 27 2003 roAATTsuse.de- package include files and static lib as well
* Tue Jan 28 2003 maxAATTsuse.de- Fixed path to /usr/bin/write in kibitz.
* Fri Jan 10 2003 maxAATTsuse.de- Fixed a segfault case during application shutdown, and sent the patch to the author.
* Tue Nov 26 2002 maxAATTsuse.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 ajAATTsuse.de- Read all input from invoked program.
* Wed Apr 03 2002 maxAATTsuse.de- Replaced autoreconf by autoconf because it breaks on autoconf-2.53 and was overkill anyways.
* Wed Feb 20 2002 maxAATTsuse.de- Fixed for lib64-s390x.
* Thu Jan 24 2002 maxAATTsuse.de- Removed the mkpasswd manpage due to a file name conflict and because the respective program is also not included.
* Fri Jan 18 2002 maxAATTsuse.de- added tk to neededforbuild to prevent linking to static libtk which is included in tcl-devel
* Thu Jan 17 2002 roAATTsuse.de- fixed neededforbuild
* Thu Jan 17 2002 maxAATTsuse.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.
 
ICM