From 7e25f54eb1582288a12aaf22419de516bc850daa Mon Sep 17 00:00:00 2001 From: oreo639 Date: Mon, 22 Jan 2024 01:52:00 -0800 Subject: [PATCH] vala: update to 0.56.14. Update to fix buffer overflow crash when building NetworkManager. See: https://gitlab.gnome.org/GNOME/vala/-/issues/1485 --- srcpkgs/vala/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vala/template b/srcpkgs/vala/template index a0d081a111349..a745b4f5c0678 100644 --- a/srcpkgs/vala/template +++ b/srcpkgs/vala/template @@ -1,7 +1,7 @@ # Template file for 'vala' pkgname=vala # Should be kept in sync with 'valadoc' (shared distfiles) -version=0.56.13 +version=0.56.14 revision=1 build_style=gnu-configure configure_args="--disable-valadoc" @@ -14,7 +14,7 @@ license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/Vala" changelog="https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS" distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz" -checksum=4988223036c7e1e4874c476d0de8bd9cbe500ee25ef19a76e560dc0b6d56ae07 +checksum=9382c268ca9bdc02aaedc8152a9818bf3935273041f629c56de410e360a3f557 shlib_provides="libvalaccodegen.so" make_check=extended # take a lot of time