2017-11-08
| ||
14:58 | • Closed ticket [6c9bf49455]: sed can't replace get_dh2048 with get_dhParams in script gen_dh_params on macOS plus 3 other changes artifact: 54f27f9d3a user: rkeene | |
2017-10-17
| ||
03:59 | • Fixed ticket [6c9bf49455]. artifact: efc128cf76 user: rkeene | |
03:57 | Updated to use a more commonly accepted regexp when replacing the OpenSSL function name (addresses [6c9bf49455]) check-in: 12bf5e37e0 user: rkeene tags: trunk | |
2017-10-12
| ||
03:50 | • New ticket [6c9bf49455] sed can't replace get_dh2048 with get_dhParams in script gen_dh_params on macOS. artifact: f9cabc065f user: anonymous | |
Ticket Hash: | 6c9bf49455542e940e344a92476feaa7109d34f4 | |||
Title: | sed can't replace get_dh2048 with get_dhParams in script gen_dh_params on macOS | |||
Status: | Closed | Type: | Build Problem | |
Severity: | Important | Priority: | Low | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2017-11-08 14:58:20 | |||
Version Found In: | 1.7.13 | |||
User Comments: | ||||
anonymous added on 2017-10-12 03:50:29:
When build tcltls-1.7.13 on macOS, I got warning while compiling. After installed, "package require tls" got "Illegal Instruction: 4" error. I test: echo get_dh2048 | sed 's/get_dh[0-9]\+/get_dhParams/' not working on my macOS 10.12. Should write gen_dh_params by Tcl? :) rkeene added on 2017-11-08 14:58:20: Fixed in TclTLS 1.7.14 |