wok-current rev 25777
Up mutt dep libsasl-modules, required for smtps (thanks rantanplan for report), up firefox-official 128.11.0 and ffmpeg 4.4.6 (CVE-2023-49502, CVE-2025-0518, CVE-2025-22919)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 03 14:23:47 2025 +0000 (3 months ago) |
parents | ff2d5cee967f |
children | d362da14387d |
files | ffmpeg-dev/receipt ffmpeg/receipt ffplay/receipt firefox-official/receipt mutt/receipt |
line diff
1.1 --- a/ffmpeg-dev/receipt Thu May 22 19:57:23 2025 +0000 1.2 +++ b/ffmpeg-dev/receipt Tue Jun 03 14:23:47 2025 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ffmpeg-dev" 1.7 -VERSION="4.4.1" 1.8 +VERSION="4.4.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Record, convert and stream audio and video - development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/ffmpeg/receipt Thu May 22 19:57:23 2025 +0000 2.2 +++ b/ffmpeg/receipt Tue Jun 03 14:23:47 2025 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ffmpeg" 2.7 -VERSION="4.4.1" 2.8 +VERSION="4.4.6" 2.9 CATEGORY="multimedia" 2.10 TAGS="audio video convert stream" 2.11 SHORT_DESC="Record, convert and stream audio and video."
3.1 --- a/ffplay/receipt Thu May 22 19:57:23 2025 +0000 3.2 +++ b/ffplay/receipt Tue Jun 03 14:23:47 2025 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="ffplay" 3.7 -VERSION="4.4.1" 3.8 +VERSION="4.4.6" 3.9 CATEGORY="multimedia" 3.10 TAGS="audio video player" 3.11 SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library."
4.1 --- a/firefox-official/receipt Thu May 22 19:57:23 2025 +0000 4.2 +++ b/firefox-official/receipt Tue Jun 03 14:23:47 2025 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="firefox-official" 4.7 -VERSION="128.10.1esr" 4.8 +VERSION="128.11.0esr" 4.9 CATEGORY="network" 4.10 TAGS="web-browser" 4.11 SHORT_DESC="Official Firefox build by the Mozilla foundation (English language)."
5.1 --- a/mutt/receipt Thu May 22 19:57:23 2025 +0000 5.2 +++ b/mutt/receipt Tue Jun 03 14:23:47 2025 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt 5.5 5.6 PACKAGE="mutt" 5.7 -VERSION="1.14.7" 5.8 +VERSION="2.2.12" 5.9 CATEGORY="network" 5.10 SHORT_DESC="Small and powerful text-based mail client." 5.11 MAINTAINER="paul@slitaz.org" 5.12 @@ -11,11 +11,13 @@ 5.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.14 WGET_URL="ftp://ftp.mutt.org/pub/mutt/$TARBALL" 5.15 5.16 -DEPENDS="libidn libsasl ncurses openssl zlib" 5.17 +DEPENDS="libidn libsasl libsasl-modules ncurses openssl zlib" 5.18 BUILD_DEPENDS="cyrus-sasl-dev libidn-dev libxslt ncurses-dev openssl-dev perl" 5.19 5.20 CONFIG_FILES="/etc/Muttrc /etc/mime.types" 5.21 5.22 +HOST_ARCH="i486 x86_64" 5.23 + 5.24 # What is the latest version available today? 5.25 current_version() 5.26 {