diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index 0eeda6c1..02b07a97 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,8 +1,8 @@ { "schema": "hammer-fuentes-vigia/1", "total": 1168, - "vivas": 1162, - "muertas": 6, + "vivas": 1163, + "muertas": 5, "detalle_muertas": [ { "receta": "busybox", @@ -28,14 +28,6 @@ "codigo": "000", "viva": false }, - { - "receta": "gmp", - "fichero": "recipes/incoming-cosmic/gmp.toml", - "tipo": "tarball", - "url": "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz", - "codigo": "000", - "viva": false - }, { "receta": "libtool", "fichero": "recipes/incoming-kde/libtool.toml", diff --git a/docs/state/static-audit.txt b/docs/state/static-audit.txt index 058fd886..c60368be 100644 --- a/docs/state/static-audit.txt +++ b/docs/state/static-audit.txt @@ -1,6 +1,6 @@ -audit de enlace estático · medido 2026-09-05T18:33:07Z · rc=1 +audit de enlace estático · medido 2026-09-06T19:03:28Z · rc=1 ✗ json-glib dice static, 2 de 2 ejecutables DINÁMICOS (p.ej. usr/bin/json-glib-format) → libffi.so.8 libz.so.1 libc.so ↑ `libc.so` es la musl de zig: en el host son 255B de linker script ⇒ NO CORRE fuera del sandbox -══ estáticos de verdad: 691 | MIENTEN: 1 | sin artefacto o sin ELF: 67 +══ estáticos de verdad: 689 | MIENTEN: 1 | sin artefacto o sin ELF: 69 fix: LDFLAGS="-all-static -no-pie" en compile Y en install (libtool relinkea al instalar)