From owner-svn-ports-all@freebsd.org Tue Feb 13 20:45:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3626F23045; Tue, 13 Feb 2018 20:45:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6890B7047D; Tue, 13 Feb 2018 20:45:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C1F825DF3; Tue, 13 Feb 2018 20:45:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1DKjdqf093644; Tue, 13 Feb 2018 20:45:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1DKjdOQ093642; Tue, 13 Feb 2018 20:45:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802132045.w1DKjdOQ093642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 13 Feb 2018 20:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461746 - head/security/ca_root_nss X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/security/ca_root_nss X-SVN-Commit-Revision: 461746 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 20:45:39 -0000 Author: feld Date: Tue Feb 13 20:45:38 2018 New Revision: 461746 URL: https://svnweb.freebsd.org/changeset/ports/461746 Log: security/ca_root_nss: Add post-exec script to automatically sync to mono's certificate store PR: 225357 Modified: head/security/ca_root_nss/Makefile head/security/ca_root_nss/pkg-plist Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Tue Feb 13 20:25:50 2018 (r461745) +++ head/security/ca_root_nss/Makefile Tue Feb 13 20:45:38 2018 (r461746) @@ -2,6 +2,7 @@ PORTNAME= ca_root_nss PORTVERSION= ${VERSION_NSS} +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= MOZILLA/security/nss/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src DISTNAME= nss-${VERSION_NSS}${NSS_SUFFIX} Modified: head/security/ca_root_nss/pkg-plist ============================================================================== --- head/security/ca_root_nss/pkg-plist Tue Feb 13 20:25:50 2018 (r461745) +++ head/security/ca_root_nss/pkg-plist Tue Feb 13 20:45:38 2018 (r461746) @@ -3,3 +3,4 @@ @sample openssl/cert.pem.sample %%ETCSYMLINK%%/etc/ssl/cert.pem %%ETCSYMLINK%%@dir /etc/ssl +@postexec [ -x %%LOCALBASE%%/bin/cert-sync ] && %%LOCALBASE%%/bin/cert-sync --quiet %%PREFIX%%/share/certs/ca-root-nss.crt