Search Criteria
Package Details: cryptodev-linux 1.14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cryptodev-linux.git (read-only, click to copy) |
---|---|
Package Base: | cryptodev-linux |
Description: | Kernel module providing access to Linux kernel cryptographic drivers from userspace |
Upstream URL: | http://cryptodev-linux.org/ |
Licenses: | GPL |
Conflicts: | cryptodev_friendly |
Provides: | cryptodev_friendly |
Submitter: | Xenopathic |
Maintainer: | gamezelda |
Last Packager: | gamezelda |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-01 22:27 (UTC) |
Last Updated: | 2024-07-19 17:48 (UTC) |
Dependencies (3)
- linux
- linux-headers (make)
- openssl-cryptodev (optional) – OpenSSL with cryptodev support
Latest Comments
gamezelda commented on 2022-08-25 23:45 (UTC)
@saltedcoffii I'll take a look, however it's not trivial since it requires splitting the PKGBUILD into two separate ones (c.f. https://man.archlinux.org/man/PKGBUILD.5#PACKAGE_SPLITTING "All packages required to make the package are required to be specified in the global depends and makedepends arrays."). But I'm for it since it's the way it's done in most official Arch packages and will also help clean up things a bit.
saltedcoffii commented on 2022-08-19 05:56 (UTC)
@Xenopathic,
cryptodev-linux-dkms
make-depends onlinux-headers
however for people using thelinux-hardened
kernel,linux-zen
kernel, etc., thelinux-headers
does nothing, they instead needlinux-hardened-headers
, etc. Could you consider removing thelinux-headers
make dependency and letdkms
pull in thelinux-<kernel variant>-headers
package, which it already does?Thank you.
gamezelda commented on 2021-09-23 18:01 (UTC)
@XFroggyX I maintain this AUR package now, the AUR package is up to date at v1.12 and it builds. Did you experience any problem?
XFroggyX commented on 2021-09-23 17:27 (UTC)
I will describe my installation process. I installed version 1.10, as described by the gamezelda user. Then I changed PKGBUILD and installed version 1.12. PKGBUILD: https://pastebin.com/PruSCpWx
gamezelda commented on 2020-02-10 19:45 (UTC)
Spoke a bit too soon, that PKGBUILD builds but doesn't install. Here's an updated one: https://pastebin.com/J6R7q03X
gamezelda commented on 2020-02-10 19:21 (UTC)
I just got the latest version (1.10) to build with this PKGBUILD:
https://pastebin.com/DjmXKmct
I have had to change the source to github.com since out of the two mirrors one is down and the other is outdated. No PGP signature seems to be available ATM. I've also had to cherry-pick two patches from master to get it to build.