From 7cf8d8f6e244a35f2976e4ceeaf671751ceb627e Mon Sep 17 00:00:00 2001 From: fake Date: Tue, 21 Dec 2004 04:38:38 +0000 Subject: [PATCH] fake: livecd: update squashfs-tools to 2.1 [2004121302445618985] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5240 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/fake/squashfs-tools/squashfs-tools.desc | 4 ++-- target/livecd/download.txt | 2 +- target/livecd/pkg_linux.conf | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/fake/squashfs-tools/squashfs-tools.desc b/package/fake/squashfs-tools/squashfs-tools.desc index 3b4d587fe..641665e9f 100644 --- a/package/fake/squashfs-tools/squashfs-tools.desc +++ b/package/fake/squashfs-tools/squashfs-tools.desc @@ -37,8 +37,8 @@ [L] GPL [S] Stable -[V] 2.0-r2-fake +[V] 2.1 [P] X -X---5---- 106.100 -[D] 3130659066 squashfs2.0r2-fake.tar.bz2 http://www.rocklinux.net/people/fake/squashfs/ +[D] 3903183588 squashfs2.1.tar.gz http://dl.sourceforge.net/squashfs/ diff --git a/target/livecd/download.txt b/target/livecd/download.txt index 53e89eecc..59637e8bc 100644 --- a/target/livecd/download.txt +++ b/target/livecd/download.txt @@ -1 +1 @@ -3130659066 squashfs2.0r2-fake.tar.bz2 http://www.rocklinux.net/people/fake/squashfs/ +3903183588 squashfs2.1.tar.gz http://dl.sourceforge.net/squashfs/ diff --git a/target/livecd/pkg_linux.conf b/target/livecd/pkg_linux.conf index af464ef1b..8e50b4024 100644 --- a/target/livecd/pkg_linux.conf +++ b/target/livecd/pkg_linux.conf @@ -3,9 +3,9 @@ echo_status "Customizing for LiveCD Target ..." [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf extract_squashfspatch() { - tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.0r2-fake.tar.bz2 \ - squashfs2.0r2-fake/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch + tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.1.tar.bz2 \ + squashfs2.1/linux-${vanilla_ver}/squashfs2.1-patch > $archdir/squashfs2.1.patch } hook_add prepatch 1 extract_squashfspatch -var_append patchfiles " " "$archdir/squashfs2.0.patch" +var_append patchfiles " " "$archdir/squashfs2.1.patch"