aboutsummaryrefslogtreecommitdiffstats
path: root/community/syncthing
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2017-05-12 22:19:02 +0200
committerShiz <hi@shiz.me>2017-05-12 22:19:41 +0200
commit1f89c5f7ea9a5188e5d6a5352ae1fd6bf74fa8d5 (patch)
treec72476824045135afbf346e78a99ad312d9f4714 /community/syncthing
parentc2f2b12d5bedea536111ce64d7c8d17054938c3b (diff)
downloadaports-1f89c5f7ea9a5188e5d6a5352ae1fd6bf74fa8d5.tar.bz2
aports-1f89c5f7ea9a5188e5d6a5352ae1fd6bf74fa8d5.tar.xz
community/syncthing: fix minio/sha256-simd dependency for s390x
Diffstat (limited to 'community/syncthing')
-rw-r--r--community/syncthing/APKBUILD6
-rw-r--r--community/syncthing/update-sha256-simd-dependency.patch13
2 files changed, 17 insertions, 2 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD
index 669600400d..d0e2a5626d 100644
--- a/community/syncthing/APKBUILD
+++ b/community/syncthing/APKBUILD
@@ -19,7 +19,8 @@ options="!strip"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz
$pkgname.confd
$pkgname.initd
- only-test-with-race-when-provided.patch"
+ only-test-with-race-when-provided.patch
+ update-sha256-simd-dependency.patch"
builddir="$srcdir/src/github.com/$pkgname/$pkgname"
@@ -62,4 +63,5 @@ utils() {
sha512sums="438d3385dc3b9737bc0ec275462b9dc41a630b353443061fddb9e48b184b5cb39e3ccf144fef4e30f4523d1c6a96f2a8a9d87bc27e9734b1f7d7d462c9c15e51 syncthing-0.14.27.tar.gz
b19cc3d802caa33f4d06852de590d2d984c12cf27d0540162cd7195da4f3f149c83c72e7a10f385b32b27fff6f39d33698e7402442a3f32a9da136c5d19059ae syncthing.confd
21fa7b0090e579ad0f02bb8cc9a78736eb99811613823bf12d477262da2281543d07b47ae0888e2e3876a687bf4cab3c89405447373a9c5ab2915989c5f9dce8 syncthing.initd
-3fd2b699e07891ae16c67af56d516ba0fde13d5e5d067dd680fc59f9fc5b2f7c5f685b040841588cca6de1f7fb4b094572e5eb73dda8ab30d4b2994d3f526047 only-test-with-race-when-provided.patch"
+3fd2b699e07891ae16c67af56d516ba0fde13d5e5d067dd680fc59f9fc5b2f7c5f685b040841588cca6de1f7fb4b094572e5eb73dda8ab30d4b2994d3f526047 only-test-with-race-when-provided.patch
+4fa7465a6bbc8c676fd568499abebd22da49019ab79bddef03581f07b533f1a7ec78c2de65597fe1031931c2897cdc088754f5bcc0009ca434ad32eb48503a64 update-sha256-simd-dependency.patch"
diff --git a/community/syncthing/update-sha256-simd-dependency.patch b/community/syncthing/update-sha256-simd-dependency.patch
new file mode 100644
index 0000000000..6594297518
--- /dev/null
+++ b/community/syncthing/update-sha256-simd-dependency.patch
@@ -0,0 +1,13 @@
+Update minio/sha256-simd to a version that supports s390x.
+diff -Nru a/vendor/manifest b/vendor/manifest
+--- a/vendor/manifest 2017-04-15 07:38:23.000000000 +0000
++++ b/vendor/manifest 2017-05-12 20:14:19.175873879 +0000
+@@ -313,7 +313,7 @@
+ "importpath": "github.com/minio/sha256-simd",
+ "repository": "https://github.com/minio/sha256-simd",
+ "vcs": "git",
+- "revision": "6124d070eb4e7001c244b6ccc282620a5dce44a0",
++ "revision": "f3ec2e4d36d43c3a899ed4b7d9f62188edcf5afd",
+ "branch": "master",
+ "notests": true
+ },