ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:86422] [Ruby trunk Bug#14657] Fix build error with LibreSSL 2.7
       [not found] <redmine.issue-14657.20180401205142@ruby-lang.org>
@ 2018-04-01 20:51 ` brnrd
  2018-04-02  2:43 ` [ruby-core:86426] [Ruby trunk Bug#14657][Assigned] " hsbt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: brnrd @ 2018-04-01 20:51 UTC (permalink / raw
  To: ruby-core

Issue #14657 has been reported by spil (Bernard Spil).

----------------------------------------
Bug #14657: Fix build error with LibreSSL 2.7
https://bugs.ruby-lang.org/issues/14657

* Author: spil (Bernard Spil)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.4.3p205 (2017-12-14 revision 61247) [amd64-freebsd11]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
LibreSSL 2.7 implements OpenSSL 1.1 API leading to conflicts on method names

Patch is actually for 2.5, same problem exists for 2.4.

---Files--------------------------------
patch-ext_openssl_openssl__missing.h (1.02 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:86426] [Ruby trunk Bug#14657][Assigned] Fix build error with LibreSSL 2.7
       [not found] <redmine.issue-14657.20180401205142@ruby-lang.org>
  2018-04-01 20:51 ` [ruby-core:86422] [Ruby trunk Bug#14657] Fix build error with LibreSSL 2.7 brnrd
@ 2018-04-02  2:43 ` hsbt
  2018-04-02 11:33 ` [ruby-core:86433] [Ruby trunk Bug#14657] " brnrd
  2019-08-26 14:00 ` [ruby-core:94561] [Ruby master " usa
  3 siblings, 0 replies; 4+ messages in thread
From: hsbt @ 2018-04-02  2:43 UTC (permalink / raw
  To: ruby-core

Issue #14657 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Open to Assigned
Assignee set to rhenium (Kazuki Yamaguchi)

This issue was already handled at upstream: https://github.com/ruby/openssl/pull/193



----------------------------------------
Bug #14657: Fix build error with LibreSSL 2.7
https://bugs.ruby-lang.org/issues/14657#change-71361

* Author: spil (Bernard Spil)
* Status: Assigned
* Priority: Normal
* Assignee: rhenium (Kazuki Yamaguchi)
* Target version: 
* ruby -v: ruby 2.4.3p205 (2017-12-14 revision 61247) [amd64-freebsd11]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
LibreSSL 2.7 implements OpenSSL 1.1 API leading to conflicts on method names

Patch is actually for 2.5, same problem exists for 2.4.

---Files--------------------------------
patch-ext_openssl_openssl__missing.h (1.02 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:86433] [Ruby trunk Bug#14657] Fix build error with LibreSSL 2.7
       [not found] <redmine.issue-14657.20180401205142@ruby-lang.org>
  2018-04-01 20:51 ` [ruby-core:86422] [Ruby trunk Bug#14657] Fix build error with LibreSSL 2.7 brnrd
  2018-04-02  2:43 ` [ruby-core:86426] [Ruby trunk Bug#14657][Assigned] " hsbt
@ 2018-04-02 11:33 ` brnrd
  2019-08-26 14:00 ` [ruby-core:94561] [Ruby master " usa
  3 siblings, 0 replies; 4+ messages in thread
From: brnrd @ 2018-04-02 11:33 UTC (permalink / raw
  To: ruby-core

Issue #14657 has been updated by spil (Bernard Spil).


Sorry for the noise... The Github repo is not very prominent on your website.
Updating our patch with upstream.

----------------------------------------
Bug #14657: Fix build error with LibreSSL 2.7
https://bugs.ruby-lang.org/issues/14657#change-71370

* Author: spil (Bernard Spil)
* Status: Assigned
* Priority: Normal
* Assignee: rhenium (Kazuki Yamaguchi)
* Target version: 
* ruby -v: ruby 2.4.3p205 (2017-12-14 revision 61247) [amd64-freebsd11]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
LibreSSL 2.7 implements OpenSSL 1.1 API leading to conflicts on method names

Patch is actually for 2.5, same problem exists for 2.4.

---Files--------------------------------
patch-ext_openssl_openssl__missing.h (1.02 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:94561] [Ruby master Bug#14657] Fix build error with LibreSSL 2.7
       [not found] <redmine.issue-14657.20180401205142@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2018-04-02 11:33 ` [ruby-core:86433] [Ruby trunk Bug#14657] " brnrd
@ 2019-08-26 14:00 ` usa
  3 siblings, 0 replies; 4+ messages in thread
From: usa @ 2019-08-26 14:00 UTC (permalink / raw
  To: ruby-core

Issue #14657 has been updated by usa (Usaku NAKAMURA).

Backport changed from 2.3: REQUIRED, 2.4: REQUIRED, 2.5: REQUIRED to 2.3: REQUIRED, 2.4: REQUIRED, 2.5: DONE

already fixed on ruby_2_5 at r64428.

----------------------------------------
Bug #14657: Fix build error with LibreSSL 2.7
https://bugs.ruby-lang.org/issues/14657#change-81017

* Author: spil (Bernard Spil)
* Status: Closed
* Priority: Normal
* Assignee: rhenium (Kazuki Yamaguchi)
* Target version: 
* ruby -v: ruby 2.4.3p205 (2017-12-14 revision 61247) [amd64-freebsd11]
* Backport: 2.3: REQUIRED, 2.4: REQUIRED, 2.5: DONE
----------------------------------------
LibreSSL 2.7 implements OpenSSL 1.1 API leading to conflicts on method names

Patch is actually for 2.5, same problem exists for 2.4.

---Files--------------------------------
patch-ext_openssl_openssl__missing.h (1.02 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-26 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-14657.20180401205142@ruby-lang.org>
2018-04-01 20:51 ` [ruby-core:86422] [Ruby trunk Bug#14657] Fix build error with LibreSSL 2.7 brnrd
2018-04-02  2:43 ` [ruby-core:86426] [Ruby trunk Bug#14657][Assigned] " hsbt
2018-04-02 11:33 ` [ruby-core:86433] [Ruby trunk Bug#14657] " brnrd
2019-08-26 14:00 ` [ruby-core:94561] [Ruby master " usa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).