svn commit: r468685 - in head/security/signify: . files

Tobias Kortkamp tobik at FreeBSD.org
Mon Apr 30 09:41:06 UTC 2018


Author: tobik
Date: Mon Apr 30 09:41:04 2018
New Revision: 468685
URL: https://svnweb.freebsd.org/changeset/ports/468685

Log:
  security/signify: Cleanup keys
  
  - OpenBSD 6.1 is unsupported now, so retire its keys
  
  - Only keep the base keys and remove the rest.  All other keys are
    useless on FreeBSD.
  
  Reported by:	tj at mrsk.me

Deleted:
  head/security/signify/files/openbsd-61-base.pub
  head/security/signify/files/openbsd-61-fw.pub
  head/security/signify/files/openbsd-61-pkg.pub
  head/security/signify/files/openbsd-61-syspatch.pub
  head/security/signify/files/openbsd-62-fw.pub
  head/security/signify/files/openbsd-62-pkg.pub
  head/security/signify/files/openbsd-62-syspatch.pub
  head/security/signify/files/openbsd-63-fw.pub
  head/security/signify/files/openbsd-63-pkg.pub
  head/security/signify/files/openbsd-63-syspatch.pub
  head/security/signify/files/openbsd-64-fw.pub
  head/security/signify/files/openbsd-64-pkg.pub
  head/security/signify/files/openbsd-64-syspatch.pub
Modified:
  head/security/signify/Makefile
  head/security/signify/pkg-plist

Modified: head/security/signify/Makefile
==============================================================================
--- head/security/signify/Makefile	Mon Apr 30 09:36:31 2018	(r468684)
+++ head/security/signify/Makefile	Mon Apr 30 09:41:04 2018	(r468685)
@@ -3,6 +3,7 @@
 PORTNAME=	signify
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security
 

Modified: head/security/signify/pkg-plist
==============================================================================
--- head/security/signify/pkg-plist	Mon Apr 30 09:36:31 2018	(r468684)
+++ head/security/signify/pkg-plist	Mon Apr 30 09:41:04 2018	(r468685)
@@ -1,18 +1,5 @@
 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
 %%ETCDIR%%/openbsd-63-base.pub
-%%ETCDIR%%/openbsd-63-fw.pub
-%%ETCDIR%%/openbsd-63-pkg.pub
-%%ETCDIR%%/openbsd-63-syspatch.pub
 %%ETCDIR%%/openbsd-64-base.pub
-%%ETCDIR%%/openbsd-64-fw.pub
-%%ETCDIR%%/openbsd-64-pkg.pub
-%%ETCDIR%%/openbsd-64-syspatch.pub
 man/man1/signify.1.gz


More information about the svn-ports-head mailing list