unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 59758@debbugs.gnu.org
Subject: [bug#59758] [PATCH] gnu: Add dislocker.
Date: Sun, 08 Jan 2023 23:57:05 +0000	[thread overview]
Message-ID: <ilDQJCuPC3cdyBUT-WMogR5aH52-vj_Sam4ijFgBE45TFvsy2251LjUmB8P4OVfg8Tvwvt755nbFXOMSmhjRnC4Lr5vP8TWLbwyDavB5_yU=@protonmail.com> (raw)
In-Reply-To: <87o7r9wach.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 87 bytes --]

Hi Ludo’,

again thanks for the review and check the updated patch.


----
Petr

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: v2-0001-gnu-Add-dislocker.patch --]
[-- Type: text/x-patch; name=v2-0001-gnu-Add-dislocker.patch, Size: 1384 bytes --]

From bb4003c238067fed71dd7946b8108680654c5d31 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 13 Jan 2022 13:24:23 +0100
Subject: [PATCH v2] gnu: Add dislocker.

* gnu/packages/linux.scm (dislocker): New variable.

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 568c2b6b92..9366c1c664 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2198,6 +2198,26 @@ (define-public ddate
 by Robert Shea and Robert Anton Wilson.")
     (license license:public-domain)))
 
+(define-public dislocker
+  (package
+    (name "dislocker")
+    (version "0.7.3")
+    (source (origin
+              (method url-fetch)
+              (uri
+               "https://github.com/Aorimn/dislocker/archive/refs/tags/v0.7.3.tar.gz")
+              (sha256
+               (base32 "1rn1nvcavpiqpl0g1vfbm5b0w757f4cxcpg0ys3vvwj4gibpalld"))))
+    (build-system cmake-build-system)
+    (arguments '(#:tests? #f))
+    (inputs (list fuse mbedtls-apache))
+    (home-page "https://github.com/Aorimn/dislocker")
+    (synopsis "FUSE driver to read/write Windows BitLocker drives")
+    (description
+     "This package provides means to to read BitLocker encrypted
+         partitions. Write functionality is also provided but check the README.")
+    (license license:gpl2+)))
+
 (define-public fbset
   (package
     (name "fbset")
-- 
2.38.1


  reply	other threads:[~2023-01-08 23:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-02  4:52 [bug#59758] [PATCH] gnu: Add dislocker phodina via Guix-patches via
2023-01-08 11:10 ` Ludovic Courtès
2023-01-08 23:57   ` phodina via Guix-patches via [this message]
2023-01-09  0:00     ` phodina via Guix-patches via
2023-01-12 22:33       ` bug#59758: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ilDQJCuPC3cdyBUT-WMogR5aH52-vj_Sam4ijFgBE45TFvsy2251LjUmB8P4OVfg8Tvwvt755nbFXOMSmhjRnC4Lr5vP8TWLbwyDavB5_yU=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=59758@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).