From e070c3c9e2ddcdc92a768e2ed01a09aca8c57e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 14 Nov 2020 00:40:21 -0300 Subject: [PATCH 1/6] dnote-cli: fix checksum and wrksrc. --- srcpkgs/dnote-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dnote-cli/template b/srcpkgs/dnote-cli/template index 309bee7649b..d58dd0954c8 100644 --- a/srcpkgs/dnote-cli/template +++ b/srcpkgs/dnote-cli/template @@ -2,7 +2,7 @@ pkgname=dnote-cli version=0.6.2 revision=1 -wrksrc="cli-${version}" +wrksrc="dnote-${version}" build_style=go go_import_path=github.com/dnote-io/cli go_build_tags="fts5" @@ -12,7 +12,7 @@ maintainer="Toyam Cox " license="MIT" homepage="https://dnote.io/" distfiles="https://github.com/dnote-io/cli/archive/v${version}.tar.gz" -checksum=886f09dc20ff9cb56bdbc71eb7e78e7099b541fa0d830d4b4d0251b2fb32ad06 +checksum=6eb3f824f22d5821c08e832dabadf5664c73b83201a7a5c65632fc8d60bd041e pre_build() { cd $GOSRCPATH From ae14d8d4dcc769da0595f3da3eba40d1f9f3f807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 14 Nov 2020 00:46:35 -0300 Subject: [PATCH 2/6] gfuzz: fix checksum, homepage and module paths. --- srcpkgs/gfuzz/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gfuzz/template b/srcpkgs/gfuzz/template index a51ea912896..59061b2904f 100644 --- a/srcpkgs/gfuzz/template +++ b/srcpkgs/gfuzz/template @@ -2,13 +2,13 @@ pkgname=gfuzz version=0.2 revision=1 -wrksrc="gfuzz-${version}" +wrksrc="gfz-${version}" build_style=go -go_import_path=github.com/braaaax/gfuzz +go_import_path=github.com/braaaax/gfz hostmakedepends="git" short_desc="Web fuzzer like wfuzz written in Golang" maintainer="Alex Childs " license="Apache-2.0" -homepage="https://github.com/braaaax/gfuzz" -distfiles="https://github.com/braaaax/gfuzz/archive/v${version}.tar.gz" -checksum=054163243181db528715bf904ee7656aa0a12e9feb120c8afbfd43bd6504ccd1 +homepage="https://github.com/braaaax/gfz" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=8b6a3df0c385fe993ead673df53daa290943220f2cde73e6b1c706ef94aa4e5f From dff35bffe63a62fe0f0b3198deb80d12cb8e6c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 14 Nov 2020 14:05:45 -0300 Subject: [PATCH 3/6] rkt: mark broken. --- srcpkgs/rkt/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/rkt/template b/srcpkgs/rkt/template index 84d4e32837a..e1e8cb35eeb 100644 --- a/srcpkgs/rkt/template +++ b/srcpkgs/rkt/template @@ -16,6 +16,7 @@ license="Apache-2.0" homepage="https://github.com/coreos/rkt" distfiles="https://github.com/coreos/rkt/archive/v${version}.tar.gz" checksum=4d22c742b87d15c226cc28970c7daf66a64c6a95af9d752f5b72d9a4012aca1d +broken="Build can't find usr_from_coreoskvmhostsrcfly.mk" patch_args="-Np1" nopie=yes From 1039cb7b154821c3329b2d53cfdf0834816ae3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 14 Nov 2020 14:16:35 -0300 Subject: [PATCH 4/6] k3s: mark broken. --- srcpkgs/k3s/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/k3s/template b/srcpkgs/k3s/template index b0ee98e9268..88bb1ebfd4a 100644 --- a/srcpkgs/k3s/template +++ b/srcpkgs/k3s/template @@ -25,6 +25,7 @@ checksum="7b9222dcaa4bbc387dd6f38a653b7b2b09079987c19a399c6c4f3e5b3dc1d39c 75e02aa09edcfb2b43d41cd576e24099e9bca21d80bda0dcdc3f98f2357f1363 15dd78d136d7c9bae7144072052ef6cd12821ae081a7c085f145d834d96c5d5c" skip_extraction="${_traefik_file}" +broken="bad module versions" _git_commit=18bd921cddee1e95cc03467a1b9636ddacd9d670 From aa13ddf283e8004878291bbcbf2343847fbbb97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 14 Nov 2020 14:16:54 -0300 Subject: [PATCH 5/6] lxd-lts: add libco-devel to makedepends. Necessary to fix final linking step. --- srcpkgs/lxd-lts/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lxd-lts/template b/srcpkgs/lxd-lts/template index 42e8a958093..c0e783c54b3 100644 --- a/srcpkgs/lxd-lts/template +++ b/srcpkgs/lxd-lts/template @@ -9,7 +9,7 @@ go_build_tags="libsqlite3" go_package="${go_import_path}/lxd ${go_import_path}/lxc ${go_import_path}/lxd-p2c ${go_import_path}/fuidshift" hostmakedepends="pkg-config" -makedepends="lxc-devel acl-devel dqlite-devel eudev-libudev-devel" +makedepends="lxc-devel acl-devel dqlite-devel eudev-libudev-devel libco-devel" depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables" short_desc="Next generation system container manager (long term support channel)" maintainer="Cameron Nemo " From 18966044990f57595f141a83be831bd421ae98b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 14 Nov 2020 14:17:31 -0300 Subject: [PATCH 6/6] goproxy: mark broken. --- srcpkgs/goproxy/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/goproxy/template b/srcpkgs/goproxy/template index 437471ffa75..17360cc6fb1 100644 --- a/srcpkgs/goproxy/template +++ b/srcpkgs/goproxy/template @@ -11,3 +11,4 @@ license="GPL-3.0-or-later" homepage="https://github.com/snail007/goproxy" distfiles="https://github.com/snail007/goproxy/archive/v${version}.tar.gz" checksum=13f8e37d274d2b7b7cdf1ae3d98723fbb9acf1476c92a1e0d43039109d238ccc +broken="7.0 tag was removed from repository"