wok rev 23702

Up tazlito (525)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 28 07:57:17 2020 +0000 (2020-04-28)
parents a990d22836c7
children a3fdf1f76a82
files fusecloop/stuff/fusecloop.u tazlito/receipt xmgrace/receipt
line diff
     1.1 --- a/fusecloop/stuff/fusecloop.u	Tue Apr 28 08:55:25 2020 +0100
     1.2 +++ b/fusecloop/stuff/fusecloop.u	Tue Apr 28 07:57:17 2020 +0000
     1.3 @@ -398,7 +398,7 @@
     1.4  +static uint32_t hash[8];    /* 4 elements for md5, 5 for sha1, 8 for sha256 */
     1.5  +
     1.6  +/* Emit a string of hex representation of bytes */
     1.7 -+static char* bin2hex(char *p)
     1.8 ++/* static char* bin2hex(char *p)
     1.9  +{
    1.10  +	static const char bb_hexdigits_upcase[] ALIGN1 = "0123456789abcdef";
    1.11  +	int count = 16;
    1.12 @@ -411,7 +411,7 @@
    1.13  +		count--;
    1.14  +	}
    1.15  +	return p;
    1.16 -+}
    1.17 ++} */
    1.18  +
    1.19  +//#define rotl32(x,n) (((x) << (n)) | ((x) >> (32 - (n))))
    1.20  +static uint32_t rotl32(uint32_t x, unsigned n)
    1.21 @@ -1424,8 +1424,9 @@
    1.22  +		len = offsets[i].size;
    1.23  +		if (len > zblock_maxsize) {
    1.24   			fprintf(stderr, 
    1.25 - 				"Size %u for block %u (offset %Lu) too big\n",
    1.26 +-				"Size %u for block %u (offset %Lu) too big\n",
    1.27  -				size, i, offsets[i].offset);
    1.28 ++				"Size %lu for block %u (offset %Lu) too big\n",
    1.29  +				len, i, offsets[i].offset);
    1.30   			exit(1);
    1.31   		}
     2.1 --- a/tazlito/receipt	Tue Apr 28 08:55:25 2020 +0100
     2.2 +++ b/tazlito/receipt	Tue Apr 28 07:57:17 2020 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tazlito"
     2.7 -VERSION="524"
     2.8 +VERSION="525"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="SliTaz Live Tool."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/xmgrace/receipt	Tue Apr 28 08:55:25 2020 +0100
     3.2 +++ b/xmgrace/receipt	Tue Apr 28 07:57:17 2020 +0000
     3.3 @@ -7,7 +7,7 @@
     3.4  MAINTAINER="Lucas Levrel <llev@slitaz.org>"
     3.5  LICENSE="GPL2"
     3.6  SOURCE="grace"
     3.7 -WEB_SITE="http://plasma-gate.weizmann.ac.il/Grace/"
     3.8 +WEB_SITE="https://plasma-gate.weizmann.ac.il/Grace/"
     3.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    3.10  WGET_URL="ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/$TARBALL"
    3.11