[arch-commits] Commit in cryptsetup/trunk (PKGBUILD encrypt_install)
Thomas Bächler
thomas at archlinux.org
Sat May 28 17:14:12 UTC 2011
Date: Saturday, May 28, 2011 @ 13:14:11
Author: thomas
Revision: 125738
cryptsetup: update to 1.3.1 and add 11-dm-initramfs.rules udev rule to initramfs to fix weird bugs with udev rules
Modified:
cryptsetup/trunk/PKGBUILD
cryptsetup/trunk/encrypt_install
-----------------+
PKGBUILD | 8 ++++----
encrypt_install | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-05-28 17:13:18 UTC (rev 125737)
+++ PKGBUILD 2011-05-28 17:14:11 UTC (rev 125738)
@@ -1,22 +1,22 @@
# $Id$
# Maintainer: Thomas Bächler <thomas at archlinux.org>
pkgname=cryptsetup
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi"
arch=(i686 x86_64)
license=('GPL')
url="http://code.google.com/p/cryptsetup/"
groups=('base')
-depends=('device-mapper' 'libgcrypt' 'popt')
+depends=('device-mapper>=2.02.85-2' 'libgcrypt' 'popt')
conflicts=('mkinitcpio<0.5.99')
options=('!libtool' '!emptydirs')
source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
encrypt_hook
encrypt_install)
-sha256sums=('c675059a25061851dcaf9732a2118d75585097c8fbb3985026526988e8d76394'
+sha256sums=('7ceb18a0c91fa1546077b41b93463dd2ec9d7f83e6fd93757fb84cc608206a6a'
'64601eae6fbf3e3afceccec5877557aa208a82497c33cc94ad0a686b4022b5dc'
- '8e4920bb4b5ce96508aa0c42b9b07326b70daf630519f1aa1d8082bca709c12a')
+ '07918fc349b3a7c4a73e8ad1cc3d97a2a79ebc7655090ab9ebb00b1e092c85aa')
build() {
cd $srcdir/$pkgname-${pkgver}
Modified: encrypt_install
===================================================================
--- encrypt_install 2011-05-28 17:13:18 UTC (rev 125737)
+++ encrypt_install 2011-05-28 17:14:11 UTC (rev 125738)
@@ -16,6 +16,7 @@
add_file "/lib/udev/rules.d/10-dm.rules"
add_file "/lib/udev/rules.d/13-dm-disk.rules"
add_file "/lib/udev/rules.d/95-dm-notify.rules"
+ add_file "/lib/initcpio/udev/11-dm-initramfs.rules" "/lib/udev/rules.d/11-dm-initramfs.rules"
}
help ()
More information about the arch-commits
mailing list