Search Criteria
Package Details: dislocker-git 0.7.3.r37.g845e20c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dislocker-git.git (read-only, click to copy) |
---|---|
Package Base: | dislocker-git |
Description: | FUSE driver to read/write Windows' BitLocker-ed volumes |
Upstream URL: | https://github.com/Aorimn/dislocker |
Licenses: | GPL2 |
Conflicts: | dislocker |
Provides: | dislocker |
Submitter: | K5HV |
Maintainer: | agowa |
Last Packager: | agowa |
Votes: | 9 |
Popularity: | 0.002413 |
First Submitted: | 2016-01-11 19:19 (UTC) |
Last Updated: | 2024-01-15 01:27 (UTC) |
Dependencies (6)
- fuse (fuse2)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- ruby
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ntfs-3g (ufsd-pro-dkmsAUR, ntfsprogs-ntfs3AUR) (optional) – NTFS file system support
Latest Comments
MarsSeed commented on 2023-10-23 20:16 (UTC)
This should depend on
mbedtls
, not on its abandoned, outdated duplicate, 'aur-mbedtls'.pino commented on 2023-06-20 23:04 (UTC)
Include this line in the BUILDPKG's build() function and will do the trick
sed -i 's/^#include "mbedtls\/config.h"/#include "mbedtls\/mbedtls_config.h"/;s/# define SHA256(input, len, output) mbedtls_sha256_ret(input, len, output, 0)/# define SHA256(input, len, output) mbedtls_sha256(input, len, output, 0)/' include/dislocker/ssl_bindings.h
korimitsu commented on 2023-05-07 11:56 (UTC)
Still fails:
korimitsu commented on 2023-04-23 18:20 (UTC)
Fails to build:
korimitsu commented on 2022-11-25 06:40 (UTC)
Please add to PKGBUILD: