Bug 247871

Summary: net-im/libmesode: Enable using CAfile as trust store
Product: Ports & Packages Reporter: Ashish SHUKLA <ashish>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Some People Flags: arved: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix none

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.