wok rev 18912

Up ddclient (3.8.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 23 09:55:51 2016 +0100 (2016-02-23)
parents 7538e867aae7
children 7462513d4a42
files ddclient/receipt syslinux/stuff/iso2exe/mvcom.S
line diff
     1.1 --- a/ddclient/receipt	Tue Feb 23 10:10:19 2016 +0200
     1.2 +++ b/ddclient/receipt	Tue Feb 23 09:55:51 2016 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ddclient"
     1.7 -VERSION="3.8.1"
     1.8 +VERSION="3.8.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Dynamic DNS update tool."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,8 +10,9 @@
    1.13  WEB_SITE="http://ddclient.sourceforge.net/"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  CONFIG_FILES="/etc/ddclient"
    1.16 +TAGS="DNS"
    1.17 +
    1.18  DEPENDS="perl"
    1.19 -TAGS="DNS"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23 @@ -22,4 +23,3 @@
    1.24  	cp $src/sample-etc_ddclient.conf $fs/etc/ddclient/ddclient.conf
    1.25  	cp $stuff/ddclient $fs/etc/init.d
    1.26  }
    1.27 -
     2.1 --- a/syslinux/stuff/iso2exe/mvcom.S	Tue Feb 23 10:10:19 2016 +0200
     2.2 +++ b/syslinux/stuff/iso2exe/mvcom.S	Tue Feb 23 09:55:51 2016 +0100
     2.3 @@ -24,15 +24,15 @@
     2.4  	rep
     2.5  	  movsb
     2.6  	cld
     2.7 -	incw	%di
     2.8 -	shrw	$4, %di		// 186
     2.9  	movw	%cs, %ax
    2.10 -	addw	%di, %ax
    2.11 +	movb	$4, %cl
    2.12 +	shrw	%cl, %di
    2.13 +	adcw	%di, %ax
    2.14  	movw	%ax, %ds
    2.15  	movw	%ax, %es
    2.16 +	popw	%dx
    2.17  	movw	%ax, %ss
    2.18 -	popw	%dx
    2.19 -	pushw	%cx
    2.20 +	pushw	%dx
    2.21  	pushw	%ax
    2.22  	pushw	%bx
    2.23  	retf