wok-current rev 25693
Up depends pkgs for cups, need to rebuild it for ssl 3.0
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Mar 24 15:17:37 2024 +0000 (11 months ago) |
parents | 1311d447e004 |
children | c6a7d1307ceb |
files | apache/receipt krb5-clients/receipt krb5-dev/receipt krb5-plugins/receipt krb5-user/receipt krb5/receipt libcomerr3/receipt libcrypto11/receipt libkrb5/receipt libkrb5support/receipt libmysqlclient/receipt libpostgresqlclient/receipt libssl11/receipt mysql-client/receipt mysql-dev/receipt mysql-test/receipt mysql/receipt php-apache/receipt php-dev/receipt php/receipt postgresql-client/receipt postgresql-contrib/receipt postgresql-dev/receipt postgresql-doc/receipt postgresql/receipt postgresql/stuff/libpostgresqlclient.files-list postgresql/stuff/postgresql-client.files-list |
line diff
1.1 --- a/apache/receipt Fri Mar 22 16:28:42 2024 +0000 1.2 +++ b/apache/receipt Sun Mar 24 15:17:37 2024 +0000 1.3 @@ -99,7 +99,7 @@ 1.4 1.5 post_install() 1.6 { 1.7 - local lang=$(. $1/etc/locale.conf 2>/dev/null; echo ${LANG#*_}) 1.8 + local lang=$(. $1/etc/locale.conf 2>/dev/null; echo ${LANG#*_} | sed 's/.UTF-8//') 1.9 local tz=$(cat $1/etc/TZ 2>/dev/null) 1.10 local hostname=$(cat $1/etc/hostname 2>/dev/null) 1.11
2.1 --- a/krb5-clients/receipt Fri Mar 22 16:28:42 2024 +0000 2.2 +++ b/krb5-clients/receipt Sun Mar 24 15:17:37 2024 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="krb5-clients" 2.7 -VERSION="1.19.4" 2.8 +VERSION="1.21.2" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Miscellaneous clients using MIT Kerberos." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/krb5-dev/receipt Fri Mar 22 16:28:42 2024 +0000 3.2 +++ b/krb5-dev/receipt Sun Mar 24 15:17:37 2024 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="krb5-dev" 3.7 -VERSION="1.19.4" 3.8 +VERSION="1.21.2" 3.9 CATEGORY="development" 3.10 SHORT_DESC="Network authentication protocol - development files." 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/krb5-plugins/receipt Fri Mar 22 16:28:42 2024 +0000 4.2 +++ b/krb5-plugins/receipt Sun Mar 24 15:17:37 2024 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="krb5-plugins" 4.7 -VERSION="1.19.4" 4.8 +VERSION="1.21.2" 4.9 CATEGORY="security" 4.10 SHORT_DESC="Plugins for MIT Kerberos." 4.11 MAINTAINER="pascal.bellard@slitaz.org"
5.1 --- a/krb5-user/receipt Fri Mar 22 16:28:42 2024 +0000 5.2 +++ b/krb5-user/receipt Sun Mar 24 15:17:37 2024 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="krb5-user" 5.7 -VERSION="1.19.4" 5.8 +VERSION="1.21.2" 5.9 CATEGORY="security" 5.10 SHORT_DESC="Basic programs to authenticate using MIT Kerberos." 5.11 MAINTAINER="pascal.bellard@slitaz.org"
6.1 --- a/krb5/receipt Fri Mar 22 16:28:42 2024 +0000 6.2 +++ b/krb5/receipt Sun Mar 24 15:17:37 2024 +0000 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="krb5" 6.7 -VERSION="1.19.4" 6.8 +VERSION="1.21.2" 6.9 CATEGORY="security" 6.10 SHORT_DESC="Network authentication protocol with strong authentication." 6.11 MAINTAINER="pascal.bellard@slitaz.org"
7.1 --- a/libcomerr3/receipt Fri Mar 22 16:28:42 2024 +0000 7.2 +++ b/libcomerr3/receipt Sun Mar 24 15:17:37 2024 +0000 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="libcomerr3" 7.7 -VERSION="1.19.4" 7.8 +VERSION="1.21.2" 7.9 CATEGORY="security" 7.10 SHORT_DESC="The libcomerr v3 library files." 7.11 MAINTAINER="erjo@slitaz.org"
8.1 --- a/libcrypto11/receipt Fri Mar 22 16:28:42 2024 +0000 8.2 +++ b/libcrypto11/receipt Sun Mar 24 15:17:37 2024 +0000 8.3 @@ -16,4 +16,5 @@ 8.4 { 8.5 mkdir -p $fs/usr/lib/openssl-1.1 8.6 cp -a $install/usr/lib/openssl-1.1/libcrypto.so.* $fs/usr/lib/openssl-1.1 8.7 + ln -s openssl-1.1/libcrypto.so.1.1 $fs/usr/lib 8.8 }
9.1 --- a/libkrb5/receipt Fri Mar 22 16:28:42 2024 +0000 9.2 +++ b/libkrb5/receipt Sun Mar 24 15:17:37 2024 +0000 9.3 @@ -1,7 +1,7 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="libkrb5" 9.7 -VERSION="1.19.4" 9.8 +VERSION="1.21.2" 9.9 CATEGORY="security" 9.10 SHORT_DESC="Kerberos network authentication protocol libraries." 9.11 MAINTAINER="pascal.bellard@slitaz.org"
10.1 --- a/libkrb5support/receipt Fri Mar 22 16:28:42 2024 +0000 10.2 +++ b/libkrb5support/receipt Sun Mar 24 15:17:37 2024 +0000 10.3 @@ -1,7 +1,7 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="libkrb5support" 10.7 -VERSION="1.19.4" 10.8 +VERSION="1.21.2" 10.9 CATEGORY="security" 10.10 SHORT_DESC="Kerberos network authentication protocol support libraries." 10.11 MAINTAINER="pascal.bellard@slitaz.org"
11.1 --- a/libmysqlclient/receipt Fri Mar 22 16:28:42 2024 +0000 11.2 +++ b/libmysqlclient/receipt Sun Mar 24 15:17:37 2024 +0000 11.3 @@ -1,7 +1,7 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="libmysqlclient" 11.7 -VERSION="5.7.28" 11.8 +VERSION="5.7.44" 11.9 CATEGORY="misc" 11.10 SHORT_DESC="SQL database system client libraries." 11.11 MAINTAINER="pascal.bellard@slitaz.org"
12.1 --- a/libpostgresqlclient/receipt Fri Mar 22 16:28:42 2024 +0000 12.2 +++ b/libpostgresqlclient/receipt Sun Mar 24 15:17:37 2024 +0000 12.3 @@ -1,7 +1,7 @@ 12.4 # SliTaz package receipt. 12.5 12.6 PACKAGE="libpostgresqlclient" 12.7 -VERSION="9.2.3" 12.8 +VERSION="12.18" 12.9 CATEGORY="misc" 12.10 SHORT_DESC="SQL database system libraries." 12.11 MAINTAINER="pascal.bellard@slitaz.org"
13.1 --- a/libssl11/receipt Fri Mar 22 16:28:42 2024 +0000 13.2 +++ b/libssl11/receipt Sun Mar 24 15:17:37 2024 +0000 13.3 @@ -17,4 +17,5 @@ 13.4 { 13.5 mkdir -p $fs/usr/lib/openssl-1.1 13.6 cp -a $install/usr/lib/openssl-1.1/libssl.so.* $fs/usr/lib/openssl-1.1 13.7 + ln -s openssl-1.1/libssl.so.1.1 $fs/usr/lib 13.8 }
14.1 --- a/mysql-client/receipt Fri Mar 22 16:28:42 2024 +0000 14.2 +++ b/mysql-client/receipt Sun Mar 24 15:17:37 2024 +0000 14.3 @@ -1,7 +1,7 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="mysql-client" 14.7 -VERSION="5.7.28" 14.8 +VERSION="5.7.44" 14.9 CATEGORY="office" 14.10 SHORT_DESC="SQL database system client files." 14.11 MAINTAINER="pascal.bellard@slitaz.org"
15.1 --- a/mysql-dev/receipt Fri Mar 22 16:28:42 2024 +0000 15.2 +++ b/mysql-dev/receipt Sun Mar 24 15:17:37 2024 +0000 15.3 @@ -1,7 +1,7 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="mysql-dev" 15.7 -VERSION="5.7.28" 15.8 +VERSION="5.7.44" 15.9 CATEGORY="development" 15.10 SHORT_DESC="SQL database system devel files." 15.11 MAINTAINER="pascal.bellard@slitaz.org"
16.1 --- a/mysql-test/receipt Fri Mar 22 16:28:42 2024 +0000 16.2 +++ b/mysql-test/receipt Sun Mar 24 15:17:37 2024 +0000 16.3 @@ -1,7 +1,7 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="mysql-test" 16.7 -VERSION="5.7.28" 16.8 +VERSION="5.7.44" 16.9 CATEGORY="misc" 16.10 SHORT_DESC="SQL database system tests and benchs." 16.11 MAINTAINER="pascal.bellard@slitaz.org" 16.12 @@ -16,8 +16,8 @@ 16.13 { 16.14 mkdir -p $fs/usr/share 16.15 cp -a $install/usr/mysql-test $fs/usr/share/mysql-test 16.16 - cp -a $install/usr/sql-bench $fs/usr/share/sql-bench 16.17 - find $fs/usr/share/mysql-test $fs/usr/share/sql-bench -type d -exec chmod 2777 {} \; 16.18 + #cp -a $install/usr/sql-bench $fs/usr/share/sql-bench 16.19 + #find $fs/usr/share/mysql-test $fs/usr/share/sql-bench -type d -exec chmod 2777 {} \; 16.20 while read file; do 16.21 dir=$(dirname $file) 16.22 [ -d $fs$dir ] || mkdir -p $fs$dir
17.1 --- a/mysql/receipt Fri Mar 22 16:28:42 2024 +0000 17.2 +++ b/mysql/receipt Sun Mar 24 15:17:37 2024 +0000 17.3 @@ -1,7 +1,7 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="mysql" 17.7 -VERSION="5.7.28" 17.8 +VERSION="5.7.44" 17.9 CATEGORY="office" 17.10 SHORT_DESC="SQL database system." 17.11 MAINTAINER="pascal.bellard@slitaz.org"
18.1 --- a/php-apache/receipt Fri Mar 22 16:28:42 2024 +0000 18.2 +++ b/php-apache/receipt Sun Mar 24 15:17:37 2024 +0000 18.3 @@ -33,7 +33,7 @@ 18.4 { 18.5 grep -q php5_module "$1/etc/apache/httpd.conf" || 18.6 { 18.7 - sed -e 's|mod_rewrite.so|mod_rewrite.so\nLoadModule php5_module share/apache/modules/libphp7.so|' \ 18.8 + sed -e 's|mod_rewrite.so|mod_rewrite.so\nLoadModule php7_module share/apache/modules/libphp7.so|' \ 18.9 -e 's|DirectoryIndex index.html|DirectoryIndex index.html index.php|' \ 18.10 -e 's|mime.types|mime.types\n AddType application/x-httpd-php .php .php3 .php4 .php5 .php7\n AddType application/x-httpd-php-source .phps|' \ 18.11 -i "$1/etc/apache/httpd.conf"
19.1 --- a/php-dev/receipt Fri Mar 22 16:28:42 2024 +0000 19.2 +++ b/php-dev/receipt Sun Mar 24 15:17:37 2024 +0000 19.3 @@ -10,8 +10,9 @@ 19.4 19.5 WANTED="php" 19.6 19.7 -DEPENDS="cyrus-sasl jpeg libcomerr3 libkrb5 libldap libmcrypt libmysqlclient 19.8 - libpng libpostgresqlclient libtool libunixODBC mhash net-snmp openssl php" 19.9 +DEPENDS="cyrus-sasl jpeg libcomerr3 libkrb5 libldap libmcrypt \ 19.10 +libmysqlclient libpng libpostgresqlclient libtool libunixODBC \ 19.11 +mhash net-snmp openssl11 php" 19.12 19.13 # Rules to gen a SliTaz package suitable for Tazpkg. 19.14 genpkg_rules()
20.1 --- a/php/receipt Fri Mar 22 16:28:42 2024 +0000 20.2 +++ b/php/receipt Sun Mar 24 15:17:37 2024 +0000 20.3 @@ -12,12 +12,12 @@ 20.4 WGET_URL="https://www.php.net/distributions/$TARBALL" 20.5 20.6 PROVIDE="php:lighttpd" 20.7 -DEPENDS="libssl libzip libxml2 lighttpd php-common sqlite" 20.8 +DEPENDS="libssl11 libzip libxml2 lighttpd php-common sqlite" 20.9 BUILD_DEPENDS="apache apache-dev apr-dev apr-util-dev c-client 20.10 coreutils-conditions curl-dev cyrus-sasl-dev gettext 20.11 jpeg-dev libldap libmcrypt-dev libmysqlclient libpng-dev 20.12 libtool libunixODBC libvpx-dev libxml2-dev libzip-dev 20.13 - mhash-dev mysql-dev net-snmp-dev openldap-dev openssl-dev 20.14 + mhash-dev mysql-dev net-snmp-dev openldap-dev openssl11-dev 20.15 perl pkg-config postgresql-dev re2c sed sqlite-dev 20.16 unixODBC-dev" 20.17 20.18 @@ -40,22 +40,26 @@ 20.19 # see https://forum.tinycorelinux.net/index.php/topic,22397.0.html 20.20 # seem also slackware 15.0 use this flag for php 7.4.x 20.21 20.22 + # Adjust path for use OpenSSL 1.1 20.23 + export PHP_OPENSSL_DIR="/usr/lib/openssl-1.1" 20.24 + export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/openssl-1.1/pkgconfig" 20.25 + 20.26 ARCH_ARGS=" \ 20.27 --prefix=/usr \ 20.28 --sysconfdir=/etc \ 20.29 --infodir=/usr/share/info \ 20.30 --mandir=/usr/share/man \ 20.31 --config-cache \ 20.32 - --enable-calendar \ 20.33 - --enable-dba=shared \ 20.34 - --enable-exif \ 20.35 - --enable-ftp \ 20.36 - --enable-gd=shared \ 20.37 - --enable-maintainer-zts \ 20.38 + --enable-calendar \ 20.39 + --enable-dba=shared \ 20.40 + --enable-exif \ 20.41 + --enable-ftp \ 20.42 + --enable-gd=shared \ 20.43 + --enable-maintainer-zts \ 20.44 --disable-mbregex \ 20.45 - --enable-mbstring \ 20.46 - --enable-soap=shared,/usr \ 20.47 - --enable-sockets \ 20.48 + --enable-mbstring \ 20.49 + --enable-soap=shared,/usr \ 20.50 + --enable-sockets \ 20.51 --with-config-file-path=/etc \ 20.52 --with-curl=shared \ 20.53 --with-gettext \
21.1 --- a/postgresql-client/receipt Fri Mar 22 16:28:42 2024 +0000 21.2 +++ b/postgresql-client/receipt Sun Mar 24 15:17:37 2024 +0000 21.3 @@ -1,7 +1,7 @@ 21.4 # SliTaz package receipt. 21.5 21.6 PACKAGE="postgresql-client" 21.7 -VERSION="9.2.3" 21.8 +VERSION="12.18" 21.9 CATEGORY="misc" 21.10 SHORT_DESC="SQL database system client files." 21.11 MAINTAINER="pascal.bellard@slitaz.org"
22.1 --- a/postgresql-contrib/receipt Fri Mar 22 16:28:42 2024 +0000 22.2 +++ b/postgresql-contrib/receipt Sun Mar 24 15:17:37 2024 +0000 22.3 @@ -1,7 +1,7 @@ 22.4 # SliTaz package receipt. 22.5 22.6 PACKAGE="postgresql-contrib" 22.7 -VERSION="9.2.3" 22.8 +VERSION="12.18" 22.9 CATEGORY="misc" 22.10 SHORT_DESC="SQL database system user contributions." 22.11 MAINTAINER="pascal.bellard@slitaz.org"
23.1 --- a/postgresql-dev/receipt Fri Mar 22 16:28:42 2024 +0000 23.2 +++ b/postgresql-dev/receipt Sun Mar 24 15:17:37 2024 +0000 23.3 @@ -1,7 +1,7 @@ 23.4 # SliTaz package receipt. 23.5 23.6 PACKAGE="postgresql-dev" 23.7 -VERSION="9.2.3" 23.8 +VERSION="12.18" 23.9 CATEGORY="development" 23.10 SHORT_DESC="SQL database system development files" 23.11 MAINTAINER="pascal.bellard@slitaz.org"
24.1 --- a/postgresql-doc/receipt Fri Mar 22 16:28:42 2024 +0000 24.2 +++ b/postgresql-doc/receipt Sun Mar 24 15:17:37 2024 +0000 24.3 @@ -1,7 +1,7 @@ 24.4 # SliTaz package receipt. 24.5 24.6 PACKAGE="postgresql-doc" 24.7 -VERSION="9.2.3" 24.8 +VERSION="12.18" 24.9 CATEGORY="development" 24.10 SHORT_DESC="SQL database system documentation" 24.11 MAINTAINER="pascal.bellard@slitaz.org"
25.1 --- a/postgresql/receipt Fri Mar 22 16:28:42 2024 +0000 25.2 +++ b/postgresql/receipt Sun Mar 24 15:17:37 2024 +0000 25.3 @@ -1,7 +1,7 @@ 25.4 # SliTaz package receipt. 25.5 25.6 PACKAGE="postgresql" 25.7 -VERSION="9.2.3" 25.8 +VERSION="12.18" 25.9 CATEGORY="misc" 25.10 SHORT_DESC="SQL database system." 25.11 MAINTAINER="pascal.bellard@slitaz.org" 25.12 @@ -13,8 +13,8 @@ 25.13 DATABASE_FILES="/var/lib/pgsql" 25.14 25.15 DEPENDS="postgresql-client slitaz-base-files" 25.16 -BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt \ 25.17 -python-dev" 25.18 +BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl-dev \ 25.19 +libxslt python-dev" 25.20 25.21 # What is the latest version available today? 25.22 current_version()
26.1 --- a/postgresql/stuff/libpostgresqlclient.files-list Fri Mar 22 16:28:42 2024 +0000 26.2 +++ b/postgresql/stuff/libpostgresqlclient.files-list Sun Mar 24 15:17:37 2024 +0000 26.3 @@ -1,3 +1,3 @@ 26.4 /usr/lib/postgresql/libpq.so 26.5 /usr/lib/postgresql/libpq.so.5 26.6 -/usr/lib/postgresql/libpq.so.5.5 26.7 +/usr/lib/postgresql/libpq.so.5.12
27.1 --- a/postgresql/stuff/postgresql-client.files-list Fri Mar 22 16:28:42 2024 +0000 27.2 +++ b/postgresql/stuff/postgresql-client.files-list Sun Mar 24 15:17:37 2024 +0000 27.3 @@ -4,8 +4,6 @@ 27.4 /usr/bin/psql 27.5 /usr/bin/createdb 27.6 /usr/bin/dropdb 27.7 -/usr/bin/createlang 27.8 -/usr/bin/droplang 27.9 /usr/bin/createuser 27.10 /usr/bin/dropuser 27.11 /usr/bin/clusterdb