sergio and Claude Opus 5
346cd59706
licencias: campo license en la receta — de 0 a 228 de 1141, sin re-hashear nada
...
La deuda legal bloqueante del SDD 19 §2.1. Medido hoy: **0 de 1141 recetas** declaraban
licencia, no «5 de 771» como decía el informe anterior. Los dos números estaban mal: los
«5» eran falsos positivos de `grep license` (el paquete `addlicense`, el paquete
`cargo-bundle-licenses`, una línea `install .../share/licenses/` y un comentario), y las
recetas son 1141. Contar con `grep -l <palabra>` sobre TOML cuenta comentarios y nombres,
no campos; `scripts/licencias.sh` cuenta el campo de verdad (clave en la raíz, antes del
primer `[table]`).
LO QUE HACE LA DEUDA PAGABLE: `Recipe::hash_inputs` es una LISTA BLANCA — sólo entran
source, compiler, target, link, patches, flags, phases y deps. `license` no entra, igual
que `evidence` y `slots`. Por eso se puede poblar en las recetas YA SELLADAS sin mover un
solo ArtifactHash. Verificado, no supuesto: en 40 recetas modificadas se comparó el hash
con y sin la línea — 40 idénticos, 0 cambiados. Si el campo entrara al hash, declarar la
licencia costaría reconstruir el corpus entero y no se haría nunca. Clavado con el test
`licencia_round_trip_y_no_afecta_el_hash`.
TRAMPA DE TOML: una clave suelta después de un `[table]` pertenece a esa tabla. Puesta al
final del fichero, `license` acaba dentro de `[deps]` y se pierde EN SILENCIO, porque serde
ignora los campos que no conoce — no hay error, simplemente no está. Va arriba, junto a
`name` y `version`; el sembrador la inserta tras `version`.
NO SE ADIVINA. Declarar mal una licencia es peor que dejarla vacía: convierte un hueco
visible en una afirmación falsa. Sólo se puebla desde una tabla curada entrada por entrada
(`docs/licencias-conocidas.tsv`); lo que no tiene evidencia queda vacío y se CUENTA.
Concretamente se descartó el atajo «k* = KDE ⇒ LGPL»: en este catálogo `kail`, `kind`,
`ko`, `kopia`, `krew`, `kustomize`, `kyverno`, `katana`, `kibi`, `kmon` y toda la familia
`kube*` son herramientas Go sin relación con KDE. El nombre no es evidencia.
Quedan 913, casi todas CLIs Go/Rust importados en masa — y ésas sí son automatizables con
evidencia real: Cargo.toml trae el campo `license` y los módulos Go traen su LICENSE en el
árbol. El cierre estructural es capturarlo en la fase de fetch, que ya descarga y extrae
cada tarball, y inyectar el texto en `hammer pack` (aguas abajo del ArtifactHash) en vez de
en la fase install (que sí re-hashearía).
De paso, respaldo-storagebox.sh reordenado por valor irreemplazable y con zstd: medido en
la oficina, el uplink da 8 Mbps iguales por cable y por wifi ⇒ 128 G no caben en una
sentada, así que sube primero el cerebro (estado + repo) y `--partial-dir` hace que cortar
a mitad de un artefacto no tire lo ya subido.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-08-07 10:24:11 -04:00
..
2026-07-18 16:16:59 -04:00
2026-07-16 23:14:19 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 23:19:35 -04:00
2026-07-11 00:36:55 -04:00
2026-06-21 10:07:08 -04:00
2026-07-10 23:09:03 -04:00
2026-06-21 10:07:08 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-07-11 00:36:55 -04:00
2026-06-27 06:59:01 -04:00
2026-06-27 01:11:03 -04:00
2026-06-26 22:51:31 -04:00
2026-07-16 23:14:19 -04:00
2026-06-26 16:08:50 -04:00
2026-06-21 11:37:51 -04:00
2026-06-26 10:45:53 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 17:46:23 -04:00
2026-06-26 23:18:03 -04:00
2026-06-26 17:46:23 -04:00
2026-06-26 04:34:56 -04:00
2026-06-24 01:32:30 -04:00
2026-07-05 08:16:19 -04:00
2026-06-24 08:41:12 -04:00
2026-07-05 05:27:49 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 08:05:32 -04:00
2026-06-26 16:08:50 -04:00
2026-06-21 12:06:07 -04:00
2026-06-21 12:06:07 -04:00
2026-06-21 12:06:07 -04:00
2026-07-30 17:18:42 -04:00
2026-06-21 12:06:07 -04:00
2026-06-20 20:54:34 -04:00
2026-07-30 17:18:42 -04:00
2026-06-20 20:54:34 -04:00
2026-07-30 19:20:59 -04:00
2026-06-26 23:18:03 -04:00
2026-06-23 21:02:58 -04:00
2026-06-24 06:23:12 -04:00
2026-06-26 23:52:01 -04:00
2026-07-05 05:27:49 -04:00
2026-06-26 22:26:44 -04:00
2026-06-22 15:24:30 -04:00
2026-06-22 10:09:21 -04:00
2026-06-21 13:36:21 -04:00
2026-08-07 10:24:11 -04:00
2026-06-21 09:47:52 -04:00
2026-06-27 06:59:01 -04:00
2026-06-26 16:08:50 -04:00
2026-06-24 00:31:08 -04:00
2026-08-07 10:24:11 -04:00
2026-06-22 14:19:25 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 02:31:59 -04:00
2026-06-26 22:51:31 -04:00
2026-06-26 02:41:02 -04:00
2026-07-05 05:55:34 -04:00
2026-06-26 16:08:50 -04:00
2026-06-21 09:47:52 -04:00
2026-06-23 21:02:58 -04:00
2026-06-21 17:12:49 -04:00
2026-08-07 10:24:11 -04:00
2026-06-24 14:51:58 -04:00
2026-06-27 06:50:17 -04:00
2026-06-26 22:26:44 -04:00
2026-07-10 23:09:03 -04:00
2026-07-10 23:51:48 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 20:13:42 -04:00
2026-07-02 11:35:54 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 10:45:53 -04:00
2026-06-23 17:49:50 -04:00
2026-06-24 08:41:12 -04:00
2026-06-22 17:53:58 -04:00
2026-06-22 17:53:58 -04:00
2026-06-26 12:18:18 -04:00
2026-06-24 01:32:30 -04:00
2026-06-24 05:40:46 -04:00
2026-06-24 05:05:03 -04:00
2026-06-24 14:51:58 -04:00
2026-06-24 05:40:46 -04:00
2026-06-24 00:31:08 -04:00
2026-06-22 17:53:58 -04:00
2026-06-24 05:05:03 -04:00
2026-06-23 17:49:50 -04:00
2026-06-22 17:53:58 -04:00
2026-06-24 05:40:46 -04:00
2026-06-24 14:51:58 -04:00
2026-06-24 05:40:46 -04:00
2026-06-24 08:41:12 -04:00
2026-06-23 13:34:38 -04:00
2026-06-23 21:02:58 -04:00
2026-06-24 05:40:46 -04:00
2026-06-24 05:05:03 -04:00
2026-06-24 00:31:08 -04:00
2026-06-22 17:53:58 -04:00
2026-06-24 05:05:03 -04:00
2026-06-24 00:31:08 -04:00
2026-06-23 21:02:58 -04:00
2026-06-24 06:23:12 -04:00
2026-06-26 12:18:18 -04:00
2026-06-22 10:09:21 -04:00
2026-06-23 13:34:38 -04:00
2026-06-24 06:23:12 -04:00
2026-06-26 12:18:18 -04:00
2026-06-24 06:23:12 -04:00
2026-06-24 06:23:12 -04:00
2026-06-24 08:41:12 -04:00
2026-06-23 21:02:58 -04:00
2026-06-24 08:41:12 -04:00
2026-06-24 01:32:30 -04:00
2026-06-22 10:09:21 -04:00
2026-06-24 00:31:08 -04:00
2026-06-24 14:51:58 -04:00
2026-06-24 00:31:08 -04:00
2026-06-27 06:18:07 -04:00
2026-06-26 23:18:03 -04:00
2026-06-27 03:42:26 -04:00
2026-06-26 16:08:50 -04:00
2026-07-10 23:09:03 -04:00
2026-06-26 17:25:15 -04:00
2026-06-27 06:18:07 -04:00
2026-07-05 08:16:19 -04:00
2026-06-26 05:06:21 -04:00
2026-06-26 22:36:36 -04:00
2026-06-26 13:31:26 -04:00
2026-06-26 16:08:50 -04:00
2026-06-21 12:34:55 -04:00
2026-06-26 22:26:44 -04:00
2026-06-26 22:26:44 -04:00
2026-06-27 02:30:53 -04:00
2026-06-26 22:51:31 -04:00
2026-07-01 14:27:16 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 02:30:53 -04:00
2026-06-22 17:53:58 -04:00
2026-06-24 05:05:03 -04:00
2026-06-24 05:05:03 -04:00
2026-06-23 21:02:58 -04:00
2026-07-10 23:09:03 -04:00
2026-06-26 22:26:44 -04:00
2026-06-29 10:17:32 -04:00
2026-06-27 03:42:26 -04:00
2026-06-26 22:51:31 -04:00
2026-08-07 10:24:11 -04:00
2026-07-01 09:47:15 -04:00
2026-06-26 16:08:50 -04:00
2026-06-21 11:37:51 -04:00
2026-06-26 10:45:53 -04:00
2026-06-24 00:31:08 -04:00
2026-07-05 05:27:49 -04:00
2026-06-26 05:06:21 -04:00
2026-07-05 05:55:34 -04:00
2026-06-24 00:31:08 -04:00
2026-06-22 15:24:30 -04:00
2026-06-26 17:25:15 -04:00
2026-06-29 15:14:10 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 22:51:31 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 16:08:50 -04:00
2026-07-01 09:47:15 -04:00
2026-07-01 09:47:15 -04:00
2026-06-24 08:39:54 -04:00
2026-06-24 08:39:54 -04:00
2026-06-26 23:18:03 -04:00
2026-07-06 07:31:05 -04:00
2026-06-26 16:08:50 -04:00
2026-06-27 02:30:53 -04:00
2026-06-26 17:25:15 -04:00
2026-07-17 09:50:25 -04:00
2026-06-24 06:23:12 -04:00
2026-06-21 14:27:16 -04:00
2026-06-26 17:25:15 -04:00
2026-06-27 06:18:07 -04:00
2026-07-16 07:04:58 -04:00
2026-06-21 13:36:21 -04:00
2026-06-20 08:53:08 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 16:08:50 -04:00
2026-07-10 23:51:48 -04:00
2026-07-05 05:31:58 -04:00
2026-06-26 10:45:53 -04:00
2026-06-26 13:31:26 -04:00
2026-06-27 01:11:03 -04:00
2026-06-27 08:05:32 -04:00
2026-06-26 05:06:21 -04:00
2026-07-15 23:27:57 -04:00
2026-06-27 08:05:32 -04:00
2026-06-26 20:13:42 -04:00
2026-06-26 16:08:50 -04:00
2026-06-21 11:24:01 -04:00
2026-07-01 09:47:15 -04:00
2026-07-10 23:09:03 -04:00
2026-07-16 23:14:19 -04:00
2026-06-24 05:05:03 -04:00
2026-06-25 18:45:43 -04:00
2026-07-06 07:31:05 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 22:26:44 -04:00
2026-06-27 02:30:53 -04:00
2026-06-22 15:24:30 -04:00
2026-06-26 13:31:26 -04:00
2026-06-24 00:31:08 -04:00
2026-06-27 08:05:32 -04:00
2026-06-21 09:47:52 -04:00
2026-07-17 00:05:54 -04:00
2026-06-27 06:47:11 -04:00
2026-07-10 23:51:48 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 20:13:42 -04:00
2026-06-21 10:07:08 -04:00
2026-06-27 06:25:16 -04:00
2026-07-16 06:30:36 -04:00
2026-06-26 17:46:23 -04:00
2026-07-10 23:51:48 -04:00
2026-06-29 10:34:26 -04:00
2026-06-22 15:24:30 -04:00
2026-07-06 07:31:05 -04:00
2026-06-26 12:18:18 -04:00
2026-06-26 16:08:50 -04:00
2026-06-24 08:41:12 -04:00
2026-06-26 22:36:36 -04:00
2026-08-07 10:24:11 -04:00
2026-06-21 12:30:43 -04:00
2026-07-05 05:55:34 -04:00
2026-06-24 00:31:08 -04:00
2026-06-24 08:41:12 -04:00
2026-07-22 18:15:07 -04:00
2026-06-21 13:36:21 -04:00
2026-06-24 06:23:12 -04:00
2026-06-21 09:47:52 -04:00
2026-07-09 22:42:32 -04:00
2026-06-26 16:08:50 -04:00
2026-07-17 09:43:43 -04:00
2026-06-27 03:42:26 -04:00
2026-06-19 21:44:48 -04:00
2026-06-20 06:05:01 -04:00
2026-08-07 10:24:11 -04:00
2026-07-10 23:09:03 -04:00
2026-07-10 23:51:48 -04:00
2026-06-22 11:32:49 -04:00
2026-07-11 00:36:55 -04:00
2026-07-10 23:09:03 -04:00
2026-07-10 23:09:03 -04:00
2026-07-01 09:47:15 -04:00
2026-07-10 23:09:03 -04:00
2026-07-01 14:27:16 -04:00
2026-07-10 23:09:03 -04:00
2026-08-07 10:24:11 -04:00
2026-07-05 05:27:49 -04:00
2026-06-22 17:53:58 -04:00
2026-08-07 10:24:11 -04:00
2026-07-22 18:15:07 -04:00
2026-07-05 08:16:19 -04:00
2026-06-26 16:08:50 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 17:25:15 -04:00
2026-08-07 10:24:11 -04:00
2026-06-22 15:24:30 -04:00
2026-06-26 13:31:26 -04:00
2026-06-26 13:31:26 -04:00
2026-06-26 16:08:50 -04:00
2026-08-07 10:24:11 -04:00
2026-06-21 10:07:08 -04:00
2026-06-26 22:36:36 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 13:31:26 -04:00
2026-06-23 21:02:58 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 17:46:23 -04:00
2026-06-29 22:52:37 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 16:08:50 -04:00
2026-07-15 23:27:57 -04:00
2026-06-23 17:49:50 -04:00
2026-06-24 05:05:03 -04:00
2026-06-26 22:51:31 -04:00
2026-06-22 15:24:30 -04:00
2026-06-24 00:31:08 -04:00
2026-06-24 06:23:12 -04:00
2026-06-27 06:59:01 -04:00
2026-06-24 06:23:12 -04:00
2026-06-27 01:11:03 -04:00
2026-06-29 10:13:16 -04:00
2026-07-15 23:27:57 -04:00
2026-06-27 06:59:01 -04:00
2026-06-26 22:26:44 -04:00
2026-06-26 16:08:50 -04:00
2026-06-22 10:48:51 -04:00
2026-06-26 16:08:50 -04:00
2026-06-22 16:42:18 -04:00
2026-06-21 15:13:51 -04:00
2026-06-27 01:11:03 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 13:31:26 -04:00
2026-07-15 23:27:57 -04:00
2026-06-26 22:36:36 -04:00
2026-06-27 08:05:32 -04:00
2026-07-05 05:27:49 -04:00
2026-06-29 10:07:27 -04:00
2026-06-26 13:31:26 -04:00
2026-06-26 03:45:37 -04:00
2026-06-26 22:36:36 -04:00
2026-06-27 02:30:53 -04:00
2026-06-26 22:26:44 -04:00
2026-06-26 13:31:26 -04:00
2026-07-04 07:35:16 -04:00
2026-06-29 15:43:44 -04:00
2026-06-27 01:11:03 -04:00
2026-06-26 17:25:15 -04:00
2026-06-26 22:36:36 -04:00
2026-06-26 13:31:26 -04:00
2026-06-26 16:08:50 -04:00
2026-07-05 08:16:19 -04:00
2026-06-26 22:36:36 -04:00
2026-07-05 05:27:49 -04:00
2026-06-26 22:36:36 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 17:25:15 -04:00
2026-06-29 22:52:37 -04:00
2026-06-26 17:25:15 -04:00
2026-06-27 02:30:53 -04:00
2026-06-26 17:25:15 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 22:36:36 -04:00
2026-06-27 06:50:17 -04:00
2026-06-26 23:18:03 -04:00
2026-06-26 23:18:03 -04:00
2026-06-26 22:36:36 -04:00
2026-06-26 17:25:15 -04:00
2026-06-26 22:36:36 -04:00
2026-07-05 08:16:19 -04:00
2026-06-26 17:25:15 -04:00
2026-06-27 01:11:03 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 22:51:31 -04:00
2026-07-16 23:14:19 -04:00
2026-06-21 13:36:21 -04:00
2026-06-24 01:32:30 -04:00
2026-06-26 20:13:42 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 12:18:18 -04:00
2026-08-07 10:24:11 -04:00
2026-06-21 13:36:21 -04:00
2026-06-26 05:06:21 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 13:31:26 -04:00
2026-07-05 05:27:49 -04:00
2026-07-16 23:14:19 -04:00
2026-08-07 10:24:11 -04:00
2026-07-16 23:14:19 -04:00
2026-06-26 05:06:21 -04:00
2026-06-26 13:31:26 -04:00
2026-08-07 10:24:11 -04:00
2026-07-11 00:36:55 -04:00
2026-06-26 23:18:03 -04:00
2026-07-16 23:14:19 -04:00
2026-06-11 01:06:40 +00:00
2026-06-27 03:42:26 -04:00
2026-08-07 10:24:11 -04:00
2026-07-10 23:51:48 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 20:13:42 -04:00
2026-06-26 17:25:15 -04:00
2026-06-24 15:03:37 -04:00
2026-07-17 10:08:46 -04:00
2026-06-27 06:18:07 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 22:26:44 -04:00
2026-06-21 09:47:52 -04:00
2026-06-26 13:31:26 -04:00
2026-06-22 16:42:18 -04:00
2026-06-26 22:51:31 -04:00
2026-06-26 17:46:23 -04:00
2026-06-22 10:09:21 -04:00
2026-07-16 13:11:18 -04:00
2026-06-26 17:46:23 -04:00
2026-06-26 22:51:31 -04:00
2026-06-27 06:59:01 -04:00
2026-06-26 20:13:42 -04:00
2026-06-24 09:23:28 -04:00
2026-06-24 06:34:59 -04:00
2026-06-21 09:47:52 -04:00
2026-06-21 10:07:08 -04:00
2026-06-22 16:42:18 -04:00
2026-06-26 22:36:36 -04:00
2026-07-06 07:31:05 -04:00
2026-06-26 17:46:23 -04:00
2026-06-26 22:51:31 -04:00
2026-07-15 23:27:57 -04:00
2026-07-10 23:09:03 -04:00
2026-06-24 12:47:42 -04:00
2026-06-26 22:26:44 -04:00
2026-07-01 09:47:15 -04:00
2026-06-22 10:09:21 -04:00
2026-06-26 13:31:26 -04:00
2026-06-22 16:01:37 -04:00
2026-06-22 10:09:21 -04:00
2026-07-16 13:30:05 -04:00
2026-06-24 00:31:08 -04:00
2026-07-16 13:11:18 -04:00
2026-07-05 05:27:49 -04:00
2026-06-24 05:05:03 -04:00
2026-06-26 05:06:21 -04:00
2026-06-21 12:30:43 -04:00
2026-06-26 23:18:03 -04:00
2026-06-29 10:07:27 -04:00
2026-06-29 09:10:41 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 17:46:23 -04:00
2026-06-27 06:18:07 -04:00
2026-06-27 06:50:17 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 06:18:07 -04:00
2026-06-24 06:34:59 -04:00
2026-06-24 00:31:08 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 23:18:03 -04:00
2026-07-05 08:16:19 -04:00
2026-06-22 16:42:18 -04:00
2026-07-05 05:55:34 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 22:26:44 -04:00
2026-06-22 16:42:18 -04:00
2026-06-26 17:25:15 -04:00
2026-06-26 17:46:23 -04:00
2026-06-26 22:51:31 -04:00
2026-07-05 05:27:49 -04:00
2026-06-27 08:05:32 -04:00
2026-06-26 23:52:01 -04:00
2026-06-27 06:59:01 -04:00
2026-06-29 09:10:41 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 22:51:31 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 16:08:50 -04:00
2026-07-05 05:55:34 -04:00
2026-06-27 06:18:07 -04:00
2026-06-26 16:08:50 -04:00
2026-06-27 08:05:32 -04:00
2026-06-27 06:59:01 -04:00
2026-07-05 05:27:49 -04:00
2026-06-26 16:08:50 -04:00
2026-06-27 08:05:32 -04:00
2026-06-26 22:26:44 -04:00
2026-07-04 08:05:32 -04:00
2026-06-29 10:13:16 -04:00
2026-07-06 07:31:05 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 13:31:26 -04:00
2026-06-26 13:31:26 -04:00
2026-06-26 23:18:03 -04:00
2026-06-27 01:11:03 -04:00
2026-06-29 22:52:37 -04:00
2026-07-04 07:35:16 -04:00
2026-07-16 13:11:18 -04:00
2026-06-29 10:34:26 -04:00
2026-07-10 23:51:48 -04:00
2026-06-26 16:08:50 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-07-16 13:30:05 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-07-22 17:49:20 -04:00
2026-07-16 13:42:06 -04:00
2026-08-07 10:24:11 -04:00
2026-07-17 09:43:43 -04:00
2026-07-17 04:33:58 -04:00
2026-07-22 16:49:27 -04:00
2026-08-07 10:24:11 -04:00
2026-07-15 23:27:57 -04:00
2026-07-17 09:50:25 -04:00
2026-08-07 10:24:11 -04:00
2026-07-15 23:27:57 -04:00
2026-07-15 23:27:57 -04:00
2026-07-16 13:30:05 -04:00
2026-08-07 10:24:11 -04:00
2026-07-29 22:36:43 -04:00
2026-07-29 22:36:43 -04:00
2026-07-16 23:14:19 -04:00
2026-07-16 13:30:05 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-07-16 23:14:19 -04:00
2026-07-10 23:51:48 -04:00
2026-06-13 19:35:01 -04:00
2026-07-15 23:27:57 -04:00
2026-08-05 17:16:54 -04:00
2026-07-30 03:04:03 -04:00
2026-07-15 23:27:57 -04:00
2026-08-07 10:24:11 -04:00
2026-07-30 07:10:36 -04:00
2026-07-19 15:28:28 -04:00
2026-07-05 05:31:58 -04:00
2026-06-21 12:30:43 -04:00
2026-07-17 04:50:51 -04:00
2026-06-26 16:08:50 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-06-23 21:02:58 -04:00
2026-06-26 13:31:26 -04:00
2026-07-10 23:09:03 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 01:05:25 -04:00
2026-07-15 23:27:57 -04:00
2026-06-26 20:13:42 -04:00
2026-07-10 23:09:03 -04:00
2026-06-26 23:18:03 -04:00
2026-06-27 01:05:25 -04:00
2026-06-22 16:42:18 -04:00
2026-06-26 12:18:18 -04:00
2026-06-21 13:36:21 -04:00
2026-06-24 15:03:37 -04:00
2026-06-24 15:03:37 -04:00
2026-06-22 10:09:21 -04:00
2026-06-26 23:18:03 -04:00
2026-07-05 05:27:49 -04:00
2026-06-26 17:25:15 -04:00
2026-07-19 16:15:21 -04:00
2026-07-10 14:20:46 -04:00
2026-06-27 02:13:23 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 17:46:23 -04:00
2026-06-26 05:06:21 -04:00
2026-06-27 03:42:26 -04:00
2026-06-27 03:42:26 -04:00
2026-06-27 02:30:53 -04:00
2026-06-21 13:36:21 -04:00
2026-07-14 16:20:55 -04:00
2026-07-14 16:20:55 -04:00
2026-07-14 16:20:55 -04:00
2026-07-10 12:18:32 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 17:25:15 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 13:31:26 -04:00
2026-06-23 13:34:38 -04:00
2026-07-16 08:04:03 -04:00
2026-07-22 18:15:07 -04:00
2026-07-16 23:14:19 -04:00
2026-06-26 17:46:23 -04:00
2026-08-07 10:24:11 -04:00
2026-07-17 09:48:25 -04:00
2026-07-05 08:16:19 -04:00
2026-07-16 13:30:05 -04:00
2026-06-24 06:34:59 -04:00
2026-06-26 17:25:15 -04:00
2026-06-27 03:42:26 -04:00
2026-06-21 13:36:21 -04:00
2026-06-30 06:50:16 -04:00
2026-06-26 17:25:15 -04:00
2026-06-29 09:10:41 -04:00
2026-06-24 05:05:03 -04:00
2026-06-20 16:21:15 -04:00
2026-07-10 23:51:48 -04:00
2026-06-27 02:31:59 -04:00
2026-06-27 03:42:26 -04:00
2026-06-22 16:42:18 -04:00
2026-06-26 23:18:03 -04:00
2026-06-26 23:52:01 -04:00
2026-07-16 23:14:19 -04:00
2026-06-26 17:25:15 -04:00
2026-06-23 15:19:43 -04:00
2026-06-26 16:08:50 -04:00
2026-06-23 21:02:58 -04:00
2026-06-26 17:25:15 -04:00
2026-07-10 23:51:48 -04:00
2026-07-05 05:55:34 -04:00
2026-06-22 16:42:18 -04:00
2026-06-21 13:36:21 -04:00
2026-06-29 15:54:46 -04:00
2026-06-26 23:18:03 -04:00
2026-07-18 16:37:49 -04:00
2026-07-15 23:27:57 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 23:52:01 -04:00
2026-07-01 09:47:15 -04:00
2026-06-27 01:11:03 -04:00
2026-06-27 06:59:01 -04:00
2026-06-26 10:45:53 -04:00
2026-06-22 14:38:27 -04:00
2026-07-10 23:51:48 -04:00
2026-06-26 22:51:31 -04:00
2026-06-24 00:31:08 -04:00
2026-06-22 12:48:24 -04:00
2026-06-27 02:13:23 -04:00
2026-06-26 23:52:01 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 12:18:18 -04:00
2026-07-10 23:09:03 -04:00
2026-07-17 04:39:47 -04:00
2026-06-21 13:36:21 -04:00
2026-08-07 10:24:11 -04:00
2026-07-01 14:37:51 -04:00
2026-07-15 23:27:57 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 06:18:07 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 13:31:26 -04:00
2026-06-29 10:34:26 -04:00
2026-07-17 06:55:39 -04:00
2026-06-22 16:42:18 -04:00
2026-07-05 08:16:19 -04:00
2026-06-25 18:45:43 -04:00
2026-08-07 10:24:11 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 06:18:07 -04:00
2026-06-26 10:45:53 -04:00
2026-06-26 23:52:01 -04:00
2026-06-27 03:42:26 -04:00
2026-06-26 17:25:15 -04:00
2026-06-26 16:08:50 -04:00
2026-06-24 15:03:37 -04:00
2026-06-22 16:01:37 -04:00
2026-07-17 00:12:00 -04:00
2026-06-21 09:47:52 -04:00
2026-07-05 05:55:34 -04:00
2026-07-05 05:55:34 -04:00
2026-06-27 01:11:03 -04:00
2026-06-26 23:18:03 -04:00
2026-06-21 17:12:49 -04:00
2026-06-26 16:08:50 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 05:06:21 -04:00
2026-06-27 06:59:01 -04:00
2026-06-23 21:02:58 -04:00
2026-06-26 23:52:01 -04:00
2026-07-16 23:14:19 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 16:08:50 -04:00
2026-06-27 01:11:03 -04:00
2026-07-05 05:27:49 -04:00
2026-06-24 12:47:42 -04:00
2026-06-23 21:02:58 -04:00
2026-06-26 17:25:15 -04:00
2026-07-05 05:27:49 -04:00
2026-06-29 09:02:01 -04:00
2026-06-24 01:32:30 -04:00
2026-06-22 15:24:30 -04:00
2026-06-22 16:42:18 -04:00
2026-06-20 13:16:45 -04:00
2026-06-20 13:16:45 -04:00
2026-06-22 17:53:58 -04:00
2026-06-22 15:24:30 -04:00
2026-07-10 23:09:03 -04:00
2026-06-26 17:25:15 -04:00
2026-07-16 23:14:19 -04:00
2026-06-22 12:48:24 -04:00
2026-06-24 00:31:08 -04:00
2026-06-26 10:45:53 -04:00
2026-06-25 18:45:43 -04:00
2026-06-25 10:43:19 -04:00
2026-06-24 00:31:08 -04:00
2026-06-22 16:42:18 -04:00
2026-06-26 17:46:23 -04:00
2026-06-22 16:42:18 -04:00
2026-07-05 08:16:19 -04:00
2026-08-07 10:24:11 -04:00
2026-07-16 06:21:14 -04:00
2026-06-26 23:18:03 -04:00
2026-06-29 09:10:41 -04:00
2026-06-22 10:48:51 -04:00
2026-07-16 06:21:14 -04:00
2026-07-05 05:27:49 -04:00
2026-06-21 09:47:52 -04:00
2026-07-22 16:49:27 -04:00
2026-07-05 05:27:49 -04:00
2026-08-07 10:24:11 -04:00
2026-06-24 12:47:42 -04:00
2026-06-22 16:42:18 -04:00
2026-07-16 23:14:19 -04:00
2026-06-24 12:47:42 -04:00
2026-06-26 22:36:36 -04:00
2026-06-26 17:46:23 -04:00
2026-06-24 00:31:08 -04:00
2026-07-04 08:05:32 -04:00
2026-06-26 13:31:26 -04:00
2026-06-22 15:24:30 -04:00
2026-07-10 23:09:03 -04:00
2026-07-10 23:09:03 -04:00
2026-06-27 01:11:03 -04:00
2026-07-16 13:30:05 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 16:08:50 -04:00
2026-07-16 23:14:19 -04:00
2026-06-26 22:26:44 -04:00
2026-06-29 11:04:27 -04:00
2026-06-26 17:25:15 -04:00
2026-08-07 10:24:11 -04:00
2026-07-04 20:05:19 -04:00
2026-06-25 10:43:19 -04:00
2026-06-21 17:29:18 -04:00
2026-07-05 05:27:49 -04:00
2026-06-29 10:34:26 -04:00
2026-07-05 05:27:49 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 16:08:50 -04:00
2026-07-16 07:04:58 -04:00
2026-06-26 16:08:50 -04:00
2026-06-22 16:42:18 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 23:18:03 -04:00
2026-07-01 14:37:51 -04:00
2026-07-17 04:50:51 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 22:51:31 -04:00
2026-07-05 05:31:58 -04:00
2026-06-23 13:34:38 -04:00
2026-06-23 13:34:38 -04:00
2026-06-24 05:05:03 -04:00
2026-06-22 16:42:18 -04:00
2026-07-01 14:37:51 -04:00
2026-07-04 20:05:19 -04:00
2026-06-22 10:48:51 -04:00
2026-08-07 10:24:11 -04:00
2026-06-26 12:18:18 -04:00
2026-06-27 02:30:53 -04:00
2026-07-05 05:27:49 -04:00
2026-06-21 12:34:55 -04:00
2026-06-27 03:42:26 -04:00
2026-06-22 15:24:30 -04:00
2026-07-06 07:31:05 -04:00
2026-07-04 07:12:09 -04:00
2026-06-26 12:18:18 -04:00
2026-06-26 23:52:01 -04:00
2026-06-25 10:43:19 -04:00
2026-06-26 12:18:18 -04:00
2026-06-26 17:46:23 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 23:52:01 -04:00
2026-06-21 10:52:45 -04:00
2026-06-26 17:46:23 -04:00
2026-06-29 09:14:02 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 23:52:01 -04:00
2026-06-26 12:18:18 -04:00
2026-07-16 13:30:05 -04:00
2026-07-05 08:16:19 -04:00
2026-07-05 05:55:34 -04:00
2026-06-21 11:54:27 -04:00
2026-06-25 18:45:43 -04:00
2026-07-22 16:49:27 -04:00
2026-06-26 23:18:03 -04:00
2026-07-16 13:30:05 -04:00
2026-06-21 09:47:52 -04:00
2026-06-26 16:08:50 -04:00
2026-06-25 18:45:43 -04:00
2026-06-23 17:49:50 -04:00
2026-06-26 22:36:36 -04:00
2026-07-05 05:31:58 -04:00
2026-06-27 02:30:53 -04:00
2026-07-16 06:21:14 -04:00
2026-06-22 16:01:37 -04:00
2026-07-05 05:27:49 -04:00
2026-06-26 16:08:50 -04:00
2026-06-25 18:45:43 -04:00
2026-06-24 00:31:08 -04:00
2026-07-17 10:08:46 -04:00
2026-06-25 18:45:43 -04:00
2026-06-26 20:13:42 -04:00
2026-07-10 23:51:48 -04:00
2026-06-22 10:48:51 -04:00
2026-06-25 18:45:43 -04:00
2026-07-16 06:21:14 -04:00
2026-06-27 06:59:01 -04:00
2026-07-06 07:31:05 -04:00
2026-06-26 23:18:03 -04:00
2026-06-27 06:59:01 -04:00
2026-07-11 00:36:55 -04:00
2026-07-10 23:51:48 -04:00
2026-06-29 11:04:27 -04:00
2026-07-22 18:03:29 -04:00
2026-08-07 10:24:11 -04:00
2026-06-19 19:12:12 -04:00
2026-06-22 13:31:44 -04:00
2026-06-26 16:08:50 -04:00
2026-06-27 03:42:26 -04:00
2026-06-26 16:08:50 -04:00
2026-06-29 09:10:41 -04:00
2026-06-27 08:05:32 -04:00
2026-06-26 16:08:50 -04:00
2026-06-25 18:45:43 -04:00
2026-07-16 13:30:05 -04:00
2026-06-21 13:36:21 -04:00
2026-06-22 15:24:30 -04:00
2026-06-26 22:36:36 -04:00
2026-06-26 05:06:21 -04:00
2026-06-25 18:45:43 -04:00
2026-06-22 13:44:50 -04:00
2026-06-26 16:08:50 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 00:52:16 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 03:42:26 -04:00
2026-07-17 00:04:38 -04:00
2026-07-16 06:21:14 -04:00
2026-07-16 23:14:19 -04:00
2026-06-27 01:11:03 -04:00
2026-06-26 17:25:15 -04:00
2026-06-26 20:13:42 -04:00
2026-08-07 07:44:00 -04:00
2026-06-27 02:30:53 -04:00
2026-06-26 16:08:50 -04:00
2026-07-16 23:14:19 -04:00
2026-06-25 18:45:43 -04:00
2026-06-24 00:31:08 -04:00
2026-06-21 09:47:52 -04:00
2026-07-16 23:14:19 -04:00
2026-06-22 11:15:53 -04:00
2026-07-05 05:27:49 -04:00
2026-06-21 15:39:01 -04:00
2026-06-26 12:18:18 -04:00
2026-08-07 10:24:11 -04:00
2026-06-27 01:11:03 -04:00
2026-06-23 17:49:50 -04:00
2026-06-26 16:08:50 -04:00
2026-06-26 13:31:26 -04:00
2026-06-26 22:51:31 -04:00
2026-06-22 13:26:35 -04:00
2026-06-24 00:31:08 -04:00
2026-06-26 12:18:18 -04:00
2026-07-16 23:52:24 -04:00
2026-08-07 10:24:11 -04:00
2026-06-23 14:55:08 -04:00
2026-06-21 09:47:52 -04:00
2026-08-07 10:24:11 -04:00