Package: freesweep / 0.90-3

Metadata

Package Version Patches format
freesweep 0.90-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fsf address | (download)

gpl.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 fsf-address

===================================================================

use safe string functions | (download)

files.c | 8 2 + 6 - 0 !
pbests.c | 15 4 + 11 - 0 !
2 files changed, 6 insertions(+), 17 deletions(-)

 use-safe-string-functions

===================================================================

do not strip | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do-not-strip

===================================================================

fix install | (download)

Makefile.in | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix-install

===================================================================

do not create too many mines | (download)

game.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 do-not-create-too-many-mines

freesweep enters an infinite loop when placing mines if the user's
configuration has it creating more than (boardsize - 9) mines.  This is
caused by game.c:510 not allowing mines to be created within a 3x3 block
at the centre of the field, while the initial configuration allows for
more than (boardsize - 9) mines to be created.  This patch makes a board
size of 3x3 invalid because no mines can be placed and lowers the 
maximum allowable number of mines on a board to (boardsize - 9).

Patch provided by Seneca for freesweep-0.88
see http://bugs.debian.org/249896

man page.patch | (download)

freesweep.6.in | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 man page

Fix spelling errors in freesweep.6.in.

Bug: https://bugs.debian.org/659683