wok-current diff meson/receipt @ rev 25725

Patch openssh CVE-2024-6387
author Stanislas Leduc <shann@slitaz.org>
date Mon Jul 01 15:09:44 2024 +0000 (4 days ago)
parents a23978bfa665
children
line diff
     1.1 --- a/meson/receipt	Wed Oct 11 18:45:46 2023 +0000
     1.2 +++ b/meson/receipt	Mon Jul 01 15:09:44 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="meson"
     1.7 -VERSION="0.62.2"
     1.8 +VERSION="0.63.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Meson Build System."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,8 +11,8 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://github.com/mesonbuild/$PACKAGE/releases/download/$VERSION/$TARBALL"
    1.15  
    1.16 -DEPENDS="ninja python3-setuptools"
    1.17 -BUILD_DEPENDS="python3-setuptools"
    1.18 +DEPENDS="ninja python3 python3-setuptools"
    1.19 +BUILD_DEPENDS="python3 python3-setuptools"
    1.20  
    1.21  current_version()
    1.22  {