# HG changeset patch # User Pascal Bellard # Date 1655549575 0 # Node ID b56b38cfd4756929395a4cf3e382589bd0d1d18b # Parent 8298f21ebb0aafb5bee308e957fd0b858c6cee18 Update some web_site & wget_url diff -r 8298f21ebb0a -r b56b38cfd475 BootProg/stuff/boot16.asm --- a/BootProg/stuff/boot16.asm Sat Jun 18 10:10:32 2022 +0100 +++ b/BootProg/stuff/boot16.asm Sat Jun 18 10:52:55 2022 +0000 @@ -296,9 +296,9 @@ mov ax, es ; ax = FAT segment = ImageLoadSeg add si, si ; si = cluster * 2 - jnc First64 + jnc First64k mov ah, (1000h+ImageLoadSeg)>>8 ; adjust segment for 2nd part of FAT16 -First64: +First64k: mov dx, 0FFF8h cmp [bx(bpbSectorsPerFAT)], cx ; 1..12 = FAT12, 16..256 = FAT16 @@ -309,20 +309,19 @@ shr si, 1 ; si = cluster * 3 / 2 ReadClusterFat16: + push ds mov ds, ax lodsw ; ax = next cluster + pop ds jnc ReadClusterEven rol ax, cl ReadClusterEven: + scasw ; di += 2 and ah, dh ; mask cluster value cmp ax, dx - push cs - pop ds - inc di - inc di xchg ax, si jc ClusterLoop pop si diff -r 8298f21ebb0a -r b56b38cfd475 atftp/receipt --- a/atftp/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/atftp/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Advanced Trivial File Transport Protocol client." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/atftp/" +WEB_SITE="https://sourceforge.net/projects/atftp" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 8298f21ebb0a -r b56b38cfd475 atftpd/receipt --- a/atftpd/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/atftpd/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Advanced Trivial File Transport Protocol server." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/atftp/" +WEB_SITE="https://sourceforge.net/projects/atftp" DEPENDS="pcre" WANTED="atftp" diff -r 8298f21ebb0a -r b56b38cfd475 crunch/receipt --- a/crunch/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/crunch/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="https://sourceforge.net/projects/crunch-wordlist/" +WEB_SITE="https://sourceforge.net/projects/crunch-wordlist" WGET_URL="http://tenet.dl.sourceforge.net/project/crunch-wordlist/crunch-wordlist/$TARBALL" BUILD_DEPENDS="sudo" diff -r 8298f21ebb0a -r b56b38cfd475 devede/receipt --- a/devede/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/devede/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -6,9 +6,9 @@ SHORT_DESC="A program to create VideoDVDs and CDs" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL3" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.rastersoft.com/programas/devede.html" -WGET_URL="http://www.rastersoft.com/descargas/$TARBALL" +WGET_URL="https://github.com/rastersoft/Devede/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager dbus-python" BUILD_DEPENDS="pygtk-dev vcdimager-dev" @@ -23,8 +23,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./install.sh --DESTDIR=$DESTDIR \ --prefix=/usr \ --unistall=no \ diff -r 8298f21ebb0a -r b56b38cfd475 gxine/receipt --- a/gxine/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/gxine/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -8,13 +8,14 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xine-project.org" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="https://sourceforge.net/projects/xine/files/$PACKAGE/$VERSION/$TARBALL" DEPENDS="xine-lib libvorbis gtk+ spidermonkey dbus" BUILD_DEPENDS="spidermonkey-dev xine-lib-dev xorg-dev dbus-dev \ gtk+-dev xorg-libXinerama-dev xorg-libXext-dev xorg-xextproto perl \ xorg-libXv-dev xorg-videoproto xorg-xf86vidmodeproto" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/xine/files/$PACKAGE 2>/dev/null | \ @@ -25,8 +26,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src - # Fix for glib2 (-lm) sed -i "//dev/null | \ diff -r 8298f21ebb0a -r b56b38cfd475 libmariadbclient/receipt --- a/libmariadbclient/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/libmariadbclient/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="SQL database system client libraries." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://mariadb.org/" +WEB_SITE="https://mariadb.org/" WANTED="mariadb" PROVIDE="libmysqlclient" diff -r 8298f21ebb0a -r b56b38cfd475 libqwt6-qt4/receipt --- a/libqwt6-qt4/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/libqwt6-qt4/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -9,7 +9,8 @@ SOURCE="qwt" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://qwt.sourceforge.net" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +#WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="http://ufpr.dl.sourceforge.net/project/qwt/qwt/$VERSION/$TARBALL" DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base" BUILD_DEPENDS="qmake Qt4-dev" diff -r 8298f21ebb0a -r b56b38cfd475 mariadb-client/receipt --- a/mariadb-client/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/mariadb-client/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="SQL database system client files." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://mariadb.org/" +WEB_SITE="https://mariadb.org/" WANTED="mariadb" PROVIDE="mysql_or_postgresql mysql-client" diff -r 8298f21ebb0a -r b56b38cfd475 mariadb-dev/receipt --- a/mariadb-dev/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/mariadb-dev/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="SQL database system devel files." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://mariadb.org/" +WEB_SITE="https://mariadb.org/" WANTED="mariadb" PROVIDE="mysql-dev" diff -r 8298f21ebb0a -r b56b38cfd475 mariadb/receipt --- a/mariadb/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/mariadb/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://mariadb.org/en/" +WEB_SITE="https://mariadb.org/en/" WGET_URL="https://downloads.mariadb.com/MariaDB/$PACKAGE-$VERSION/source/$TARBALL" CONFIG_FILES="/etc/mysql" TAZPANEL_DAEMON="man|edit::/etc/mysql/my.cnf|options|web::$WEB_SITE" diff -r 8298f21ebb0a -r b56b38cfd475 nss-dev/receipt --- a/nss-dev/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/nss-dev/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="rocky@slitaz.org" LICENSE="MPL" WANTED="nss" -WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/" +WEB_SITE="https://www.mozilla.org/projects/security/pki/nss/" DEPENDS="nss nspr-dev pkg-config" diff -r 8298f21ebb0a -r b56b38cfd475 nss/receipt --- a/nss/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/nss/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -7,12 +7,13 @@ MAINTAINER="rocky@slitaz.org" LICENSE="MPL" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/" -WGET_URL="http://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/${TARBALL}" +WEB_SITE="https://www.mozilla.org/projects/security/pki/nss/" +WGET_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/${TARBALL}" DEPENDS="nspr sqlite zlib" BUILD_DEPENDS="nspr-dev sqlite-dev zlib-dev perl pkg-config" +# What is the latest version available today? current_version() { wget -O - https://hg.mozilla.org/projects/nss 2>/dev/null | \ diff -r 8298f21ebb0a -r b56b38cfd475 openvas-scanner/receipt --- a/openvas-scanner/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/openvas-scanner/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.openvas.org/" -WGET_URL="https://wald.intevation.org/frs/download.php/684/$TARBALL" +WGET_URL="https://github.com/greenbone/openvas-scanner/archive/refs/tags/v$VERSION.tar.gz" CONFIG_FILES="/var/lib/openvas /etc/openvas" DEPENDS="openvas-libraries openssl" diff -r 8298f21ebb0a -r b56b38cfd475 thunderbird-bin-fr/receipt --- a/thunderbird-bin-fr/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/thunderbird-bin-fr/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -9,7 +9,7 @@ LICENSE="MPL" TARBALL="$SOURCE-$VERSION.tar.bz2" SOURCE="thunderbird" -WEB_SITE="http://www.mozilla.org/" +WEB_SITE="https://www.mozilla.org/" WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/$lang/$TARBALL" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt" diff -r 8298f21ebb0a -r b56b38cfd475 thunderbird-bin/receipt --- a/thunderbird-bin/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/thunderbird-bin/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="MPL" SOURCE="thunderbird" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.mozilla.org/" +WEB_SITE="https://www.mozilla.org/" WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/en-US/$TARBALL" DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt" diff -r 8298f21ebb0a -r b56b38cfd475 thunderbird/receipt --- a/thunderbird/receipt Sat Jun 18 10:10:32 2022 +0100 +++ b/thunderbird/receipt Sat Jun 18 10:52:55 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="domcox@slitaz.org" LICENSE="MPL" TARBALL="$PACKAGE-$VERSION.source.tar.bz2" -WEB_SITE="http://www.mozilla.org/" +WEB_SITE="https://www.mozilla.org/" WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$TARBALL" DEPENDS="alsa-lib gtk+ zip unzip libevent libvpx nspr nss sqlite \