linux kernel update + lots of packages added
authorhackbard <hackbard>
Tue, 3 Jan 2006 01:03:21 +0000 (01:03 +0000)
committerhackbard <hackbard>
Tue, 3 Jan 2006 01:03:21 +0000 (01:03 +0000)
doc/CHANGELOG
packages/base/linux/linux
packages/hackbard/devmapper/devmapper [new file with mode: 0644]
packages/hackbard/dmraid/dmraid [new file with mode: 0644]
packages/hackbard/dmraid/selinux.patch [new file with mode: 0644]
packages/hackbard/mdadm/mdadm [new file with mode: 0644]
packages/hackbard/popt/popt [new file with mode: 0644]
packages/security/cryptsetup/cryptsetup [new file with mode: 0644]
packages/security/cryptsetup/ignore-libdevmapper-bug.patch [new file with mode: 0644]
packages/security/hashalot/hashalot [new file with mode: 0644]
packages/toolchain/linux/linux

index 7621395..72df4f2 100644 (file)
@@ -1,3 +1,8 @@
+*) 2006-01-03
+
+- updated linux kernel
+- added packages: devmapper, dmraid, mdadm, popt, cryptsetup, hashalot
+
 *) 2005-12-26
 
 - updated udev, kernel, tetex (just the ci)
index 8ecb24b..b332b47 100644 (file)
@@ -2,9 +2,9 @@
 #
 # 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()     {
diff --git a/packages/hackbard/devmapper/devmapper b/packages/hackbard/devmapper/devmapper
new file mode 100644 (file)
index 0000000..2bf2d8d
--- /dev/null
@@ -0,0 +1,9 @@
+# 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"
diff --git a/packages/hackbard/dmraid/dmraid b/packages/hackbard/dmraid/dmraid
new file mode 100644 (file)
index 0000000..68f5159
--- /dev/null
@@ -0,0 +1,10 @@
+# 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"
+
diff --git a/packages/hackbard/dmraid/selinux.patch b/packages/hackbard/dmraid/selinux.patch
new file mode 100644 (file)
index 0000000..b0c5a34
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./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
diff --git a/packages/hackbard/mdadm/mdadm b/packages/hackbard/mdadm/mdadm
new file mode 100644 (file)
index 0000000..c59b706
--- /dev/null
@@ -0,0 +1,11 @@
+# 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
+               }
diff --git a/packages/hackbard/popt/popt b/packages/hackbard/popt/popt
new file mode 100644 (file)
index 0000000..8f727c3
--- /dev/null
@@ -0,0 +1,7 @@
+# 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/
diff --git a/packages/security/cryptsetup/cryptsetup b/packages/security/cryptsetup/cryptsetup
new file mode 100644 (file)
index 0000000..6a5139b
--- /dev/null
@@ -0,0 +1,7 @@
+# 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/
diff --git a/packages/security/cryptsetup/ignore-libdevmapper-bug.patch b/packages/security/cryptsetup/ignore-libdevmapper-bug.patch
new file mode 100644 (file)
index 0000000..1c23586
--- /dev/null
@@ -0,0 +1,12 @@
+--- 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) {
diff --git a/packages/security/hashalot/hashalot b/packages/security/hashalot/hashalot
new file mode 100644 (file)
index 0000000..9513651
--- /dev/null
@@ -0,0 +1,7 @@
+# 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/
index 7058c85..79f15d3 100644 (file)
@@ -2,9 +2,9 @@
 #
 # 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 ..."