Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mkinitcpio-encrypt: add support for LUK2 authenticated encryption.
Date: Wed, 30 Oct 2019 11:51:23 +0100	[thread overview]
Message-ID: <20191030105123.ts5m0ICAeS5BG7baKbV-OJILKGB7Hb9Z0vozrzKc_UE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15940@inbox.vuxu.org>

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

There is an updated 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: 1621 bytes --]

From 433426bf2352370317919eff3664d2b296fd9000 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 28 Oct 2019 23:44:12 -0700
Subject: [PATCH] mkinitcpio: update to 27.

Add support for LUK2 authenticated encryption.
See: https://bugs.archlinux.org/task/59151
---
 srcpkgs/mkinitcpio/files/encrypt_install | 1 +
 srcpkgs/mkinitcpio/template              | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

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..129e31beaf8 100644
--- a/srcpkgs/mkinitcpio/template
+++ b/srcpkgs/mkinitcpio/template
@@ -1,6 +1,6 @@
 # Template file for 'mkinitcpio'
 pkgname=mkinitcpio
-version=26
+version=27
 revision=1
 archs=noarch
 build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-2.0-only"
 homepage="https://wiki.archlinux.org/index.php/Mkinitcpio"
 distfiles="https://sources.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d1c3038f538f8e2e57333050463b79884de6f29f4b4ec4f26d1bdeaa620215c1
+checksum=e6bff1cb78b677538eb9aace900b715fd59de8fc210b74fb9d899dfaa32bc354
 
 conf_files="/etc/mkinitcpio.conf"
 

  parent reply	other threads:[~2019-10-30 10:51 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30  8:27 [PR PATCH] " 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 ` voidlinux-github [this message]
2019-10-30 10:51 ` [PR PATCH] [Updated] " 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

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

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

  git send-email \
    --in-reply-to=20191030105123.ts5m0ICAeS5BG7baKbV-OJILKGB7Hb9Z0vozrzKc_UE@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /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.
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).