cryptsetup: update to 1.6.0; enable libpwquality support.
This commit is contained in:
parent
3eacacbccb
commit
2f18d62e9e
3 changed files with 6 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue