svn commit: r451620 - in head/security/signify: . files
Tobias Kortkamp
tobik at FreeBSD.org
Mon Oct 9 15:10:08 UTC 2017
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
More information about the svn-ports-head
mailing list