wok rev 19396

Up zstd (1.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 16:30:12 2016 +0200 (2016-09-01)
parents db0d5231e4d3
children 4ba626e0a6d2
files memtest/stuff/unlzma.S zstd-dev/receipt zstd/receipt
line diff
     1.1 --- a/memtest/stuff/unlzma.S	Mon Aug 29 23:02:12 2016 -0400
     1.2 +++ b/memtest/stuff/unlzma.S	Thu Sep 01 16:30:12 2016 +0200
     1.3 @@ -619,9 +619,9 @@
     1.4  	shrl	$4, %ebx
     1.5  	movw	%bx, %es
     1.6  #else
     1.7 -	mov	nowPos(%bp), DI
     1.8 +	mov	nowPos(BP), DI
     1.9  	jnc	Dico2ESDIz
    1.10 -	sub	rep0(%bp), DI
    1.11 +	sub	rep0(BP), DI
    1.12  Dico2ESDIz:
    1.13  #endif
    1.14  #ifdef FLAT32
     2.1 --- a/zstd-dev/receipt	Mon Aug 29 23:02:12 2016 -0400
     2.2 +++ b/zstd-dev/receipt	Thu Sep 01 16:30:12 2016 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="zstd-dev"
     2.7 -VERSION="0.6.1"
     2.8 +VERSION="1.0.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/zstd/receipt	Mon Aug 29 23:02:12 2016 -0400
     3.2 +++ b/zstd/receipt	Thu Sep 01 16:30:12 2016 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="zstd"
     3.7 -VERSION="0.6.1"
     3.8 +VERSION="1.0.0"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="Zstandard - Fast and efficient compression algorithm."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"