Browse Source

Refresh patch queue

Christoph Biedl 2 years ago
parent
commit
cbad1eca8c

+ 0 - 19
debian/patches/cherry-pick/1613255571.v16-2-g0abdfbc.fix-issue-with-multiple-encrypted-devices.patch

@@ -1,19 +0,0 @@
-Subject: Fix issue with multiple encrypted devices
-Origin: v16-2-g0abdfbc <https://github.com/latchset/clevis/commit/v16-2-g0abdfbc>
-Upstream-Author: Dmitriy P <dpantel@users.noreply.github.com>
-Date: Sat Feb 13 15:32:51 2021 -0700
-
-    There is a separate askpass process (with its own PID) for each
-    encrypted device. So re-get the askpass PID with each loop iteration.
-
---- a/src/initramfs-tools/scripts/local-top/clevis.in
-+++ b/src/initramfs-tools/scripts/local-top/clevis.in
-@@ -130,6 +130,8 @@
- 
-     while true; do
- 
-+        # Re-get the askpass PID in case there are multiple encrypted devices
-+        pid=""
-         until [ "$pid" ] && [ -p "$PASSFIFO" ]; do
-             sleep .1
-             pid_fifo=$(get_askpass_pid)

+ 0 - 1
debian/patches/series

@@ -1,5 +1,4 @@
 # cherry-picked commits. Keep in upstream's chronological order
 # cherry-picked commits. Keep in upstream's chronological order
-cherry-pick/1613255571.v16-2-g0abdfbc.fix-issue-with-multiple-encrypted-devices.patch
 
 
 # patches for upstream
 # patches for upstream
 for-upstream/2018-10-30.use-asciidoctor-to-build-manpages.patch
 for-upstream/2018-10-30.use-asciidoctor-to-build-manpages.patch