[148237] trunk/dports/devel/gwenhywfar4/files/patch-src-sio-syncio_tls.c. diff

mps at macports.org mps at macports.org
Sat Apr 30 12:22:57 PDT 2016


Revision: 148237
          https://trac.macports.org/changeset/148237
Author:   mps at macports.org
Date:     2016-04-30 12:22:57 -0700 (Sat, 30 Apr 2016)
Log Message:
-----------
gwenhywfar4: add missing patch file

Added Paths:
-----------
    trunk/dports/devel/gwenhywfar4/files/patch-src-sio-syncio_tls.c.diff

Added: trunk/dports/devel/gwenhywfar4/files/patch-src-sio-syncio_tls.c.diff
===================================================================
--- trunk/dports/devel/gwenhywfar4/files/patch-src-sio-syncio_tls.c.diff	                        (rev 0)
+++ trunk/dports/devel/gwenhywfar4/files/patch-src-sio-syncio_tls.c.diff	2016-04-30 19:22:57 UTC (rev 148237)
@@ -0,0 +1,13 @@
+diff --git a/src/sio/syncio_tls.c b/src/sio/syncio_tls.c
+index 43e1d70..dc2d334 100644
+--- src/sio/syncio_tls.c
++++ src/sio/syncio_tls.c
+@@ -364,7 +364,7 @@ int GWEN_SyncIo_Tls_Prepare(GWEN_SYNCIO *sio) {
+     const int proto_prio[2] = { GNUTLS_SSL3, 0 };
+ 
+     DBG_INFO(GWEN_LOGDOMAIN, "Forcing SSL v3");
+-    rv=gnutls_protocol_set_priority(xio->session, proto_prio);
++    rv=gnutls_priority_set(xio->session, proto_prio);
+     if (rv) {
+       DBG_ERROR(GWEN_LOGDOMAIN, "gnutls_protocol_set_priority: %d (%s)", rv, gnutls_strerror(rv));
+       gnutls_deinit(xio->session);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160430/d0754c26/attachment.html>


More information about the macports-changes mailing list