diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-12-21 22:16:47 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-12-21 22:16:47 +0800 |
commit | 7e399606fab01f3c585676d172695867c3f6b412 (patch) | |
tree | 425c514a11b10485c60a72146c4a7486a98c85bd /games/xshisen/Makefile | |
parent | beb1bb62dd00c0c7a3adc3bf7bd29c623231a741 (diff) | |
download | freebsd-ports-gnome-7e399606fab01f3c585676d172695867c3f6b412.tar.gz freebsd-ports-gnome-7e399606fab01f3c585676d172695867c3f6b412.tar.zst freebsd-ports-gnome-7e399606fab01f3c585676d172695867c3f6b412.zip |
- Fixes buffer overflow about GECOS field [1]
- also fix a bug arround high-score [1]
- create files/patches-* for submission [2]
- portsrevision bump [2]
- entry into vulnxml for < 1.51_3 460118c0-2bde-11e1-bd69-001143cd36d8 [2]
PR: ports/163274 [1]
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> (maintainer) [1]
Reviewed by: scheidell [2]
Approved by: gabor (mentor)
Diffstat (limited to 'games/xshisen/Makefile')
-rw-r--r-- | games/xshisen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index efa5105bc610..717492c453ad 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -7,7 +7,7 @@ PORTNAME= xshisen PORTVERSION= 1.51 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= hrs |