summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-10-09 15:10:06 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-10-09 15:10:06 +0000
commitce701862411c73893fc81836a696d2e3dc9f322b (patch)
treeb40d562ea84a6902747d3fe6e2fee78a659db75d
parent- Update to 0.12.0 (diff)
security/signify: Add new OpenBSD 6.3 public keys
- Retire old OpenBSD 5.8/5.9 keys
Notes
Notes: svn path=/head/; revision=451620
-rw-r--r--security/signify/Makefile2
-rw-r--r--security/signify/files/openbsd-58-base.pub2
-rw-r--r--security/signify/files/openbsd-58-fw.pub2
-rw-r--r--security/signify/files/openbsd-58-pkg.pub2
-rw-r--r--security/signify/files/openbsd-59-base.pub2
-rw-r--r--security/signify/files/openbsd-59-fw.pub2
-rw-r--r--security/signify/files/openbsd-59-pkg.pub2
-rw-r--r--security/signify/files/openbsd-63-base.pub2
-rw-r--r--security/signify/files/openbsd-63-fw.pub2
-rw-r--r--security/signify/files/openbsd-63-pkg.pub2
-rw-r--r--security/signify/pkg-plist9
11 files changed, 10 insertions, 19 deletions
diff --git a/security/signify/Makefile b/security/signify/Makefile
index 24910fd9baf6..874fdc239a38 100644
--- a/security/signify/Makefile
+++ b/security/signify/Makefile
@@ -3,7 +3,7 @@
PORTNAME= signify
PORTVERSION= 0.6
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= security
diff --git a/security/signify/files/openbsd-58-base.pub b/security/signify/files/openbsd-58-base.pub
deleted file mode 100644
index 7ae2b3538489..000000000000
--- a/security/signify/files/openbsd-58-base.pub
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: openbsd 5.8 base public key
-RWQNNZXtC/MqP3Eiu+6FBz/qrxiWQwDhd+9Yljzp62UP4KzFmmvzVk60
diff --git a/security/signify/files/openbsd-58-fw.pub b/security/signify/files/openbsd-58-fw.pub
deleted file mode 100644
index f9bb97f589a7..000000000000
--- a/security/signify/files/openbsd-58-fw.pub
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: OpenBSD 5.8 firmware public key
-RWTpkvg4fhJCDx9yL4bUCou/vtAecPVTfcaaGESQeBruwX/qHToMvWh6
diff --git a/security/signify/files/openbsd-58-pkg.pub b/security/signify/files/openbsd-58-pkg.pub
deleted file mode 100644
index b9960073131b..000000000000
--- a/security/signify/files/openbsd-58-pkg.pub
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: OpenBSD 5.8 packages public key
-RWRlkI2aFHvL/XGqD+lFerD/xUi/jnAXKwdFQwZDekYwDrEPSpSWgpI9
diff --git a/security/signify/files/openbsd-59-base.pub b/security/signify/files/openbsd-59-base.pub
deleted file mode 100644
index 0fed7032d063..000000000000
--- a/security/signify/files/openbsd-59-base.pub
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: openbsd 5.9 base public key
-RWQJVNompF3pwfIqbg+5sxfpxmZMa3tTBaW4qbUhWje/H/M7glrA6oVn
diff --git a/security/signify/files/openbsd-59-fw.pub b/security/signify/files/openbsd-59-fw.pub
deleted file mode 100644
index 7406203d44c6..000000000000
--- a/security/signify/files/openbsd-59-fw.pub
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: OpenBSD 5.9 firmware public key
-RWSdmaNkytzh6BApmPSNSDLNg26ZaXlY8g/879UvLdo3rjbsby76Eda1
diff --git a/security/signify/files/openbsd-59-pkg.pub b/security/signify/files/openbsd-59-pkg.pub
deleted file mode 100644
index 691db3d52c26..000000000000
--- a/security/signify/files/openbsd-59-pkg.pub
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: OpenBSD 5.9 packages public key
-RWSLRYDCTJeWLIScncqwGuXK6JVXDcIyRT0q+0m30MXXG4W2xWS4NZBP
diff --git a/security/signify/files/openbsd-63-base.pub b/security/signify/files/openbsd-63-base.pub
new file mode 100644
index 000000000000..1cd3ecb9eb2b
--- /dev/null
+++ b/security/signify/files/openbsd-63-base.pub
@@ -0,0 +1,2 @@
+untrusted comment: openbsd 6.3 base public key
+RWRxzbLwAd76ZZxHU7wuIFUOVGwl6SjNNzanKWTql8w+hui7WLE/72mW
diff --git a/security/signify/files/openbsd-63-fw.pub b/security/signify/files/openbsd-63-fw.pub
new file mode 100644
index 000000000000..2ecaef2e8c49
--- /dev/null
+++ b/security/signify/files/openbsd-63-fw.pub
@@ -0,0 +1,2 @@
+untrusted comment: OpenBSD 6.3 firmware public key
+RWT3tdmiAc+DH/CJOxPFT10kUM90/UcLTgSEUEKzhKm9QEhy+UD4CWPy
diff --git a/security/signify/files/openbsd-63-pkg.pub b/security/signify/files/openbsd-63-pkg.pub
new file mode 100644
index 000000000000..e8684f473515
--- /dev/null
+++ b/security/signify/files/openbsd-63-pkg.pub
@@ -0,0 +1,2 @@
+untrusted comment: OpenBSD 6.3 packages public key
+RWT58k1AWz/zZO9DHcPHXiHhDNP6hdwGjxNkyMoc/sh4O5NI8Zz1R1lD
diff --git a/security/signify/pkg-plist b/security/signify/pkg-plist
index 24600c6b5ee1..6efd5fb3f739 100644
--- a/security/signify/pkg-plist
+++ b/security/signify/pkg-plist
@@ -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