From 2f18d62e9e676e3bb4e6f820c7e2d00b910f4770 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Feb 2013 06:25:15 +0100 Subject: [PATCH] cryptsetup: update to 1.6.0; enable libpwquality support. --- srcpkgs/cryptsetup/cryptsetup-devel.template | 5 +---- srcpkgs/cryptsetup/libcryptsetup.template | 5 +---- srcpkgs/cryptsetup/template | 17 ++++------------- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/srcpkgs/cryptsetup/cryptsetup-devel.template b/srcpkgs/cryptsetup/cryptsetup-devel.template index 4591d14337..3b729532dd 100644 --- a/srcpkgs/cryptsetup/cryptsetup-devel.template +++ b/srcpkgs/cryptsetup/cryptsetup-devel.template @@ -1,10 +1,7 @@ # Template file for 'cryptsetup-devel'. noarch=yes depends="libcryptsetup-${version}_${revision}" -short_desc="${sourcepkg} - development files" -long_desc="${long_desc} - - This package contains development files: headers, static libs, etc." +short_desc="${short_desc} - development files" do_install() { vmove usr/include usr diff --git a/srcpkgs/cryptsetup/libcryptsetup.template b/srcpkgs/cryptsetup/libcryptsetup.template index f8f173964e..324703fbe5 100644 --- a/srcpkgs/cryptsetup/libcryptsetup.template +++ b/srcpkgs/cryptsetup/libcryptsetup.template @@ -1,9 +1,6 @@ # Template file for 'libcryptsetup'. # -short_desc="${sourcepkg} - runtime libraries" -long_desc="${long_desc} - - This package contains the runtime libraries." +short_desc="${short_desc} - runtime libraries" do_install() { vmove "usr/lib/*.so*" usr/lib diff --git a/srcpkgs/cryptsetup/template b/srcpkgs/cryptsetup/template index 39a4c01d3b..ed2463922b 100644 --- a/srcpkgs/cryptsetup/template +++ b/srcpkgs/cryptsetup/template @@ -1,24 +1,15 @@ # Template file for 'cryptsetup' pkgname=cryptsetup -version=1.5.1 +version=1.6.0 revision=1 subpackages="libcryptsetup cryptsetup-devel" build_style=gnu-configure +configure_args="--enable-pwquality" makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel - libgcrypt-devel" + libgcrypt-devel libpwquality-devel" short_desc="Setup virtual encryption devices under dm-crypt Linux" maintainer="Juan RP " license="GPL-3" homepage="http://code.google.com/p/cryptsetup" distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2" -checksum=16d23f78cab35937281a0ae7a8febce0c3a1a0f291cc94e169a7b968b81d2b36 -long_desc=" - Cryptsetup provides an interface for configuring encryption on block devices - (such as /home or swap partitions), using the Linux kernel device mapper target - dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. - - Cryptsetup is backwards compatible with the on-disk format of cryptoloop, but - also supports more secure formats. This package includes support for automatically - configuring encrypted devices at boot time via the config file /etc/crypttab. - Additional features are cryptoroot support through initramfs-tools and several - supported ways to read a passphrase or key." +checksum=dd9686fce5d3276b2eb2ac40d513a9b64850af8fff881442f2cfe87257ba2406