Bug 80428 - update: games/typespeed 0.4.1 -> 0.4.4
Summary: update: games/typespeed 0.4.1 -> 0.4.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 09:50 UTC by Emanuel Haupt
Modified: 2005-04-28 18:45 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-04-28 09:50:04 UTC
- update games/typespeed 0.4.1 -> 0.4.4
- fixes 404 - Not Found at "http://www.sicom.fi/~bestis/typespeed.html"

ChangeLog since 0.4.1:
v0.4.4  - Fixed buffer overflow in network code by Debian Security Team,
	  because their fix was the same as I was thinking but I hadn't
	  the time to verify that it will surely fix it.
	- Fixed timing bug in Sparc64 by Elie De Brauwer.
	- Fixed typo "looser" vs "loser" by William Lindley.
	- Fixed crash when wordfile had more than WORD_MAX words.
	- From debian patchfile:
	   * Did s/char merkk/int merkk/ in file.c
	   * Added words.dut by Wouter de Vries
	- New email address for me.
v0.4.3  - Fixed stupid buffer overflow which allowed users get games gid in
          installation. Report by: jaguar
v0.4.2	- fixed a SIGSEGV bug (wrong variable in for loop)
	- added spanish wordlist thanks Xploit
	- email address changes:)


Patches:

-- Makefile start --
--- Makefile.orig	Thu Apr 28 10:18:15 2005
+++ Makefile	Thu Apr 28 10:22:21 2005
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	typespeed
-PORTVERSION=	0.4.1
+PORTVERSION=	0.4.4
 CATEGORIES=	games
-MASTER_SITES=	http://www.sicom.fi/~bestis/
+MASTER_SITES=	http://ls.purkki.org/typespeed/
 DISTNAME=	typespeed-${PORTVERSION}
 
 MAINTAINER=	refugee@vt.edu
-- Makefile end --

-- distinfo start --
--- distinfo.orig	Thu Apr 28 10:27:47 2005
+++ distinfo	Thu Apr 28 10:22:30 2005
@@ -1,2 +1,2 @@
-MD5 (typespeed-0.4.1.tar.gz) = 0af9809cd20bd9010732ced930090f32
-SIZE (typespeed-0.4.1.tar.gz) = 35492
+MD5 (typespeed-0.4.4.tar.gz) = 97ca3e3d0323c41ecc4f453f557287ea
+SIZE (typespeed-0.4.4.tar.gz) = 38526
-- distinfo end --

-- pkg-descr start --
--- pkg-descr.orig	Thu Apr 28 10:20:53 2005
+++ pkg-descr	Thu Apr 28 10:21:11 2005
@@ -5,7 +5,7 @@
   of the game should be clear to anyone, just type and type it fast, or be a
   lewser.
 
-WWW: http://www.sicom.fi/~bestis/typespeed.html
+WWW: http://ls.purkki.org/typespeed/
 
 - Suleiman Souhlal
 refugee@vt.edu
-- pkg-descr end --
Comment 1 haupt 2005-04-28 10:04:27 UTC
additional patch:

-- pkg-plist start --
--- pkg-plist.orig      Thu Apr 28 10:59:21 2005
+++ pkg-plist   Thu Apr 28 11:00:30 2005
@@ -4,6 +4,8 @@
 lib/typespeed/words.eng
 lib/typespeed/words.fin
 lib/typespeed/words.portuguese
+lib/typespeed/words.dut
+lib/typespeed/words.spanish
 lib/typespeed/words.prog
 lib/typespeed/words.unix
 @dirrm lib/typespeed
-- pkg-plist end --
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-28 14:27:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-28 14:32:28 UTC
The current maintainer wants to drop his maintainership. Would you
like to take it?

-- 
Jean-Yves Lefort

jylefort@FreeBSD.org
http://lefort.be.eu.org/
Comment 4 haupt 2005-04-28 16:01:23 UTC
sure.
Comment 5 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-28 18:45:05 UTC
State Changed
From-To: open->closed

Committed with a few modifications, thanks!