]> git.pld-linux.org Git - packages/kernel.git/blame - squashfs1.0b-fix.patch
- security fix for 2.4.x <= 2.4.26
[packages/kernel.git] / squashfs1.0b-fix.patch
CommitLineData
096fc0f8 1--- squashfs1.0b/squashfs-patch.org Wed Oct 30 01:34:58 2002
2+++ squashfs1.0b/squashfs-patch Thu Oct 31 08:58:31 2002
3@@ -26,13 +26,13 @@
4 --- linux-2.4.19/fs/Makefile Mon Feb 25 19:38:07 2002
5 +++ linux/fs/Makefile Wed Oct 30 00:26:09 2002
6 @@ -67,6 +67,7 @@
7- subdir-$(CONFIG_REISERFS_FS) += reiserfs
8- subdir-$(CONFIG_DEVPTS_FS) += devpts
9 subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
95ab3151 10+ subdir-$(CONFIG_XFS_FS) += xfs
11+ subdir-$(CONFIG_JFS_FS) += jfs
096fc0f8 12 +subdir-$(CONFIG_SQUASHFS) += squashfs
13
14-
15 obj-$(CONFIG_BINFMT_AOUT) += binfmt_aout.o
16+ obj-$(CONFIG_BINFMT_XOUT) += binfmt_xout.o
17 diff --new-file -ur linux-2.4.19/fs/squashfs/Makefile linux/fs/squashfs/Makefile
18 --- linux-2.4.19/fs/squashfs/Makefile Thu Jan 1 01:00:00 1970
19 +++ linux/fs/squashfs/Makefile Wed Oct 30 00:26:09 2002
This page took 0.187898 seconds and 4 git commands to generate.