Package Details: dislocker 0.7.3-6

Git Clone URL: https://aur.archlinux.org/dislocker.git (read-only, click to copy)
Package Base: dislocker
Description: Read/write BitLocker-encrypted volumes
Upstream URL: https://github.com/Aorimn/dislocker
Licenses: GPL2
Conflicts: dislocker-git
Submitter: mrxx
Maintainer: mrxx
Last Packager: mrxx
Votes: 35
Popularity: 0.55
First Submitted: 2014-06-02 17:25 (UTC)
Last Updated: 2025-02-10 16:12 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

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

mrxx commented on 2017-02-09 17:19 (UTC)

In v0.7.1, upstream made a mistake in the build script for the man pages. I noticed that and put a workaround in the PKGBUILD. 15 hours later, upstream discovered their error, too. Unfortunately, they decided to do the commit without a new version number, resulting in a tar.gz with the same name, but different sha1sum.

nticompass commented on 2017-02-09 15:31 (UTC) (edited on 2017-02-09 15:31 (UTC) by nticompass)

sha1sum isn't correct. I downloaded the file manually and the sha1 was 0c5c62f63ba587663eb0474f1bd6ca7e345fe977

mrxx commented on 2017-02-08 19:21 (UTC)

Updated to 0.7.1.

mrxx commented on 2017-01-11 21:03 (UTC)

Fixed potential compilation issue due to useless warnings as reported by misty.

misty commented on 2017-01-11 13:43 (UTC) (edited on 2017-01-11 13:50 (UTC) by misty)

I'm unable to make the pkg. Getting this error: In file included from /usr/include/ruby-2.4.0/ruby.h:33:0, from /home/user/builds/dislocker/src/dislocker-0.6.1/include/dislocker/ruby.h:35, from /home/user/builds/dislocker/src/dislocker-0.6.1/include/dislocker/accesses/accesses.h:38, from /home/user/builds/dislocker/src/dislocker-0.6.1/src/dislocker.c:36: /usr/include/ruby-2.4.0/ruby/ruby.h: In function ‘rb_scan_args_set’: /usr/include/ruby-2.4.0/ruby/ruby.h:2339:8: error: unused parameter ‘varc’ [-Werror=unused-parameter] int varc, VALUE *vars[]) ^~~~ cc1: all warnings being treated as errors make[2]: *** [src/CMakeFiles/dislocker.dir/build.make:63: src/CMakeFiles/dislocker.dir/dislocker.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:203: src/CMakeFiles/dislocker.dir/all] Error 2 make: *** [Makefile:128: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Any help or pointer is appreciated. EDIT: added: -D WARN_FLAGS:STRING="-Wall -Wextra" as per INSTALL.rm from github and now it compiles.

mrxx commented on 2016-03-13 19:39 (UTC)

Updated to 0.6.1.

mrxx commented on 2016-01-06 20:49 (UTC)

Updated to 0.5.1.

guzzard commented on 2015-10-01 21:44 (UTC)

thanks mrxx! working fine again now

parnmatt commented on 2015-09-28 15:41 (UTC)

Confirmed, successful build Thanks for the swift response.

mrxx commented on 2015-09-27 23:29 (UTC)

Fixed regression caused by transition from polarssl to mbedtls.