wok-current rev 25744
Enable fcgi for apache, up mariadb (10.5.28)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Feb 18 07:58:11 2025 +0000 (7 months ago) |
parents | 8ef97a244e82 |
children | e9a43d457d33 |
files | apache/receipt libmariadbclient/receipt mariadb-client/receipt mariadb-dev/receipt mariadb-test/receipt mariadb/receipt |
line diff
1.1 --- a/apache/receipt Mon Feb 10 11:01:43 2025 +0000 1.2 +++ b/apache/receipt Tue Feb 18 07:58:11 2025 +0000 1.3 @@ -39,6 +39,7 @@ 1.4 --mandir=/usr/share/man \ 1.5 --enable-mods-shared=all \ 1.6 --enable-proxy \ 1.7 + --enable-proxy-fcgi \ 1.8 --enable-ssl \ 1.9 --enable-layout=Slitaz \ 1.10 $CONFIGURE_ARGS &&
2.1 --- a/libmariadbclient/receipt Mon Feb 10 11:01:43 2025 +0000 2.2 +++ b/libmariadbclient/receipt Tue Feb 18 07:58:11 2025 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libmariadbclient" 2.7 -VERSION="10.0.11" 2.8 +VERSION="10.5.28" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="SQL database system client libraries." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -12,6 +12,8 @@ 2.13 2.14 DEPENDS="zlib libssl" 2.15 2.16 +HOST_ARCH="i486 x86_64" 2.17 + 2.18 # Rules to gen a SliTaz package suitable for Tazpkg. 2.19 genpkg_rules() 2.20 {
3.1 --- a/mariadb-client/receipt Mon Feb 10 11:01:43 2025 +0000 3.2 +++ b/mariadb-client/receipt Tue Feb 18 07:58:11 2025 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="mariadb-client" 3.7 -VERSION="10.0.11" 3.8 +VERSION="10.5.28" 3.9 CATEGORY="office" 3.10 SHORT_DESC="SQL database system client files." 3.11 MAINTAINER="erjo@slitaz.org" 3.12 @@ -12,6 +12,8 @@ 3.13 3.14 DEPENDS="libmariadbclient zlib ncurses gcc-lib-base ncursesw" 3.15 3.16 +HOST_ARCH="i486 x86_64" 3.17 + 3.18 # Rules to gen a SliTaz package suitable for Tazpkg. 3.19 genpkg_rules() 3.20 {
4.1 --- a/mariadb-dev/receipt Mon Feb 10 11:01:43 2025 +0000 4.2 +++ b/mariadb-dev/receipt Tue Feb 18 07:58:11 2025 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="mariadb-dev" 4.7 -VERSION="10.0.11" 4.8 +VERSION="10.1.12" 4.9 CATEGORY="development" 4.10 SHORT_DESC="SQL database system devel files." 4.11 MAINTAINER="erjo@slitaz.org"
5.1 --- a/mariadb-test/receipt Mon Feb 10 11:01:43 2025 +0000 5.2 +++ b/mariadb-test/receipt Tue Feb 18 07:58:11 2025 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="mariadb-test" 5.7 -VERSION="10.0.11" 5.8 +VERSION="10.1.12" 5.9 CATEGORY="misc" 5.10 SHORT_DESC="SQL database system tests and benchs." 5.11 MAINTAINER="erjo@slitaz.org"
6.1 --- a/mariadb/receipt Mon Feb 10 11:01:43 2025 +0000 6.2 +++ b/mariadb/receipt Tue Feb 18 07:58:11 2025 +0000 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="mariadb" 6.7 -VERSION="10.0.11" 6.8 +VERSION="10.5.28" 6.9 CATEGORY="office" 6.10 SHORT_DESC="SQL database system." 6.11 MAINTAINER="erjo@slitaz.org" 6.12 @@ -21,6 +21,8 @@ 6.13 gcc-lib-base" 6.14 BUILD_DEPENDS="cmake ncurses-dev bison openssl-dev" 6.15 6.16 +HOST_ARCH="i486 x86_64" 6.17 + 6.18 # What is the latest version available today? 6.19 current_version() 6.20 {