Bug 1468077
Summary: | Transmission-gtk: Update to support openssl 1.1 (rather than the compat package) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | abrouwers | ||||
Component: | transmission | Assignee: | Gwyn Ciesla <gwync> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 26 | CC: | abdulkarimmemon, charles, gwync, helio, jspaleta, kanelxake, kumarpraveen.nitdgp, raghusiddarth, sanjay.ankur | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | transmission-2.92-12.fc27 transmission-2.92-12.fc26 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-01-30 18:05:37 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
abrouwers
2017-07-06 00:39:10 UTC
I applied the two relevant patches, and it doesn't build on rawhide: crypto-utils-openssl.c: In function 'tr_dh_new': crypto-utils-openssl.c:244:29: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}' if (!check_pointer (handle->p = BN_bin2bn (prime_num, prime_num_length, NULL)) || ^ crypto-utils-openssl.c:92:56: note: in definition of macro 'check_pointer' #define check_pointer(pointer) check_openssl_pointer ((pointer), __FILE__, __LINE__) ^~~~~~~ make[1]: *** [Makefile:1253: crypto-utils-openssl.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/limb/fedora/git/transmission/transmission-2.92/libtransmission' make: *** [Makefile:507: all-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.2c5zlk (%build) Created attachment 1384563 [details] openssl-1.1.0-patch Patch cherry-picked from upstream, passes make check and quick use-test. --- transmission.spec.old 2018-01-22 19:51:34.248092816 +0100 +++ transmission.spec 2018-01-22 20:01:57.248147531 +0100 @@ -16,8 +16,10 @@ Patch2: transmission-fdlimits.patch # https://github.com/transmission/transmission/pull/468 Patch3: CVE-2018-5702.patch +# Cherry-picked from upstream +Patch4: 0001-transmission-build-against-openssl-1.1.0.patch -BuildRequires: compat-openssl10-devel >= 0.9.4 +BuildRequires: openssl-devel >= 1.1.0 BuildRequires: glib2-devel >= 2.32.0 BuildRequires: gtk3-devel >= 3.2.0 BuildRequires: libnotify-devel >= 0.4.3 @@ -97,6 +99,7 @@ %patch1 -p0 %patch2 -p0 %patch3 -p1 +%patch4 -p1 # fix icon location for Transmission Qt Thank you, update coming. transmission-2.92-12.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-b166805347 transmission-2.92-12.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-499a02cc9d transmission-2.92-12.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-b166805347 transmission-2.92-12.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-499a02cc9d transmission-2.92-12.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. transmission-2.92-12.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |