wok-current diff perl-dbi-dbd/receipt @ rev 25702

Up git (CVE-2024-32002,CVE-2024-32004,CVE-2024-32020,CVE-2024-32021,CVE-2024-32465), gdk-pixbuf CVE-2022-48622, up linux 5.10.217
author Stanislas Leduc <shann@slitaz.org>
date Mon May 20 11:38:26 2024 +0000 (8 weeks ago)
parents b3c3c028e5ba
children
line diff
     1.1 --- a/perl-dbi-dbd/receipt	Fri Oct 26 10:22:35 2018 +0200
     1.2 +++ b/perl-dbi-dbd/receipt	Mon May 20 11:38:26 2024 +0000
     1.3 @@ -10,9 +10,15 @@
     1.4  BUILD_DEPENDS="perl"
     1.5  SOURCE="DBI"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://cpan.org/"
     1.8 +WEB_SITE="https://metacpan.org/dist/DBI"
     1.9  WGET_URL="http://cpan.org/authors/id/T/TI/TIMB/$TARBALL"
    1.10  
    1.11 +current_version()
    1.12 +{
    1.13 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.14 +	sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
    1.15 +}
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {