FreeBSD Bugzilla – Attachment 182330 Details for
Bug 219094
[PATCH] databases/postgresql93-server fails to compile with libressl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-postgre93-server_libressl
svn-diff_postgre93-server (text/plain), 1.36 KB, created by
Walter Schwarzenfeld
on 2017-05-06 10:07:50 UTC
(
hide
)
Description:
svn-diff-postgre93-server_libressl
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2017-05-06 10:07:50 UTC
Size:
1.36 KB
patch
obsolete
>Index: files/patch-be-secure.c >=================================================================== >--- files/patch-be-secure.c (nonexistent) >+++ files/patch-be-secure.c (working copy) >@@ -0,0 +1,19 @@ >+--- src/backend/libpq/be-secure.c.orig 2017-05-06 09:44:42 UTC >++++ src/backend/libpq/be-secure.c >+@@ -338,13 +338,13 @@ secure_write(Port *port, void *ptr, size >+ ereport(COMMERROR, >+ (errcode(ERRCODE_PROTOCOL_VIOLATION), >+ errmsg("SSL renegotiation failure"))); >+- if (port->ssl->state != SSL_ST_OK) >++ if (SSL_state(port->ssl) != SSL_ST_OK) >+ ereport(COMMERROR, >+ (errcode(ERRCODE_PROTOCOL_VIOLATION), >+ errmsg("SSL failed to send renegotiation request"))); >+- port->ssl->state |= SSL_ST_ACCEPT; >++ SSL_set_state(port->ssl, SSL_state(port->ssl) | SSL_ST_ACCEPT); >+ SSL_do_handshake(port->ssl); >+- if (port->ssl->state != SSL_ST_OK) >++ if (SSL_state(port->ssl) != SSL_ST_OK) >+ ereport(COMMERROR, >+ (errcode(ERRCODE_PROTOCOL_VIOLATION), >+ errmsg("SSL renegotiation failure"))); > >Property changes on: files/patch-be-secure.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 219094
: 182330