+*) 2006-01-03
+
+- updated linux kernel
+- added packages: devmapper, dmraid, mdadm, popt, cryptsetup, hashalot
+
*) 2005-12-26
- updated udev, kernel, tetex (just the ci)
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 2.6.14.4
+# [V] 2.6.14.5
# [S] 2-2
-# [D] linux-2.6.14.4.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.14.5.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
custmain="1"
custmain() {
--- /dev/null
+# hdw - linux devmapper package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 1.02.02
+# [S] 3-1
+# [D] device-mapper.1.02.02.tgz ftp://sources.redhat.com/pub/dm/
+
+srcdir="device-mapper.$ver"
--- /dev/null
+# hdw - linux dmraid package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 1.0.0.rc9
+# [S] 3-2
+# [D] dmraid-1.0.0.rc9.tar.bz2 http://people.redhat.com/~heinzm/sw/dmraid/src/
+
+srcdir="dmraid/$ver"
+
--- /dev/null
+--- ./tools/Makefile.in.orig 2005-12-30 22:13:03.000000000 +0100
++++ ./tools/Makefile.in 2005-12-30 22:13:20.000000000 +0100
+@@ -32,8 +32,6 @@
+ else
+ DMRAIDLIBS += -ldevmapper
+ endif
+-
+- DMRAIDLIBS += -lselinux
+ endif
+
+ # We just link klibc static and get it over with
--- /dev/null
+# hdw - linux mdadm package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 2.2
+# [S] 3-2
+# [D] mdadm-2.2.tar.bz2 http://www.kernel.org/pub/linux/utils/raid/mdadm/
+
+post_install() {
+ cp -v mdadm.conf-example $root/etc/mdadm.conf
+ }
--- /dev/null
+# hdw - linux popt package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 1.7
+# [S] 3-1
+# [D] popt-1.7.tar.gz ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/
--- /dev/null
+# hdw-linux cryptsetup package
+
+# author: hackbard
+
+# [S] 3-4
+# [V] 0.1
+# [D] cryptsetup-0.1.tar.bz2 http://www.saout.de/misc/dm-crypt/
--- /dev/null
+--- cryptsetup-0.1/src/setup.c 2004-03-07 22:56:34.000000000 +0100
++++ cryptsetup-new/src/setup.c 2006-01-03 01:54:01.000000000 +0100
+@@ -236,7 +236,8 @@
+ return -EEXIST;
+ }
+ if (r != -ENODEV)
+- return r;
++ // return r;
++ puts("ignoring results of device mapper support check");
+ }
+
+ if (options->key_size < 0 || options->key_size > 1024) {
--- /dev/null
+# hdw-linux hashalot package
+
+# author: hackbard
+
+# [S] 3-2
+# [V] 0.3
+# [D] hashalot-0.3.tar.gz http://www.paranoiacs.org/~sluskyb/hacks/hashalot/
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 2.6.14.4
+# [V] 2.6.14.5
# [S] 0-2
-# [D] linux-2.6.14.4.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.14.5.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
skip=1
s_reason="i think thats obsolete now ..."