diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-15 11:02:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-15 11:02:41 +0000 |
commit | 39171d2dd47e48195dcd013893e4ff7323c5e0fe (patch) | |
tree | 39ec7886fa61bf6d4d94bc8f02e5dec4bca7e58b /main/util-linux/APKBUILD | |
parent | 6ec54370bab269bc458018c212a8d004ab4c98db (diff) | |
download | aports-39171d2dd47e48195dcd013893e4ff7323c5e0fe.tar.bz2 aports-39171d2dd47e48195dcd013893e4ff7323c5e0fe.tar.xz |
main/util-linux: backport libblkid cdrom probe patch
ref #5697
Diffstat (limited to 'main/util-linux/APKBUILD')
-rw-r--r-- | main/util-linux/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index 18cd29e2dd..a7817876fa 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -8,7 +8,7 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=2 +pkgrel=3 pkgdesc="Random collection of Linux utilities" url="http://git.kernel.org/cgit/utils/util-linux/util-linux.git" arch="all" @@ -19,6 +19,7 @@ makedepends="zlib-dev sed ncurses-dev tar autoconf automake libtool python-dev l install= options="suid" source="http://www.kernel.org/pub/linux/utils/util-linux/v${_v}/util-linux-$pkgver.tar.xz + libblkid-reduce-probing-area-for-crazy-CDROMs.patch ttydefaults.h " subpackages="$pkgname-doc $pkgname-dev libuuid libblkid libmount @@ -152,8 +153,11 @@ _py() { } md5sums="e534e6ccc49107e5d31c329af798ef7d util-linux-2.28.tar.xz +ee12cce6423e6f7ea4c9c438989e77d7 libblkid-reduce-probing-area-for-crazy-CDROMs.patch 6196f1ce853dfaf717569c1e35555d6d ttydefaults.h" sha256sums="395847e2a18a2c317170f238892751e73a57104565344f8644090c8b091014bb util-linux-2.28.tar.xz +12b6434a229d08c81f45735cac50e9003908f3ad974c59cec93ddf57700077f3 libblkid-reduce-probing-area-for-crazy-CDROMs.patch 46faf1198bd884d12c5d45019a5fec8dfdefeae6721d8c9f3da89921acdb2a6d ttydefaults.h" sha512sums="a1f911bdfda5985de87105d39501e501a5f9ec0fe6a433e3f2fed9a80e104342bb4a7e0e6dc9b7d677d5429249f05b343cb5370b0ea0e068dc889699d4ec1f8a util-linux-2.28.tar.xz +ec27d4227f7e0f08198ecf00f4c7da379ed588eb05835c318322bec26841868e51337c5710706237a7a3358aa0db6d4514c8f2444d02b2bd800f1c7f9e9570c2 libblkid-reduce-probing-area-for-crazy-CDROMs.patch 876bb9041eca1b2cca1e9aac898f282db576f7860aba690a95c0ac629d7c5b2cdeccba504dda87ff55c2a10b67165985ce16ca41a0694a267507e1e0cafd46d9 ttydefaults.h" |