[Bug 260574] security/tang: Update to v11 (Fix CVE-2021-4076)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 260574] security/tang: Update to v11 (Fix CVE-2021-4076)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jan 2022 17:13:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260574 --- Comment #3 from Daniel Engberg <diizzy@FreeBSD.org> --- When you use USE_GITHUB it'll pull a generated archive instead of a static one (later one is preferred). It just makes sure we do it in a consistent way in the tree (short version). https://cgit.freebsd.org/ports/tree/Mk/bsd.sites.mk#n340 In this case you should drop USE_GITHUB (and variables used for it) and use MASTER_SITES instead. The only exception in general is when upstream distribution archive isn't usable for some reason. MASTER_SITES= https://github.com/latchset/${PORTNAME}/releases/download/v${DISTVERSION}/ USES= ... tar:xz -- You are receiving this mail because: You are the assignee for the bug.