aboutsummaryrefslogtreecommitdiff
path: root/share/keys/pkg
Commit message (Collapse)AuthorAgeFilesLines
* Remove leftover blank line from pkg key fileEd Maste2025-05-051-1/+0
| | | | | | | $FreeBSD$ removal (commit d0b2dbfa0ecf) left a blank line at the beginning of this file. Remove it now. Sponsored by: The FreeBSD Foundation
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+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-164-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pkgbase: Add a FreeBSD-pkg-bootstrap packageEmmanuel Vadot2021-12-211-1/+1
| | | | | | | | | | And put pkg and its keys in it. It's easier for small image to depend on this package rather than the larger utilities one. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33458
* pkgbase: Add the pkg trusted keys to the FreeBSD-utilities packageEmmanuel Vadot2019-09-051-0/+2
| | | | Notes: svn path=/head/; revision=351886
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+11
| | | | | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291563
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-261-2/+0
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291347
* Use more appropriate ${SHAREDIR} rather than /usr/share.Bryan Drewery2015-10-271-1/+1
| | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290083
* Remove scary comment about this being a test key.Bryan Drewery2014-01-131-1/+0
| | | | | | | | | | | There has been no need to regenerate the signing key. Reported by: mat Approved by: bapt (mentor) MFC after: 3 days Notes: svn path=/head/; revision=260605
* Move /etc/keys to /usr/share/keys where users are less likely to modify them.Bryan Drewery2013-10-293-0/+20
Requested by: secteam (cperciva, des) Approved by: bapt Notes: svn path=/head/; revision=257344