Commit Graph

56 Commits

Author SHA1 Message Date
Dennis Gilmore
bf1640d71f - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 06:15:37 -05:00
Jaroslav Škarvada
bf93b93df5 - Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86 2014-05-21 12:23:06 +02:00
Vitezslav Crhonek
b6737eed55 Fix segfaults if Tcl is built with stubs and Expect is used directly from C program 2014-04-28 13:47:44 +02:00
Vitezslav Crhonek
7005ff5330 Use vsnprintf instead of vsprintf to avoid buffer overflow 2013-12-12 15:25:24 +01:00
Vitezslav Crhonek
01ceaa5909 Fix bugus date in changelog 2013-10-02 14:35:50 +02:00
Vitezslav Crhonek
ca57771ac4 Fix memory leak when using -re option 2013-10-02 14:22:28 +02:00
Vitezslav Crhonek
d0adcdc223 Fix inaccuracy in mkpasswd man page 2013-08-27 12:08:32 +02:00
Dennis Gilmore
45a74e210e - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 05:29:20 -05:00
Vitezslav Crhonek
5c25ef70bd Fix repeated words in man pages 2013-04-04 10:11:36 +02:00
Dennis Gilmore
5d5d9eb26f - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 15:18:18 -06:00
Dennis Gilmore
751b103fb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 20:06:36 -05:00
Vitezslav Crhonek
367d367bb9 Fix character matching to avoid segmentation fault, Move libexpect link out of -devel subpackage 2012-02-06 15:28:30 +01:00
Dennis Gilmore
14f704e04a - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 20:08:48 -06:00
Vitezslav Crhonek
f83001ef75 Use full path to 'su' in passmass example, it's safer, Fix expect man page minor formatting issue 2011-09-06 13:19:35 +02:00
Vitezslav Crhonek
cb07de2c97 Let user know when expample script needs telnet and it is missing 2011-07-27 16:24:43 +02:00
Vitezslav Crhonek
3717009cbf Fix mkpasswd fails randomly 2011-03-16 14:43:08 +01:00
Dennis Gilmore
ca99208866 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 13:01:41 -06:00
Vitezslav Crhonek
0c6b037f35 Update to expect-5.45 2011-01-18 19:09:30 +01:00
Fedora Release Engineering
114d21fd5c dist-git conversion 2010-07-28 14:09:09 +00:00
vcrhonek
4789c74752 Update to 5.44.1.15 from upstream CVS, Fix unbuffer to return exit code of
ubuffered program, Fix Tk initialization
2010-03-10 09:25:00 +00:00
Bill Nottingham
f659af23bb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:50:06 +00:00
Ville Skyttä
d620afefab - Use bzipped upstream tarball.
https://www.redhat.com/archives/fedora-devel-list/2009-August/msg00563.html
2009-08-10 17:47:44 +00:00
Jesse Keating
34a4daaa79 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 22:26:43 +00:00
Jesse Keating
6a0cf10497 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 15:55:18 +00:00
vcrhonek
8eb936dc27 add buildrequire 2009-02-11 12:59:07 +00:00
vcrhonek
19efb44fbc Modify and rebuild for new Tcl 2009-02-11 08:12:03 +00:00
vcrhonek
2723ecb764 Rediff all patches to work with patch --fuzz=0 2008-09-25 10:45:09 +00:00
vcrhonek
c50a710156 Use latest config.sub file for package build 2008-06-09 12:33:00 +00:00
vcrhonek
797b03d3fe rebuild 2008-02-11 12:46:06 +00:00
vcrhonek
89a8d8baca fix expect/tcl8.5 compatibility 2008-01-17 12:14:14 +00:00
Adam Tkac
6b7bbf1f06 - updated "tcl8.5" patch 2008-01-07 09:42:59 +00:00
alexlan
857d088293 - Rebuild for new Tcl 8.5 2008-01-05 13:56:42 +00:00
Bill Nottingham
ace667a6cc makefile update to properly grab makefile.common 2007-10-15 18:44:32 +00:00
vcrhonek
b31f0c96c9 rebuild 2007-08-23 09:24:44 +00:00
Jakub Jelinek
ebea646325 5.43.0-8 2007-02-10 19:27:10 +00:00
Miloslav Trmac
c91b438d11 - s/%%{buildroot}/"$RPM_BUILD_ROOT"/g
- s,/usr/share/man,%%{_mandir},g
- Use the Fedora-specified Buildroot:
- Remove BuildRequires: libX11-devel
- Don't install pkgIndex.tcl as an executable file
- Drop the incorrect expect-5.32.2-fixcat.patch
- Remove comments from *.h.in because they confuse config.status; this
    makes the workaround expect-5.43.0-cfg-setpgrp.patch unnecesary.
2007-02-08 04:39:05 +00:00
Miloslav Trmac
047c03f265 - Update to build with Tcl 8.5
- Drop static libraries
- Ship more documentation
- Use %%check for (make test), remove the conditional
2007-02-03 00:19:07 +00:00
Jesse Keating
959ad3c077 bumped for rebuild 2006-07-12 05:47:32 +00:00
David Cantrell
9849d32d2e BuildRequires libX11-devel. 2006-05-15 16:15:06 +00:00
David Cantrell
a64d87f840 Patch expLogChannelOpen() to create files with 0666 permissions (#182724). 2006-03-22 18:24:01 +00:00
Jesse Keating
16ea236253 bump for bug in double-long on ppc(64) 2006-02-11 02:42:08 +00:00
David Cantrell
2e4ccad719 rebuilt 2006-02-07 21:31:30 +00:00
David Cantrell
4d9f12248e Make sure we reference the 5.43.0 source until 5.44.x is building. 2006-02-01 22:21:11 +00:00
David Cantrell
b021b73fc7 Upgraded source. 2006-02-01 20:53:15 +00:00
Jesse Keating
ef70905a07 gcc update bump 2005-12-09 22:40:23 +00:00
Jens Petersen
42f6009802 - fix flushing of unbuffer script (Charles Sullivan, #143963) with
unbuffer-child-flush-143963.patch (Don Libes)
- separate the examples scripts patches from the rest
2005-05-31 02:20:40 +00:00
Jens Petersen
e1ec90051c - make autoconf include parent dir in testsuite to avoid error (Robert
Scheck, 150369)
- make patches that have been sent upstream
2005-05-23 06:54:58 +00:00
Jens Petersen
107e6e96d8 - replace expect-5.32.2-setpgrp.patch by expect-5.43.0-cfg-setpgrp.patch to
set SETPGRP_VOID correctly
2005-03-07 07:52:13 +00:00
Jens Petersen
153116252c - run test make target by default
- can be turned off with --without check
Sat Mar 05 2005 Robert Scheck <redhat@linuxnetz.de>
- update to 5.43.0 (150369)
- no longer need expect-5.39.0-64bit-82547.patch,
    expect-5.38.0-autopasswd-9917.patch and
    expect-5.42-mkpasswd-verbose-user-141454.patch
- run aclocal and configure with current autoconf (116777)
- buildrequire autoconf and automake instead of autoconf213
2005-03-07 04:31:01 +00:00
Jens Petersen
b42ada8124 - fix "mkpasswd -v" failure when user not specified with
expect-5.42-mkpasswd-verbose-user-141454.patch (J F Wheeler, 141454)
2004-12-03 04:22:50 +00:00