Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2017 15:10:06 +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: r451620 - in head/security/signify: . files
Message-ID:  <201710091510.v99FA6pE029788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Oct  9 15:10:06 2017
New Revision: 451620
URL: https://svnweb.freebsd.org/changeset/ports/451620

Log:
  security/signify: Add new OpenBSD 6.3 public keys
  
  - Retire old OpenBSD 5.8/5.9 keys

Added:
  head/security/signify/files/openbsd-63-base.pub   (contents, props changed)
  head/security/signify/files/openbsd-63-fw.pub   (contents, props changed)
  head/security/signify/files/openbsd-63-pkg.pub   (contents, props changed)
Deleted:
  head/security/signify/files/openbsd-58-base.pub
  head/security/signify/files/openbsd-58-fw.pub
  head/security/signify/files/openbsd-58-pkg.pub
  head/security/signify/files/openbsd-59-base.pub
  head/security/signify/files/openbsd-59-fw.pub
  head/security/signify/files/openbsd-59-pkg.pub
Modified:
  head/security/signify/Makefile
  head/security/signify/pkg-plist

Modified: head/security/signify/Makefile
==============================================================================
--- head/security/signify/Makefile	Mon Oct  9 14:57:12 2017	(r451619)
+++ head/security/signify/Makefile	Mon Oct  9 15:10:06 2017	(r451620)
@@ -3,7 +3,7 @@
 PORTNAME=	signify
 PORTVERSION=	0.6
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	security
 

Added: head/security/signify/files/openbsd-63-base.pub
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/signify/files/openbsd-63-base.pub	Mon Oct  9 15:10:06 2017	(r451620)
@@ -0,0 +1,2 @@
+untrusted comment: openbsd 6.3 base public key
+RWRxzbLwAd76ZZxHU7wuIFUOVGwl6SjNNzanKWTql8w+hui7WLE/72mW

Added: head/security/signify/files/openbsd-63-fw.pub
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/signify/files/openbsd-63-fw.pub	Mon Oct  9 15:10:06 2017	(r451620)
@@ -0,0 +1,2 @@
+untrusted comment: OpenBSD 6.3 firmware public key
+RWT3tdmiAc+DH/CJOxPFT10kUM90/UcLTgSEUEKzhKm9QEhy+UD4CWPy

Added: head/security/signify/files/openbsd-63-pkg.pub
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/signify/files/openbsd-63-pkg.pub	Mon Oct  9 15:10:06 2017	(r451620)
@@ -0,0 +1,2 @@
+untrusted comment: OpenBSD 6.3 packages public key
+RWT58k1AWz/zZO9DHcPHXiHhDNP6hdwGjxNkyMoc/sh4O5NI8Zz1R1lD

Modified: head/security/signify/pkg-plist
==============================================================================
--- head/security/signify/pkg-plist	Mon Oct  9 14:57:12 2017	(r451619)
+++ head/security/signify/pkg-plist	Mon Oct  9 15:10:06 2017	(r451620)
@@ -1,10 +1,4 @@
 bin/signify
-%%ETCDIR%%/openbsd-58-base.pub
-%%ETCDIR%%/openbsd-58-fw.pub
-%%ETCDIR%%/openbsd-58-pkg.pub
-%%ETCDIR%%/openbsd-59-base.pub
-%%ETCDIR%%/openbsd-59-fw.pub
-%%ETCDIR%%/openbsd-59-pkg.pub
 %%ETCDIR%%/openbsd-60-base.pub
 %%ETCDIR%%/openbsd-60-fw.pub
 %%ETCDIR%%/openbsd-60-pkg.pub
@@ -16,4 +10,7 @@ bin/signify
 %%ETCDIR%%/openbsd-62-fw.pub
 %%ETCDIR%%/openbsd-62-pkg.pub
 %%ETCDIR%%/openbsd-62-syspatch.pub
+%%ETCDIR%%/openbsd-63-base.pub
+%%ETCDIR%%/openbsd-63-fw.pub
+%%ETCDIR%%/openbsd-63-pkg.pub
 man/man1/signify.1.gz



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