Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2022 16:06:51 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa21c3d9963e - main - net-im/libpurple: Point to the cert directory with .pem files
Message-ID:  <202204051606.235G6pTq042143@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa21c3d9963e119bbb5b19729a75d7c4a2861716

commit aa21c3d9963e119bbb5b19729a75d7c4a2861716
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2022-04-05 16:05:22 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2022-04-05 16:06:47 +0000

    net-im/libpurple: Point to the cert directory with .pem files
    
    The code looks for a .pem extension, but all of the extracted certs in
    /etc/ssl/certs use .0.
    
    PR:             262858
---
 net-im/libpurple/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index fb455e64ef38..63e40211fc89 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME?=	libpurple
 PORTVERSION=	2.14.8
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}
@@ -21,7 +21,7 @@ CONFIGURE_ARGS?=--disable-gtkui \
 		--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
 		--enable-static \
 		--disable-nm \
-		--with-system-ssl-certs=/etc/ssl/certs
+		--with-system-ssl-certs=/usr/share/certs/trusted
 INSTALL_TARGET=	install-strip
 
 .if !defined(PIDGIN_SLAVE)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204051606.235G6pTq042143>