diff options
author | Juergen Daubert <jue@jue.li> | 2021-08-24 11:22:31 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-08-24 11:22:31 +0200 |
commit | 02644a6521fc3c8961fc58bf8b4c2145372978b5 (patch) | |
tree | 2dbf7bdc90fe145a80f5687b1e4ab1c37aa8b0a1 /cryptsetup | |
parent | 1bffe6edd00d811da9b4b0c689caa2c905770e46 (diff) | |
download | opt-02644a6521fc3c8961fc58bf8b4c2145372978b5.tar.gz opt-02644a6521fc3c8961fc58bf8b4c2145372978b5.tar.xz |
cryptsetup: update to 2.4.0
Diffstat (limited to 'cryptsetup')
-rw-r--r-- | cryptsetup/.footprint | 7 | ||||
-rw-r--r-- | cryptsetup/.signature | 8 | ||||
-rw-r--r-- | cryptsetup/Pkgfile | 5 |
3 files changed, 11 insertions, 9 deletions
diff --git a/cryptsetup/.footprint b/cryptsetup/.footprint index 76fea2831..87679bac2 100644 --- a/cryptsetup/.footprint +++ b/cryptsetup/.footprint @@ -4,11 +4,12 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libcryptsetup.h drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cryptsetup/ -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.6.0 -lrwxrwxrwx root/root usr/lib/libcryptsetup.so.12 -> libcryptsetup.so.12.6.0 --rwxr-xr-x root/root usr/lib/libcryptsetup.so.12.6.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.12.7.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so.12 -> libcryptsetup.so.12.7.0 +-rwxr-xr-x root/root usr/lib/libcryptsetup.so.12.7.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 6170327d2..4064be162 100644 --- a/cryptsetup/.signature +++ b/cryptsetup/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Ylf7mW3g2FA4rR/0HQc9QdmH8PU8jVkTbbXnvPgWTr/VlEBGcEt8K+qTj6txYmM+obtx08Rj9+pyEkzxZVkJwE= -SHA256 (Pkgfile) = 0784cd264473b5cf0c47e75130b747f903bbb50d78662d2c49b1e20d1ccd540e -SHA256 (.footprint) = dc5e24017567b04057866baf7a48010d5949e462242d537d4cbbb85cb6825f50 -SHA256 (cryptsetup-2.3.6.tar.xz) = b296b7a21ea576c2b180611ccb19d06aec8dddaedf7c704b0c6a81210c25635f +RWSE3ohX2g5d/a1n0dNhR9yhIDz/OStPzl43JtCIyi6muTze0H2GEb5swSaYywSUKMPWmbdWduISK4pHt6nfJKLDa5ECwnv1yQE= +SHA256 (Pkgfile) = 23da6f35e5a9d750c9b98b6d829be2359e5dc2b5f4db4298fe5433505990d9f4 +SHA256 (.footprint) = f2831be96e5aa30aeb46629dfc28962442381a68c4badefb8e9ef5b06cc0702a +SHA256 (cryptsetup-2.4.0.tar.xz) = c5c8bda31159a9c010ea72e708053cc4252cf5eebdca520e150abc0609287ff8 diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index 36b2c504d..6e0acedb9 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libdevmapper openssl popt json-c name=cryptsetup -version=2.3.6 +version=2.4.0 release=1 source=(https://www.kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz) @@ -14,7 +14,8 @@ build() { ./configure \ --prefix=/usr \ --disable-nls \ - --enable-static-cryptsetup + --enable-static-cryptsetup \ + --disable-ssh-token make make DESTDIR=$PKG install |