aboutsummaryrefslogtreecommitdiffstats
path: root/main/usbredir/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-07-23 07:25:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-07-23 07:25:48 +0000
commite2b923657caff029ec18b5b9a0e5f490b9acf374 (patch)
tree03dc9f9ea7f6fc3ee45337af6887b8476f1fd910 /main/usbredir/APKBUILD
parentaae0e965caf8a5da08003b14a735b34b15735daf (diff)
downloadaports-e2b923657caff029ec18b5b9a0e5f490b9acf374.tar.bz2
aports-e2b923657caff029ec18b5b9a0e5f490b9acf374.tar.xz
main/usbredir: add some patches from upstream
Diffstat (limited to 'main/usbredir/APKBUILD')
-rw-r--r--main/usbredir/APKBUILD23
1 files changed, 18 insertions, 5 deletions
diff --git a/main/usbredir/APKBUILD b/main/usbredir/APKBUILD
index b56234c30f..5a0c752db8 100644
--- a/main/usbredir/APKBUILD
+++ b/main/usbredir/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=usbredir
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="USB network redirection protocol libraries"
url="http://spice-space.org/page/UsbRedir"
arch="all"
@@ -11,7 +11,11 @@ depends_dev="libusb-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-server"
-source="http://spice-space.org/download/usbredir/usbredir-$pkgver.tar.bz2"
+source="http://spice-space.org/download/usbredir/usbredir-$pkgver.tar.bz2
+ Initialize-usb_redir_hello_header-to-0-in-usbredirparser_init.patch
+ usbredirhost-Add-2798-0001-to-the-do-not-reset-blacklist.patch
+ usbredirtestclient-Fix-a-memory-leak.patch
+ "
_builddir="$srcdir"/usbredir-$pkgver
prepare() {
@@ -51,6 +55,15 @@ server() {
mv "$pkgdir"/usr/sbin "$subpkgdir"/usr/
}
-md5sums="bc096f160e4ebb848c3a0f0fbf9500fc usbredir-0.7.tar.bz2"
-sha256sums="0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa usbredir-0.7.tar.bz2"
-sha512sums="f615fc52f195c7159d16b551f6ecd9426f2aad64222f24b964fbd66fbf59498d80d4d5cf851cc1be9ddd27a9d962afa05970e1379f1ef02e8ac304235e82ad4a usbredir-0.7.tar.bz2"
+md5sums="bc096f160e4ebb848c3a0f0fbf9500fc usbredir-0.7.tar.bz2
+ad93b58e63ba30c1df2f0fc933eb7d74 Initialize-usb_redir_hello_header-to-0-in-usbredirparser_init.patch
+a56584d5298fb196851ccaa7525c19d2 usbredirhost-Add-2798-0001-to-the-do-not-reset-blacklist.patch
+227300e89ac76ffcc1e15248408a8a73 usbredirtestclient-Fix-a-memory-leak.patch"
+sha256sums="0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa usbredir-0.7.tar.bz2
+9c00ec29047575a1875f0128bf4bf4798c459bb98952e468bab73824d03283e9 Initialize-usb_redir_hello_header-to-0-in-usbredirparser_init.patch
+eae2360f95883c8aa87c1e1a92c532dbd05493d863288fdbf90d437de80cf264 usbredirhost-Add-2798-0001-to-the-do-not-reset-blacklist.patch
+dc8c8950f880294cc53373904eb98b0e9ae8cdd802d293bcde007bbe5b4de26a usbredirtestclient-Fix-a-memory-leak.patch"
+sha512sums="f615fc52f195c7159d16b551f6ecd9426f2aad64222f24b964fbd66fbf59498d80d4d5cf851cc1be9ddd27a9d962afa05970e1379f1ef02e8ac304235e82ad4a usbredir-0.7.tar.bz2
+a5b0813a98507b22616341814b997b04a2d0259b75d3a6e39c85d9e85e92a422b29edfbb023749e5dc8a2c680858e6ffc4b3ec5b97c077ab99f57c8bc05c799e Initialize-usb_redir_hello_header-to-0-in-usbredirparser_init.patch
+150ac5c43cf0f353e19da61a9a8abe8400c929fe435f2b6184b1f4cf1998083eda559cce3113e4a493e106036fb69a216652964bf7bef464aa17a84e07105166 usbredirhost-Add-2798-0001-to-the-do-not-reset-blacklist.patch
+3bd98d50571f3682359a15401d46dee9ba9f2727ca94ecf47eae826f438fc9a224627510715d0535a08e35e72f97827162704ecdfe0b06a0cc81f0bbd0d19d33 usbredirtestclient-Fix-a-memory-leak.patch"