|
Bugzilla – Full Text Bug Listing |
| Summary: | mailx fails to build with openssl-1.1 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Tomáš Chvátal <tchvatal> |
| Component: | Other | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | tchvatal, vcizek |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1042629 | ||
|
Description
Tomáš Chvátal
2017-06-05 10:35:54 UTC
Just build it local against openSUSE.Factory and it works!? Give me *MORE* information about this, e.g. where to find the affected openssl version to build against? (In reply to Dr. Werner Fink from comment #1) > Just build it local against openSUSE.Factory and it works!? Give me *MORE* > information about this, e.g. where to find the affected openssl version to > build against? as stated in the first comment it is in Staging:I, you can check it out there and see how it fails. The exact command for the terminal: osc co openSUSE:Factory:Staging:I mailx (In reply to Tomáš Chvátal from comment #2) > (In reply to Dr. Werner Fink from comment #1) > > Just build it local against openSUSE.Factory and it works!? Give me *MORE* > > information about this, e.g. where to find the affected openssl version to > > build against? > > as stated in the first comment it is in Staging:I, you can check it out > there and see how it fails. > > The exact command for the terminal: > > osc co openSUSE:Factory:Staging:I mailx Why there is no RAND_egd() and also no SSLv2_client_method() nor SSLv3_client_method() anymore? Looks like there had been set OPENSSL_NO_EGD ... but why this? (In reply to Tomáš Chvátal from comment #2) > > osc co openSUSE:Factory:Staging:I mailx Useless as openSUSE:Factory:Staging:I/mailx fits server:mail/mailx ... only osc getbinaries openSUSE:Factory:Staging:I openssl standard/x86_64 osc build --prefer-pkgs $PWD/binaries does help here! (In reply to Dr. Werner Fink from comment #3) > (In reply to Tomáš Chvátal from comment #2) > > (In reply to Dr. Werner Fink from comment #1) > > > Just build it local against openSUSE.Factory and it works!? Give me *MORE* > > > information about this, e.g. where to find the affected openssl version to > > > build against? > > > > as stated in the first comment it is in Staging:I, you can check it out > > there and see how it fails. > > > > The exact command for the terminal: > > > > osc co openSUSE:Factory:Staging:I mailx > > Why there is no RAND_egd() and also no SSLv2_client_method() nor > SSLv3_client_method() anymore? *) Version negotiation has been rewritten. In particular SSLv23_method(), SSLv23_client_method() and SSLv23_server_method() have been deprecated, and turned into macros which simply call the new preferred function names TLS_method(), TLS_client_method() and TLS_server_method(). All new code should use the new names instead. Also as part of this change the ssl23.h header file has been removed. *) SSLv2 support has been removed. It still supports receiving a SSLv2 compatible client hello. [Kurt Roeckx] For RAND_egd we disable it on compile time as was requested. (In reply to Tomáš Chvátal from comment #6) > > For RAND_egd we disable it on compile time as was requested. No acceptable, see boo#1043815 This is an autogenerated message for OBS integration: This bug (1042663) was mentioned in https://build.opensuse.org/request/show/503073 Factory / mailx With comment #8 this becomes fixed |