The NetBSD Project

CVS log for pkgsrc/games/nethack-lib/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / games / nethack-lib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.48 / (download) - annotate - [select for diffs], Sun Sep 3 12:12:03 2023 UTC (2 weeks, 6 days ago) by rhialto
Branch: MAIN
CVS Tags: HEAD
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored)

games/nethack-lib: really force the use of ncurses.

Use PREFER.curses=pkgsrc despite objections of pkglint. It's the only thing
that works. buildlink3/bsd.builtin.mk allows it.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Sep 2 13:45:14 2023 UTC (3 weeks ago) by rhialto
Branch: MAIN
Changes since 1.46: +26 -5 lines
Diff to previous 1.46 (colored)

games/nethack*: enable curses user interface

The "nethack" wrapper script that papers over the existence of nethack-tty
and nethack-x11 has been made more like the original way to select UIs
(since there are now 3, and each game binary supports more than one of them).

Revision 1.46 / (download) - annotate - [select for diffs], Sun Aug 27 15:59:19 2023 UTC (3 weeks, 6 days ago) by rhialto
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

games/nethack-lib: enhance patches to make wip/nethack-curses possible.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Aug 26 15:02:25 2023 UTC (4 weeks ago) by rhialto
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

games/nethack-lib: updated NetHack to version 3.6.7.

NetHack 3.6.7 is the official release of NetHack that follows NetHack 3.6.6.

This release primarily corrects a security issue present in NetHack versions
3.6.2, 3.6.3, 3.6.4, 3.6.5, and 3.6.6. For details about the security issues
please see https://www.nethack.org/security. You are encouraged to update to
NetHack 3.6.7 as soon as possible.

Here's a brief synopsis of the handful of bug fixes included in NetHack 3.6.7:

    invalid status highlight color could be maliciously used to corrupt memory
    formatting corpse names used internal buffers differently from formatting
other objects and could potentially clobber memory
    during engraving, spaces were counted instead of non-space (cherry-pick of
4e0a1e04 from NetHack-3.7)
    avoid potential buffer overflow in append_str()
    resolve missing dependency in NetHack.sln
    code in include/tradstdc.h was trying to suppress warn_unused result by
defining warn_unused_result to an empty string and that began causing a build
error within a system-supplied header file cdefs.h when using Ubuntu Impish
21.10; disable that for any Linux and macOS gcc unless GCC_URWARN is defined to
force it back into effect
    update_inventory() after leash goes slack
    player assigned name for monsters, specific objects, or object types could
be longer than what was intented to be allowed; for 'curses', much longer
    curses: cherry-picked selectsaved code from 3.7 for menu of save files
    NetHackW: fix delayed rendering of cursor when using farlook

Revision 1.44 / (download) - annotate - [select for diffs], Sun Apr 24 22:21:33 2022 UTC (17 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.43: +3 -1 lines
Diff to previous 1.43 (colored)

nethack-lib: add CHECK_PORTABILITY_SKIP

Revision 1.43 / (download) - annotate - [select for diffs], Fri Apr 24 12:59:00 2020 UTC (3 years, 5 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

The NetHack DevTeam is announcing the release of NetHack 3.6.6 on
March 8, 2020

NetHack 3.6.6 is the official release of NetHack that follows NetHack 3.6.5.

This release primarily corrects a security issue present in NetHack
versions 3.6.1, 3.6.2, 3.6.3, 3.6.4 and 3.6.5.
For details about the security issues please see https://www.nethack.org/security.
You are encouraged to update to NetHack 3.6.6 as soon as possible.

Here's a brief synopsis of the handful of bug fixes included in NetHack 3.6.6:

 *  invalid status highlight color could be maliciously used to corrupt memory
 *  formatting corpse names used internal buffers differently from formatting
 *      other objects and could potentially clobber memory
 *  avoid divide by 0 crash if 'bogusmon' (file of bogus monster types) is empty
 *  avoid #wizrumorcheck crash if either 'rumors.tru' or 'rumors.fal' or both
 *      were empty when makedefs built 'rumors'
 *  avoid "<mon>'s glorkum pass harmlessly through the shade" for weaponless mon

All of the fixes have been published on the public Git repository for the game.
A more complete list can be found in the game's sources in doc/fixes36.6. As usual,
a warning that some entries in that file may also be "spoilers".

Existing saved games and bones files from 3.6.0 through to 3.6.5 should work with
3.6.6, assuming that the same build configuration options were used.

The following command can be used on most platforms to help confirm the location of
various files that NetHack may use:
    nethack --showpaths

Revision 1.42 / (download) - annotate - [select for diffs], Tue Jan 28 21:11:30 2020 UTC (3 years, 7 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

games/nethack: update to 3.6.5.

The NetHack DevTeam is announcing the release of NetHack 3.6.5 on January 27,
2020

NetHack 3.6.5 is the official release of NetHack that follows NetHack 3.6.4.

This release primarily corrects security issues present in NetHack versions
3.6.0, 3.6.1, 3.6.2, 3.6.3 and 3.6.4.

CVE-2020-5214	Error recovery after syntax error in configuration file is
                subject to a buffer overflow
CVE-2020-5213	SYMBOL configuration file option is subject to a buffer overflow
CVE-2020-5212	MENUCOLOR configuration file option is subject to a buffer
                overflow
CVE-2020-5211	AUTOCOMPLETE configuration file option is subject to a buffer
                overflow
CVE-2020-5210	NetHack command line -w option parsing is subject to a buffer
                overflow
CVE-2020-5209	Command line parsing of options starting with -de and -i is
                subject to a buffer overflow
CVE-2019-19905	Privilege escalation/remote code execution/crash in
                configuration parsing

You are encouraged to update to NetHack 3.6.5 as soon as possible.

Here's a brief synopsis of the handful of bug fixes included in NetHack 3.6.5:

    fix accessing mons[-1] when trying to gate in a non-valid demon
    fix accessing mons[-1] when monster figures out if a tin cures stoning
    have string_for_opt() return empty_optstr on failure
    ensure existing callers of string_for_opt() check return value
      before using it
    fix potential buffer overflow in add_menu_coloring()
    fix potential buffer overflow in sym_val()
    fix potential buffer overflow in pline(), raw_printf(), and
      config_error_add()
    fix potential buffer overflow in choose_windows()
    use vsnprintf instead of vsprintf in pline.c where possible
    Windows: includes a fix from a 3.6.4 post-release update where
      OPTIONS=map_mode:fit_to_screen could cause a game start failure
    Windows: users with C-locale unmappable names could get game start failure

All of the fixes have been incrementally published on the public Git
repository for the game. A more complete list can be found in the game's
sources in doc/fixes36.5. As usual, a warning that some entries in that
file may also be "spoilers".

Existing saved games and bones files from 3.6.0 through to 3.6.4 should
work with 3.6.5, assuming that the same build configuration options were
used.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:16 2020 UTC (3 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Dec 19 14:41:59 2019 UTC (3 years, 9 months ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

games/nethack: security update to 3.6.4.

https://www.nethack.org/security/index.html:

NetHack: Privilege escalation/remote code execution/crash in
configuration parsing

Severity: High
Affected versions: 3.6.0, 3.6.1, 3.6.2, 3.6.3
First Patched Version: 3.6.4

Basic Information:
A buffer overflow issue exists when reading very long lines from a
NetHack configuration file (usually named .nethackrc).

This vulnerability affects systems that have NetHack installed suid/sgid
and shared systems that allow users to upload their own configuration
files.

All users are urged to upgrade to NetHack 3.6.4 as soon as possible.

Additional information related to this advisory, if any, will be made
available at https://nethack.org/security.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Dec 7 13:27:08 2019 UTC (3 years, 9 months ago) by rhialto
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

Update to NetHack 3.6.3.

From https://www.nethack.org/v363/release.html :

 NetHack 3.6.3 is the official release of NetHack that follows NetHack 3.6.2.
Here's a synopsis of over 190 bug fixes and over 22 game enhancements and
community contributions made since the release of 3.6.2 in May 2019:

    Fixed stale 'thrownobj' pointer for returning thrown aklys while engulfed
    Fixed uarmh null pointer dereference if a helm of opposite alignment came off due to being polymorphed
    Fixed 'object lost' panic when attempting to crawl of of the water during emergency disrobing/dropping
    Running now stops when moving over engravings so you can tell where they are
    Fixed detection of unseen/secret doors which failed to find monsters hiding under objects and failed to find monsters hiding at trap locations
    Ensured fatal status conditions made it to disclosure and/or dumplog
    Fixed "Bad fruit #N" warnings when saving bones with 'perm_invent' On
    Fixed it so yellow dragons don't have green breath
    Added several grammar corrections
    Improved recognition of deafness for several situations including the playing of musical instruments and bribing negotiations with demon lords
    Fixed ignoring of god's wrath when hero injured himself during altar kick
    Fixed several cases where persistent inventory window was not updated
    Fixed temple priests or shopkeepers moving over other monsters
    Fixed a crash-causing bug when putting on levitation boots over a sink
    Ensured that thrown or kicked objects will end up in bones
    Made water go all the way to the edges of level on the Plane of Water
    Made clouds disrupt line of sight along the edges of the Plane of Air
    Improved and expanded usage of status highlighting percentage rules
    Added more than 15 improvements and fixes to the curses window port
    Added and documented significant changes to default directory choices for the Windows platform
    Improved the layout and display of the player selection dialog used on the Windows graphical implementation
    Improved performance of some tty versions by reducing the number of function calls made from mapglyph
    Allowed the msdos implementation to build with curses and PDCurses
    Over 100 other fixes and improvements

All of the fixes have been incrementally published on the public Git repository
for the game. A more complete list can be found in the game's sources in
doc/fixes36.3. As usual, a warning that some entries in that file may also be
"spoilers".

As with all releases of the game, we appreciate your feedback. Please submit
any bugs using the problem report form. Also, please check the "known bugs"
list before you log a problem - somebody else may have already found it.

Happy NetHacking!

Revision 1.38 / (download) - annotate - [select for diffs], Mon Nov 11 11:59:06 2019 UTC (3 years, 10 months ago) by rin
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

The project migrated from SourceForge to GitHub.
Master site was also changed to nethack.org.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Oct 24 17:00:28 2019 UTC (3 years, 11 months ago) by pho
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36 (colored)

Fix incorrect wording in a comment

Revision 1.36 / (download) - annotate - [select for diffs], Thu Oct 24 11:51:23 2019 UTC (3 years, 11 months ago) by pho
Branch: MAIN
Changes since 1.35: +33 -16 lines
Diff to previous 1.35 (colored)

Update to NetHack 3.6.2

See release notes for the changes from 3.4.3:
* http://nethack.org/v360/release.html
* http://nethack.org/v361/release.html
* http://nethack.org/v362/release.html

IMPORTANT NOTICE:
  Old 3.4.x save files are *incompatible* with this version (which
  isn't my fault). Files are now saved in /var/games/nethack360.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Apr 2 09:44:52 2018 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

nethack*: reset MAINTAINER

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jan 14 15:26:48 2018 UTC (5 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.

pkglint -r -Wall --autofix --only :Q

Revision 1.33 / (download) - annotate - [select for diffs], Thu Dec 14 16:13:31 2017 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.32: +9 -11 lines
Diff to previous 1.32 (colored)

nethack-lib: Honour CFLAGS, simplify and fix patching.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Sep 26 10:27:01 2017 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored)

*: remove qt3 and the packages using it, including KDE3

Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html

Revision 1.31 / (download) - annotate - [select for diffs], Tue May 9 14:12:30 2017 UTC (6 years, 4 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.30: +6 -8 lines
Diff to previous 1.30 (colored)

Use the infrastructure to find termcap correctly.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 25 13:19:47 2016 UTC (7 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.29: +7 -8 lines
Diff to previous 1.29 (colored)

Use OPSYSVARS.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jan 25 11:07:38 2016 UTC (7 years, 8 months ago) by leot
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Update MASTER_SITES.

Noticed by Adrien Fernandes via netbsd-users@.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Oct 6 11:54:47 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.27: +1 -2 lines
Diff to previous 1.27 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jun 1 11:20:29 2011 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.26: +21 -6 lines
Diff to previous 1.26 (colored)

DESTDIRify nethack. Merge patches and distinfo. Some other improvements.
From Rhialto in PR 45010.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Aug 4 13:58:57 2009 UTC (14 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.25: +3 -1 lines
Diff to previous 1.25 (colored)

MAKE_JOBS_SAFE=no

Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 3 14:52:01 2009 UTC (14 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Fix conditional for games/nethack.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 2 08:32:24 2007 UTC (15 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:30 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 29 21:12:46 2006 UTC (16 years, 10 months ago) by pooka
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (colored)

wrap most of this file around !NO_BUILD so that inclusion from
games/nethack doesn't confuse pkgsrc into trying to do configuration
even when NO_CONFIGURE is specified there.  fixes build of
games/nethack (well, "build", actually)

Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 10 14:51:44 2006 UTC (16 years, 11 months ago) by ben
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

You feel like someone is helping you.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Oct 9 02:06:58 2006 UTC (16 years, 11 months ago) by ben
Branch: MAIN
Changes since 1.19: +13 -2 lines
Diff to previous 1.19 (colored)

Fix build on Linux.  Use ncurses instead of termlib.  Defined SYSV
instead of BSD.  This addresses PR#29424

Revision 1.19 / (download) - annotate - [select for diffs], Mon Aug 28 23:03:14 2006 UTC (17 years ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.18: +12 -1 lines
Diff to previous 1.18 (colored)

Fix build on i386 Mac OS X 10.4.7.
Use ncurses since OS X lacks termlib.
Create group games since OS X lacks it.

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 15 22:02:27 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Sep 1 19:08:06 2004 UTC (19 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Fix sourceforge URL.
"Apparently, Sourceforge has reorganized its FTP server. The source for
nethack has been moved. Consequently, a NetBSD mirror will be contacted
for fetching the source."
Closes PR pkg/26826. Thank you Alexander Becher.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 5 15:21:01 2004 UTC (19 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

Nethack 3.4.3

This is a bugfix-release.  It should be compatible with bones files
and savegames all the way back to 3.4.0 (but of course it's safer
to ascend before upgrade).

Assorted fixes (full list in doc/fixes34.3):
  * Correct several inconsistencies
  * Correct a potentially fatal bug caused by dropping loadstones
  * Handle level completely filled with monsters better
  * X11 player selection fixes, one of which could be fatal
  * Eliminated a gold-in-shop-container cheat

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 20 12:15:41 2004 UTC (19 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 14 13:42:18 2003 UTC (19 years, 11 months ago) by pooka
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Add handling for the nethack directories plus record and logfile to make
them have the correct permission bits set when using binary packages.

Thanks go to Damian Sweeney for noticing the problem and at least
grant, salo and wiz for beating me with a cluestick so that I could
fix it.

manually bump version to 3.4.2nb1

Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 2 00:30:54 2003 UTC (20 years ago) by pooka
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

Update to NetHack 3.4.2

This is a bugfix release which fixes over 100 bugs including but
not limited to:

*  Fixed a fatal bug that triggered a panic when your secondary weapon
   was cursed during bones file creation
*  Fixed a fatal bug that caused a crash when applying figurine, candle,
   or bell that gets used up

for a complete list, see doc/fixes34.2

Old savegames and bones levels from nethack 3.4.1 (and 3.4.0) should
still work, but as usual, caution is advised.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 17 21:39:04 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.11 / (download) - annotate - [select for diffs], Thu Apr 24 22:14:36 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)

Rework to not do configure/patch rules if NO_CONFIGURE or NO_BUILD is set

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:06 2003 UTC (20 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.7.6.1 / (download) - annotate - [select for diffs], Wed Mar 5 14:10:51 2003 UTC (20 years, 6 months ago) by agc
Branch: netbsd-1-6-1
Changes since 1.7: +6 -5 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Pullup nethack version 3.4.1 to netbsd-1-6-1 pkgsrc branch.

Requested by Antti Kantee.

> Date: Sat,  1 Mar 2003 23:12:53 +0200 (EET)
>
>
> Module Name:    pkgsrc
> Committed By:   pooka
> Date:           Sat Mar  1 21:12:53 UTC 2003
>
> Modified Files:
>         pkgsrc/games/nethack-lib: Makefile.common distinfo
>         pkgsrc/games/nethack-lib/patches: patch-aa patch-ab patch-ac patch-ae
>         pkgsrc/games/nethack-qt: Makefile distinfo
>         pkgsrc/games/nethack-qt/patches: patch-aa patch-ab patch-ac patch-ae
>             patch-af patch-ag patch-ah patch-ai
>         pkgsrc/games/nethack-tty: distinfo
>         pkgsrc/games/nethack-x11: Makefile distinfo
>         pkgsrc/games/nethack-x11/patches: patch-aa patch-ab patch-ac patch-af
>             patch-ag patch-ah
> Removed Files:
>         pkgsrc/games/nethack-lib/patches: patch-ah
>         pkgsrc/games/nethack-qt/patches: patch-aj
>         pkgsrc/games/nethack-x11/patches: patch-ai
>
> Log Message:
> Hello NetHack 3.4.1
>
> This is a bugfix release, no new features introduced.
>
> As a compensation for no new features, savegames and bones levels
> from NetHack 3.4.0 should work, and that's why I kept the datafile
> directory named nethackdir340. In theory you should be able to
> simply update the nethack pkgs and continue playing, but I'll not
> accept any death threats if it doesn't work, so please make sure
> you make the appropriate backups before trying.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 1 21:12:49 2003 UTC (20 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.8: +6 -5 lines
Diff to previous 1.8 (colored)

Hello NetHack 3.4.1

This is a bugfix release, no new features introduced.

As a compensation for no new features, savegames and bones levels
from NetHack 3.4.0 should work, and that's why I kept the datafile
directory named nethackdir340. In theory you should be able to
simply update the nethack pkgs and continue playing, but I'll not
accept any death threats if it doesn't work, so please make sure
you make the appropriate backups before trying.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 19 20:25:20 2003 UTC (20 years, 7 months ago) by pooka
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

fix buffer overrun (games group vulnerability) when running nethack -s

patch from nethack.org

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 25 20:32:25 2002 UTC (21 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Branch point for: netbsd-1-6-1
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

Make the name of nethackdir contain version information (eg. now it's
called nethackdir340). This is to ease the lives of people who wish to
have multiple versions nethack installed at the same time. It is not fully
automated, because doing pkgsrc magic will most likely screw things up
one funny way or another. And we all know that the most important thing
in this world is the nethack scorefile ...

Manually bump version to 3.4.0nb1.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 22 17:26:24 2002 UTC (21 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.5: +6 -5 lines
Diff to previous 1.5 (colored)

Upgrade nethack packages to NetHack 3.4.0

Highlights of the new release:
* numerous bugfixes

* stamina affects ability to throw heavy things
* objects merge in containers
* several small refinements to race/role separation
* more feedback about skill advancement from #enhance command
* "autodig" option
* option for starting without a pet
+ many more, read doc/fixes34.0

Old savegames naturally don't work, so make sure you finish old ones
before upgrading the package.

Also fixes the rest of pkg/15717 by Bernd Ernesti. Solution was the same
as what Thomas Klausner used to fix angband (ie. simply duplicate the
patches)

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 21 13:09:13 2001 UTC (22 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored)

md5 not shared anymore (different patches). Remove DIGEST_FILE line.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 7 15:52:02 2001 UTC (22 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

${MD5_FILE} -> ${DIGEST_FILE}

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 16 01:37:50 2000 UTC (22 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

No need to use quotes here. Removing them makes it easier for pkglint.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 11 06:43:36 2000 UTC (23 years, 1 month ago) by pooka
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Switch maintainership over to me as discussed with Tim.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 10 17:50:05 2000 UTC (23 years, 1 month ago) by pooka
Branch: MAIN

Upgrade nethack to 3.3.1. Add Makefile.common to easy future upgrades.

This release contains numerous fixes to bugs in 3.3.0 and users are advised
to upgrade.

Note that old savegames and bones files won't work anymore.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>