diff options
Diffstat (limited to 'community/gwenhywfar/fix-tests.patch')
-rw-r--r-- | community/gwenhywfar/fix-tests.patch | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/community/gwenhywfar/fix-tests.patch b/community/gwenhywfar/fix-tests.patch index 00051f551b..a440b94170 100644 --- a/community/gwenhywfar/fix-tests.patch +++ b/community/gwenhywfar/fix-tests.patch @@ -1,8 +1,18 @@ -Port 443 is not open on devel.aqbanking.de connect to google.com instead. - +diff -upr gwenhywfar-4.18.0.orig/checks/syncio_http.c gwenhywfar-4.18.0/checks/syncio_http.c +--- gwenhywfar-4.18.0.orig/checks/syncio_http.c 2014-07-23 22:28:23.000000000 +0200 ++++ gwenhywfar-4.18.0/checks/syncio_http.c 2018-05-30 12:57:41.174981614 +0200 +@@ -32,7 +32,7 @@ static int check_syncio_http1() { + "ERROR in check_syncio_http1: Could not create socket io layer.\n"); + return 2; + } +- GWEN_SyncIo_Socket_SetAddress(sio, "devel.aqbanking.de"); ++ GWEN_SyncIo_Socket_SetAddress(sio, "google.com"); + GWEN_SyncIo_Socket_SetPort(sio, 80); + + baseLayer=sio; diff -upr gwenhywfar-4.18.0.orig/checks/syncio_https.c gwenhywfar-4.18.0/checks/syncio_https.c ---- gwenhywfar-4.18.0.orig/checks/syncio_https.c 2017-11-06 11:35:39.376537746 +0100 -+++ gwenhywfar-4.18.0/checks/syncio_https.c 2017-11-06 11:36:01.173317776 +0100 +--- gwenhywfar-4.18.0.orig/checks/syncio_https.c 2014-07-23 22:28:23.000000000 +0200 ++++ gwenhywfar-4.18.0/checks/syncio_https.c 2018-05-30 12:57:14.844906364 +0200 @@ -33,7 +33,7 @@ static int check_syncio_https1() { "ERROR in check_syncio_http1: Could not create socket io layer.\n"); return 2; |