Commit Graph

57 Commits

Author SHA1 Message Date
naddy
b8d92ab119 Massage an unportable autoconf test so it won't erroneously fail on alpha;
fixes crashes on alpha down the road.
2006-10-31 18:01:01 +00:00
mbalmer
17d4f6a0ef security: update to screen 4.0.3, previous versions are vulnerable may
lead to a DoS.

ok brad, robert, steven
2006-10-25 16:27:04 +00:00
naddy
4ea670fd4b Now that @info transparently picks up all .info-* files, don't go through
extra steps to rebuild with --no-split.
2005-01-27 02:09:52 +00:00
alek
706e666783 Add WANTLIB markers 2004-12-22 11:48:32 +00:00
brad
fc4f815ee1 - remove -sample from screenrc example file, its pretty obvious when its in
the examples dir
- cleaning
2004-06-24 04:07:53 +00:00
brad
114bdd75e9 upgrade to screen 4.0.2 2004-01-17 05:34:28 +00:00
margarida
92208e6cc1 Reliability fix:
Buffer overflow in GNU screen allows privilege escalation for local users.
It also has some potential for attackers getting control of another user's
screen.  Transfer of approximately two gigabytes of data is required to
exploit this vulnerability.
Usually screen is installed either setgid-utmp or setuid-root but this DOES
NOT happen on OpenBSD, thus the reliability fix.

ok brad@
2003-12-04 23:27:07 +00:00
espie
e724bd1f82 Add shm flavor, to use with brltty
ok brad@
2003-11-22 00:56:58 +00:00
brad
2a1b9060eb don't need to use rm here. 2003-10-19 03:59:27 +00:00
jolan
7c2d12a5a4 - add license comment above PERMIT_* lines
- add includes so openpty is not implicitly declared
- use (void*) NULL in execl to make sure it 64-bit where it needs to be

OK brad (maintainer)
2003-10-14 23:05:28 +00:00
brad
5bfccb82fa don't install a versioned binary, idea from John Kerbawy 2003-10-10 01:27:38 +00:00
brad
57fc4b35e4 upgrade to screen 4.0.1 2003-09-27 02:00:58 +00:00
brad
85af65a8ee upgrade to screen 4.0.0
--
From: Han Boetes <han at mijncomputer dot nl>
2003-09-26 23:50:55 +00:00
brad
fdd1216f5d upgrade to screen 3.9.15
--
From: Han Boetes <han at mijncomputer dot nl>
2003-05-05 04:40:31 +00:00
brad
8793689a8d remove BROKEN tag for static FLAVOR on sparc64, I cannot remember
who reported this supposed breakage but it sure seems to work on both
3.1-stable and -current systems.
2002-09-25 02:06:33 +00:00
brad
17016fc5ae upgrade to screen 3.9.13
--
New version pointed out by: John Kerbawy <john@maKintosh.com>
2002-09-18 13:25:13 +00:00
brad
41eba28a9b ensure the screen man page has the proper path to the screenrc file.
--
Pointed out by: art@
2002-08-21 20:12:02 +00:00
brad
ca30c64320 mark static FLAVOR broken for sparc64 2002-03-23 23:54:05 +00:00
brad
25f1e42e49 upgrade to screen 3.9.11 2002-02-17 07:13:40 +00:00
brad
8511948253 - rename checksums file
- add static FLAVOR, requested by pvalchev@
2001-12-07 13:52:36 +00:00
brad
d929c3aa93 one less setuid binary. 2001-09-06 03:49:55 +00:00
brad
fd9646eece upgrade to screen 3.9.10 2001-09-04 14:56:27 +00:00
brad
f92cc3421a upgrade to screen 3.9.9
- DESTDIR, "CFLAGS & LDFLAGS" patches integrated
2001-07-28 04:00:36 +00:00
brad
0ab84e9980 - don't need to install the sample screen screencap file anymore
- don't mention it durring INSTALL run either
--
Brought to my attention by: fries@
2001-05-06 00:46:50 +00:00
brad
fde3d4345d - integrate COMMENT
- bump NEED_VERSION
2001-04-13 21:48:42 +00:00
brad
3918ceb4a1 add name to MAINTAINER 2000-09-24 07:03:59 +00:00
brad
c1cc00eb34 - remove SYSCONFDIR from SUBST_VARS
- remove part of the patch that overrides the all target and just fill in
ALL_TARGET
2000-09-06 00:28:05 +00:00
brad
c0a16cc693 - add HOMEPAGE
- remove MASTER_SITES_GNU, these mirrors do not contain screen under the
usual gnu/ dir anymore
2000-09-01 20:58:11 +00:00
brad
f53d86ae65 upgrade to screen 3.9.8;
--
fixes a format string bug, possible root compromise

Pointed out by: markus@, deraadt@ and Gregor Longariva
<longariva@informatik.uni-erlangen.de>
2000-09-01 19:37:52 +00:00
brad
a8f282c867 use just MASTER_SITE_GNU 2000-08-25 04:17:44 +00:00
brad
3749cca865 - substitute SYSCONFDIR into DEINSTALL/INSTALL
- fix 2 typos in patch-aa todo with DESTDIR usage
- ${SCREENRC} -> $CONFIG_FILE in INSTALL script
2000-08-25 03:30:01 +00:00
brad
b4ae0e5cb1 side affect of using "CONFIGURE_STYLE= gnu dest" is that ETCSCREENRC is
hard coded to ${DESTDIR}/etc/screenrc in the resulting screen binary thus
the system wide /etc/screenrc does not work as expected.
--
Reported by: Luke Bakken <luke_bakken@yahoo.com>
2000-08-24 22:46:43 +00:00
brad
cdd6613929 VERSION variable 2000-08-23 17:55:20 +00:00
brad
4a73da9f76 - move config file from lib/screen to share/examples/screen
- ${FOO} -> $FOO in INSTALL/DEINSTALL
2000-08-04 18:25:24 +00:00
brad
4777817e09 remove unnecessary rm 2000-07-04 19:33:07 +00:00
brad
00353b9182 - remove FAKE=Yes
- HAS_CONFIGURE -> CONFIGURE_STYLE
2000-06-23 18:59:39 +00:00
espie
044c069945 Bump package name, as 2.7 shipped with a bad plist. 2000-06-18 01:37:39 +00:00
brad
5f1484378c - remove license type
- bump NEED_VERSION
- ensure that the screen symlink is created properly; problem reported by
Phil Pennock <pdp@nl.demon.net>
2000-05-18 00:06:42 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
espie
d90f25925c fake 2000-03-04 22:01:41 +00:00
brad
177f1de519 {yes,YES} -> Yes 2000-02-20 00:01:59 +00:00
turan
504f314d16 espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE 2000-02-15 05:03:51 +00:00
turan
1574b9aa2e gpl licenses 2000-02-12 08:02:07 +00:00
brad
34b9eb1399 - include netinet/in.h before arpa/inet.h to avoid a couple of compiler
warnings in teln.c
- mkdir -> ${INSTALL_DATA_DIR}
1999-12-31 23:28:24 +00:00
brad
1f560c5b33 - change maintainer to me (brad@openbsd.org)
- remove pre-configure target
- make screen's Makefile remove screen.info before re-creating it
- instead of removing CFLAGS from Makefile.in, replace its value with
  @CFLAGS@ so the autoconf script fills it in, same with LDFLAGS
1999-12-09 21:17:19 +00:00
brad
f393570b5b upgrade to screen 3.9.5; ok'd by turan@ 1999-11-30 22:59:18 +00:00
turan
6267ec070b set maintainer to Hannah Schroeter <uk1o@rz114s0-197.rz.uni-karlsruhe.de> 1999-11-12 19:14:40 +00:00
brad
39f1c2bd07 - style 1999-09-08 01:16:27 +00:00
marc
76f12f1c2b o add install and deinstall scripts to handle /etc/screenrc
o call install script from makefile
o remove install/uninstall messages from packing list
THIS PORT IS NOW FROZEN
1999-04-09 03:15:18 +00:00
marc
f1e74e1db9 Fix configure step; remove non-functional SEPARATE_BUILD 1999-03-25 02:09:36 +00:00