wok-current rev 25770
Update few packages used on pangolin and others (firefox, mariadb, gtk+)
line diff
1.1 --- a/awstats/receipt Wed Apr 23 16:46:46 2025 +0000 1.2 +++ b/awstats/receipt Sun May 11 19:01:14 2025 +0000 1.3 @@ -15,6 +15,8 @@ 1.4 SUGGESTED="perl-geo-ipfree perl-net-xwhois" 1.5 DEPENDS="perl" 1.6 1.7 +HOST_ARCH="i486 x86_64" 1.8 + 1.9 # What is the latest version available today? 1.10 current_version() 1.11 {
2.1 --- a/bind-client/receipt Wed Apr 23 16:46:46 2025 +0000 2.2 +++ b/bind-client/receipt Sun May 11 19:01:14 2025 +0000 2.3 @@ -8,9 +8,11 @@ 2.4 LICENSE="ISC" 2.5 WEB_SITE="https://www.isc.org/bind/" 2.6 2.7 -DEPENDS="gcc83-lib-base attr libbind libcrypto libpcap readline" 2.8 +DEPENDS="gcc-lib-base attr libbind libcrypto libpcap readline" 2.9 WANTED="bind" 2.10 2.11 +HOST_ARCH="i486 x86_64" 2.12 + 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 @@ -22,4 +24,3 @@ 2.17 { 2.18 ln -s /bin/busybox "$1/usr/bin/nslookup" 2.19 } 2.20 -
3.1 --- a/bind-dev/receipt Wed Apr 23 16:46:46 2025 +0000 3.2 +++ b/bind-dev/receipt Sun May 11 19:01:14 2025 +0000 3.3 @@ -10,6 +10,8 @@ 3.4 3.5 WANTED="bind" 3.6 3.7 +HOST_ARCH="i486 x86_64" 3.8 + 3.9 # Rules to gen a SliTaz package suitable for Tazpkg. 3.10 genpkg_rules() 3.11 { 3.12 @@ -19,4 +21,3 @@ 3.13 cp -a $install/usr/include $fs/usr 3.14 find $fs -type f -name '*.la' -exec chmod a+x \{\} \; 3.15 } 3.16 -
4.1 --- a/bind/receipt Wed Apr 23 16:46:46 2025 +0000 4.2 +++ b/bind/receipt Sun May 11 19:01:14 2025 +0000 4.3 @@ -12,13 +12,15 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.5 WGET_URL="https://ftp.isc.org/isc/bind9/$VERSION/$TARBALL" 4.6 4.7 -DEPENDS="attr gcc83-lib-base libbind libcrypto openssl perl" 4.8 -BUILD_DEPENDS="gcc83 krb5-dev libatomic libcap-dev libtool openssl-dev 4.9 +DEPENDS="attr gcc-lib-base libbind libcrypto openssl perl" 4.10 +BUILD_DEPENDS="gcc krb5-dev libatomic libcap-dev libtool openssl-dev 4.11 perl python python-ply readline-dev" 4.12 4.13 CONFIG_FILES="/etc/bind" 4.14 TAZPANEL_DAEMON="edit::/etc/bind/named.conf|man|options|web::$WEB_SITE" 4.15 4.16 +HOST_ARCH="i486 x86_64" 4.17 + 4.18 # What is the latest version available today? 4.19 current_version() 4.20 { 4.21 @@ -32,8 +34,6 @@ 4.22 mkdir -p $DESTDIR/etc/bind 4.23 4.24 ./configure \ 4.25 - CC=gcc-83 \ 4.26 - CXX=g++-83 \ 4.27 --prefix=/usr \ 4.28 --infodir=/usr/share/info \ 4.29 --sysconfdir=/etc/bind \
5.1 --- a/bind/stuff/etc/init.d/named Wed Apr 23 16:46:46 2025 +0000 5.2 +++ b/bind/stuff/etc/init.d/named Sun May 11 19:01:14 2025 +0000 5.3 @@ -12,9 +12,9 @@ 5.4 DESC="$(_ '%s daemon' Named)" 5.5 DAEMON=/usr/sbin/named 5.6 OPTIONS=$NAMED_OPTIONS 5.7 -PIDFILE=/var/run/named.pid 5.8 +PIDFILE=/var/run/named/named.pid 5.9 #[ -n "$OPTIONS" ] || OPTIONS="-u nobody" 5.10 -[ -f /etc/bind/rndc.key ] || rndc-confgen -r /dev/urandom -a 5.11 +[ -f /etc/bind/rndc.key ] || rndc-confgen -b 512 -a 5.12 5.13 case "$1" in 5.14 start)
6.1 --- a/dovecot/receipt Wed Apr 23 16:46:46 2025 +0000 6.2 +++ b/dovecot/receipt Sun May 11 19:01:14 2025 +0000 6.3 @@ -16,6 +16,8 @@ 6.4 mysql-dev openldap-dev openssl-dev pam-dev 6.5 postgresql-dev sqlite-dev" 6.6 6.7 +HOST_ARCH="i486 x86_64" 6.8 + 6.9 # What is the latest version available today? 6.10 current_version() 6.11 {
7.1 --- a/fail2ban/receipt Wed Apr 23 16:46:46 2025 +0000 7.2 +++ b/fail2ban/receipt Sun May 11 19:01:14 2025 +0000 7.3 @@ -14,8 +14,9 @@ 7.4 7.5 DEPENDS="iptables python" 7.6 BUILD_DEPENDS="python" 7.7 +CONFIG_FILES="/etc/fail2ban" 7.8 7.9 -CONFIG_FILES="/etc/fail2ban" 7.10 +HOST_ARCH="i486 x86_64" 7.11 7.12 current_version() 7.13 {
8.1 --- a/firefox-official/receipt Wed Apr 23 16:46:46 2025 +0000 8.2 +++ b/firefox-official/receipt Sun May 11 19:01:14 2025 +0000 8.3 @@ -1,7 +1,7 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="firefox-official" 8.7 -VERSION="128.9.0esr" 8.8 +VERSION="128.10.0esr" 8.9 CATEGORY="network" 8.10 TAGS="web-browser" 8.11 SHORT_DESC="Official Firefox build by the Mozilla foundation (English language)."
9.1 --- a/gtk+/receipt Wed Apr 23 16:46:46 2025 +0000 9.2 +++ b/gtk+/receipt Sun May 11 19:01:14 2025 +0000 9.3 @@ -54,6 +54,10 @@ 9.4 patch -p0 < $stuff/undo_gen_icons.patch 9.5 find . -name Makefile.in | xargs sed -i 's|@AUTOMAKE@|automake|' 9.6 9.7 + # Patch for CVE-2024-6655 9.8 + # see https://www.openwall.com/lists/oss-security/2024/09/09/1 9.9 + patch -p1 < $stuff/stop-looking-for-modules-in-cwd.patch 9.10 + 9.11 ./configure \ 9.12 --prefix=/usr \ 9.13 --sysconfdir=/etc \
10.1 --- a/iftop/receipt Wed Apr 23 16:46:46 2025 +0000 10.2 +++ b/iftop/receipt Sun May 11 19:01:14 2025 +0000 10.3 @@ -14,6 +14,8 @@ 10.4 BUILD_DEPENDS="libpcap-dev ncurses-dev" 10.5 DEPENDS="libpcap ncurses" 10.6 10.7 +HOST_ARCH="i486 x86_64" 10.8 + 10.9 # What is the latest version available today? 10.10 current_version() 10.11 {
11.1 --- a/knock/receipt Wed Apr 23 16:46:46 2025 +0000 11.2 +++ b/knock/receipt Sun May 11 19:01:14 2025 +0000 11.3 @@ -16,6 +16,8 @@ 11.4 11.5 CONFIG_FILES="/etc/knockd.conf" 11.6 11.7 +HOST_ARCH="i486 x86_64" 11.8 + 11.9 # What is the latest version available today? 11.10 current_version() 11.11 {
12.1 --- a/libbind/receipt Wed Apr 23 16:46:46 2025 +0000 12.2 +++ b/libbind/receipt Sun May 11 19:01:14 2025 +0000 12.3 @@ -8,13 +8,14 @@ 12.4 LICENSE="ISC" 12.5 WEB_SITE="https://www.isc.org/bind/" 12.6 12.7 -DEPENDS="attr gcc83-lib-base libcap libcrypto libkrb5 libxml2 zlib" 12.8 +DEPENDS="attr gcc-lib-base libcap libcrypto libkrb5 libxml2 zlib" 12.9 WANTED="bind" 12.10 12.11 +HOST_ARCH="i486 x86_64" 12.12 + 12.13 # Rules to gen a SliTaz package suitable for Tazpkg. 12.14 genpkg_rules() 12.15 { 12.16 mkdir -p $fs/usr/lib 12.17 cp -a $install/usr/lib/*.so* $fs/usr/lib 12.18 } 12.19 -
13.1 --- a/libmariadbclient/receipt Wed Apr 23 16:46:46 2025 +0000 13.2 +++ b/libmariadbclient/receipt Sun May 11 19:01:14 2025 +0000 13.3 @@ -1,7 +1,7 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="libmariadbclient" 13.7 -VERSION="10.5.28" 13.8 +VERSION="10.5.29" 13.9 CATEGORY="misc" 13.10 SHORT_DESC="SQL database system client libraries." 13.11 MAINTAINER="pascal.bellard@slitaz.org"
14.1 --- a/logrotate/receipt Wed Apr 23 16:46:46 2025 +0000 14.2 +++ b/logrotate/receipt Sun May 11 19:01:14 2025 +0000 14.3 @@ -16,6 +16,8 @@ 14.4 14.5 CONFIG_FILES="/etc/logrotate.conf" 14.6 14.7 +HOST_ARCH="i486 x86_64" 14.8 + 14.9 current_version() 14.10 { 14.11 wget -O - ${WGET_URL%/down*} 2>/dev/null | \
15.1 --- a/mailx/receipt Wed Apr 23 16:46:46 2025 +0000 15.2 +++ b/mailx/receipt Sun May 11 19:01:14 2025 +0000 15.3 @@ -12,6 +12,8 @@ 15.4 15.5 DEPENDS="sendmail" 15.6 15.7 +HOST_ARCH="i486 x86_64" 15.8 + 15.9 # What is the latest version available today? 15.10 current_version() 15.11 {
16.1 --- a/mariadb-client/receipt Wed Apr 23 16:46:46 2025 +0000 16.2 +++ b/mariadb-client/receipt Sun May 11 19:01:14 2025 +0000 16.3 @@ -1,7 +1,7 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="mariadb-client" 16.7 -VERSION="10.5.28" 16.8 +VERSION="10.5.29" 16.9 CATEGORY="office" 16.10 SHORT_DESC="SQL database system client files." 16.11 MAINTAINER="erjo@slitaz.org"
17.1 --- a/mariadb-dev/receipt Wed Apr 23 16:46:46 2025 +0000 17.2 +++ b/mariadb-dev/receipt Sun May 11 19:01:14 2025 +0000 17.3 @@ -1,7 +1,7 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="mariadb-dev" 17.7 -VERSION="10.5.28" 17.8 +VERSION="10.5.29" 17.9 CATEGORY="development" 17.10 SHORT_DESC="SQL database system devel files." 17.11 MAINTAINER="erjo@slitaz.org"
18.1 --- a/mariadb-test/receipt Wed Apr 23 16:46:46 2025 +0000 18.2 +++ b/mariadb-test/receipt Sun May 11 19:01:14 2025 +0000 18.3 @@ -1,7 +1,7 @@ 18.4 # SliTaz package receipt. 18.5 18.6 PACKAGE="mariadb-test" 18.7 -VERSION="10.5.28" 18.8 +VERSION="10.5.29" 18.9 CATEGORY="misc" 18.10 SHORT_DESC="SQL database system tests and benchs." 18.11 MAINTAINER="erjo@slitaz.org"
19.1 --- a/mariadb/receipt Wed Apr 23 16:46:46 2025 +0000 19.2 +++ b/mariadb/receipt Sun May 11 19:01:14 2025 +0000 19.3 @@ -1,7 +1,7 @@ 19.4 # SliTaz package receipt. 19.5 19.6 PACKAGE="mariadb" 19.7 -VERSION="10.5.28" 19.8 +VERSION="10.5.29" 19.9 CATEGORY="office" 19.10 SHORT_DESC="SQL database system." 19.11 MAINTAINER="erjo@slitaz.org"
20.1 --- a/mosh/receipt Wed Apr 23 16:46:46 2025 +0000 20.2 +++ b/mosh/receipt Sun May 11 19:01:14 2025 +0000 20.3 @@ -1,7 +1,7 @@ 20.4 # SliTaz package receipt. 20.5 20.6 PACKAGE="mosh" 20.7 -VERSION="1.3.2" 20.8 +VERSION="1.4.0" 20.9 CATEGORY="security" 20.10 TAGS="ssh" 20.11 SHORT_DESC="An Openbsd Secure Shell replacement." 20.12 @@ -10,12 +10,13 @@ 20.13 WEB_SITE="https://mosh.org/" 20.14 20.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 20.16 -WGET_URL="${WEB_SITE}$TARBALL" 20.17 +WGET_URL="https://github.com/mobile-shell/mosh/releases/download/$PACKAGE-$VERSION/$TARBALL" 20.18 20.19 -DEPENDS="gcc-lib-base libcrypto libssl ncursesw perl protobuf ssh zlib \ 20.20 -gcc83-lib-base" 20.21 +DEPENDS="libtinfo libcrypto libssl ncursesw perl protobuf ssh zlib" 20.22 BUILD_DEPENDS="libcrypto-dev ncursesw-dev openssl-dev pkg-config protobuf-dev \ 20.23 -zlib-dev automake gcc83" 20.24 +zlib-dev automake gcc" 20.25 + 20.26 +HOST_ARCH="i486 x86_64" 20.27 20.28 # What is the latest version available today? 20.29 current_version() 20.30 @@ -45,8 +46,6 @@ 20.31 EOT 20.32 ./autogen.sh 20.33 ./configure \ 20.34 - CC=gcc-83 \ 20.35 - CXX=g++-83 \ 20.36 --prefix=/usr \ 20.37 --sysconfdir=/etc \ 20.38 --enable-compile-warnings=error &&
21.1 --- a/perl-berkeleydb/receipt Wed Apr 23 16:46:46 2025 +0000 21.2 +++ b/perl-berkeleydb/receipt Sun May 11 19:01:14 2025 +0000 21.3 @@ -16,6 +16,8 @@ 21.4 DEPENDS="db perl" 21.5 BUILD_DEPENDS="db db-dev perl" 21.6 21.7 +HOST_ARCH="i486 x86_64" 21.8 + 21.9 current_version() 21.10 { 21.11 wget -O - $WEB_SITE 2>/dev/null | \
22.1 --- a/perl-geo-ipfree/receipt Wed Apr 23 16:46:46 2025 +0000 22.2 +++ b/perl-geo-ipfree/receipt Sun May 11 19:01:14 2025 +0000 22.3 @@ -15,6 +15,8 @@ 22.4 DEPENDS="perl" 22.5 BUILD_DEPENDS="perl" 22.6 22.7 +HOST_ARCH="i486 x86_64" 22.8 + 22.9 current_version() 22.10 { 22.11 wget -O - $WEB_SITE 2>/dev/null | \
23.1 --- a/perl-io-multiplex/receipt Wed Apr 23 16:46:46 2025 +0000 23.2 +++ b/perl-io-multiplex/receipt Sun May 11 19:01:14 2025 +0000 23.3 @@ -15,6 +15,8 @@ 23.4 DEPENDS="perl" 23.5 BUILD_DEPENDS="perl" 23.6 23.7 +HOST_ARCH="i486 x86_64" 23.8 + 23.9 current_version() 23.10 { 23.11 wget -O - $WEB_SITE 2>/dev/null | \
24.1 --- a/perl-io-socket-inet6/receipt Wed Apr 23 16:46:46 2025 +0000 24.2 +++ b/perl-io-socket-inet6/receipt Sun May 11 19:01:14 2025 +0000 24.3 @@ -16,6 +16,8 @@ 24.4 DEPENDS="perl" 24.5 BUILD_DEPENDS="perl perl-socket6" 24.6 24.7 +HOST_ARCH="i486 x86_64" 24.8 + 24.9 current_version() 24.10 { 24.11 wget -O - $WEB_SITE 2>/dev/null | \
25.1 --- a/perl-net-dns/receipt Wed Apr 23 16:46:46 2025 +0000 25.2 +++ b/perl-net-dns/receipt Sun May 11 19:01:14 2025 +0000 25.3 @@ -16,6 +16,8 @@ 25.4 DEPENDS="perl perl-io-socket-inet6" 25.5 BUILD_DEPENDS="perl perl-io-socket-inet6" 25.6 25.7 +HOST_ARCH="i486 x86_64" 25.8 + 25.9 current_version() 25.10 { 25.11 wget -O - $WEB_SITE 2>/dev/null | \
26.1 --- a/perl-net-server/receipt Wed Apr 23 16:46:46 2025 +0000 26.2 +++ b/perl-net-server/receipt Sun May 11 19:01:14 2025 +0000 26.3 @@ -16,6 +16,8 @@ 26.4 DEPENDS="perl" 26.5 BUILD_DEPENDS="perl" 26.6 26.7 +HOST_ARCH="i486 x86_64" 26.8 + 26.9 current_version() 26.10 { 26.11 wget -O - $WEB_SITE 2>/dev/null | \
27.1 --- a/perl-net-xwhois/receipt Wed Apr 23 16:46:46 2025 +0000 27.2 +++ b/perl-net-xwhois/receipt Sun May 11 19:01:14 2025 +0000 27.3 @@ -13,6 +13,8 @@ 27.4 WEB_SITE="https://metacpan.org/dist/Net-XWhois" 27.5 WGET_URL="https://cpan.metacpan.org/authors/id/V/VI/VIPUL/$TARBALL" 27.6 27.7 +HOST_ARCH="i486 x86_64" 27.8 + 27.9 current_version() 27.10 { 27.11 wget -O - $WEB_SITE 2>/dev/null | \
28.1 --- a/perl-socket6/receipt Wed Apr 23 16:46:46 2025 +0000 28.2 +++ b/perl-socket6/receipt Sun May 11 19:01:14 2025 +0000 28.3 @@ -15,6 +15,8 @@ 28.4 DEPENDS="perl" 28.5 BUILD_DEPENDS="perl" 28.6 28.7 +HOST_ARCH="i486 x86_64" 28.8 + 28.9 current_version() 28.10 { 28.11 wget -O - $WEB_SITE 2>/dev/null | \
29.1 --- a/php56/receipt Wed Apr 23 16:46:46 2025 +0000 29.2 +++ b/php56/receipt Sun May 11 19:01:14 2025 +0000 29.3 @@ -51,6 +51,7 @@ 29.4 --enable-fpm \ 29.5 --enable-ftp \ 29.6 --enable-zip \ 29.7 + --enable-opcache \ 29.8 --enable-maintainer-zts \ 29.9 --disable-mbregex \ 29.10 --enable-mbstring \
30.1 --- a/postfix-mysql/receipt Wed Apr 23 16:46:46 2025 +0000 30.2 +++ b/postfix-mysql/receipt Sun May 11 19:01:14 2025 +0000 30.3 @@ -11,6 +11,8 @@ 30.4 DEPENDS="postfix libmysqlclient" 30.5 WANTED="postfix" 30.6 30.7 +HOST_ARCH="i486 x86_64" 30.8 + 30.9 # Rules to gen a SliTaz package suitable for Tazpkg. 30.10 genpkg_rules() 30.11 {
31.1 --- a/postfix/receipt Wed Apr 23 16:46:46 2025 +0000 31.2 +++ b/postfix/receipt Sun May 11 19:01:14 2025 +0000 31.3 @@ -13,12 +13,14 @@ 31.4 31.5 PROVIDE="sendmail" 31.6 DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl libkrb5 \ 31.7 - libcomerr3 libmysqlclient" 31.8 + libcomerr3 libmysqlclient libnsl" 31.9 BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev perl mysql-dev \ 31.10 - cyrus-sasl-dev libsasl" 31.11 + cyrus-sasl-dev libsasl libnsl-dev" 31.12 TAZPANEL_DAEMON="man|edit::/etc/postfix/main.cf|options|web::$WEB_SITE" 31.13 CONFIG_FILES="/etc/postfix" 31.14 31.15 +HOST_ARCH="i486 x86_64" 31.16 + 31.17 # What is the latest version available today? 31.18 current_version() 31.19 {
32.1 --- a/postgrey/receipt Wed Apr 23 16:46:46 2025 +0000 32.2 +++ b/postgrey/receipt Sun May 11 19:01:14 2025 +0000 32.3 @@ -15,6 +15,8 @@ 32.4 perl-net-dns" 32.5 CONFIG_FILES="/etc/postgrey" 32.6 32.7 +HOST_ARCH="i486 x86_64" 32.8 + 32.9 # What is the latest version available today? 32.10 current_version() 32.11 {
33.1 --- a/procmail/receipt Wed Apr 23 16:46:46 2025 +0000 33.2 +++ b/procmail/receipt Sun May 11 19:01:14 2025 +0000 33.3 @@ -8,9 +8,11 @@ 33.4 LICENSE="GPL2" 33.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 33.6 WEB_SITE="http://www.procmail.org/" 33.7 -WGET_URL="${WEB_SITE}$TARBALL" 33.8 +WGET_URL="http://deb.debian.org/debian/pool/main/p/$PACKAGE/procmail_3.22.orig.tar.gz" 33.9 CONFIG_FILES="/etc/procmail*" 33.10 33.11 +HOST_ARCH="i486 x86_64" 33.12 + 33.13 # What is the latest version available today? 33.14 current_version() 33.15 {
34.1 --- a/procps/receipt Wed Apr 23 16:46:46 2025 +0000 34.2 +++ b/procps/receipt Sun May 11 19:01:14 2025 +0000 34.3 @@ -14,6 +14,8 @@ 34.4 DEPENDS="ncurses" 34.5 BUILD_DEPENDS="ncurses-dev" 34.6 34.7 +HOST_ARCH="i486 x86_64" 34.8 + 34.9 # What is the latest version available today? 34.10 current_version() 34.11 { 34.12 @@ -38,7 +40,7 @@ 34.13 cp -a $install/usr/bin $fs/usr 34.14 cp -a $install/bin $fs 34.15 cp -a $install/sbin $fs 34.16 - cp -a $install/lib $fs 34.17 + cp -a $install/lib64 $fs/lib 34.18 } 34.19 34.20 # Overlap busybox
35.1 --- a/python-ply/receipt Wed Apr 23 16:46:46 2025 +0000 35.2 +++ b/python-ply/receipt Sun May 11 19:01:14 2025 +0000 35.3 @@ -16,7 +16,7 @@ 35.4 DEPENDS="python" 35.5 BUILD_DEPENDS="python python-dev python-setuptools" 35.6 35.7 -HOST_ARCH="i486 arm" 35.8 +HOST_ARCH="i486 x86_64 arm" 35.9 35.10 # What is the latest version available today? 35.11 current_version()
36.1 --- a/rrdtool-dev/receipt Wed Apr 23 16:46:46 2025 +0000 36.2 +++ b/rrdtool-dev/receipt Sun May 11 19:01:14 2025 +0000 36.3 @@ -11,6 +11,8 @@ 36.4 DEPENDS="rrdtool" 36.5 WANTED="rrdtool" 36.6 36.7 +HOST_ARCH="i486 x86_64" 36.8 + 36.9 # Rules to gen a SliTaz package suitable for Tazpkg. 36.10 genpkg_rules() 36.11 {
37.1 --- a/rrdtool-doc/receipt Wed Apr 23 16:46:46 2025 +0000 37.2 +++ b/rrdtool-doc/receipt Sun May 11 19:01:14 2025 +0000 37.3 @@ -10,6 +10,8 @@ 37.4 37.5 WANTED="rrdtool" 37.6 37.7 +HOST_ARCH="i486 x86_64" 37.8 + 37.9 # Rules to gen a SliTaz package suitable for Tazpkg. 37.10 genpkg_rules() 37.11 {
38.1 --- a/rrdtool-lite/receipt Wed Apr 23 16:46:46 2025 +0000 38.2 +++ b/rrdtool-lite/receipt Sun May 11 19:01:14 2025 +0000 38.3 @@ -16,7 +16,7 @@ 38.4 DEPENDS="glib libxml2 zlib" 38.5 BUILD_DEPENDS="glib-dev groff libxml2-dev pkg-config" 38.6 38.7 -HOST_ARCH="i486 arm" 38.8 +HOST_ARCH="i486 x86_64 arm" 38.9 38.10 # What is the latest version available today? 38.11 current_version()
39.1 --- a/rrdtool-man/receipt Wed Apr 23 16:46:46 2025 +0000 39.2 +++ b/rrdtool-man/receipt Sun May 11 19:01:14 2025 +0000 39.3 @@ -10,6 +10,8 @@ 39.4 39.5 WANTED="rrdtool" 39.6 39.7 +HOST_ARCH="i486 x86_64" 39.8 + 39.9 # Rules to gen a SliTaz package suitable for Tazpkg. 39.10 genpkg_rules() 39.11 {
40.1 --- a/rrdtool-perl/receipt Wed Apr 23 16:46:46 2025 +0000 40.2 +++ b/rrdtool-perl/receipt Sun May 11 19:01:14 2025 +0000 40.3 @@ -11,6 +11,8 @@ 40.4 DEPENDS="perl rrdtool" 40.5 WANTED="rrdtool" 40.6 40.7 +HOST_ARCH="i486 x86_64" 40.8 + 40.9 # Rules to gen a SliTaz package suitable for Tazpkg. 40.10 genpkg_rules() 40.11 {
41.1 --- a/rrdtool-python/receipt Wed Apr 23 16:46:46 2025 +0000 41.2 +++ b/rrdtool-python/receipt Sun May 11 19:01:14 2025 +0000 41.3 @@ -11,6 +11,8 @@ 41.4 DEPENDS="python rrdtool" 41.5 WANTED="rrdtool" 41.6 41.7 +HOST_ARCH="i486 x86_64" 41.8 + 41.9 # Rules to gen a SliTaz package suitable for Tazpkg. 41.10 genpkg_rules() 41.11 {
42.1 --- a/rrdtool/receipt Wed Apr 23 16:46:46 2025 +0000 42.2 +++ b/rrdtool/receipt Sun May 11 19:01:14 2025 +0000 42.3 @@ -10,7 +10,7 @@ 42.4 WEB_SITE="https://oss.oetiker.ch/rrdtool/" 42.5 42.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.7 -WGET_URL="${WEB_SITE}pub/$TARBALL" 42.8 +WGET_URL="https://github.com/oetiker/rrdtool-1.x/releases/v$VERSION/$TARBALL" 42.9 42.10 DEPENDS="cairo fontconfig freetype glib libpng libwrap libxml2 pango pixman 42.11 xcb-util xorg-base-fonts zlib" 42.12 @@ -18,6 +18,8 @@ 42.13 libpng-dev libwrap-dev libxml2-dev lua-dev pango-dev perl pixman-dev 42.14 pkg-config python-dev python-setuptools ruby tcl-dev zlib-dev" 42.15 42.16 +HOST_ARCH="i486 x86_64" 42.17 + 42.18 # What is the latest version available today? 42.19 current_version() 42.20 {
43.1 --- a/shellinabox/receipt Wed Apr 23 16:46:46 2025 +0000 43.2 +++ b/shellinabox/receipt Sun May 11 19:01:14 2025 +0000 43.3 @@ -16,6 +16,8 @@ 43.4 BUILD_DEPENDS="zlib-dev openssl-dev autoconf automake libtool" 43.5 SUGGESTED="ssh knock" 43.6 43.7 +HOST_ARCH="i486 x86_64" 43.8 + 43.9 current_version() 43.10 { 43.11 wget -O - ${WGET_URL%/arch*}/commits/master 2>/dev/null | \ 43.12 @@ -28,6 +30,7 @@ 43.13 autoreconf -i 43.14 ./configure --prefix=/usr \ 43.15 --mandir=/usr/share/man \ 43.16 + LDFLAGS="-lssl -lcrypto" \ 43.17 $CONFIGURE_ARGS && 43.18 make && 43.19 make DESTDIR=$DESTDIR install