wok rev 25435
Up libarchive (3.6.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 31 07:33:35 2022 +0000 (2022-08-31) |
parents | 1fd16249314e |
children | 01119cbefbc3 |
files | cpige/stuff/cpige.patch libarchive-dev/receipt libarchive/receipt libiodbc-dev/receipt libiodbc/receipt psycopg/receipt |
line diff
1.1 --- a/cpige/stuff/cpige.patch Mon Aug 29 10:14:47 2022 +0000 1.2 +++ b/cpige/stuff/cpige.patch Wed Aug 31 07:33:35 2022 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 int percentage, hour, min, sec, left_sec; 1.5 gchar statusText[100]; 1.6 - memset(statusText, 0, 100); 1.7 -+ 1.8 ++ memset(statusText, 0, 100); 1.9 1.10 left_sec = atoi(left); 1.11 hour = left_sec / 3600;
2.1 --- a/libarchive-dev/receipt Mon Aug 29 10:14:47 2022 +0000 2.2 +++ b/libarchive-dev/receipt Wed Aug 31 07:33:35 2022 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libarchive-dev" 2.7 -VERSION="3.6.0" 2.8 +VERSION="3.6.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="C library and command line tool archive - development files." 2.11 MAINTAINER="erjo@slitaz.org"
3.1 --- a/libarchive/receipt Mon Aug 29 10:14:47 2022 +0000 3.2 +++ b/libarchive/receipt Wed Aug 31 07:33:35 2022 +0000 3.3 @@ -1,15 +1,15 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libarchive" 3.7 -VERSION="3.6.0" 3.8 +VERSION="3.6.1" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="C library and command line tool for reading archive." 3.11 MAINTAINER="erjo@slitaz.org" 3.12 LICENSE="BSD" 3.13 WEB_SITE="https://github.com/libarchive/libarchive" 3.14 3.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 3.16 -WGET_URL="${WEB_SITE}downloads/$TARBALL" 3.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 3.18 +WGET_URL="${WEB_SITE}/releases/download/v$VERSION/$TARBALL" 3.19 3.20 DEPENDS="acl bzlib libcrypto liblzma libxml2 lz4-lib zlib" 3.21 BUILD_DEPENDS="acl-dev attr-dev libcrypto-dev libxml2-dev lz4-dev
4.1 --- a/libiodbc-dev/receipt Mon Aug 29 10:14:47 2022 +0000 4.2 +++ b/libiodbc-dev/receipt Wed Aug 31 07:33:35 2022 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="The libiodbc development files." 4.5 MAINTAINER="pankso@slitaz.org" 4.6 LICENSE="LGPL2" 4.7 -WEB_SITE="http://www.iodbc.org/" 4.8 +WEB_SITE="https://www.iodbc.org/" 4.9 4.10 DEPENDS="pkg-config" 4.11 WANTED="libiodbc"
5.1 --- a/libiodbc/receipt Mon Aug 29 10:14:47 2022 +0000 5.2 +++ b/libiodbc/receipt Wed Aug 31 07:33:35 2022 +0000 5.3 @@ -6,7 +6,7 @@ 5.4 SHORT_DESC="Independent Open DataBase Connectivity." 5.5 MAINTAINER="pankso@slitaz.org" 5.6 LICENSE="GPL2" 5.7 -WEB_SITE="http://www.iodbc.org/" 5.8 +WEB_SITE="https://www.iodbc.org/" 5.9 5.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.11 WGET_URL="https://github.com/openlink/iODBC/archive/refs/tags/v$VERSION.tar.gz" 5.12 @@ -14,6 +14,7 @@ 5.13 DEPENDS="" 5.14 BUILD_DEPENDS="automake libtool" 5.15 5.16 +# What is the latest version available today? 5.17 current_version() 5.18 { 5.19 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
6.1 --- a/psycopg/receipt Mon Aug 29 10:14:47 2022 +0000 6.2 +++ b/psycopg/receipt Wed Aug 31 07:33:35 2022 +0000 6.3 @@ -7,7 +7,7 @@ 6.4 MAINTAINER="pascal.bellard@slitaz.org" 6.5 LICENSE="GPL2" 6.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.7 -WEB_SITE="http://initd.org/" 6.8 +WEB_SITE="https://www.psycopg.org/" 6.9 WGET_URL="https://src.fedoraproject.org/repo/pkgs/python-psycopg/$TARBALL/a31f79f68d6d32898d6f24e11369a106/$TARBALL" 6.10 6.11 DEPENDS="python egenix-mx-base libpostgresqlclient"