diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-23 18:25:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-23 18:25:11 +0000 |
commit | 1912c8b654b9dca049f7528b1f505ac4cd310663 (patch) | |
tree | 02d5bdbc1fe24078986b01bc5a1b61c6ea75a57a | |
parent | 50784460da3121c30157ee8f691a186e8325e14f (diff) | |
download | aports-1912c8b654b9dca049f7528b1f505ac4cd310663.tar.bz2 aports-1912c8b654b9dca049f7528b1f505ac4cd310663.tar.xz |
main/mkinitfs: upgrade to 3.4.0
-rw-r--r-- | main/mkinitfs/0001-features-add-support-for-hid-apple-keyboards.patch | 24 | ||||
-rw-r--r-- | main/mkinitfs/APKBUILD | 8 |
2 files changed, 3 insertions, 29 deletions
diff --git a/main/mkinitfs/0001-features-add-support-for-hid-apple-keyboards.patch b/main/mkinitfs/0001-features-add-support-for-hid-apple-keyboards.patch deleted file mode 100644 index bab77ed49e..0000000000 --- a/main/mkinitfs/0001-features-add-support-for-hid-apple-keyboards.patch +++ /dev/null @@ -1,24 +0,0 @@ -From cb044ba7dae8dac17040303063e1ea7b0137f1a4 Mon Sep 17 00:00:00 2001 -From: Natanael Copa <ncopa@alpinelinux.org> -Date: Mon, 21 Jan 2019 21:40:54 +0000 -Subject: [PATCH] features: add support for hid-apple keyboards - -https://bugs.alpinelinux.org/issues/9889 ---- - features.d/usb.modules | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/features.d/usb.modules b/features.d/usb.modules -index 30b68e2..d29a9da 100644 ---- a/features.d/usb.modules -+++ b/features.d/usb.modules -@@ -3,5 +3,6 @@ kernel/drivers/usb/storage - kernel/drivers/hid/usbhid - kernel/drivers/hid/hid-generic.ko - kernel/drivers/hid/hid-cherry.ko -+kernel/drivers/hid/hid-apple.ko - kernel/fs/fat - kernel/fs/nls --- -2.20.1 - diff --git a/main/mkinitfs/APKBUILD b/main/mkinitfs/APKBUILD index 6cf9cd970a..f006c51cfd 100644 --- a/main/mkinitfs/APKBUILD +++ b/main/mkinitfs/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mkinitfs -pkgver=3.4.0_rc1 +pkgver=3.4.0 _ver=${pkgver%_git*} -pkgrel=1 +pkgrel=0 pkgdesc="Tool to generate initramfs images for Alpine" url="https://git.alpinelinux.org/cgit/mkinitfs" arch="all" @@ -17,7 +17,6 @@ subpackages="$pkgname-doc" install="$pkgname.pre-upgrade $pkgname.post-install $pkgname.post-upgrade" triggers="$pkgname.trigger=/usr/share/kernel/*" source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$_ver.tar.xz - 0001-features-add-support-for-hid-apple-keyboards.patch " builddir="$srcdir/$pkgname-$_ver" @@ -32,5 +31,4 @@ package() { make install DESTDIR="$pkgdir" } -sha512sums="c3ccf36411ecd30213bd3d9dd58ba70bff3ddf7e7a4f818d9f9bb5cc6d632c04b67982a458ae13d08033a69574c106277b557c9b9aeccf285d53425657978cc9 mkinitfs-3.4.0_rc1.tar.xz -14b7655c92d6cd17de3011a532c5194b52cc926c5da40756b54ef6fae6e62216f24996236518d9f2407d39425f22066f550bf4efd4ef5741c236d15230cc567e 0001-features-add-support-for-hid-apple-keyboards.patch" +sha512sums="6c7c1e49e49203f50784e08c8dec9b6bc3bbe5e238d91e85a0a61c09623f6c7b7dfcb490f20e1d6317cbb87287d23e7ef848f1ebf563392cee4b80499676cffc mkinitfs-3.4.0.tar.xz" |