From 81e0af3d2d10025a01ef5d2edd2f3f916df9cd5b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 13 Mar 2019 07:27:23 +0100 Subject: [PATCH] ports: updated to 1.6 --- ports/.signature | 21 +++++++++++++++++++++ ports/Pkgfile | 4 ++-- ports/contrib.rsync.inactive | 2 +- ports/core-arm64.rsync | 2 +- ports/core.rsync | 2 +- ports/opt-arm64.rsync | 2 +- ports/opt.rsync | 2 +- ports/raspberrypi3-arm.rsync | 2 +- ports/xorg-arm64.rsync | 2 +- ports/xorg.rsync | 2 +- 10 files changed, 31 insertions(+), 10 deletions(-) create mode 100644 ports/.signature diff --git a/ports/.signature b/ports/.signature new file mode 100644 index 0000000..ec05a9e --- /dev/null +++ b/ports/.signature @@ -0,0 +1,21 @@ +untrusted comment: verify with /etc/ports/raspberrypi3-arm.pub +RWROOThsoDo5hMPyhgrcUx6MlFrErFr9HKo5pkFh0s93n91je4Wx68sY9eEPNbdVPuzYJNST2gXns/mn5izCsId7Bk6ivkz0gws= +SHA256 (Pkgfile) = 2a6ddff62e2bdc84a0346fd3b9b8fcff89a847213c03851e469683630f56a58c +SHA256 (.footprint) = c0f717604ca68456abf27c78692d6370e7bf0ae26c1497398490fc5e0aa42fac +SHA256 (ports-1.6.tar.gz) = 8b2ba48e7440f4a71fa1c9c480a1212ce87c623e1d33121eb660829ba294ca94 +SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791 +SHA256 (opt.pub) = 4711f488546c38cdec792c1f16b3bf7c4db0c7dc0c3cdab0ecdd85e2c7247ae5 +SHA256 (xorg.pub) = 5db27d455f658ea8a6c7ae9aac601d66e74cedff5dd497910fd1ffead08e5237 +SHA256 (contrib.pub) = cae797c624547b5ffb643f4cdf60d83a7cc28081f5929b882d48085085d76190 +SHA256 (core.rsync) = f9d588766b402f92aa50de43c158fe7301572ada245ec23180f92c6578302002 +SHA256 (opt.rsync) = 85b603f678736ff8bf323b82c490ec14756d9e2c55ba9aaf4d468a252e0d3620 +SHA256 (xorg.rsync) = 9d2fa28c6ce1ea8e930b67d2219daacf75670accd6450640b382a24d68b6cc74 +SHA256 (contrib.rsync.inactive) = dc765a391cc77b2f843701d514501358f5ad5ce15b5de6d135f0677f2f0f6f6d +SHA256 (raspberrypi3-arm.rsync) = 735b745b91cf5349d858c7b50cb5c601e96fc2b0a17a733753af9714dae46025 +SHA256 (raspberrypi3-arm.pub) = 73991928eb4725240a236dfffd85d546d8405702b18aa3b7930b9d4609734923 +SHA256 (core-arm64.rsync) = 43ec063087ca43eb14a11596d35e96575faf24c614f137d963f7ad50346adbc9 +SHA256 (core-arm64.pub) = f0d3e788325112cc541116e261adbe2c14d0bbb921a66040badf0d9e030e0957 +SHA256 (opt-arm64.rsync) = 430463137717c37170da453e24557e2413cfe356c14f45173b16c03f95b491d4 +SHA256 (opt-arm64.pub) = c079759a335314f26bc027856981a00f1251b3e6d782ae7317396e3908d9a9ee +SHA256 (xorg-arm64.rsync) = 232067eb0ec8fede0f3e7754144c78f332f28437180357902dd2c25c932ea7a5 +SHA256 (xorg-arm64.pub) = 1f54f0323e0f32fae1d9b6ef0e9f09a034ce4e39ebb36db59bcb5c2829ac62f5 diff --git a/ports/Pkgfile b/ports/Pkgfile index e170853..1af72fe 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=ports -version=1.5 -release=23 +version=1.6 +release=14 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index 1bbd05b..bea2493 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/contrib/ +collection=ports/crux-3.5/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm64.rsync b/ports/core-arm64.rsync index ce2a65e..f5a6933 100644 --- a/ports/core-arm64.rsync +++ b/ports/core-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/core-arm64/ +collection=ports/crux-3.5/core-arm64/ destination=/usr/ports/core-arm64 diff --git a/ports/core.rsync b/ports/core.rsync index 3cba863..f7c49c4 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/core/ +collection=ports/crux-3.5/core/ destination=/usr/ports/core diff --git a/ports/opt-arm64.rsync b/ports/opt-arm64.rsync index 9577274..13b88b8 100644 --- a/ports/opt-arm64.rsync +++ b/ports/opt-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/opt-arm64/ +collection=ports/crux-3.5/opt-arm64/ destination=/usr/ports/opt-arm64 diff --git a/ports/opt.rsync b/ports/opt.rsync index f3182c5..dc2da29 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/opt/ +collection=ports/crux-3.5/opt/ destination=/usr/ports/opt diff --git a/ports/raspberrypi3-arm.rsync b/ports/raspberrypi3-arm.rsync index ad5685e..26bb72c 100644 --- a/ports/raspberrypi3-arm.rsync +++ b/ports/raspberrypi3-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/raspberrypi3-arm/ +collection=ports/crux-3.5/raspberrypi3-arm/ destination=/usr/ports/raspberrypi3-arm diff --git a/ports/xorg-arm64.rsync b/ports/xorg-arm64.rsync index dcacf84..1eb1eff 100644 --- a/ports/xorg-arm64.rsync +++ b/ports/xorg-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/xorg-arm64/ +collection=ports/crux-3.5/xorg-arm64/ destination=/usr/ports/xorg-arm64 diff --git a/ports/xorg.rsync b/ports/xorg.rsync index eb891d5..e41eb5e 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/xorg/ +collection=ports/crux-3.5/xorg/ destination=/usr/ports/xorg -- 2.26.2