- 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 --
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 --
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take.
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/
sure.
State Changed From-To: open->closed Committed with a few modifications, thanks!