Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mkinitcpio-encrypt: add support for LUK2 authenticated encryption.
@ 2019-10-30  8:27 voidlinux-github
  2019-10-30  9:48 ` voidlinux-github
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: voidlinux-github @ 2019-10-30  8:27 UTC (permalink / raw)
  To: ml

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

There is a new pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages mkinitcpio2
https://github.com/void-linux/void-packages/pull/15940

mkinitcpio-encrypt: add support for LUK2 authenticated encryption.
See: https://bugs.archlinux.org/task/59151

A patch file from https://github.com/void-linux/void-packages/pull/15940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mkinitcpio2-15940.patch --]
[-- Type: text/x-diff, Size: 1223 bytes --]

From 22ba873db703caa7e8fd5c4c15eced7baeaf8127 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 28 Oct 2019 23:44:12 -0700
Subject: [PATCH] mkinitcpio-encrypt: add support for LUK2 authenticated
 encryption.

See: https://bugs.archlinux.org/task/59151
---
 srcpkgs/mkinitcpio/files/encrypt_install | 1 +
 srcpkgs/mkinitcpio/template              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/mkinitcpio/files/encrypt_install b/srcpkgs/mkinitcpio/files/encrypt_install
index 017ba0030ab..4cffb4ff014 100644
--- a/srcpkgs/mkinitcpio/files/encrypt_install
+++ b/srcpkgs/mkinitcpio/files/encrypt_install
@@ -4,6 +4,7 @@ build() {
     local mod
 
     add_module "dm-crypt"
+    add_module "dm-integrity"
     if [[ $CRYPTO_MODULES ]]; then
         for mod in $CRYPTO_MODULES; do
             add_module "$mod"
diff --git a/srcpkgs/mkinitcpio/template b/srcpkgs/mkinitcpio/template
index b2b710649b1..679b5c2c2d8 100644
--- a/srcpkgs/mkinitcpio/template
+++ b/srcpkgs/mkinitcpio/template
@@ -1,7 +1,7 @@
 # Template file for 'mkinitcpio'
 pkgname=mkinitcpio
 version=26
-revision=1
+revision=2
 archs=noarch
 build_style=gnu-makefile
 depends="busybox-static bsdtar bash"

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-11-02 10:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  8:27 [PR PATCH] mkinitcpio-encrypt: add support for LUK2 authenticated encryption voidlinux-github
2019-10-30  9:48 ` voidlinux-github
2019-10-30 10:29 ` voidlinux-github
2019-10-30 10:30 ` voidlinux-github
2019-10-30 10:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30 10:51 ` voidlinux-github
2019-10-30 10:57 ` mkinitcpio: update to 27 voidlinux-github
2019-10-30 11:05 ` voidlinux-github
2019-10-30 11:07 ` voidlinux-github
2019-10-30 12:39 ` voidlinux-github
2019-10-30 13:19 ` voidlinux-github
2019-10-30 13:24 ` voidlinux-github
2019-10-30 13:30 ` voidlinux-github
2019-10-30 13:39 ` voidlinux-github
2019-10-30 13:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30 13:58 ` voidlinux-github
2019-10-30 14:49 ` voidlinux-github
2019-10-30 14:54 ` voidlinux-github
2019-11-02 10:21 ` [PR PATCH] [Merged]: " voidlinux-github

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 NNTP newsgroup(s).