ports: add pub keys for opt and xorg

This commit is contained in:
Juergen Daubert 2016-10-15 14:18:07 +02:00
parent d0052c27fe
commit 091822c338
4 changed files with 16 additions and 7 deletions

View File

@ -5,7 +5,9 @@ drwxr-xr-x root/root etc/ports/
-rw-r--r-- root/root etc/ports/core.pub
-rw-r--r-- root/root etc/ports/core.rsync
drwxr-xr-x root/root etc/ports/drivers/
-rw-r--r-- root/root etc/ports/opt.pub
-rw-r--r-- root/root etc/ports/opt.rsync
-rw-r--r-- root/root etc/ports/xorg.pub
-rw-r--r-- root/root etc/ports/xorg.rsync
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/

View File

@ -2,6 +2,8 @@
50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive
b8dd0aad383810cad920d6548cd1cb56 core.pub
faedd8944bd5ecc397f73bf73bd624d4 core.rsync
0d1f1fde50a9bd743d9cac6b235f038c opt.pub
eded5385d3637f1918a82f4409abc64a opt.rsync
1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz
69927e5d0ae5dc3455faeaac916c4db2 xorg.pub
c24101073a06fc58a02c99bf5d56bea7 xorg.rsync

View File

@ -1,10 +1,12 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqtSyOy8n0Ycc13uKm6w7lR96+ExE3L2kRVCQ5k46IH2FItTNwHA4Fj436T+K4QbIO7xfxI6eb0D1QnD64DdeIQc=
SHA256 (Pkgfile) = b06285f60b3e5d9cd0b4135c6fca9e7c2cba07c294008318acdc07d29d498b24
SHA256 (.footprint) = b1c9b287fee8afa8a2c0c7380fcd9ff147f5a71d9e701a13474907d90a5ab3e9
RWRJc1FUaeVeqqlQMLEKmqnrXbV8OXNETp7swbKODA1ENJTn2bHSHhxXtklrqQH1hEopZQSHjh8Ft92yip8nXplbJ3NQhj4lnQY=
SHA256 (Pkgfile) = 9a03a70e1a22a4133e11070083775ec13a096529cce9f0f39b913cdace9ea94b
SHA256 (.footprint) = 803ef8d2a5652bba5bb888194f8595efa95ba421f3a131a39ac708e786ff5040
SHA256 (ports-1.5.tar.gz) = 4360d5c96ccfa2cadf084307df418d1e86c60afe775e29c036b518f6b2d6c156
SHA256 (core.rsync) = 1a92e6efdcc341e0f8a31574069afb6fafde141d7b47909b3bf4dd458b90032e
SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791
SHA256 (opt.pub) = 4711f488546c38cdec792c1f16b3bf7c4db0c7dc0c3cdab0ecdd85e2c7247ae5
SHA256 (xorg.pub) = 5db27d455f658ea8a6c7ae9aac601d66e74cedff5dd497910fd1ffead08e5237
SHA256 (core.rsync) = 1a92e6efdcc341e0f8a31574069afb6fafde141d7b47909b3bf4dd458b90032e
SHA256 (opt.rsync) = 22b13b26a6a498d4549e1edf4b014bac887de358a561b185ddac12371486dd4e
SHA256 (xorg.rsync) = 3b5b8b997e501a451aa9e577a4315a81384376959f96b1139d1119849df050ae
SHA256 (compat-32.rsync.inactive) = 4e1a34e87849286e494fa8971392bb6109fe38a2c55bf64a41e5f2ab78167655

View File

@ -4,11 +4,12 @@
name=ports
version=1.5
release=18
release=19
source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
core.rsync core.pub opt.rsync xorg.rsync \
compat-32.rsync.inactive contrib.rsync.inactive)
core.pub opt.pub xorg.pub \
core.rsync opt.rsync xorg.rsync \
compat-32.rsync.inactive contrib.rsync.inactive)
build () {
cd $name-$version
@ -21,4 +22,6 @@ build () {
install -m 0644 $SRC/compat-32.rsync.inactive $PKG/etc/ports
install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports
install -m 0644 $SRC/core.pub $PKG/etc/ports
install -m 0644 $SRC/opt.pub $PKG/etc/ports
install -m 0644 $SRC/xorg.pub $PKG/etc/ports
}