aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-18 19:54:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-18 21:44:24 -0300
commit1c8ea353b9826a167516d61c2986131952ddf175 (patch)
tree53937e35b9953ef8f9ee6bf7ad6211e743af1815
parent6de413690debe8b41081c537ec6e281f18c06e50 (diff)
downloadalpine_aports-1c8ea353b9826a167516d61c2986131952ddf175.tar.bz2
alpine_aports-1c8ea353b9826a167516d61c2986131952ddf175.tar.xz
alpine_aports-1c8ea353b9826a167516d61c2986131952ddf175.zip
community/gpgme: upgrade to 1.13.1
-rw-r--r--community/gpgme/0001-Disable-failing-tests-x86-armhf.patch83
-rw-r--r--community/gpgme/APKBUILD10
2 files changed, 4 insertions, 89 deletions
diff --git a/community/gpgme/0001-Disable-failing-tests-x86-armhf.patch b/community/gpgme/0001-Disable-failing-tests-x86-armhf.patch
deleted file mode 100644
index bcee1c45b4..0000000000
--- a/community/gpgme/0001-Disable-failing-tests-x86-armhf.patch
+++ /dev/null
@@ -1,83 +0,0 @@
1From bed4c45433fb0b8d77be85ea63fe2dfb6ffae7eb Mon Sep 17 00:00:00 2001
2From: Leonardo Arena <rnalrd@alpinelinux.org>
3Date: Fri, 9 Nov 2018 14:58:21 +0000
4Subject: [PATCH] Disable failing tests (x86, armhf)
5
6starting gpg-agent..
7OK
8Using gpg module from '/home/buildozer/aports/main/gpgme/src/gpgme-1.12.0/lang/python/python3-gpg/lib.linux-i686-3.6/gpg'.
9Traceback (most recent call last):
10 File "./t-callbacks.py", line 114, in <module>
11 c.op_genkey(parms, None, None)
12 File "/home/buildozer/aports/main/gpgme/src/gpgme-1.12.0/lang/python/python3-gpg/lib.linux-i686-3.6/gpg/core.py", line 158, in wrapper
13 return _funcwrap(self, *args)
14 File "/home/buildozer/aports/main/gpgme/src/gpgme-1.12.0/lang/python/python3-gpg/lib.linux-i686-3.6/gpg/core.py", line 141, in _funcwrap
15 return errorcheck(result, name)
16 File "/home/buildozer/aports/main/gpgme/src/gpgme-1.12.0/lang/python/python3-gpg/lib.linux-i686-3.6/gpg/errors.py", line 129, in errorcheck
17 raise GPGMEError(retval, extradata)
18gpg.errors.GPGMEError: gpgme_op_genkey: GPGME: General error
19stopping gpg-agent
20Running tests using /usr/bin/python3 (3.6)...
21PASS: initial.py
22PASS: t-wrapper.py
23FAIL: t-callbacks.py
24PASS: t-data.py
25PASS: t-encrypt.py
26PASS: t-encrypt-sym.py
27PASS: t-encrypt-sign.py
28PASS: t-sign.py
29PASS: t-signers.py
30PASS: t-decrypt.py
31PASS: t-verify.py
32PASS: t-decrypt-verify.py
33PASS: t-sig-notation.py
34PASS: t-export.py
35PASS: t-import.py
36PASS: t-trustlist.py
37PASS: t-edit.py
38PASS: t-keylist.py
39PASS: t-keylist-from-data.py
40PASS: t-wait.py
41PASS: t-encrypt-large.py
42PASS: t-file-name.py
43PASS: t-idiomatic.py
44PASS: t-protocol-assuan.py
45PASS: t-quick-key-creation.py
46PASS: t-quick-subkey-creation.py
47PASS: t-quick-key-manipulation.py
48PASS: t-quick-key-signing.py
49PASS: final.py
5029 tests run, 28 succeeded, 1 failed, 0 skipped.
51
52---
53 lang/python/tests/Makefile.am | 1 -
54 lang/python/tests/Makefile.in | 1 -
55 2 files changed, 2 deletions(-)
56
57diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
58index d26d33d..f6979bf 100644
59--- a/lang/python/tests/Makefile.am
60+++ b/lang/python/tests/Makefile.am
61@@ -29,7 +29,6 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \
62 LD_LIBRARY_PATH="../../../src/.libs:$(LD_LIBRARY_PATH)"
63
64 py_tests = t-wrapper.py \
65- t-callbacks.py \
66 t-data.py \
67 t-encrypt.py \
68 t-encrypt-sym.py \
69diff --git a/lang/python/tests/Makefile.in b/lang/python/tests/Makefile.in
70index 9efd7ee..d840daa 100644
71--- a/lang/python/tests/Makefile.in
72+++ b/lang/python/tests/Makefile.in
73@@ -342,7 +342,6 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \
74 LD_LIBRARY_PATH="../../../src/.libs:$(LD_LIBRARY_PATH)"
75
76 py_tests = t-wrapper.py \
77- t-callbacks.py \
78 t-data.py \
79 t-encrypt.py \
80 t-encrypt-sym.py \
81--
822.19.1
83
diff --git a/community/gpgme/APKBUILD b/community/gpgme/APKBUILD
index c494bb6164..1661e3f5ec 100644
--- a/community/gpgme/APKBUILD
+++ b/community/gpgme/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: 1# Contributor: Leo <thinkabit.ukim@gmail.com>
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=gpgme 3pkgname=gpgme
4pkgver=1.13.0 4pkgver=1.13.1
5pkgrel=2 5pkgrel=0
6pkgdesc="gnupg made easy" 6pkgdesc="gnupg made easy"
7url="https://www.gnupg.org/related_software/gpgme/" 7url="https://www.gnupg.org/related_software/gpgme/"
8arch="all" 8arch="all"
@@ -12,7 +12,6 @@ depends_dev="qt5-qtbase-dev"
12makedepends="$depends_dev python3-dev py3-setuptools swig libgpg-error-dev libassuan-dev" 12makedepends="$depends_dev python3-dev py3-setuptools swig libgpg-error-dev libassuan-dev"
13subpackages="$pkgname-dev $pkgname-doc gpgmepp py3-gpgme:py3 q$pkgname" 13subpackages="$pkgname-dev $pkgname-doc gpgmepp py3-gpgme:py3 q$pkgname"
14source="https://www.gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2 14source="https://www.gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
15 0001-Disable-failing-tests-x86-armhf.patch
16 " 15 "
17 16
18build() { 17build() {
@@ -56,5 +55,4 @@ qgpgme() {
56 mv "$pkgdir"/usr/lib/libqgpgme.so* "$subpkgdir"/usr/lib/ 55 mv "$pkgdir"/usr/lib/libqgpgme.so* "$subpkgdir"/usr/lib/
57} 56}
58 57
59sha512sums="47a7a67dcc6d111cddd805d288d42e870948114a6dc09ce0675ad8b3d1580bbc2a683e1e70cb2f416919cf2129c72a9ff30e2e3b9527809d04e863cc1f87267b gpgme-1.13.0.tar.bz2 58sha512sums="11de670c6cf512508103fe67af56d9fbb2a9dda6fc6fa3cd321371bbe337c7c2c81913ca557d07187adb2a63d37ea1a44da97ab22345bbe6022c405d0cb083b8 gpgme-1.13.1.tar.bz2"
609a461042175e8771b685967059c8760050094925a4a577b62d2a4a3c5a4c135e857aa812f5cf6019241e73c941837ad449a9c51b41fd661957026b0ae9c1198c 0001-Disable-failing-tests-x86-armhf.patch"