From 4840c4f8a744ad6a7d296ecf87b84a10b8f4ce0c Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 7 Jul 2026 10:49:22 +0200 Subject: fix: bump dash-form dated URLs on version change --hintfile -V and --new -V only substituted the packaged underscore form of the old version, so download URLs using the upstream dash form (dates like 2026-07-07, tags) kept pointing at the old tarball and their md5 went stale. Now both the underscore and dash variants of old->new are rewritten. exploitdb was the trigger case. Tests T74 (--hintfile) and T75 (--new) cover the dashed-URL bump. Release v1.1.3. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a018b8..e7278c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [1.1.3] - 2026-07-07 + +### Fixed +- Version bump now rewrites download URLs that use the upstream `-` form of a + date/tag, not just the packaged `_` form. Previously a hint like exploitdb + (`VERSION="2026_07_07"`, `DOWNLOAD=".../2026-07-07/..."`) kept its stale URL + and md5 after `--hintfile -V` / `--new -V`. Both `_` and `-` variants of the + old→new version are now substituted. + ## [1.1.2] - 2026-07-05 ### Fixed -- cgit v1.2.3