Package Details: cryptopro-csp-k1 5.0.13300-1

Git Clone URL: https://aur.archlinux.org/cryptopro-csp-k1.git (read-only, click to copy)
Package Base: cryptopro-csp-k1
Description: CryptoPro CSP 5.0
Upstream URL: https://cryptopro.ru/products/cryptopro-csp
Licenses: unknown
Submitter: Rogach
Maintainer: Rogach
Last Packager: Rogach
Votes: 26
Popularity: 0.000312
First Submitted: 2019-04-22 20:45 (UTC)
Last Updated: 2024-11-22 09:21 (UTC)

Pinned Comments

Rogach commented on 2019-04-22 20:47 (UTC) (edited on 2024-11-22 09:21 (UTC) by Rogach)

Ru

Тиражирование и распространение СКЗИ является деятельностью лицензируемой ФСБ России. Каждый экземпляр СКЗИ должен иметь индивидуальный номер учета. Т.е. анонимный доступ невозможен.

AUR не выполняет оба этих пункта. Поэтому перед выполнением makepkg необходимо скачивать СКЗИ самостоятельно с сайта производителя. Ссылка:

https://cryptopro.ru/sites/default/files/private/csp/50/13300/linux-amd64.tgz

Данный PKGBUILD старается следовать последней не-сертифицированной версии CSP (не RC).

En

This PKGBUILD does not automatically download CSP archive because accessing it requires logging in. Please download the archive manually and place alongside the PKGBUILD before building. Link:

https://cryptopro.ru/sites/default/files/private/csp/50/13300/linux-amd64.tgz

This PKGBUILD tracks the latest not-certified version of CSP (not RC).

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

Rogach commented on 2022-02-21 13:02 (UTC) (edited on 2022-02-21 13:02 (UTC) by Rogach)

@PocketSam

I suspect that's because yay wipes out the files you placed manually and replaces them with zero-sized versions from repository.

Try building the package manually, without using yay (here's the guide: https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages)

PocketSam commented on 2022-02-21 11:45 (UTC) (edited on 2022-02-21 11:46 (UTC) by PocketSam)

I don't get my mistake. I put needed source files in ~/.cache/yay/cryptopro-csp-k1/ I've checked that their checksums are the same as in PKGBUILD file. But when I run yay it says chechsum test failed. How is that possible?

Rogach commented on 2022-02-02 16:25 (UTC)

@cryptobro Thank you! Updated the package with your change.

cryptobro commented on 2022-02-01 19:46 (UTC)

Current cryptopro-csp-k1.install does not seem to support upgrade, i.e. you must uninstall before install or you will get CSP unconfigured. This patch is likely enough:

@@ -562,3 +562,7 @@ post_install() {
     echo "Enable pcscd daemon for smart card support (for example etoken or rutoken):"
     echo systemctl enable --now pcscd
 }
+
+post_upgrade() {
+    post_install
+}

Rogach commented on 2022-02-01 05:33 (UTC)

@hopyres Please read the pinned comment. This package cannot be installed fully automatically.

hopyres commented on 2022-02-01 05:28 (UTC) (edited on 2022-02-01 05:28 (UTC) by hopyres)

Please correct this package for automatical install.

Rogach commented on 2022-02-01 05:25 (UTC)

Why this packet build hands?

@hopyres Sorry, I can't understand what you mean by this question.

If your build fails then please check the pinned comment.

hopyres commented on 2022-02-01 05:18 (UTC)

Please correct this packet for normal installation. Why this packet build hands?

Rogach commented on 2022-01-17 15:44 (UTC)

@hopyres - please check the pinned comment - you need to download linux-amd64.tgz and cades_linux_amd64.tar.gz manually before building.