Date: 17 Mar 2008 08:49:01 -0300 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: brooks@FreeBSD.org Subject: ports/121782: [PATCH] security/ca_root_nss: [SUMMARIZE CHANGES] Message-ID: <20080317114901.1964.qmail@exxodus.fedaykin.here> Resent-Message-ID: <200803171210.m2HCA3af062980@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121782 >Category: ports >Synopsis: [PATCH] security/ca_root_nss: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 12:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD exxodus.fedaykin.here 7.0-STABLE FreeBSD 7.0-STABLE #35: Fri Feb 29 10:35:04 BRT 2008 >Description: o Fix port OPTION ETCSYMLINK which was not creating the proper link. Instead of pointing to the crt file, it was pointing to the directory. o Bump PORTREVISION Port maintainer (brooks@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ca_root_nss-3.11.9_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/ca_root_nss/Makefile /tmp/ca_root_nss/Makefile --- /usr/ports/security/ca_root_nss/Makefile 2008-03-14 01:17:48.000000000 -0300 +++ /tmp/ca_root_nss/Makefile 2008-03-17 08:47:24.000000000 -0300 @@ -7,7 +7,7 @@ PORTNAME= ca_root_nss PORTVERSION= ${VERSION_NSS} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA} \ ${MASTER_SITES_MODSSL:S/$/:mod_ssl/} @@ -66,7 +66,7 @@ ${MKDIR} ${PREFIX}/${CERTDIR} ${INSTALL_DATA} ${WRKDIR}/ca-root-nss.crt ${PREFIX}/${CERTDIR} .if !defined(WITHOUT_ETCSYMLINK) - ${LN} -s ${PREFIX}/${CERTDIR} /etc/ssl/cert.pem + ${LN} -s ${PREFIX}/${CERTDIR}/ca-root-nss.crt /etc/ssl/cert.pem .endif .include <bsd.port.post.mk> --- ca_root_nss-3.11.9_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080317114901.1964.qmail>