SOURCES: squashfs_lzma-magic.patch (NEW) - changed magic (sqsg -> ...

sparky sparky at pld-linux.org
Sat Mar 18 21:58:27 CET 2006


Author: sparky                       Date: Sat Mar 18 20:58:27 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- changed magic (sqsg -> sqsl) for not to mount it acidentally

---- Files affected:
SOURCES:
   squashfs_lzma-magic.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/squashfs_lzma-magic.patch
diff -u /dev/null SOURCES/squashfs_lzma-magic.patch:1.1
--- /dev/null	Sat Mar 18 21:58:27 2006
+++ SOURCES/squashfs_lzma-magic.patch	Sat Mar 18 21:58:22 2006
@@ -0,0 +1,13 @@
+--- squashfs3.0/squashfs-tools/squashfs_fs.h~	2006-03-15 22:36:21.000000000 +0100
++++ squashfs3.0/squashfs-tools/squashfs_fs.h	2006-03-18 21:28:36.000000000 +0100
+@@ -26,8 +26,8 @@
+ 
+ #define SQUASHFS_MAJOR			3
+ #define SQUASHFS_MINOR			0
+-#define SQUASHFS_MAGIC			0x73717368
+-#define SQUASHFS_MAGIC_SWAP		0x68737173
++#define SQUASHFS_MAGIC			0x7371736c
++#define SQUASHFS_MAGIC_SWAP		0x6c737173
+ #define SQUASHFS_START			0
+ 
+ /* size of metadata (inode and directory) blocks */
================================================================


More information about the pld-cvs-commit mailing list