# HG changeset patch # User Pascal Bellard # Date 1550148299 -3600 # Node ID c89d25976dbeee5ecd13e1101d241c3639dd2450 # Parent ec3f6d59b1ada866b0fe1dfce221d84fc1a9c0d9 Update some WEB_SITE diff -r ec3f6d59b1ad -r c89d25976dbe lcdnurse/receipt --- a/lcdnurse/receipt Thu Feb 14 13:10:09 2019 +0100 +++ b/lcdnurse/receipt Thu Feb 14 13:44:59 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html" +WEB_SITE="https://web.archive.org/web/20140209025603/http://congelli.eu/prog_info_lcdnurse.html" WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL" DEPENDS="wxWidgets28" diff -r ec3f6d59b1ad -r c89d25976dbe linld/stuff/src/CRTL.ASM --- a/linld/stuff/src/CRTL.ASM Thu Feb 14 13:10:09 2019 +0100 +++ b/linld/stuff/src/CRTL.ASM Thu Feb 14 13:44:59 2019 +0100 @@ -82,6 +82,9 @@ adc al,cl ; set S when bx != si or cl = 80 mov al,20h jns @@cpyhead + else + mov al,20h + jmp @@cpyhead endif @@nocat: @@cpylp: @@ -104,7 +107,7 @@ ifdef EXTRA p8086 ;*************************************************************** -;_fastcall char strstr(bx:const char* a, ax:const char* b); +;_fastcall int strstr(bx:const char* a, ax:const char* b); ;*************************************************************** global @strstr$qpxzct1:near proc @strstr$qpxzct1 near @@ -517,9 +520,8 @@ ; global _abort:near _abort: cli -@@stop: hlt - jmp @@stop + jmp _abort endp @die$qpxzc @@ -920,10 +922,13 @@ ifdef EXTRA cmp [(image_himem di).next_chunk],0 ; iso image/initrd ? jnz @@next - endif mov [(image_himem di).next_chunk],offset next_chunk @@next: call [(image_himem di).next_chunk] ; m->next_chunk() + else +@@next: + call next_chunk + endif ifndef NO386 add eax,3 and al,0FCh @@ -939,7 +944,11 @@ endif jnz @@next pop [(image_himem di).state] + ifdef EXTRA call [(image_himem di).next_chunk] ; m->next_chunk() + else + call next_chunk + endif @@alreadydone: pop di ret @@ -974,7 +983,8 @@ xchg ax,cx @@szok: jcxz image_done - mov dx,offset _xfer_buf + mov dx,offset _xfer_buf+4096 + sub dx,si mov bx,[di] call @read$cxdxbx jc image_done @@ -1008,9 +1018,16 @@ endif sub si,bx pushf + ifdef EXTRA and cx,[(image_himem di).next_chunk] jcxz @@same_chunk + push di call cx + pop cx + else + jcxz @@same_chunk + call next_chunk + endif @@same_chunk: popf jnz @@loop diff -r ec3f6d59b1ad -r c89d25976dbe python-beaker/receipt --- a/python-beaker/receipt Thu Feb 14 13:10:09 2019 +0100 +++ b/python-beaker/receipt Thu Feb 14 13:44:59 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="BSD" SOURCE="Beaker" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pylonshq.com" +WEB_SITE="https://pypi.org/project/Beaker" WGET_URL="$WEB_SITE/download/1.0/$TARBALL" TAGS="python" diff -r ec3f6d59b1ad -r c89d25976dbe python-nose/receipt --- a/python-nose/receipt Thu Feb 14 13:10:09 2019 +0100 +++ b/python-nose/receipt Thu Feb 14 13:44:59 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="LGPL2.1" SOURCE="nose" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pylonshq.com" +WEB_SITE="https://pypi.org/project/nose/" WGET_URL="$WEB_SITE/download/1.0/$TARBALL" TAGS="python" diff -r ec3f6d59b1ad -r c89d25976dbe python-pylons/receipt --- a/python-pylons/receipt Thu Feb 14 13:10:09 2019 +0100 +++ b/python-pylons/receipt Thu Feb 14 13:44:59 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="BSD" SOURCE="Pylons" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pylonshq.com" +WEB_SITE="https://pypi.org/project/Pylons/" WGET_URL="http://cdn.pylonshq.com/download/$VERSION/$TARBALL" TAGS="python" diff -r ec3f6d59b1ad -r c89d25976dbe python-routes/receipt --- a/python-routes/receipt Thu Feb 14 13:10:09 2019 +0100 +++ b/python-routes/receipt Thu Feb 14 13:44:59 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="BSD" SOURCE="Routes" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pylonshq.com" +WEB_SITE="https://pypi.org/project/Routes" WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL" TAGS="python" HOST_ARCH="i486 arm" diff -r ec3f6d59b1ad -r c89d25976dbe qemulator/receipt --- a/qemulator/receipt Thu Feb 14 13:10:09 2019 +0100 +++ b/qemulator/receipt Thu Feb 14 13:44:59 2019 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL2" SOURCE="Qemulator" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://qemulator.createweb.de/" +WEB_SITE="https://web.archive.org/web/20100227040751/http://qemulator.createweb.de/" WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL" TAGS="emulator virtualization" diff -r ec3f6d59b1ad -r c89d25976dbe syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Thu Feb 14 13:10:09 2019 +0100 +++ b/syslinux/stuff/iso2exe/init Thu Feb 14 13:44:59 2019 +0100 @@ -925,7 +925,7 @@ grep -qs 1 /sys/block/$DEV/ro && return [ "$DEV" ] || return cat > /tmp/dialog <&1 - format=`$DIALOG --clear --title " Select the filesystem " \ + format=`$DIALOG --clear --title " Select the filesystem " \ --radiolist "\nPlease select the filesystem type to create.\n\n\ The filesystem creation will erase all the data \ in the USB key." 14 70 4 \ @@ -1048,7 +1048,7 @@ umount_loram() { is_loram || return - rm /var /usr + rm /var /usr umount -d /sqfs rmdir /sqfs } @@ -1193,7 +1193,7 @@ keymap="$(cat /etc/keymap.conf 2> /dev/null)" locale="$(sed '/^LANG=/!d;s/.*=//' /etc/locale.conf 2> /dev/null)" cat > /tmp/dialog <