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'.
|
# Template file for 'cryptsetup-devel'.
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="libcryptsetup-${version}_${revision}"
|
depends="libcryptsetup-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains development files: headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
# Template file for 'libcryptsetup'.
|
# Template file for 'libcryptsetup'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} - runtime libraries"
|
short_desc="${short_desc} - runtime libraries"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the runtime libraries."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
|
|
@ -1,24 +1,15 @@
|
||||||
# Template file for 'cryptsetup'
|
# Template file for 'cryptsetup'
|
||||||
pkgname=cryptsetup
|
pkgname=cryptsetup
|
||||||
version=1.5.1
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="libcryptsetup cryptsetup-devel"
|
subpackages="libcryptsetup cryptsetup-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-pwquality"
|
||||||
makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel
|
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"
|
short_desc="Setup virtual encryption devices under dm-crypt Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://code.google.com/p/cryptsetup"
|
homepage="http://code.google.com/p/cryptsetup"
|
||||||
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||||
checksum=16d23f78cab35937281a0ae7a8febce0c3a1a0f291cc94e169a7b968b81d2b36
|
checksum=dd9686fce5d3276b2eb2ac40d513a9b64850af8fff881442f2cfe87257ba2406
|
||||||
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."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue