Date: Thu, 06 Jan 2022 17:13:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 260574] security/tang: Update to v11 (Fix CVE-2021-4076) Message-ID: <bug-260574-7788-axIyYEK0DZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260574-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-260574-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260574 --- 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=3D https://github.com/latchset/${PORTNAME}/releases/download/v${DISTVERSION}/ USES=3D ... tar:xz --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260574-7788-axIyYEK0DZ>