diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2019-01-15 05:18:12 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-05 10:47:09 +0000 |
commit | d77034b1671902becb8d8562e55410d364be6401 (patch) | |
tree | 46d9506eaebfd73c1dc97e52841655899a636f8c /community/tinc-pre/disable-ping-tests.patch | |
parent | 15ce033036d4755eea263f73562085840a63a401 (diff) | |
download | aports-d77034b1671902becb8d8562e55410d364be6401.tar.bz2 aports-d77034b1671902becb8d8562e55410d364be6401.tar.xz |
community/tinc-pre: upgrade to 1.1pre17
- no wxPython GUI anymore in upstream so remove the -gui package.
- no more ping.test in upstream so just drop the corresponding
patch; ns-ping.test is still here but the test driver will skip
it properly in non-root environment anyway.
- sync configure feature flags with makedepends even if they just
confirm the default.
On mipseln8hf this upgrade fixes exactly the same tests failure as
described in commit 4a50fb4c...
Diffstat (limited to 'community/tinc-pre/disable-ping-tests.patch')
-rw-r--r-- | community/tinc-pre/disable-ping-tests.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/tinc-pre/disable-ping-tests.patch b/community/tinc-pre/disable-ping-tests.patch deleted file mode 100644 index 1e9192b106..0000000000 --- a/community/tinc-pre/disable-ping-tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./test/Makefile.am.orig -+++ ./test/Makefile.am -@@ -6,8 +6,6 @@ - invite-join.test \ - invite-offline.test \ - invite-tinc-up.test \ -- ns-ping.test \ -- ping.test \ - scripts.test \ - sptps-basic.test \ - variables.test |