security/signify: Add OpenBSD 6.8 key and drop 6.5 key
This commit is contained in:
parent
30ba658f41
commit
1610f0974c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535763
4 changed files with 10 additions and 9 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= signify
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -12,7 +13,7 @@ COMMENT= Create and verify cryptographic signatures
|
|||
# outils includes signify from OpenBSD's base system which is under an
|
||||
# ISC license. The parts of liboutils that signify uses are licensed
|
||||
# under ISCL/BSD3/BSD4.
|
||||
LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE
|
||||
LICENSE= BSD3CLAUSE BSD4CLAUSE ISCL
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
|
@ -23,6 +24,9 @@ GH_PROJECT= outils
|
|||
|
||||
ALL_TARGET= src/usr.bin/signify/signify
|
||||
|
||||
PLIST_FILES= bin/signify \
|
||||
share/man/man1/signify.1.gz
|
||||
|
||||
post-patch:
|
||||
# The sys/* overrides are not needed on FreeBSD
|
||||
@${RM} ${WRKSRC}/src/liboutils/include/sys/*
|
||||
|
@ -36,9 +40,11 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/src/usr.bin/signify/signify \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/src/usr.bin/signify/signify.1 \
|
||||
${STAGEDIR}${PREFIX}/man/man1
|
||||
${STAGEDIR}${PREFIX}/share/man/man1
|
||||
@${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/openbsd-*.pub \
|
||||
${STAGEDIR}${ETCDIR}
|
||||
cd ${STAGEDIR}${PREFIX} && \
|
||||
${FIND} ${ETCDIR_REL} -name 'openbsd-*.pub' -type f >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
untrusted comment: openbsd 6.5 base public key
|
||||
RWSZaRmt1LEQT9CtPygf9CvONu8kYPTlVEJdysNoUR62/NkeWgdkc3zY
|
2
security/signify/files/openbsd-68-base.pub
Normal file
2
security/signify/files/openbsd-68-base.pub
Normal file
|
@ -0,0 +1,2 @@
|
|||
untrusted comment: openbsd 6.8 base public key
|
||||
RWQZj25CSG5R2oLo5735Hh6C48kkjFsj5rJDjW+fGZwyY+BkD5/zps8f
|
|
@ -1,5 +0,0 @@
|
|||
bin/signify
|
||||
%%ETCDIR%%/openbsd-65-base.pub
|
||||
%%ETCDIR%%/openbsd-66-base.pub
|
||||
%%ETCDIR%%/openbsd-67-base.pub
|
||||
man/man1/signify.1.gz
|
Loading…
Reference in a new issue