Package Details: libpkcs11-dnie 1.6.8-1

Git Clone URL: https://aur.archlinux.org/libpkcs11-dnie.git (read-only, click to copy)
Package Base: libpkcs11-dnie
Description: PKCS11 library for DNIe
Upstream URL: https://www.dnielectronico.es/
Licenses: custom
Submitter: reztho
Maintainer: ReyJamonico
Last Packager: ReyJamonico
Votes: 8
Popularity: 0.000020
First Submitted: 2019-07-14 08:47 (UTC)
Last Updated: 2022-06-20 07:40 (UTC)

Latest Comments

« First ‹ Previous 1 2

usuariopolivalen commented on 2021-01-14 22:43 (UTC)

¿Este paquete para que sirve?

jesusignacio commented on 2020-01-09 22:26 (UTC) (edited on 2020-01-09 22:29 (UTC) by jesusignacio)

Just adding a DLAGENTS entry in the PKGBUILD. Something like this, it worked for me:

dlagents=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u' 'http::/usr/bin/curl -A "Mozilla/5.0" -fLC - --retry 3 --retry-delay 3 -o %o %u' 'https::/usr/bin/curl -A "Mozilla/5.0" -fLC - --retry 3 --retry-delay 3 -o %o %u' 'rsync::/usr/bin/rsync -z %u %o' 'scp::/usr/bin/scp -C %u %o')

pancho commented on 2019-12-30 10:11 (UTC)

Hi!

Funny thing, the www.dnielectronico.es web server won't allow bare curl/wget downloads. A suitable user agent must be supplied. This one works:

$ wget --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36"  https://www.dnielectronico.es/descargas/distribuciones_linux/Ubuntu_libpkcs11-dnie_1.5.1_amd64.deb

Not sure how to tweak the user-agent on the PKGBUILD, though.