# packages/passt Slackware package build recipe for **passt** (and its `pasta` counterpart). - Upstream: https://passt.top/passt/about/ (cgit, no GitHub mirror) - Pinned commit: see `PASST_COMMIT` in [versions.env](../../versions.env) - Patches: see `patches/` (currently none) - Build entry point: `passt.SlackBuild` ## Notes Unlike the other six packages, passt has no tagged releases or semver versioning upstream — distributions package it straight from a pinned git commit (this is also how Fedora/Debian build it). `scripts/update-versions.sh` handles re-pinning to a newer commit and recomputing the snapshot checksum; see [versions.env](../../versions.env) for the exact snapshot URL pattern. Not required for the Phase 1 (rootful) MVP — passt/pasta become relevant once rootless Podman support is added (see [docs/ROADMAP.md](../../docs/ROADMAP.md), Phase 3). It is built now so the package pipeline covers the full dependency set from day one.