Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2017 08:35:58 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438335 - in head/security/signify: . files
Message-ID:  <201704120835.v3C8Zw4k026848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Apr 12 08:35:58 2017
New Revision: 438335
URL: https://svnweb.freebsd.org/changeset/ports/438335

Log:
  Add OpenBSD 6.2 public keys
  
  Approved by:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10368

Added:
  head/security/signify/files/openbsd-61-syspatch.pub   (contents, props changed)
  head/security/signify/files/openbsd-62-base.pub   (contents, props changed)
  head/security/signify/files/openbsd-62-fw.pub   (contents, props changed)
  head/security/signify/files/openbsd-62-pkg.pub   (contents, props changed)
  head/security/signify/files/openbsd-62-syspatch.pub   (contents, props changed)
Modified:
  head/security/signify/Makefile
  head/security/signify/pkg-plist

Modified: head/security/signify/Makefile
==============================================================================
--- head/security/signify/Makefile	Wed Apr 12 07:44:46 2017	(r438334)
+++ head/security/signify/Makefile	Wed Apr 12 08:35:58 2017	(r438335)
@@ -3,6 +3,7 @@
 PORTNAME=	signify
 PORTVERSION=	0.6
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security
 
@@ -16,8 +17,6 @@ LICENSE=	ISCL BSD4CLAUSE BSD3CLAUSE
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-# gmake is required on FreeBSD 9.3, on FreeBSD >= 10 we get away with
-# regular make with tiny changes in the Makefile.
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	chneukirchen

Added: head/security/signify/files/openbsd-61-syspatch.pub
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/signify/files/openbsd-61-syspatch.pub	Wed Apr 12 08:35:58 2017	(r438335)
@@ -0,0 +1,2 @@
+untrusted comment: OpenBSD 6.1 syspatch public key
+RWRsegDPFjQlnQlptsqnIv0Q+5dSCCkeiAvZUXtrEwXQZkEhTvlPn++D

Added: head/security/signify/files/openbsd-62-base.pub
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/signify/files/openbsd-62-base.pub	Wed Apr 12 08:35:58 2017	(r438335)
@@ -0,0 +1,2 @@
+untrusted comment: openbsd 6.2 base public key
+RWRVWzAMgtyg7g27STK1h1xA6RIwtjex6Vr5Y9q5SC5q5+b0GN4lLhfu

Added: head/security/signify/files/openbsd-62-fw.pub
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/signify/files/openbsd-62-fw.pub	Wed Apr 12 08:35:58 2017	(r438335)
@@ -0,0 +1,2 @@
+untrusted comment: OpenBSD 6.2 firmware public key
+RWSbA8C2TPUQLi48EqHtg7Rx7KGDt6E/2d8OeJinGZPbpoqGRxA0N2oW

Added: head/security/signify/files/openbsd-62-pkg.pub
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/signify/files/openbsd-62-pkg.pub	Wed Apr 12 08:35:58 2017	(r438335)
@@ -0,0 +1,2 @@
+untrusted comment: OpenBSD 6.2 packages public key
+RWRvEq+UPCq0VGI9ar7VMy+HYKDrOb4WS5JLhdUBiX3qvJgPQjyZSTxI

Added: head/security/signify/files/openbsd-62-syspatch.pub
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/signify/files/openbsd-62-syspatch.pub	Wed Apr 12 08:35:58 2017	(r438335)
@@ -0,0 +1,2 @@
+untrusted comment: OpenBSD 6.2 syspatch public key
+RWRsbjD1ABhtm6joukOFHqdPYZFoICJUpM257ko69FpP/roGOts+TfXg

Modified: head/security/signify/pkg-plist
==============================================================================
--- head/security/signify/pkg-plist	Wed Apr 12 07:44:46 2017	(r438334)
+++ head/security/signify/pkg-plist	Wed Apr 12 08:35:58 2017	(r438335)
@@ -11,4 +11,9 @@ bin/signify
 %%ETCDIR%%/openbsd-61-base.pub
 %%ETCDIR%%/openbsd-61-fw.pub
 %%ETCDIR%%/openbsd-61-pkg.pub
+%%ETCDIR%%/openbsd-61-syspatch.pub
+%%ETCDIR%%/openbsd-62-base.pub
+%%ETCDIR%%/openbsd-62-fw.pub
+%%ETCDIR%%/openbsd-62-pkg.pub
+%%ETCDIR%%/openbsd-62-syspatch.pub
 man/man1/signify.1.gz



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