summaryrefslogtreecommitdiff
path: root/share/keys
Commit message (Collapse)AuthorAgeFilesLines
* 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-294-0/+25
Requested by: secteam (cperciva, des) Approved by: bapt Notes: svn path=/head/; revision=257344