Skip to content

Commit

Permalink
p11-kit: updates for update-ca-trust, relbump
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 27, 2024
1 parent a36d2d0 commit 363a845
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions p11-kit/.md5sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
e9c5675508fcd8be54aa4c8cb8e794fc p11-kit-0.25.5.tar.xz
e1308ec9097f940572b5bad06aece957 update-ca-trust
fece0f06d76aa3612fe63c88f18066b6 update-ca-trust.1
e8d0bda96aa1910744db0371c0569331 update-ca-trust.1
e1308ec9097f940572b5bad06aece957 update-ca-trust.sh
13 changes: 6 additions & 7 deletions p11-kit/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

name=p11-kit
version=0.25.5
release=1
release=2
source="https://github.com/p11-glue/$name/releases/download/$version/$name-$version.tar.xz
update-ca-trust
update-ca-trust.1"
update-ca-trust.1
update-ca-trust.sh"

build() {
mkdir build; cd build
Expand All @@ -30,9 +30,8 @@ build() {
make DESTDIR=$PKG install

# replace p11-kit's trust-extract-compat script
cp -f $SRC/update-ca-trust $PKG/usr/lib/p11-kit/trust-extract-compat
cp -f $SRC/update-ca-trust.sh $PKG/usr/lib/p11-kit/trust-extract-compat
chmod 0755 $PKG/usr/lib/p11-kit/trust-extract-compat
ln -s ../lib/p11-kit/trust-extract-compat \
$PKG/usr/bin/update-ca-trust
install -m 0644 -Dt $PKG/usr/share/man/man1/ $SRC/update-ca-trust.1
ln -s ../lib/p11-kit/trust-extract-compat $PKG/usr/bin/update-ca-trust
install -m 0644 -Dt $PKG/usr/share/man/man1 $SRC/update-ca-trust.1
}
2 changes: 1 addition & 1 deletion p11-kit/update-ca-trust.1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ is a command line tools to both extract local certificates from an
updated anchor store, and regenerate all anchors and certificate
stores on the system.
.Pp
This is done unconditionally on Zeppe-Lin system using the
This is done unconditionally on Zeppe-Lin using the
.Fl f
and
.Fl g
Expand Down
File renamed without changes.

0 comments on commit 363a845

Please sign in to comment.