cryptsetup: update to 1.4.3.
This commit is contained in:
parent
d83349b187
commit
bcf8751f92
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cryptsetup'
|
# Template file for 'cryptsetup'
|
||||||
pkgname=cryptsetup
|
pkgname=cryptsetup
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
homepage="http://code.google.com/p/cryptsetup"
|
revision=1
|
||||||
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
|
||||||
subpackages="libcryptsetup cryptsetup-devel"
|
subpackages="libcryptsetup cryptsetup-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel libgcrypt-devel"
|
makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel libgcrypt-devel"
|
||||||
revision=1
|
|
||||||
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"
|
||||||
checksum=1fe80d7b19d24b3f65d2e446decfed859e2c4d17fdf7c19289d82dc7cd60dfe7
|
homepage="http://code.google.com/p/cryptsetup"
|
||||||
|
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=d5ff2c00f6f791d77fa5636a02ae43ddbb46c6c793bdeafdec5e38fd15f99d0a
|
||||||
long_desc="
|
long_desc="
|
||||||
Cryptsetup provides an interface for configuring encryption on block devices
|
Cryptsetup provides an interface for configuring encryption on block devices
|
||||||
(such as /home or swap partitions), using the Linux kernel device mapper target
|
(such as /home or swap partitions), using the Linux kernel device mapper target
|
||||||
|
|
Loading…
Reference in a new issue