# HG changeset patch # User Pascal Bellard # Date 1669976068 0 # Node ID 3f7980d355a57086f1bf5ff4619f3c3a91f95ce1 # Parent 65942c8606f4c9a659c2122e9d0076c9299842bb Up expat (2.5.0), CVE-2022-43680 diff -r 65942c8606f4 -r 3f7980d355a5 btop/receipt --- a/btop/receipt Wed Nov 30 08:50:05 2022 +0000 +++ b/btop/receipt Fri Dec 02 10:14:28 2022 +0000 @@ -11,6 +11,13 @@ TARBALL="$PACKAGE-i686-linux-musl.tbz" WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" +# What is the latest version available today? +current_version() +{ + wget -O - $WEB_SITE/releases 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 65942c8606f4 -r 3f7980d355a5 expat-dev/receipt --- a/expat-dev/receipt Wed Nov 30 08:50:05 2022 +0000 +++ b/expat-dev/receipt Fri Dec 02 10:14:28 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="expat-dev" -VERSION="2.4.9" +VERSION="2.5.0" CATEGORY="development" SHORT_DESC="XML parsing library development files." MAINTAINER="pankso@slitaz.org" diff -r 65942c8606f4 -r 3f7980d355a5 expat/receipt --- a/expat/receipt Wed Nov 30 08:50:05 2022 +0000 +++ b/expat/receipt Fri Dec 02 10:14:28 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="expat" -VERSION="2.4.9" +VERSION="2.5.0 CATEGORY="x-window" SHORT_DESC="XML parsing C library." MAINTAINER="pankso@slitaz.org" diff -r 65942c8606f4 -r 3f7980d355a5 openshot/receipt --- a/openshot/receipt Wed Nov 30 08:50:05 2022 +0000 +++ b/openshot/receipt Fri Dec 02 10:14:28 2022 +0000 @@ -6,7 +6,7 @@ MAINTAINER="jozee@slitaz.org" LICENSE="GPL3" SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework" -WEB_SITE="http://www.openshotvideo.com/" +WEB_SITE="https://www.openshotvideo.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" TAGS="" diff -r 65942c8606f4 -r 3f7980d355a5 pari/receipt --- a/pari/receipt Wed Nov 30 08:50:05 2022 +0000 +++ b/pari/receipt Fri Dec 02 10:14:28 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://pari.math.u-bordeaux.fr/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}pub/$PACKAGE/unix/$TARBALL" +WGET_URL="${WEB_SITE}pub/$PACKAGE/OLD/${VERSION%.*}/$TARBALL" DEPENDS="glibc-base gmp libxcb ncurses readline xorg-libX11 xorg-libXau \ xorg-libXdmcp"