Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 535944 Details for
Bug 592540
gnome-base/gnome-vfs fails to build with >=dev-libs/openssl-1.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gnome-vfs-2.24.4-openssl-1.1.patch
gnome-vfs-2.24.4-openssl-1.1.patch (text/plain), 839 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2018-06-15 07:27:03 UTC
(
hide
)
Description:
gnome-vfs-2.24.4-openssl-1.1.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2018-06-15 07:27:03 UTC
Size:
839 bytes
patch
obsolete
>$NetBSD: patch-libgnomevfs_gnome-vfs-ssl.c,v 1.1 2018/02/16 13:18:26 wiz Exp $ > >struct SSL is opaque in openssl-1.1; and the SSL_free() man page >says that one should not free members of it manually (in both >the openssl-1.0 and openssl-1.1 man pages). > >--- libgnomevfs/gnome-vfs-ssl.c.orig 2010-02-09 12:16:14.000000000 +0000 >+++ libgnomevfs/gnome-vfs-ssl.c >@@ -400,9 +400,6 @@ gnome_vfs_ssl_create_from_fd (GnomeVFSSS > } > } > >- if (ssl->private->ssl->ctx) >- SSL_CTX_free (ssl->private->ssl->ctx); >- > SSL_free (ssl->private->ssl); > g_free (ssl->private); > g_free (ssl); >@@ -705,7 +702,6 @@ gnome_vfs_ssl_destroy (GnomeVFSSSL *ssl, > } > } > >- SSL_CTX_free (ssl->private->ssl->ctx); > SSL_free (ssl->private->ssl); > close (ssl->private->sockfd); > if (ssl->private->timeout)
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 592540
:
444544
| 535944