aboutsummaryrefslogtreecommitdiff
path: root/share/keys/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add pkgbase signing keys for FreeBSD 15Colin Percival2025-11-151-1/+1
| | | | | | | | | | | | | These keys were generated by cperciva@ using the AWS Key Management Service. They will not be used for signing anything other than FreeBSD 15.x pkgbase repositories. Keys will be generated for FreeBSD 16 at a later date, and likely in a different way. With hat: re MFC after: 8 hours (needed in 15.0-RC1) Differential Revision: https://reviews.freebsd.org/D53768
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Move /etc/keys to /usr/share/keys where users are less likely to modify them.Bryan Drewery2013-10-291-0/+5
Requested by: secteam (cperciva, des) Approved by: bapt Notes: svn path=/head/; revision=257344