# HG changeset patch # User Pascal Bellard # Date 1708877480 0 # Node ID 7a8b9cd0921230f035251322550d1fd61a6d86b9 # Parent ccb3cb4d6f56aa55bab8c7e89526c78b433e6ea9 Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6) diff -r ccb3cb4d6f56 -r 7a8b9cd09212 lapack/receipt --- a/lapack/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/lapack/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lapack" -VERSION="3.10.0" +VERSION="3.12.0" CATEGORY="misc" SHORT_DESC="Linear Algebra PACKage." MAINTAINER="slaxemulator@gmail.com" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 less/receipt --- a/less/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/less/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="less" -VERSION="590" +VERSION="633" CATEGORY="base-system" SHORT_DESC="A terminal based program for viewing text files." MAINTAINER="slaxemulator@gmail.com" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libarchive-dev/receipt --- a/libarchive-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libarchive-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libarchive-dev" -VERSION="3.6.1" +VERSION="3.7.2" CATEGORY="development" SHORT_DESC="C library and command line tool archive - development files." MAINTAINER="erjo@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libarchive/receipt --- a/libarchive/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libarchive/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libarchive" -VERSION="3.6.1" +VERSION="3.7.2" CATEGORY="system-tools" SHORT_DESC="C library and command line tool for reading archive." MAINTAINER="erjo@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 liblouis-dev/receipt --- a/liblouis-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/liblouis-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblouis-dev" -VERSION="3.21.0" +VERSION="3.28.0" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="Open-source braille translator and back-translator, development files." diff -r ccb3cb4d6f56 -r 7a8b9cd09212 liblouis/receipt --- a/liblouis/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/liblouis/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblouis" -VERSION="3.21.0" +VERSION="3.28.0" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="Open-source braille translator and back-translator." diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libmicrohttpd-dev/receipt --- a/libmicrohttpd-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libmicrohttpd-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmicrohttpd-dev" -VERSION="0.9.75" +VERSION="1.0.1" CATEGORY="development" SHORT_DESC="Development files for libmicrohttp." MAINTAINER="slaxemulator@gmail.com" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libmicrohttpd/receipt --- a/libmicrohttpd/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libmicrohttpd/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmicrohttpd" -VERSION="0.9.75" +VERSION="1.0.1" CATEGORY="network" SHORT_DESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application." MAINTAINER="slaxemulator@gmail.com" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libpng-dev/receipt --- a/libpng-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libpng-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libpng-dev" -VERSION="1.2.56" +VERSION="1.6.43" CATEGORY="development" SHORT_DESC="PNG images library devel files." MAINTAINER="pankso@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libpng/receipt --- a/libpng/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libpng/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libpng" -VERSION="1.2.56" +VERSION="1.6.43" CATEGORY="x-window" SHORT_DESC="PNG images library." MAINTAINER="pankso@slitaz.org" @@ -41,7 +41,7 @@ make DESTDIR=$DESTDIR install cd contrib/pngminus - make PNGLIB="-L$DESTDIR/usr/lib -lpng" -f makefile.std png2pnm pnm2png + make PNGLIB="-L$DESTDIR/usr/lib -lpng" png2pnm pnm2png mkdir -p $DESTDIR/usr/bin cp -a png2pnm pnm2png $DESTDIR/usr/bin } diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libssh-dev/receipt --- a/libssh-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libssh-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh-dev" -VERSION="0.9.8" +VERSION="0.10.6" CATEGORY="development" SHORT_DESC="Development files for libssh." MAINTAINER="slaxemulator@gmail.com" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libssh/receipt --- a/libssh/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libssh/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh" -VERSION="0.9.8" +VERSION="0.10.6" CATEGORY="network" TAGS="ssh" SHORT_DESC="Library for accessing ssh client services through C libraries." diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libtasn1-dev/receipt --- a/libtasn1-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libtasn1-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtasn1-dev" -VERSION="4.18.0" +VERSION="4.19.0" CATEGORY="development" SHORT_DESC="The libtasn1 development files." MAINTAINER="pankso@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libtasn1/receipt --- a/libtasn1/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libtasn1/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtasn1" -VERSION="4.18.0" +VERSION="4.19.0" CATEGORY="security" SHORT_DESC="ASN.1 library." MAINTAINER="pankso@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libtirpc-dev/receipt --- a/libtirpc-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libtirpc-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtirpc-dev" -VERSION="1.3.2" +VERSION="1.3.4" CATEGORY="development" SHORT_DESC="Transport-Independent RPC library, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libtirpc/receipt --- a/libtirpc/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libtirpc/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtirpc" -VERSION="1.3.2" +VERSION="1.3.4" CATEGORY="system-tools" SHORT_DESC="Transport-Independent RPC library." MAINTAINER="pascal.bellard@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libvpx-dev/receipt --- a/libvpx-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libvpx-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libvpx-dev" -VERSION="1.11.0" +VERSION="1.14.0" CATEGORY="development" SHORT_DESC="Development files for libvpx." MAINTAINER="slaxemulator@gmail.com" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libvpx/receipt --- a/libvpx/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libvpx/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libvpx" -VERSION="1.11.0" +VERSION="1.14.0" CATEGORY="multimedia" SHORT_DESC="The VP8 Codec SDK." MAINTAINER="slaxemulator@gmail.com" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libwebp-dev/receipt --- a/libwebp-dev/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libwebp-dev/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libwebp-dev" -VERSION="1.2.2" +VERSION="1.3.2" CATEGORY="development" SHORT_DESC="Webp image library - development files." MAINTAINER="pankso@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 libwebp/receipt --- a/libwebp/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/libwebp/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libwebp" -VERSION="1.2.2" +VERSION="1.3.2" CATEGORY="x-window" SHORT_DESC="WebP image library." MAINTAINER="devl547@gmail.com" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 logrotate/receipt --- a/logrotate/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/logrotate/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="logrotate" -VERSION="3.19.0" +VERSION="3.21.0" CATEGORY="system-tools" SHORT_DESC="Automatic rotation, compression, and removal of log files." MAINTAINER="pascal.bellard@slitaz.org" diff -r ccb3cb4d6f56 -r 7a8b9cd09212 lua/receipt --- a/lua/receipt Sun Feb 25 15:02:28 2024 +0000 +++ b/lua/receipt Sun Feb 25 16:11:20 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lua" -VERSION="5.2.4" +VERSION="5.4.6" CATEGORY="development" SHORT_DESC="Powerful, fast, light-weight, embeddable scripting language." MAINTAINER="pankso@slitaz.org"