wok rev 19842

gitso: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 13 12:09:18 2017 +0100 (2017-03-13)
parents 67554ccc4d3e
children 26588c3dfe81
files gitso/receipt syslinux/stuff/iso2exe/bootiso.S
line diff
     1.1 --- a/gitso/receipt	Mon Mar 13 10:28:45 2017 +0100
     1.2 +++ b/gitso/receipt	Mon Mar 13 12:09:18 2017 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL3"
     1.5  TARBALL="${PACKAGE}_${VERSION}_src.tar.bz2"
     1.6  WEB_SITE="http://code.google.com/p/gitso/"
     1.7 -WGET_URL="http://gitso.googlecode.com/files/$TARBALL"
     1.8 +WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gitso/$TARBALL"
     1.9  CONFIG_FILES="/etc/gitso-hosts"
    1.10  
    1.11  DEPENDS="x11vnc vncviewer wxpython"
     2.1 --- a/syslinux/stuff/iso2exe/bootiso.S	Mon Mar 13 10:28:45 2017 +0100
     2.2 +++ b/syslinux/stuff/iso2exe/bootiso.S	Mon Mar 13 12:09:18 2017 +0100
     2.3 @@ -122,7 +122,7 @@
     2.4  	.org	0x01B8
     2.5  
     2.6  ////////////////////////// partition boot code ////////////////////////////////
     2.7 -// assume DS=SS AH=00 BX=7C00 CH=01 DL=<drive> SI=7DBE
     2.8 +// assume DS=SS BX=7C00 CH=01 DL=<drive> SI=7DBE
     2.9  
    2.10  	.org	0x7C00
    2.11  	jmp	bootpartition
    2.12 @@ -137,11 +137,12 @@
    2.13  	call	movepartition
    2.14  	pushw	%cx
    2.15  	pushw	%cx
    2.16 -	movw	$patch-16,%di
    2.17 +	decw	%di
    2.18 +	decw	%di
    2.19  	movb	$4,%cl
    2.20 -	movb	$16,%al
    2.21 +	movw	$16,%ax
    2.22  next:
    2.23 -	addw	%ax,%di
    2.24 +	subw	%ax,%di
    2.25  	cmpb	%ch,(%di)		// boot flag ?
    2.26  	loope	next
    2.27  	pushw	10(%di)