Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4119c46fa444aac12d4e7d0e81418c4322d36681

commit 4119c46fa444aac12d4e7d0e81418c4322d36681
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Jun 6 16:50:06 2009 +0200

cryptsetup-luks-1.0.6-2-i686

- add cryptsetup-luks-udev.patch
- closes #3805

diff --git a/source/apps-extra/cryptsetup-luks/FrugalBuild 
b/source/apps-extra/cryptsetup-luks/FrugalBuild
index 22fc78f..02cecbe 100644
--- a/source/apps-extra/cryptsetup-luks/FrugalBuild
+++ b/source/apps-extra/cryptsetup-luks/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=cryptsetup-luks
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="cryptsetup-luks is intended as a complete replacement for the original 
cryptsetup."
url="http://code.google.com/p/cryptsetup/";
depends=('lvm2>=2.02.43-2' 'libgcrypt' 'popt' 'e2fsprogs')
@@ -14,7 +14,9 @@ _F_googlecode_ext=".tar.bz2"
Finclude googlecode
_F_archive_name=$_F_googlecode_name
source=(${sour...@]} \
-       README.Frugalware)
+       README.Frugalware \
+       cryptsetup-luks-udev.patch)
sha1sums=('dd45ad6a29c2e9af83c2c1525b02d7af88ab7212' \
-          '8d151e5c00a6c26715b9300776a51ca45d43c684')
+          '8d151e5c00a6c26715b9300776a51ca45d43c684' \
+          '59550ff1e638f638edd6705a97e16d032b4894e6')
# optimization OK
diff --git a/source/apps-extra/cryptsetup-luks/cryptsetup-luks-udev.patch 
b/source/apps-extra/cryptsetup-luks/cryptsetup-luks-udev.patch
new file mode 100644
index 0000000..bf84e10
--- /dev/null
+++ b/source/apps-extra/cryptsetup-luks/cryptsetup-luks-udev.patch
@@ -0,0 +1,11 @@
+--- cryptsetup-1.0.6/lib/libdevmapper.c~       2007-10-25 10:11:19.000000000 
+0300
++++ cryptsetup-1.0.6/lib/libdevmapper.c        2008-11-12 23:13:25.312499650 
+0200
+@@ -18,7 +18,7 @@
+
+ #define       CRYPT_TARGET    "crypt"
+
+-#define UDEVSETTLE    "/sbin/udevsettle"
++#define UDEVSETTLE    "/sbin/udevadm settle"
+
+ static void run_udevsettle(void)
+ {
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to