Commit graph

43 commits

Author SHA1 Message Date
Cy Schubert
491d6d248c Set termios' VERASE to DEL, for vte's autodetect feature.
PR:		131858
Submitted by:	Szalai Andras <szalai.bandi@gmail.com>
Obtained from:	screen.git commit 01fbf99748f536519605087d5937761790fc6ded
		by Micah Cowan <micah@cowan.name>
		see: http://git.savannah.gnu.org/cgit/screen.git/commit/?id=01fbf99748f536519605087d5937761790fc6ded
2009-02-23 21:48:35 +00:00
Cy Schubert
1acf4c833e Implement a new knob WITH_SHOWENC to show the encoding of every window
on status line.

PR:		124492
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
2008-07-25 04:53:02 +00:00
Cy Schubert
e5852451af Add optional patch to include hostname in screen's "locked" message.
PR:		122718
Submitted by:	Valentin Nechayev <netch@netch.kiev.ua>
2008-06-10 07:23:27 +00:00
Cy Schubert
e5a77eb846 Increase support for 512 ptys as per src/sys/kern/tty_pty.c r1.155. 2008-05-06 04:24:36 +00:00
Cy Schubert
4d0b7f1030 Avoid make.conf namespace collisions.
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-10-29 20:18:43 +00:00
Edwin Groothuis
9ec71c12ba sysutils/screen: install error if world compiled with NO_INFO
The program /usr/bin/install-info doesn't exist in case
        the base system has been compiled with NO_INFO. This causes
        an error during installation of sysutils/screen because one
        of screen's make files rely on this program.

        I added handling of NO_INFO (and NO_MAN by the way). I suggest
        to let screen depend on print/texinfo if the user doesn't define
        NO_INFO and /usr/bin/install-info doesn't exist.

PR:             ports/115048
Submitted by:   Bj\xf6rn K\xf6nig <bkoenig@cs.tu-berlin.de>
Approved by:    maintainer timeout
2007-09-23 11:33:11 +00:00
Edwin Groothuis
d853ba8cd3 sysutils/screen: install error if world compiled with NO_INFO
The program /usr/bin/install-info doesn't exist in case
	the base system has been compiled with NO_INFO. This causes
	an error during installation of sysutils/screen because one
	of screen's make files rely on this program.

	I added handling of NO_INFO (and NO_MAN by the way). I suggest
	to let screen depend on print/texinfo if the user doesn't define
	NO_INFO and /usr/bin/install-info doesn't exist.

PR:		ports/115048
Submitted by:	Björn König <bkoenig@cs.tu-berlin.de>
Approved by:	maintainer timeout
2007-09-23 11:32:37 +00:00
Rong-En Fan
8721a6c9a0 A new option is added, called "cjkwidth [on|off]". When it
is enabled, it treats CJK ambiguous characters as full width.
This feature is very helpful for reading legacy CJK applications'
output which assume all CJK characters are full width.
This option is default off.

The patch is obtained from
http://www.mhsin.org/~mhsin/patches/screen/patch-cjkwidth
The credit belongs to Michael Hsin <mhsin _at mhsin.org>.
It also has been submitted to upstream:
http://savannah.gnu.org/bugs/?func=detailitem&item_id=16666

PR:		ports/96167
Submitted by:	rafan
Approved by:	maintainer timeout (3 months and 2 weeks)
2006-08-05 16:40:17 +00:00
Cy Schubert
98b2775b27 Fix configure step so that it doesn't dump core on FreeBSD/amd64 due to a
missing prototype.

Submitted by:	ru
2006-05-30 11:55:35 +00:00
Alexander Kabaev
495c3da815 Add a trivial patch to fix screen compiles on post-pmtx FreeBSD 7-current
systems.

Approved by: maintainer timeout
2006-02-10 02:25:56 +00:00
Philip Paeps
41ea7ff3f8 Fix handling of utmp entries on sparc64.
Approved by:	cy (maintainer)
Obtained from:	NetBSD
2005-10-21 14:24:02 +00:00
Sergey A. Osokin
842e6a5ca6 Update to latest release 4.0.2.
Use DATADIR macro.

Approved by:	cy (maintainer)
2004-01-26 14:00:10 +00:00
Cy Schubert
15d50ff35c Fix buffer overflow that allows privilege escalation for local users.
Approved by:	will (using his portmgr hat)
Obtained from:	Timo Sirainen <tss@iki.fi> on BUGTRAQ
2003-12-02 23:36:47 +00:00
Edwin Groothuis
5adbdcabee As a followup of ports/57028, remove more "'"s from the keybindings.
Submitted by:		Neil Darlow <neil@darlow.co.uk>
2003-10-13 09:50:33 +00:00
Edwin Groothuis
eedb2a465c Added patch to remove warning during startup.
(also use INFO files feature)

PR:		ports/57028
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	cy@ temp absence note
2003-10-13 03:28:04 +00:00
Cy Schubert
8ab0ec1f9b Fix: multiuser screen fails with "attach attempt with bad pid"
PR:		55326
2003-09-10 00:46:17 +00:00
Cy Schubert
0a990ec7ee Fix ncurses core dump.
PR:		gnu/23058
Submitted by:	keramida
2003-05-04 20:23:34 +00:00
Cy Schubert
5da31a16fe 1. Update 3.9.11 --> 3.9.12.
2.  Add installation of etc/screenrc.
3.  Fix hashed password with garbled salt.

#2 Submitted by:	ade
#3 Submitted by:	Phil C <flah@hell.com>
2002-09-02 14:14:00 +00:00
Jun Kuriyama
8025765d7c Unbreak after r1.11 of src/sys/sys/ioccom.h.
( ioctl() declaration change )
2002-04-09 01:48:23 +00:00
Andrey A. Chernov
dd68e0c31c Fixes a bug regarding the `(def)encoding' directive that NUL characters are all
discarded if you use it.

Submitted by:	"Akinori MUSHA" <knu@iDaemons.org>
Obtained from:	Michael Schroeder
2002-03-13 22:33:40 +00:00
Andrey A. Chernov
3255e4761d Upgrade to 3.9.11
Submitted by:	Jun Kuriyama <kuriyama@imgsrc.co.jp>
2002-02-24 12:03:39 +00:00
Kris Kennaway
637f9a051d Update to screen 3.9.10 with vendor fix for the alleged security hole. 2001-09-05 05:47:49 +00:00
Kris Kennaway
d9b67c242d Patch against a bug which is a local root vulnerability on other platforms,
but which I could not repeat on FreeBSD.  It may still be a problem, but
it looks like screen was already dropping privilege before the operation
in question.

Submitted by:	Roman Drahtmueller <draht@suse.de>
2001-09-04 19:20:42 +00:00
Andrey A. Chernov
966c3a0792 Upgrade to 3.9.9 2001-06-25 05:11:41 +00:00
Kris Kennaway
f161b32923 Critical bugfix; don't segfault at the drop of a hat.
PR:		23059
Submitted by:	Valentin Nechayev <netch@netch.kiev.ua>
Silence by:	Maintainer
2000-12-25 13:55:17 +00:00
Andrey A. Chernov
adeb50b04d Use building configuration independent pty range
PR:		23308
2000-12-11 03:01:10 +00:00
Andrey A. Chernov
04fd394249 Use more terminfo-compatible fix 2000-10-11 01:46:51 +00:00
Kris Kennaway
e5b91299c9 Don't install a screen -> screen.x.y.z symlink, this will leave behind
a setuid binary if people don't deinstall the old package properly.

Reviewed by:    ache (maintainer)
Submitted by:   Mike Silbersack <silby@silby.com>
2000-09-20 21:10:29 +00:00
Andrey A. Chernov
cc0d357fe0 Workaround buggy ncurses tgoto emulation which affects pseudographics 2000-09-15 23:22:42 +00:00
Andrey A. Chernov
7570754b96 Upgrade to 3.9.8 2000-09-05 16:47:44 +00:00
Steve Price
a90be14700 Use a long for the load average and include netinet/in.h before
arpa/inet.h to avoid a couple of compiler warnings.

PR:		14443
Submitted by:	Valentin Nechayev <netch@lucky.net>
1999-12-31 22:45:09 +00:00
Bill Fenner
2dc1cca57c Reduce fuzz and offsets in patches. 1999-09-08 23:23:24 +00:00
Bill Fenner
245630cc15 Update to screen 3.9.5
PR:		ports/13641
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-09-08 22:31:05 +00:00
Adam David
8b7d03189a also check /usr/lib/aout for -current 1998-07-23 20:45:26 +00:00
Andrey A. Chernov
142a3dd4d8 Upgrade to 3.7.4
PR: 4410
1997-09-15 20:09:15 +00:00
Masafumi Max NAKANE
a0a70b287e Patch up screen.texinfo and added @direntry.
I really couldn't appropriate category for this file, so I didn't define
it and, thus, now this file goes under misc category.
1997-06-16 06:38:05 +00:00
Masafumi Max NAKANE
5ded424008 Remove install-info related commands from doc/Makefile.in.
Use --no-split flag when regenerating screen.info
Remove old info files before regeneration.
1997-06-16 06:36:18 +00:00
Andrey A. Chernov
c1d3c322a9 Fix install-info keyword
PR: 3821
1997-06-11 02:20:18 +00:00
Andrey A. Chernov
604ce27ff5 Upgrade to 3.7.1 1995-12-18 07:33:37 +00:00
Andreas Schulz
2734102949 Another patch for the "new" make :-). screen/doc/Makefile has some spaces
in it.
1995-02-10 21:57:21 +00:00
Andrey A. Chernov
cfebf08f44 Upgrade 1995-01-18 01:29:54 +00:00
Andrey A. Chernov
e8a776b51c Upgrade to version 3.5.16beta 1994-12-02 01:10:29 +00:00
Torsten Blum
2c41eb8132 screen 3.5.2 1994-11-20 17:04:03 +00:00