From 6e602707fddfa241c94a3f323fe073044bf46124 Mon Sep 17 00:00:00 2001 From: sergio Date: Sun, 5 Jul 2026 06:21:34 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20G=20(go):=20puredns=20diferido=20(go.mo?= =?UTF-8?q?d=201.16=20vs=20unsafe.Slice,=20clase=20gotop)=20=E2=80=94=20ta?= =?UTF-8?q?nda=202026-07-05b=20queda=209/10=20sellada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- tandas/staged-fallidos-go-20260705/README.md | 1 + .../staged-fallidos-go-20260705}/puredns.toml | 0 2 files changed, 1 insertion(+) rename {recipes/incoming-go => tandas/staged-fallidos-go-20260705}/puredns.toml (100%) diff --git a/tandas/staged-fallidos-go-20260705/README.md b/tandas/staged-fallidos-go-20260705/README.md index 768a0c9f..f24e35c5 100644 --- a/tandas/staged-fallidos-go-20260705/README.md +++ b/tandas/staged-fallidos-go-20260705/README.md @@ -55,3 +55,4 @@ Los patches de gross/gitlab-runner/woodpecker viajan acá con sus recetas. contra libvirt del sistema; nix lo buildea con buildInputs libvirt) ⇒ frontera CGO-lib-externa. - `werf` (2026-07-05): vendorea containers/image con mechanism_gpgme (CGO gpgme, misma frontera que skopeo). +- `puredns` (2026-07-05): go.mod declara `go 1.16` pero vendorea x/sys que exige unsafe.Slice (1.17) — misma clase que gotop. diff --git a/recipes/incoming-go/puredns.toml b/tandas/staged-fallidos-go-20260705/puredns.toml similarity index 100% rename from recipes/incoming-go/puredns.toml rename to tandas/staged-fallidos-go-20260705/puredns.toml