# HG changeset patch # User Pascal Bellard # Date 1588060637 0 # Node ID adc1d6ae992bb3510aa63997c6243eafc56aabd4 # Parent a990d22836c785ad380d3f88137bc3d3ca9e8056 Up tazlito (525) diff -r a990d22836c7 -r adc1d6ae992b fusecloop/stuff/fusecloop.u --- a/fusecloop/stuff/fusecloop.u Tue Apr 28 08:55:25 2020 +0100 +++ b/fusecloop/stuff/fusecloop.u Tue Apr 28 07:57:17 2020 +0000 @@ -398,7 +398,7 @@ +static uint32_t hash[8]; /* 4 elements for md5, 5 for sha1, 8 for sha256 */ + +/* Emit a string of hex representation of bytes */ -+static char* bin2hex(char *p) ++/* static char* bin2hex(char *p) +{ + static const char bb_hexdigits_upcase[] ALIGN1 = "0123456789abcdef"; + int count = 16; @@ -411,7 +411,7 @@ + count--; + } + return p; -+} ++} */ + +//#define rotl32(x,n) (((x) << (n)) | ((x) >> (32 - (n)))) +static uint32_t rotl32(uint32_t x, unsigned n) @@ -1424,8 +1424,9 @@ + len = offsets[i].size; + if (len > zblock_maxsize) { fprintf(stderr, - "Size %u for block %u (offset %Lu) too big\n", +- "Size %u for block %u (offset %Lu) too big\n", - size, i, offsets[i].offset); ++ "Size %lu for block %u (offset %Lu) too big\n", + len, i, offsets[i].offset); exit(1); } diff -r a990d22836c7 -r adc1d6ae992b tazlito/receipt --- a/tazlito/receipt Tue Apr 28 08:55:25 2020 +0100 +++ b/tazlito/receipt Tue Apr 28 07:57:17 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazlito" -VERSION="524" +VERSION="525" CATEGORY="base-system" SHORT_DESC="SliTaz Live Tool." MAINTAINER="pascal.bellard@slitaz.org" diff -r a990d22836c7 -r adc1d6ae992b xmgrace/receipt --- a/xmgrace/receipt Tue Apr 28 08:55:25 2020 +0100 +++ b/xmgrace/receipt Tue Apr 28 07:57:17 2020 +0000 @@ -7,7 +7,7 @@ MAINTAINER="Lucas Levrel " LICENSE="GPL2" SOURCE="grace" -WEB_SITE="http://plasma-gate.weizmann.ac.il/Grace/" +WEB_SITE="https://plasma-gate.weizmann.ac.il/Grace/" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/$TARBALL"