Commit a87c82fe authored by Franco Fichtner's avatar Franco Fichtner

pkg: add fingerprint for repository signing

parent 6ddea6d4
......@@ -23,6 +23,10 @@ install:
@echo /usr/local/etc/pkg/repos/OPNsense.conf
@cp ${.CURDIR}/pkg/pkg.conf ${DESTDIR}/usr/local/etc
@echo /usr/local/etc/pkg.conf
@mkdir -p ${DESTDIR}/usr/local/etc/pkg/fingerprints/OPNsense/trusted
@cp ${.CURDIR}/pkg/trusted/pkg.opnsense.org.20150402 \
${DESTDIR}/usr/local/etc/pkg/fingerprints/OPNsense/trusted
@echo /usr/local/etc/pkg/fingerprints/OPNsense/trusted/pkg.opnsense.org.20150402
# finally pretty-print a list of files present
@(cd ${.CURDIR}/src; find * -type f) | \
xargs -n1 printf "/usr/local/%s\n"
......
OPNsense: {
url: "pkg+http://pkg.opnsense.org/${ABI}/latest",
signature_type: "fingerprints",
mirror_type: "srv",
priority: 11,
enabled: yes
......
function: "sha256"
fingerprint: "598b5faf596474e7fe97280b0527edaefd978f16ba941799126030dc55c1f8b8"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment