Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit a9dc5c3b9e
240 changed files with 2745 additions and 855 deletions

13
assets/var/gnu/p11-kit.md Normal file
View File

@ -0,0 +1,13 @@
p11-kit 0.26.2
=
https://github.com/p11-glue/p11-kit/releases/download/0.26.2/p11-kit-0.26.2.tar.xz
``` sh *** build ***
./configure --prefix=/pkg/gnu/p11-kit -with-trust-paths=/pkg/gnu/openssl/ssl/certs
make -j$(nproc)
make install
```
``` cfg *** build deps ***
openssl
```