Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701966 - net-news/newsboat-2.17.1 - add support for support >dev-libs/libressl-3.0x dev-libs/openssl-1.1x
Summary: net-news/newsboat-2.17.1 - add support for support >dev-libs/libressl-3.0x de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-12-04 15:08 UTC by Ulenrich
Modified: 2019-12-07 00:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
newsboat-2.17 needs newer crates for unstable libressl or openssl (newsboat-2.17.1-newercrates-for-ssl.patch,6.67 KB, patch)
2019-12-04 15:08 UTC, Ulenrich
Details | Diff
needed patch for the newsboat-2.17.1.ebuild (newsboat-2.17.1.patch,1007 bytes, patch)
2019-12-04 15:12 UTC, Ulenrich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulenrich 2019-12-04 15:08:30 UTC
Created attachment 598412 [details, diff]
newsboat-2.17 needs newer crates for unstable libressl or openssl

My patch to use newer upstream crates in newsboat enables compilation with actual unstable 
dev-libs/openssl-1.1.1d
dev-libs/libressl-3.0.2

but should be upstreamed ...
Comment 1 Ulenrich 2019-12-04 15:12:49 UTC
Created attachment 598414 [details, diff]
needed patch for the newsboat-2.17.1.ebuild

patch includes the new crate versions into the ebuild
and adds a dependency which should prevent such a bug as
https://bugs.gentoo.org/694750
Comment 2 Ulenrich 2019-12-04 18:38:23 UTC
After having emerged my patched net-news/newsboat-2.17.1 ebuild
I tested run 
as ordinary user: All works well
Comment 3 Georgy Yakovlev archtester gentoo-dev 2019-12-04 21:15:55 UTC
2.17.1 works fine without the patch on openssl-1.1.1d-r2 for me.
don't use libressl so can't test
Comment 4 Larry the Git Cow gentoo-dev 2019-12-04 21:23:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b619e784bd9bb096217736d9b68aac4220da4aac

commit b619e784bd9bb096217736d9b68aac4220da4aac
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2019-12-04 21:21:12 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2019-12-04 21:23:11 +0000

    net-news/newsboat: revbump 2.17.1, ssl deps and libressl patch
    
    Bug: https://bugs.gentoo.org/694750
    Closes: https://bugs.gentoo.org/701966
    Package-Manager: Portage-2.3.79, Repoman-2.3.17
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 net-news/newsboat/Manifest                         |  3 +
 .../newsboat/files/newsboat-2.17.1-libressl.patch  | 98 ++++++++++++++++++++++
 ...oat-2.17.1.ebuild => newsboat-2.17.1-r1.ebuild} | 12 ++-
 3 files changed, 109 insertions(+), 4 deletions(-)
Comment 5 Ulenrich 2019-12-04 22:14:39 UTC
Thank you for fixing quickly !!

(In reply to Georgy Yakovlev from comment #3)
> 2.17.1 works fine without the patch on openssl-1.1.1d-r2 for me.
> don't use libressl so can't test

I cannot test openssl because usign libressl. 
I had interpreted the log output of
openssl-sys-0.9.46.crate
that it may not compile with openssl-1.1.1d
Sorry, if I had misinterpeted that! (I am not an expert)