wok rev 20794
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 15 11:29:31 2019 +0100 (2019-02-15) |
parents | 03507e8ec4b9 |
children | 6bd67b683b9c |
files | aspell-dev/receipt libiec61883-dev/receipt libiec61883/receipt libraw1394-dev/receipt libraw1394/receipt linld/receipt linld/stuff/src/CRTL.ASM linld/stuff/src/XMM.ASM zonecheck/receipt |
line diff
1.1 --- a/aspell-dev/receipt Thu Feb 14 18:37:56 2019 +0100 1.2 +++ b/aspell-dev/receipt Fri Feb 15 11:29:31 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aspell-dev" 1.7 -VERSION="0.60.6" 1.8 +VERSION="0.60.6.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNU spell checker devel files." 1.11 MAINTAINER="paul@slitaz.org"
2.1 --- a/libiec61883-dev/receipt Thu Feb 14 18:37:56 2019 +0100 2.2 +++ b/libiec61883-dev/receipt Fri Feb 15 11:29:31 2019 +0100 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="pankso@slitaz.org" 2.5 LICENSE="LGPL2.1" 2.6 WANTED="libiec61883" 2.7 -WEB_SITE="http://www.linux1394.org/" 2.8 +WEB_SITE="https://ieee1394.wiki.kernel.org/index.php/Main_Page" 2.9 2.10 DEPENDS="pkg-config" 2.11
3.1 --- a/libiec61883/receipt Thu Feb 14 18:37:56 2019 +0100 3.2 +++ b/libiec61883/receipt Fri Feb 15 11:29:31 2019 +0100 3.3 @@ -8,7 +8,7 @@ 3.4 LICENSE="LGPL2.1" 3.5 #TARBALL="$PACKAGE-$VERSION.tar.gz" 3.6 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 3.7 -WEB_SITE="http://www.linux1394.org/" 3.8 +WEB_SITE="https://ieee1394.wiki.kernel.org/index.php/Main_Page" 3.9 #WGET_URL="http://www.linux1394.org/dl/$TARBALL" 3.10 WGET_URL="http://ftp.debian.org/pool/main/libi/$PACKAGE/$TARBALL" 3.11
4.1 --- a/libraw1394-dev/receipt Thu Feb 14 18:37:56 2019 +0100 4.2 +++ b/libraw1394-dev/receipt Fri Feb 15 11:29:31 2019 +0100 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="pankso@slitaz.org" 4.5 LICENSE="LGPL2.1" 4.6 WANTED="libraw1394" 4.7 -WEB_SITE="http://www.linux1394.org/" 4.8 +WEB_SITE="https://ieee1394.wiki.kernel.org/index.php/Main_Page" 4.9 4.10 DEPENDS="libraw1394 pkg-config" 4.11
5.1 --- a/libraw1394/receipt Thu Feb 14 18:37:56 2019 +0100 5.2 +++ b/libraw1394/receipt Fri Feb 15 11:29:31 2019 +0100 5.3 @@ -7,7 +7,7 @@ 5.4 MAINTAINER="pankso@slitaz.org" 5.5 LICENSE="LGPL2.1" 5.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.7 -WEB_SITE="http://www.linux1394.org/" 5.8 +WEB_SITE="https://ieee1394.wiki.kernel.org/index.php/Main_Page" 5.9 WGET_URL="https://www.kernel.org/pub/linux/libs/ieee1394/$TARBALL" 5.10 5.11 # Rules to configure and make the package.
6.1 --- a/linld/receipt Thu Feb 14 18:37:56 2019 +0100 6.2 +++ b/linld/receipt Fri Feb 15 11:29:31 2019 +0100 6.3 @@ -45,7 +45,8 @@ 6.4 cp TAZBOOT/TAZBOOT.COM tazboot.com 6.5 objdump -D -b binary -mi386 -Maddr16,data16 --adjust-vma=0x100 \ 6.6 linld.com > linld.lst 6.7 - for f in linld.com tazboot.com ; do 6.8 + [ $(stat -c %s linld.com) -gt 4096 ] && linld=linld.com || linld= 6.9 + for f in $linld tazboot.com ; do 6.10 cp $f tmp.com 6.11 for i in $(seq 1 9); do 6.12 upx -$i --8086 tmp.com 6.13 @@ -55,7 +56,7 @@ 6.14 done > /dev/null 2>&1 6.15 rm tmp.com 6.16 done 6.17 - upx -l linld.com tazboot.com 6.18 + upx -l $linld tazboot.com 6.19 cc -o tobzimage.o -Wa,-algms=tobzimage.lst -c $stuff/tobzimage.S 6.20 objcopy -O binary tobzimage.o tobzimage.bin 6.21 cp $stuff/tobzimage .
7.1 --- a/linld/stuff/src/CRTL.ASM Thu Feb 14 18:37:56 2019 +0100 7.2 +++ b/linld/stuff/src/CRTL.ASM Fri Feb 15 11:29:31 2019 +0100 7.3 @@ -69,29 +69,27 @@ 7.4 xor cx,cx 7.5 endif 7.6 push si 7.7 - xchg ax,bx ; b 7.8 - xchg ax,si ; a 7.9 + xchg ax,si ; b 7.10 ifdef EXTRA 7.11 jcxz @@nocat 7.12 endif 7.13 + dec bx 7.14 @@catlp: 7.15 - lodsb ; a=si 7.16 - or al,al 7.17 + inc bx 7.18 + cmp [byte bx],0 ; a=bx 7.19 jne @@catlp 7.20 - dec si 7.21 + ifdef EXTRA 7.22 mov al,20h 7.23 - ifdef EXTRA 7.24 loop @@cpyhead 7.25 else 7.26 - jmp @@cpyhead 7.27 + db 0b8h,20h ; mov ax,??20h 7.28 endif 7.29 @@nocat: 7.30 @@cpylp: 7.31 - mov al,[bx] 7.32 + lodsb 7.33 +@@cpyhead: 7.34 + mov [bx],al 7.35 inc bx 7.36 -@@cpyhead: 7.37 - mov [si],al 7.38 - inc si 7.39 or al,al 7.40 jne @@cpylp 7.41 strfound:
8.1 --- a/linld/stuff/src/XMM.ASM Thu Feb 14 18:37:56 2019 +0100 8.2 +++ b/linld/stuff/src/XMM.ASM Fri Feb 15 11:29:31 2019 +0100 8.3 @@ -98,7 +98,7 @@ 8.4 global @xmm_alloc$qp11image_himem:near 8.5 proc @xmm_alloc$qp11image_himem near 8.6 8.7 - ret ; TO BE FIXED 8.8 +ifdef TO_BE_FIXED 8.9 ifndef NO386 8.10 mov edx,[(image_himem bx).size] ; m->size 8.11 ;dec edx 8.12 @@ -131,6 +131,7 @@ 8.13 jnz @@err 8.14 mov [word (image_himem bx).buf],ax ; lo m->buf 8.15 mov [word (image_himem bx+2).buf],dx ; hi m->buf 8.16 +endif ; TO_BE_FIXED 8.17 @@err: 8.18 ret 8.19
9.1 --- a/zonecheck/receipt Thu Feb 14 18:37:56 2019 +0100 9.2 +++ b/zonecheck/receipt Fri Feb 15 11:29:31 2019 +0100 9.3 @@ -6,7 +6,7 @@ 9.4 SHORT_DESC="Check that a zone or domain name is correctly configured in the DNS." 9.5 MAINTAINER="pascal.bellard@slitaz.org" 9.6 LICENSE="GPL3" 9.7 -WEB_SITE="http://www.zonecheck.fr" 9.8 +WEB_SITE="https://www.zonemaster.fr/" 9.9 TARBALL="$PACKAGE-$VERSION.tgz" 9.10 WGET_URL="$WEB_SITE/download/$TARBALL" 9.11 CONFIG_FILES="/etc/zonecheck"