From 7e43a9c37f0dce795b18803da51074d7b6b5a378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Tue, 27 Aug 2024 16:12:37 +0200 Subject: [PATCH] libtool: bump version (#10938) --- .../{libtool-2.4.6.recipe => libtool-2.4.7.recipe} | 8 ++++---- .../{libtool-2.4.6.patchset => libtool-2.4.7.patchset} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-build/libtool/{libtool-2.4.6.recipe => libtool-2.4.7.recipe} (94%) rename dev-build/libtool/patches/{libtool-2.4.6.patchset => libtool-2.4.7.patchset} (100%) diff --git a/dev-build/libtool/libtool-2.4.6.recipe b/dev-build/libtool/libtool-2.4.7.recipe similarity index 94% rename from dev-build/libtool/libtool-2.4.6.recipe rename to dev-build/libtool/libtool-2.4.7.recipe index 5e27ba65f..fa702a49e 100644 --- a/dev-build/libtool/libtool-2.4.6.recipe +++ b/dev-build/libtool/libtool-2.4.7.recipe @@ -2,17 +2,17 @@ SUMMARY="A generic library of support scripts" DESCRIPTION="GNU libtool is a set of shell scripts to automatically configure \ UNIX architectures to build shared libraries in a generic fashion." HOMEPAGE="http://www.gnu.org/software/libtool" -COPYRIGHT="2004-2010 Free Software Foundation, Inc." +COPYRIGHT="2004-2022 Free Software Foundation, Inc." LICENSE="GNU GPL v2" -REVISION="3" +REVISION="1" SOURCE_URI="https://ftp.gnu.org/gnu/libtool/libtool-$portVersion.tar.gz" -CHECKSUM_SHA256="e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3" +CHECKSUM_SHA256="04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8" PATCHES="libtool-$portVersion.patchset" ARCHITECTURES="all ?arm" SECONDARY_ARCHITECTURES="x86_gcc2 x86" -libVersion="7.3.1" +libVersion="7.3.2" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" diff --git a/dev-build/libtool/patches/libtool-2.4.6.patchset b/dev-build/libtool/patches/libtool-2.4.7.patchset similarity index 100% rename from dev-build/libtool/patches/libtool-2.4.6.patchset rename to dev-build/libtool/patches/libtool-2.4.7.patchset