Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762265 - dev-lang/mono-6.10.0.104 - mono does not appear to run cert-sync after install
Summary: dev-lang/mono-6.10.0.104 - mono does not appear to run cert-sync after install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-28 15:40 UTC by powerboat9.gamer
Modified: 2021-03-28 04:21 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description powerboat9.gamer 2020-12-28 15:40:18 UTC
While trying to run CKAN (https://github.com/KSP-CKAN/CKAN), I encountered some ssl trust issues. I was finally able to fix those issues by running "cert-sync /etc/ssl/cert.pem", but I noticed that according to the man page for cert-sync

"Its use is intended to be automated at Mono install time, by distribution packagers, to seamlessly provide SSL support to Mono applications without further user interaction."

Judging by the man page and my own issues with the certificate store, it would make sense for mono to automatically run cert-sync on install.
Comment 1 Larry the Git Cow gentoo-dev 2021-03-28 04:21:17 UTC
The bug has been closed via the following commit(s):

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

commit 3f2ce176977618670a011966317ddfbd72409829
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-28 03:45:27 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-28 04:21:05 +0000

    dev-lang/mono: add 6.12.0.122
    
    * Bumps to 6.12.0.122
    * Run cert-sync (regenerate certificate store) in pkg_postinst
    * Add (preliminary) check-reqs.eclass usage
    * Fix automagic dependencies on:
    ** app-crypt/mit-krb5
    ** sys-libs/zlib (fallback to bundled previously)
    
    Bug: https://bugs.gentoo.org/776667
    Bug: https://bugs.gentoo.org/719718
    Closes: https://bugs.gentoo.org/687892
    Closes: https://bugs.gentoo.org/729328
    Closes: https://bugs.gentoo.org/762265
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/mono/Manifest               |   1 +
 dev-lang/mono/mono-6.12.0.122.ebuild | 114 +++++++++++++++++++++++++++++++++++
 2 files changed, 115 insertions(+)