| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| conspy-1.17-1ras.src.rpm | 2026-05-27 | 39.7 kB | |
| conspy-1.17-1ras.x86_64.rpm | 2026-05-27 | 17.6 kB | |
| README.txt | 2026-05-27 | 4.1 kB | |
| conspy_1.17-1.dsc | 2026-05-27 | 1.7 kB | |
| conspy_1.17-1_amd64.buildinfo | 2026-05-27 | 7.0 kB | |
| conspy_1.17-1_amd64.changes | 2026-05-27 | 3.8 kB | |
| conspy-dbgsym_1.17-1_amd64.deb | 2026-05-27 | 16.6 kB | |
| conspy_1.17-1_amd64.deb | 2026-05-27 | 24.0 kB | |
| conspy-1.17.tar.gz | 2026-05-27 | 28.4 kB | |
| conspy_1.17-1.debian.tar.xz | 2026-05-27 | 14.0 kB | |
| Totals: 10 Items | 157.0 kB | 41 | |
conspy-1.17 (unreleased)
Bug: -g/--geometry now applies the requested geometry instead of
printing the version and exiting.
Closes: https://sourceforge.net/p/conspy/tickets/9/
Bug: Reconstruct the console geometry algebraically from the vcsa
buffer length, supporting consoles larger than 1023x511
(e.g. 4K headless VTs); restore the terminal before exiting
when the geometry cannot be determined.
Closes: https://sourceforge.net/p/conspy/tickets/10/
New: Document the CAP_SYS_ADMIN requirement for TIOCSTI keystroke
injection (Linux 6.2+); print a helpful hint when the ioctl
fails with EPERM.
Closes: https://sourceforge.net/p/conspy/tickets/11/
Bug: Flush line_buf when full to prevent a stack buffer overflow
on terminals wider than 256 columns (e.g. HiDPI/4K displays)
when the spied console has long single-attribute runs.
Bug: Correctly detect read(2) errors on 64-bit systems by comparing
against (size_t)-1 instead of ~0U.
Bug: Cast to size_t inside VIDBUF_SIZE to avoid int overflow before
promotion when computing buffer sizes for large geometries.
Bug: Treat empty virtual-console arguments consistently between the
/dev/vcsa and /dev/vcc/a code paths.
Bug: Zero file descriptors after closing in cleanup() so a second
cleanup() call (e.g. from a signal racing normal exit) does
not double-close a recycled fd.
conspy-1.16 Wed, 19 Aug 2020 19:16:51 +1000
New: Bump debhelper version.
New: Bump debian standards version.
conspy-1.15 Tue, 16 Feb 2016 21:33:42 +1000
New: Debian build hardening.
New: Bump debian standards version.
conspy-1.14 Tue, 16 Feb 2016 20:36:33 +1000
Bug: Work around kernel limitations when there are more
than 255 lines or 255 columns.
conspy-1.13 Mon, 21 Sep 2015 09:40:17 +1000
Bug: Include <stdint.h> for uint32_t
Closes: https://sourceforge.net/p/conspy/tickets/3/
conspy-1.12 Wed, 16 Sep 2015 21:23:09 +1000
Bug: Fix memory leak.
conspy-1.11 Wed, 16 Sep 2015 20:36:43 +1000
Bug: Use proper uscan redirector.
Bug: Keyboard not working on amd64.
New: Dynamically allocate screen size so any size screen
can be accommodated.
Closes: https://sourceforge.net/p/conspy/tickets/2/
New: New version of Makefile.release
conspy-1.10 Fri, 9 May 2014 19:46:16 +1000
New: Customise build system for new home - SourceForge.
conspy-1.9 Sun, 4 May 2014 23:15:06 +1000
New: Rename configure.in to configure.ac, in preparation
for autotools change, change to AGPL-3.
conspy-1.8 Sun, 17 Apr 2011 13:58:49 +1000
Bug: Fix passing a bad option causing a segfault.
conspy-1.7 Sun, 23 Aug 2009 19:37:15 +1000
New: Improve error reporting when device can't be opened.
conspy-1.6 Thu, 4 Jun 2009 13:38:16 +1000
Bug: Build fixes. Reduces tarball size by a factor of 3.
conspy-1.5 Fri Jul 27 13:00:22 EST 2007
New: Now works on freebsd. Thanks to Cyril Brulebois for
finding and problem and supplying the patch.
New: Changed License to EPL.
conspy-1.4 Sat, 14 Jan 2006 18:36:07 +1000
Bug: Now works with big endian machines.
conspy-1.3 Sun, 9 Jan 2006 11:57:14 +1000
Bug: Documented screen size limitation.
Bug: Prints an error message if max screen size is exceeded,
rather than segfaulting.
New: Raised max screen size to 16000 characters.
conspy-1.2 Sun, 1 Jan 2006 14:19:02 +1000
Bug: Fixed a segmentation violation in the argument parsing code.
conspy-1.1 Mon, 8 Dec 2003 10:01:11 +1000
Bug: Unblock all signals when exiting because we were killed by a
signal. Not sure if this is a problem in the real world, but
was wrong nonetheless.
Bug: Close and re-open the destination tty every time a key is pressed.
This will (hopefully) fix errors that occasionally occur when the
user logs in.
New: Now handles devfs device names (/dev/ttyX --> /dev/vc/X, and
/dev/vcsaX --> /dev/vcc/aX).
New: Added the Debian package.
conspy-1.0 Wed May 21 13:54:14 EST 2003
New: Epoch. Changes? What changes? I got it right first time.