Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TBK
aports
Commits
86021d77
Commit
86021d77
authored
7 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/mkinitfs: upgrade to 3.1.0_rc1
parent
091c5e93
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/mkinitfs/0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch
+0
-27
0 additions, 27 deletions
...nit-pull-in-libressl-instead-of-openssl-for-encrypt.patch
main/mkinitfs/APKBUILD
+3
-9
3 additions, 9 deletions
main/mkinitfs/APKBUILD
with
3 additions
and
36 deletions
main/mkinitfs/0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch
deleted
100644 → 0
+
0
−
27
View file @
091c5e93
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
This diff is collapsed.
Click to expand it.
main/mkinitfs/APKBUILD
+
3
−
9
View file @
86021d77
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
mkinitfs
pkgver
=
3.
0.9
pkgver
=
3.
1.0_rc1
_ver
=
${
pkgver
%_git*
}
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Tool to generate initramfs images for Alpine"
url
=
"http://git.alpinelinux.org/cgit/mkinitfs"
makedepends_build
=
""
...
...
@@ -12,7 +12,6 @@ depends="busybox apk-tools>=2.0 lddtree>=1.25"
install
=
"
$pkgname
.pre-upgrade
$pkgname
.post-install
$pkgname
.post-upgrade"
triggers
=
"
$pkgname
.trigger=/usr/share/kernel/*"
source
=
"http://dev.alpinelinux.org/archive/
$pkgname
/
$pkgname
-
$_ver
.tar.xz
0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch
"
arch
=
"all"
license
=
"GPL2"
...
...
@@ -28,9 +27,4 @@ package() {
make
install
DESTDIR
=
"
$pkgdir
"
||
return
1
}
md5sums
=
"1267c40a5a75c28242e9f76c90d24df4 mkinitfs-3.0.9.tar.xz
6bc10f3c0fe2b8554e1135e15fcf4040 0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch"
sha256sums
=
"42e7a5d3649eac6e23687d617c79e3ddd653164391dae7034ed828bae5ce120d mkinitfs-3.0.9.tar.xz
8608e02824d7c7dec4d6aa4906a4c6c55fcd8b8d99838d57dd71b768c2acaea2 0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch"
sha512sums
=
"f625f128aa7f570d5d65082f17ad28a1eac4c2fd9070e6d2ab027ff78b1f474122cb639de78b82fae35e6f8139f1b04e8f7ed369875bd8fd723cbb2e93ae50f1 mkinitfs-3.0.9.tar.xz
1feb19ff6bfbe1e3131b6c1d8a7158d523633933706713ddacafda88da431e90cd6f7e1a621c52c396c7e7111e985b28cc7ad6c5e1ece1c7b22389991776c105 0001-init-pull-in-libressl-instead-of-openssl-for-encrypt.patch"
sha512sums
=
"b1ec1d07bae813d105779112b407e07f4a89b03664ece87e63b1db8060e8f304c0855b64252ade5910b1981d5711612ed96fbce77d33c27909650efbcb7e769a mkinitfs-3.1.0_rc1.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment