File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ A set of GnuPG public keys used by pkgsrc infrastructure. Having them
2+ as a package rather than distributed via bootstrap kits means we can
3+ easily update the package when keys become obsolete and newer ones are
4+ issues.
Original file line number Diff line number Diff line change 1+ # $NetBSD$
2+ #
3+ # To update:
4+ #
5+ # $ curl https://pkgsrc.org/pkgsrc-security_pgp_key.asc | gpg2 --import
6+ # $ gpg2 --list-keys pkgsrc-security
7+ # $ gpg2 --export <latest keyid> >files/pkgsrc-security.gpg
8+ #
9+ # Note that only the most recent keyid is exported rather than all of them,
10+ # as for a while pkgsrc-security used a GPG key format that was incompatible
11+ # with netpgp and still causes warnings if available in the keyring.
12+ #
13+
14+ DISTNAME = pkgsrc-gnupg-keys-20221116
15+ CATEGORIES = security
16+ MASTER_SITES = # empty
17+ DISTFILES= # empty
18+
19+ MAINTAINER = jperkin@pkgsrc.org
20+ HOMEPAGE = https://pkgsrc.smartos.org/
21+ COMMENT = GnuPG keys for pkgsrc infrastructure
22+ LICENSE = public-domain
23+
24+ NO_BUILD = yes
25+ NO_CHECKSUM = yes
26+
27+ INSTALLATION_DIRS = share/gnupg
28+
29+ do-install :
30+ ${INSTALL_DATA} ${FILESDIR} /pkgsrc-security.gpg ${DESTDIR}${PREFIX} /share/gnupg/
31+
32+ .include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1+ @comment $NetBSD$
2+ share/gnupg/pkgsrc-security.gpg
You can’t perform that action at this time.
0 commit comments