commit 46eb4b400a738ac8369b6be33ad175dc6b2e41a4 Author: Thomas Penteker <tek@serverop.de> Date: Tue Jan 8 23:22:51 2019 +0100 cryptsetup: 1.7.5 -> 2.0.6 closes FS#1710 diff --git a/cryptsetup/.footprint b/cryptsetup/.footprint index b959bed09..dbeda5fcd 100644 --- a/cryptsetup/.footprint +++ b/cryptsetup/.footprint @@ -6,17 +6,23 @@ 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.4.7.0 -lrwxrwxrwx root/root usr/lib/libcryptsetup.so.4 -> libcryptsetup.so.4.7.0 --rwxr-xr-x root/root usr/lib/libcryptsetup.so.4.7.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.12.3.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so.12 -> libcryptsetup.so.12.3.0 +-rwxr-xr-x root/root usr/lib/libcryptsetup.so.12.3.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/ -rwxr-xr-x root/root usr/sbin/cryptsetup +-rwxr-xr-x root/root usr/sbin/cryptsetup-reencrypt +-rwxr-xr-x root/root usr/sbin/cryptsetup-reencrypt.static +-rwxr-xr-x root/root usr/sbin/integritysetup +-rwxr-xr-x root/root usr/sbin/integritysetup.static -rwxr-xr-x root/root usr/sbin/veritysetup -rwxr-xr-x root/root usr/sbin/veritysetup.static drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/cryptsetup-reencrypt.8.gz -rw-r--r-- root/root usr/share/man/man8/cryptsetup.8.gz +-rw-r--r-- root/root usr/share/man/man8/integritysetup.8.gz -rw-r--r-- root/root usr/share/man/man8/veritysetup.8.gz diff --git a/cryptsetup/.signature b/cryptsetup/.signature index 7027c9504..400d50ef6 100644 --- a/cryptsetup/.signature +++ b/cryptsetup/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/TPw1kSKhB9G1tigDe+BzjGswtb0Oo5xaHNyB/am9QUGkRVsxQEGjyJLr5gzATUKnlf9+KZKptq3L6/Oc80E+wE= -SHA256 (Pkgfile) = 063c07a35525eafdfff16b3600c126c2a2cb93184bf68489420a9e18aace3c02 -SHA256 (.footprint) = 77a47755f408d6b154e8b67b430905e40f564440d0e740adc5b2ba042527684e -SHA256 (cryptsetup-1.7.5.tar.xz) = 2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd +RWSE3ohX2g5d/bloa6yt3shbeB7RaTYqYHjvr9qjLroL0nALJDnfqu8XfBt3F5F68InTQri9JQtpA1Yh8jpcFkLQwqbakhhJdQM= +SHA256 (Pkgfile) = d9517f8db3bcd4febb35daddbaa346edde0d0b4af3e79c431d508cd64bac2ef7 +SHA256 (.footprint) = 462134d63f9e5c8c34e46dfdfd00a21e7283f6f29320bfdd3bf9137a1e72357c +SHA256 (cryptsetup-2.0.6.tar.xz) = 7c51fae0f0e7ea9af0f515b2ac77009fb2969a6619ebab47d097dca38b083d30 diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index fce41d013..5995caee1 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -5,9 +5,9 @@ # Depends on: libdevmapper, libgcrypt, popt name=cryptsetup -version=1.7.5 +version=2.0.6 release=1 -source=(https://kernel.org/pub/linux/utils/$name/v1.7/$name-$version.tar.xz) +source=(https://kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz) build() { cd $name-$version