about summary refs log tree commit diff
path: root/pkgs/tools/misc/expect
Commit message (Collapse)AuthorAge
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* expect: 5.45 -> 5.45.4Ryan Mulligan2018-02-25
| | | | | | | | | | | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/expect -v` and found version 5.45.4 - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/timed-read -h` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/timed-read --help` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/timed-read help` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/weather help` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/kibitz help` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/rlogin-cwd -h` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/rlogin-cwd --help` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/rlogin-cwd help` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/mkpasswd -h` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/mkpasswd --help` got 0 exit code - ran `/nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4/bin/.expect-wrapped -v` and found version 5.45.4 - found 5.45.4 with grep in /nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4 - found 5.45.4 in filename of file in /nix/store/3f5lmyfii8yzf3rw3ghpzcdj6f0v5l29-expect-5.45.4
* expect: update website URLKeshav Kini2017-10-13
| | | | | | | expect.nist.gov no longer resolves. It seems the website has been moved to http://expect.sourceforge.net/ , though there is also a page on nist.gov at https://www.nist.gov/services-resources/software/expect .
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* switch hardening flagsRobin Gloster2016-01-30
|
* Use a hardened stdenv by defaultFranz Pletz2016-01-30
|
* expect: fix Darwin linkageDaniel Fox Franke2015-08-30
| | | | | | | | expect's build system doesn't seem to provide the proper linker flags for the expect programs to be able to find libexpect on Darwin. (Stuff like this should really just use libtool. *sigh*). Setting DYLD_LIBRARY_PATH is an inelegant hack, but it gets the job done without risking affecting other platforms.
* expect: Refactor and add maintainerWilliam A. Kennington III2015-04-30
|
* expect: fix Tcl toolsNikolay Amiantov2015-01-07
|
* expect: fix build on freebsd? (close #981)Jason \"Don\" O'Conal2013-09-18
|
* expect: fix postInstall library suffix on darwinVladimír Čunát2013-09-04
|
* expect: "minor" update, no longer depends on X/TkVladimír Čunát2013-09-04
| | | | | | ANN: https://groups.google.com/forum/#!topic/comp.lang.tcl/lwZjtKOfaLE I hope this solves a darwin -lXss linkage problem. (broke most X stuff through dejagnu -> libffi -> llvm or mesa)
* svn merge ^/nixpkgs/trunk, one simple conflict in jrubyYury G. Kudryashov2012-01-19
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
| * expect: Remove unneeded dependency on Autoconf.Ludovic Courtès2012-01-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31663
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* fix various builds by updating perl URI package update perl URI packageMarc Weber2009-12-21
| | | | | | | | fix expect: Neither was the executable installed nor the shared library fix topGit source update synergy fixing build svn path=/nixpkgs/trunk/; revision=19064
* Fix expect buildMichael Raskin2009-05-10
| | | | svn path=/nixpkgs/trunk/; revision=15527
* * Referring to stdenv.coreutils breaks on FreeBSD.Eelco Dolstra2008-04-04
| | | | svn path=/nixpkgs/trunk/; revision=11463
* Resolved issue with hard-corded path to /sbin/sttySander van der Burg2008-03-31
| | | | svn path=/nixpkgs/trunk/; revision=11389
* * Added expect.Eelco Dolstra2008-02-27
svn path=/nixpkgs/trunk/; revision=10877