diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-19 16:31:43 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-19 16:41:17 +0200 |
commit | 86021d77133b1e6954d80baa730b053a202c66e6 (patch) | |
tree | a2c0c7f76f81df2e91e8204d56f873ff4fab587f /main/mkinitfs/0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch | |
parent | 091c5e930dbcb16c8920fc550148d2ab4f5379bf (diff) | |
download | aports-86021d77133b1e6954d80baa730b053a202c66e6.tar.bz2 aports-86021d77133b1e6954d80baa730b053a202c66e6.tar.xz |
main/mkinitfs: upgrade to 3.1.0_rc1
Diffstat (limited to 'main/mkinitfs/0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch')
-rw-r--r-- | main/mkinitfs/0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/main/mkinitfs/0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch b/main/mkinitfs/0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch deleted file mode 100644 index cda26ed3c1..0000000000 --- a/main/mkinitfs/0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 841a76b3a96955c7840edc29f8397078514a55a9 Mon Sep 17 00:00:00 2001 -From: Natanael Copa <ncopa@alpinelinux.org> -Date: Wed, 25 Jan 2017 08:57:24 +0000 -Subject: [PATCH] init: pull in libressl instead of openssl for encrypted - apkovl - -ref #6689 ---- - initramfs-init.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/initramfs-init.in b/initramfs-init.in -index f4cd274..adcc7be 100755 ---- a/initramfs-init.in -+++ b/initramfs-init.in -@@ -55,7 +55,7 @@ unpack_apkovl() { - fi - - # we need openssl. let apk handle deps -- apk add --quiet --initdb --repositories-file $repofile openssl || return 1 -+ apk add --quiet --initdb --repositories-file $repofile libressl || return 1 - - if ! openssl list-cipher-commands | grep "^$suffix$" > /dev/null; then - errstr="Cipher $suffix is not supported" --- -2.11.0 - |