mcpp: add v2.7.2-25-g619046f with CVE patches (#47301)

This commit is contained in:
Wouter Deconinck 2024-10-31 14:57:56 -05:00 committed by GitHub
parent 0c00a297e1
commit 94c29e1cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,11 +12,13 @@ class Mcpp(AutotoolsPackage, SourceforgePackage):
homepage = "https://sourceforge.net/projects/mcpp/"
sourceforge_mirror_path = "mcpp/mcpp/V.2.7.2/mcpp-2.7.2.tar.gz"
git = "https://github.com/jbrandwood/mcpp.git"
# Versions from `git describe --tags`
version("2.7.2-25-g619046f", commit="619046fa0debac3f86ff173098aeb59b8f051d19")
version("2.7.2", sha256="3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864")
depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated
depends_on("c", type="build")
def configure_args(self):
config_args = ["--enable-mcpplib", "--disable-static"]