head	1.11;
access;
symbols
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.11
date	2008.06.29.16.48.00;	author simon;	state dead;
branches;
next	1.10;

1.10
date	2007.06.07.19.41.14;	author simon;	state Exp;
branches;
next	1.9;

1.9
date	2007.04.08.10.46.39;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.30.08.47.36;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2006.02.19.15.11.12;	author vs;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.26.14.46.50;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.18.59.03;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.10.21.02.31.08;	author nsayer;	state Exp;
branches;
next	1.3;

1.3
date	2000.10.19.00.24.20;	author nsayer;	state Exp;
branches;
next	1.2;

1.2
date	2000.10.12.21.56.10;	author nsayer;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.05.17.36.46;	author nsayer;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Retire the ca-roots ports, which expired long ago.

The port is deprecated since it is not supported by the FreeBSD
Security Officer anymore.  The reason for this is that the ca-roots
port makes promises with regard to CA verification which the current
Security Officer (and deputy) do not want to make.

For people who need a general root certificate list see the
security/ca_root_ns, but note that the difference in guarantees with
regard to which CAs are included in ca_root_ns vs. ca-roots.  The
ca_root_ns port basically makes no guarantees other than that the
certificates comes from the Mozilla project.

Note that the ca-roots MOVED file entry on purpose does not point at
ca_root_ns due to the change in CA guarantees.

With hat:	security-officer
@
text
@# Ports collection makefile for:  ca-roots
# Date created:			  Sep 5, 2000
# Whom:				  nsayer
#
# $FreeBSD: ports/security/ca-roots/Makefile,v 1.10 2007/06/07 19:41:14 simon Exp $
#

PORTNAME=	ca-roots
PORTVERSION=	1.2
CATEGORIES=	security
DISTFILES=	# none

MAINTAINER=	secteam@@FreeBSD.org
COMMENT=	A list of SSL CA root certificates

DEPRECATED=	Not supported by FreeBSD Security Officer anymore
EXPIRATION_DATE=2007-07-07

NO_BUILD=	yes

do-install:
		${MKDIR} ${PREFIX}/share/certs
		${INSTALL_DATA} ${FILESDIR}/ca-root.crt ${PREFIX}/share/certs
		${LN} -sf ${PREFIX}/share/certs/ca-root.crt /etc/ssl/cert.pem

.include <bsd.port.mk>
@


1.10
log
@Deprecated and set one month expiration since it's not supported by
the FreeBSD Security Officer anymore.

The current ca-roots port makes promises with regard to CA verification
which the current Security Officer (and deputy) do not want to make.

With hat:	so
Discussed with:	cperciva (some time ago)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Reassign to secteam@@

PR:		111371
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@@is-root.com> (maintainer)
@
text
@d16 3
@


1.8
log
@Hand maintainership to submitter

PR:		98097
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@@is-root.com>
@
text
@d13 1
a13 1
MAINTAINER=	nivo+kw+ports.bfa274@@is-root.com
@


1.7
log
@Prune expired certificates (including one that will expire in 4 days during
the Ports Freeze)

PR:		ports/93276
Approved by:	secteam (remko)
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@- Add CAcert.org certificates

PR:		ports/89483
Submitted by:	Peter Jeremy <PeterJeremy@@optushome.com.au>
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@


1.5
log
@De-pkg-comment.
@
text
@d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	1
@


1.4
log
@Release all my ports.

kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project.
@
text
@d15 1
@


1.3
log
@Oops. The plist entry isn't enough. We also need to do it in the
makefile.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ca-roots/Makefile,v 1.2 2000/10/12 21:56:10 nsayer Exp $
d14 1
a14 1
MAINTAINER=	nsayer@@FreeBSD.org
@


1.2
log
@Make a symlink in /etc/ssl

PR:		21770
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ca-roots/Makefile,v 1.1 2000/09/05 17:36:46 nsayer Exp $
d21 1
@


1.1
log
@ca-roots port -- a list of SSL Certificate Authority root certs
@
text
@d5 1
a5 1
# $FreeBSD$
d10 1
@

