Here, we will find some patches and personalization I've done on various free software. All these patches are available under the LGPL.
These patches are based on the sources SRPMs provided with the Linux-SuSE-7.1 distribution.
Two modifications on fileutils:
ls
: I've reverted to use strcmp instead of
strcoll to sort the file names, because changing the sort order
(when LC_COLLATE is not explicitely set to "") incurs
cockpit errors with the user (me).rm
: Well no, I'm not such a weenie to run
rm -rf /
under root, but bugs occurs, and in any shell
script containing a rm -rf ${DIR}/${SUBDIR}
, it may
happen that both DIR
and SUBDIR
are
empty. Therefore, here is a safe rm that will
protect the / directory and common found
subdirectories of /.
Small patches to ls
(sorting like before) and
rm
(protecting / and some common subdirectories of /)
Mirrors | France | Germany |
---|---|---|
fileutils-4.0.35-14pjb2.dif.gz (3098 bytes) |
Download (HTTP) |
Download (FTP) |
fileutils-4.0.35-14pjb2.dif.gz.md5sum (80 bytes) |
Download (HTTP) |
Download (FTP) |
fileutils-4.0.35-14pjb2.i386.rpm (566422 bytes) |
Download (HTTP) |
Download (FTP) |
fileutils-4.0.35-14pjb2.i386.rpm.md5sum (82 bytes) |
Download (HTTP) |
Download (FTP) |
fileutils-4.0.35-14pjb2.src.rpm (1792657 bytes) |
Download (HTTP) |
Download (FTP) |
fileutils-4.0.35-14pjb2.src.rpm.md5sum (81 bytes) |
Download (HTTP) |
Download (FTP) |
This patch implements correct tore clipping, where a part of an object disappearing on the right side will appear (immediately and simultaneously) on the left side of the screen, and likewise for the bottom-top border. Therefore, there is no blind area.
At least, this game becomes playable.
A patch to Maelstrom 3.0.1 implementing a correct tore clipping, and without masking any part of the tore. For now, I only provide the patch, RPM and SRPM will be available soon.
Mirrors | France | Germany |
---|---|---|
Maelstrom-3.0.1.p1.diffs.tar.gz (13727 bytes) |
Download (HTTP) |
Download (FTP) |
Maelstrom-3.0.1.p1.diffs.tar.gz.md5sum (81 bytes) |
Download (HTTP) |
Download (FTP) |