History log of /openbsd-current/games/robots/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.12 26-Feb-2019 tb

g/c unused robots_roll file.

From Randy Hartman


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.11 24-Nov-2015 deraadt

In 1995, all of the games were setuid games. At end of 1996, I took them all
to setgid games, and we started wittling them down. Nearly 10 years later I
am removing all setgid from the games. If any of these have score files they
are now broken, and I hope various folk repair them. I have argued for years
(and received pushback...) that the score file features must be removed, or
rewritten to use private files, because setgid is the wrong tool.
ok tedu


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.10 31-May-2002 pjanzen

No dm -> games with high score files etc. must explicitly be setgid games.


# 1.9 23-May-2002 deraadt

The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.8 18-Dec-1999 pjanzen

Enable realtime mode, use native curses functions when available, tidy man
page, and use MAXLOGNAME for scorefile (this makes new scorefiles incompatible
with old ones). Realtime idea and some code from d@.


Revision tags: OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.7 24-Jul-1998 millert

-lcurses, not termcap/termlib


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.6 21-Sep-1997 deraadt

$OpenBSD$


Revision tags: OPENBSD_2_1_BASE
# 1.5 27-Apr-1997 millert

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.


# 1.4 05-Feb-1997 kstailey

fix highscore without breaking security


# 1.3 08-Dec-1996 downsj

install -> ${INSTALL}, -c -> ${COPY}


Revision tags: OPENBSD_2_0_BASE
# 1.2 02-Jun-1996 tholo

Always use -ltermlib when linking with -lcurses
Depend on LIBTERMCAP and LIBTERMLIB as appropriate


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.11 24-Nov-2015 deraadt

In 1995, all of the games were setuid games. At end of 1996, I took them all
to setgid games, and we started wittling them down. Nearly 10 years later I
am removing all setgid from the games. If any of these have score files they
are now broken, and I hope various folk repair them. I have argued for years
(and received pushback...) that the score file features must be removed, or
rewritten to use private files, because setgid is the wrong tool.
ok tedu


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.10 31-May-2002 pjanzen

No dm -> games with high score files etc. must explicitly be setgid games.


# 1.9 23-May-2002 deraadt

The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.8 18-Dec-1999 pjanzen

Enable realtime mode, use native curses functions when available, tidy man
page, and use MAXLOGNAME for scorefile (this makes new scorefiles incompatible
with old ones). Realtime idea and some code from d@.


Revision tags: OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.7 24-Jul-1998 millert

-lcurses, not termcap/termlib


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.6 21-Sep-1997 deraadt

$OpenBSD$


Revision tags: OPENBSD_2_1_BASE
# 1.5 27-Apr-1997 millert

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.


# 1.4 05-Feb-1997 kstailey

fix highscore without breaking security


# 1.3 08-Dec-1996 downsj

install -> ${INSTALL}, -c -> ${COPY}


Revision tags: OPENBSD_2_0_BASE
# 1.2 02-Jun-1996 tholo

Always use -ltermlib when linking with -lcurses
Depend on LIBTERMCAP and LIBTERMLIB as appropriate


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision