summaryrefslogtreecommitdiffstats
path: root/main/mkinitfs
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-12-02 13:15:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-02 13:15:47 +0000
commit944e4b6299ecbd45a3472a8e129fc85ea67d576f (patch)
tree711a249f0f4cabdfd8f837a31bce236f66dcf905 /main/mkinitfs
parentd375f6a40fce7d67d5aa640510cc64033ade00e8 (diff)
downloadaports-944e4b6299ecbd45a3472a8e129fc85ea67d576f.tar.bz2
aports-944e4b6299ecbd45a3472a8e129fc85ea67d576f.tar.xz
main/mkinitfs: add missing libpthread dep for cryptsetup
ref #2445
Diffstat (limited to 'main/mkinitfs')
-rw-r--r--main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch22
-rw-r--r--main/mkinitfs/APKBUILD6
2 files changed, 27 insertions, 1 deletions
diff --git a/main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch b/main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch
new file mode 100644
index 000000000..3643656b2
--- /dev/null
+++ b/main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch
@@ -0,0 +1,22 @@
+From 3d83e2968ac40a80162821c358316cfea12a33e2 Mon Sep 17 00:00:00 2001
+From: Natanael Copa <ncopa@alpinelinux.org>
+Date: Mon, 2 Dec 2013 13:10:54 +0000
+Subject: [PATCH] cyptsetup: add another missing dep, libpthread
+
+ref #2445
+---
+ files.d/cryptsetup | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/files.d/cryptsetup b/files.d/cryptsetup
+index 6b170d2..e9810ef 100644
+--- a/files.d/cryptsetup
++++ b/files.d/cryptsetup
+@@ -7,3 +7,4 @@
+ /lib/libcrypto.so.*
+ /lib/libz.so.*
+ /lib/libdl.so.*
++/lib/libpthread*.so*
+--
+1.8.4.3
+
diff --git a/main/mkinitfs/APKBUILD b/main/mkinitfs/APKBUILD
index ccd77863e..ee579bf6c 100644
--- a/main/mkinitfs/APKBUILD
+++ b/main/mkinitfs/APKBUILD
@@ -2,13 +2,14 @@
pkgname=mkinitfs
pkgver=2.5.1
_ver=${pkgver%_git*}
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to generate initramfs images for Alpine"
url=http://git.alpinelinux.org/cgit/mkinitfs
depends="busybox apk-tools>=2.0"
triggers="$pkgname.trigger=/usr/share/kernel/*"
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$_ver.tar.xz
0001-cryptsetup-add-missing-libdl-dependency.patch
+ 0001-cyptsetup-add-another-missing-dep-libpthread.patch
eglibc.patch
"
arch="noarch"
@@ -47,10 +48,13 @@ package() {
}
md5sums="c0c44c16105eb939392b2f042c2f866c mkinitfs-2.5.1.tar.xz
671e8363c2f586f816868df4d999ef72 0001-cryptsetup-add-missing-libdl-dependency.patch
+d5380f593018132425ee3e9d91c9948d 0001-cyptsetup-add-another-missing-dep-libpthread.patch
067649665a767ff1a08578e1f4e61524 eglibc.patch"
sha256sums="40a320988d4e48162654c96ef5a3e3170456a0711d03d0622323e0fe71f43e61 mkinitfs-2.5.1.tar.xz
61f7544ef812579a64207625cb2133f3709031e79bf3d7d26d5f70e98f18b033 0001-cryptsetup-add-missing-libdl-dependency.patch
+583e892a82c39734d632f367e2539734270726c6f44ec00f1fc30575d6f2b014 0001-cyptsetup-add-another-missing-dep-libpthread.patch
2db513d1a058be0f5794dc74d00418807253d8ac850c9713ea0eeb0be5f3f65a eglibc.patch"
sha512sums="a544be536be5ffbb9c49ec4dab036adcf98ea086870498f5c78b7ff27adbe02d99f8b852c64acdef7a6c0b464df2016a8b6ad071350751fc96706bdd264657a6 mkinitfs-2.5.1.tar.xz
33a5b97eb1f408d6896543464ee2c191e08fe9c801c9cff5ca38ad484d1e32ba8376a14606c20cb296687265c3b2c11c41c77eecc4688d3fa9c2366ad7b53c3f 0001-cryptsetup-add-missing-libdl-dependency.patch
+81a463d5634935bb00bc3ffcd39225e3040b8f856fb7841130972728fc002340ec71b3a8b3942de5630af11d5e19259258e459fbf7e0f88228f2fbcc417f67b8 0001-cyptsetup-add-another-missing-dep-libpthread.patch
3498d9930889cd776a34863733d467b50b83679ea7f91d79963c81e4f1dc138f887ef1f2a696da6d836d1f6f862dcfd2c2fb9a55b0e3b2926e9f3fc648bc5a15 eglibc.patch"