summaryrefslogtreecommitdiff
path: root/cryptsetup
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-08-30 15:59:34 +0200
committerJuergen Daubert <jue@jue.li>2019-08-30 15:59:34 +0200
commitc2eca0892dce397c6618ba5e0782cc7e4c8c3cd6 (patch)
tree0cad3caed144e41bcccbf307b07bbb48b8caa4b6 /cryptsetup
parent77efdad04973741e9746fdb460689d566bc3e57d (diff)
downloadopt-c2eca0892dce397c6618ba5e0782cc7e4c8c3cd6.tar.gz
opt-c2eca0892dce397c6618ba5e0782cc7e4c8c3cd6.tar.xz
cryptsetup: update to 2.2.0
Diffstat (limited to 'cryptsetup')
-rw-r--r--cryptsetup/.footprint6
-rw-r--r--cryptsetup/.signature8
-rw-r--r--cryptsetup/Pkgfile6
3 files changed, 10 insertions, 10 deletions
diff --git a/cryptsetup/.footprint b/cryptsetup/.footprint
index d4551c547..c518cd2d6 100644
--- a/cryptsetup/.footprint
+++ b/cryptsetup/.footprint
@@ -6,9 +6,9 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcryptsetup.a
-rwxr-xr-x root/root usr/lib/libcryptsetup.la
-lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.12.4.0
-lrwxrwxrwx root/root usr/lib/libcryptsetup.so.12 -> libcryptsetup.so.12.4.0
--rwxr-xr-x root/root usr/lib/libcryptsetup.so.12.4.0
+lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.12.5.0
+lrwxrwxrwx root/root usr/lib/libcryptsetup.so.12 -> libcryptsetup.so.12.5.0
+-rwxr-xr-x root/root usr/lib/libcryptsetup.so.12.5.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libcryptsetup.pc
drwxr-xr-x root/root usr/sbin/
diff --git a/cryptsetup/.signature b/cryptsetup/.signature
index 039b9dbcb..ac22793cf 100644
--- a/cryptsetup/.signature
+++ b/cryptsetup/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/RiYVX85FBJ/jyypvZoJZW6N9Qi8NVIkR7SBDdpYrNaRZW98+PnxXyY1X+4A/1L1yyG2zMzTeNDhcSoigeqWpQM=
-SHA256 (Pkgfile) = 07ea3a646785fc3883a4f05c0c3eaa21a22b1872117caceeab549c906f0d96a2
-SHA256 (.footprint) = 556c95a45a18a15c3ece37b869f35a68f631bdb88374febe38057f428b10a3cd
-SHA256 (cryptsetup-2.1.0.tar.xz) = a3eeb2741f8f3376d16585191f3c60e067dd987e096c3c4b073fab7748b1c897
+RWSE3ohX2g5d/aTAzamLBnZ+pnZuwkqilU4d+BSICv85lXwduNzMbamF/H4p7LpFFZZ1wCIr1ONXBGIGQP91Gj0yQGnhEBoQRA8=
+SHA256 (Pkgfile) = c429db2f732da7e858736396d87c57a16da47f53f6d5bfc87f51b7758ea13447
+SHA256 (.footprint) = dd00943322cd89226db39920a7e55da5fb30e12a4bfdae2ae4c86ba87641de99
+SHA256 (cryptsetup-2.2.0.tar.xz) = 9d8f8cac2836a1623c075b5cba96032271dc81a28b2aa27fbd8331e831416bb1
diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile
index c8a985043..8c64aae94 100644
--- a/cryptsetup/Pkgfile
+++ b/cryptsetup/Pkgfile
@@ -2,17 +2,17 @@
# URL: https://gitlab.com/cryptsetup/cryptsetup
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Tilman Sauerbeck, tilman at crux dot nu
-# Depends on: libdevmapper, libgcrypt, popt json-c
+# Depends on: libdevmapper openssl popt json-c
name=cryptsetup
-version=2.1.0
+version=2.2.0
release=1
source=(https://kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
- LIBS="-lpthread" ./configure \
+ ./configure \
--prefix=/usr \
--disable-nls \
--enable-static-cryptsetup

Generated by cgit