p11-kit-32: 0.23.10 -> 0.23.15

This commit is contained in:
Danny Rawlins 2019-02-25 22:11:00 +11:00
parent 2eb1b9c963
commit 8f65acdad5
4 changed files with 10 additions and 12 deletions

View File

@ -6,9 +6,6 @@ lrwxrwxrwx root/root usr/lib32/libp11-kit.so.0 -> libp11-kit.so.0.3.0
-rwxr-xr-x root/root usr/lib32/libp11-kit.so.0.3.0
lrwxrwxrwx root/root usr/lib32/p11-kit-proxy.so -> libp11-kit.so.0.3.0
drwxr-xr-x root/root usr/lib32/p11-kit/
-rwxr-xr-x root/root usr/lib32/p11-kit/p11-kit-remote
-rwxr-xr-x root/root usr/lib32/p11-kit/p11-kit-server
-rwxr-xr-x root/root usr/lib32/p11-kit/trust-extract-compat
drwxr-xr-x root/root usr/lib32/pkcs11/
-rwxr-xr-x root/root usr/lib32/pkcs11/p11-kit-client.la
-rwxr-xr-x root/root usr/lib32/pkcs11/p11-kit-client.so

View File

@ -1 +0,0 @@
0692fe6245e8d2ca5cc0b49b813b0be2 p11-kit-0.23.10.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXU/SV44bHMfWEkV5ub5cD8z4d6sPvoU4+xEtxlGX/vUexY1M0HfcfbmZwXEcGTxRa3B5BlbiSrghrxaU5AulPgw=
SHA256 (Pkgfile) = f931495704fc808f37eb0526409bb6af13c00da2bed01012dc41f10d20485be8
SHA256 (.footprint) = 2f46a4bb092946801cddb62479d59b31992bec8121c9059f031bd0c90ccc36d6
SHA256 (p11-kit-0.23.10.tar.gz) = f9212a3f225ef543e13fae9945527d66c0cbb67246320035dd94fab2bce5ae43
RWSwxGo/zH7eXRBWr9KzbR2SXGptMnKfH4oB5DuhHPtr3SpENsiwKmyCWVs/o6McYxkQ5H5V5CGPyis+ApRfFD8g0KiUS3Svjws=
SHA256 (Pkgfile) = 60b31e6d0be59ba06600746a117a1cadce1e84f164d06895c42c260c64f6ff1a
SHA256 (.footprint) = 5598e0af8ed235442a6d9f0bab09c4d9c0427264c1dd6cdbc18c6f4e35bf1a52
SHA256 (p11-kit-0.23.15.tar.gz) = f7c139a0c77a1f0012619003e542060ba8f94799a0ef463026db390680e4d798

View File

@ -1,10 +1,10 @@
# Description: Provides a way to load and enumerate PKCS#11 modules
# URL: http://p11-glue.freedesktop.org/p11-kit.html
# URL: https://p11-glue.github.io/p11-glue/p11-kit.html
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libtasn1-32 libffi-32 p11-kit
name=p11-kit-32
version=0.23.10
version=0.23.15
release=1
source=(https://github.com/p11-glue/${name%-*}/releases/download/$version/${name%-*}-$version.tar.gz)
@ -19,10 +19,12 @@ build() {
--localstatedir=/var \
--host=i686-pc-linux-gnu \
--with-module-path=/usr/lib32/pkcs11 \
--with-trust-paths=/etc/ssl
--with-trust-paths=/etc/pki/anchors
make
make DESTDIR=$PKG install
rm -r $PKG/etc $PKG/usr/{bin,include,share}
rm -r \
$PKG/etc $PKG/usr/{bin,include,share} \
$PKG/usr/lib32/p11-kit/{trust-extract-compat,p11-kit-{remote,server}}
}