con un clic
openbsd-update-packages
Update package versions in templates for OpenBSD
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Update package versions in templates for OpenBSD
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Update package versions in templates for Alpine Linux
Update Packer templates for FreeBSD release changes (BETA, RC, RELEASE)
Update Packer templates for Debian minor release changes (e.g., 13.4 → 13.5)
Create Packer templates for a new OpenBSD version based on an existing version
Update package versions in templates for FreeBSD
| name | openbsd-update-packages |
| description | Update package versions in templates for OpenBSD |
When instructed to updata package versions in for templates for OpenBSD
(sitting in any directories in openbsd/) to use the latest available
version of the packages, do the following:
provisioner "shell" blocks within the relevant
.pkr.hcl files.environment_vars (e.g., PACKAGE_NAME=package=1.2.3).
Packages installed without an explicit version (e.g., pkg_add package)
do not need manual version updates, as pkg_add will fetch the
latest during the build.7.7) and relevant
architecture (e.g., amd64, arm64) based on the template context.replace_in_file tool to update the hardcoded version strings
within the environment_vars in the .pkr.hcl files.