# HG changeset patch # User Pascal Bellard # Date 1657355312 0 # Node ID cd6fc250348b13cfad97d803001a401c0a989576 # Parent 4eb0430e6d58183959e59f1184fafdb6d2bc40b0 Up perl-log-log4perl (1.55) diff -r 4eb0430e6d58 -r cd6fc250348b mbedtls/receipt --- a/mbedtls/receipt Tue Jul 05 09:19:22 2022 +0000 +++ b/mbedtls/receipt Sat Jul 09 08:28:32 2022 +0000 @@ -8,15 +8,17 @@ LICENSE="Apache" WEB_SITE="https://www.trustedfirmware.org/projects/mbed-tls/" -TARBALL="$PACKAGE-$VERSION-gpl.tgz" -WGET_URL="https://tls.mbed.org/download/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/$TARBALL" +# What is the latest version available today? current_version() { - wget -O - https://github.com/ARMmbed/mbedtls/releases 2>/dev/null | \ + wget -O - https://github.com/Mbed-TLS/mbedtls/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } +# Rules to configure and make the package. compile_rules() { sed \ -e 's|//\(#define MBEDTLS_THREADING_C\)|\1|' \ @@ -29,6 +31,7 @@ make DESTDIR=$install/usr install } +# Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/ cp -a $install/usr/bin/ $fs/usr/ diff -r 4eb0430e6d58 -r cd6fc250348b perl-log-log4perl/receipt --- a/perl-log-log4perl/receipt Tue Jul 05 09:19:22 2022 +0000 +++ b/perl-log-log4perl/receipt Sat Jul 09 08:28:32 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="perl-log-log4perl" -VERSION="1.54" +VERSION="1.55" CATEGORY="development" SHORT_DESC="Log::Log4perl module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,10 +10,11 @@ REPOLOGY="perl:log-log4perl" SOURCE="Log-Log4perl" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://www.cpan.org/modules/by-module/Log/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETJ/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r 4eb0430e6d58 -r cd6fc250348b rust-cargo/receipt --- a/rust-cargo/receipt Tue Jul 05 09:19:22 2022 +0000 +++ b/rust-cargo/receipt Sat Jul 09 08:28:32 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="The Rust package manager." MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT Apache BSD" -WEB_SITE="https://www.rust-lang.org/" +WEB_SITE="https://www.rust-lang.org" SIBLINGS="rust" DEPENDS="rust" diff -r 4eb0430e6d58 -r cd6fc250348b rust/receipt --- a/rust/receipt Tue Jul 05 09:19:22 2022 +0000 +++ b/rust/receipt Sat Jul 09 08:28:32 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="The Rust programming language." MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT Apache BSD" -WEB_SITE="https://www.rust-lang.org/" +WEB_SITE="https://www.rust-lang.org" TARBALL="rust-$VERSION-i686-unknown-linux-gnu.tar.gz" WGET_URL="https://static.rust-lang.org/dist/$TARBALL"