Bug 247871 - net-im/libmesode: Enable using CAfile as trust store
Summary: net-im/libmesode: Enable using CAfile as trust store
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-09 12:30 UTC by Ashish SHUKLA
Modified: 2020-07-12 19:22 UTC (History)
0 users

See Also:
arved: maintainer-feedback+


Attachments
Fix (1.25 KB, patch)
2020-07-09 12:30 UTC, Ashish SHUKLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ashish SHUKLA freebsd_committer freebsd_triage 2020-07-09 12:30:21 UTC
Created attachment 216339 [details]
Fix

This is the update to include fix for the upstream bug[1] in Profanity, where Profanity fails to verify SSL certificate despite issuer certificate being present in default CA bundle (ca_root_nss).

References:
[1] https://github.com/profanity-im/profanity/issues/1234
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2020-07-12 11:11:23 UTC
Approved, please commit
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-07-12 19:16:09 UTC
A commit references this bug:

Author: ashish
Date: Sun Jul 12 19:16:03 UTC 2020
New revision: 542090
URL: https://svnweb.freebsd.org/changeset/ports/542090

Log:
  - Import a patch from upstream to fix bug related to SSL
    certificate verification in Profanity

  PR:		247871
  Approved by:	arved (maintainer)
  MFH:		2020Q3 (reliability fix blanket)

Changes:
  head/net-im/libmesode/Makefile
  head/net-im/libmesode/files/patch-src_tls__openssl.c
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-07-12 19:21:11 UTC
A commit references this bug:

Author: ashish
Date: Sun Jul 12 19:20:30 UTC 2020
New revision: 542091
URL: https://svnweb.freebsd.org/changeset/ports/542091

Log:
  MFH: r542090

  - Import a patch from upstream to fix bug related to SSL
    certificate verification in Profanity

  PR:		247871
  Approved by:	arved (maintainer)
  Approved by:	portmgr (reliability fix blanket)

Changes:
_U  branches/2020Q3/
  branches/2020Q3/net-im/libmesode/Makefile
  branches/2020Q3/net-im/libmesode/files/patch-src_tls__openssl.c
Comment 4 Ashish SHUKLA freebsd_committer freebsd_triage 2020-07-12 19:22:29 UTC
Thank you for approval. As it's a bug related to SSL certificate verification, I merged to quarterly branch as well.