Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 560590 Details for
Bug 675054
net-im/ekg2-0.3.1-r2 fails to compile against openssl-1.1+
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gnutls.patch
gnutls.patch (text/plain), 1.31 KB, created by
Attila Tóth
on 2019-01-10 07:05:12 UTC
(
hide
)
Description:
gnutls.patch
Filename:
MIME Type:
Creator:
Attila Tóth
Created:
2019-01-10 07:05:12 UTC
Size:
1.31 KB
patch
obsolete
>diff -Naur ekg2-master.orig/plugins/jabber/jabber.c ekg2-master/plugins/jabber/jabber.c >--- ekg2-master.orig/plugins/jabber/jabber.c 2016-04-19 19:08:06.000000000 +0200 >+++ ekg2-master/plugins/jabber/jabber.c 2018-02-10 10:35:32.379723199 +0100 >@@ -996,9 +996,7 @@ > > #ifdef HAVE_LIBGNUTLS > gnutls_set_default_priority(j->ssl_session); >- gnutls_certificate_type_set_priority(j->ssl_session, cert_type_priority); > gnutls_credentials_set(j->ssl_session, GNUTLS_CRD_CERTIFICATE, j->xcred); >- gnutls_compression_set_priority(j->ssl_session, comp_type_priority); > > /* we use read/write instead of recv/send */ > gnutls_transport_set_pull_function(j->ssl_session, (gnutls_pull_func)read); >diff -Naur ekg2-master.orig/remote/remote.c ekg2-master/remote/remote.c >--- ekg2-master.orig/remote/remote.c 2016-04-19 19:08:06.000000000 +0200 >+++ ekg2-master/remote/remote.c 2018-02-10 10:35:37.816482940 +0100 >@@ -235,9 +235,7 @@ > /* gnutls_record_set_max_size(ssl, 1024); */ /* XXX */ > > gnutls_set_default_priority(ssl); >- gnutls_certificate_type_set_priority(ssl, cert_type_priority); > gnutls_credentials_set(ssl, GNUTLS_CRD_CERTIFICATE, ssl_xcred); >- gnutls_compression_set_priority(ssl, comp_type_priority); > > /* we use read/write instead of recv/send */ > gnutls_transport_set_pull_function(ssl, (gnutls_pull_func) ekg_gnutls_read);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 675054
: 560590 |
560592