Add CI bump tasks for gperf, libseccomp, pkgconf, and tini#214
Merged
Add CI bump tasks for gperf, libseccomp, pkgconf, and tini#214
Conversation
Add four new bump scripts to the weekly bump-deps pipeline job, each discovering the latest upstream version and updating BOSH blobs: - gperf: from GNU FTP with GPG signature verification - libseccomp: from GitHub releases with SHA256SUM verification - pkgconf: from GitHub tags (replaces dormant pkg-config) - tini: from GitHub releases Switch from pkg-config (0.29.2, last released 2017) to pkgconf, the actively maintained drop-in replacement. Update packaging scripts to derive versions dynamically from blob filenames instead of hardcoding them. Add autoconf/automake/libtool to the CI Docker image for pkgconf's autogen.sh.
aramprice
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pkg-config doesn't compile on Resolute Raccoon, so I started to fix that and realized none of these dependencies were getting updated. I deployed this changes in a temporary pipeline and saw them go green, so this is ready to merge.
Add four new bump scripts to the weekly bump-deps pipeline job, each discovering the latest upstream version and updating BOSH blobs:
Switch from pkg-config (0.29.2, last released 2017) to pkgconf, the actively maintained drop-in replacement. Update packaging scripts to derive versions dynamically from blob filenames instead of hardcoding them. Add autoconf/automake/libtool to the CI Docker image for pkgconf's autogen.sh.