wok rev 25094

Update some web_site & wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 10:52:55 2022 +0000 (22 months ago)
parents 8298f21ebb0a
children 92b662c0aa2d
files BootProg/stuff/boot16.asm atftp/receipt atftpd/receipt crunch/receipt devede/receipt gxine/receipt libgooglepinyin-dev/receipt libgooglepinyin/receipt libmariadbclient/receipt libqwt6-qt4/receipt mariadb-client/receipt mariadb-dev/receipt mariadb/receipt nss-dev/receipt nss/receipt openvas-scanner/receipt thunderbird-bin-fr/receipt thunderbird-bin/receipt thunderbird/receipt
line diff
     1.1 --- a/BootProg/stuff/boot16.asm	Sat Jun 18 10:10:32 2022 +0100
     1.2 +++ b/BootProg/stuff/boot16.asm	Sat Jun 18 10:52:55 2022 +0000
     1.3 @@ -296,9 +296,9 @@
     1.4  
     1.5          mov     ax, es                  ; ax = FAT segment = ImageLoadSeg
     1.6          add     si, si                  ; si = cluster * 2
     1.7 -        jnc     First64
     1.8 +        jnc     First64k
     1.9          mov     ah, (1000h+ImageLoadSeg)>>8 ; adjust segment for 2nd part of FAT16
    1.10 -First64:
    1.11 +First64k:
    1.12          mov     dx, 0FFF8h
    1.13  
    1.14          cmp     [bx(bpbSectorsPerFAT)], cx ; 1..12 = FAT12, 16..256 = FAT16
    1.15 @@ -309,20 +309,19 @@
    1.16          shr     si, 1                   ; si = cluster * 3 / 2
    1.17  
    1.18  ReadClusterFat16:
    1.19 +        push    ds
    1.20          mov     ds, ax
    1.21          lodsw                           ; ax = next cluster
    1.22 +        pop     ds
    1.23          jnc     ReadClusterEven
    1.24  
    1.25          rol     ax, cl
    1.26  
    1.27  ReadClusterEven:
    1.28 +        scasw                           ; di += 2
    1.29          and     ah, dh                  ; mask cluster value
    1.30          cmp     ax, dx
    1.31  
    1.32 -        push    cs
    1.33 -        pop     ds
    1.34 -        inc     di
    1.35 -        inc     di
    1.36          xchg    ax, si
    1.37          jc      ClusterLoop
    1.38          pop     si
     2.1 --- a/atftp/receipt	Sat Jun 18 10:10:32 2022 +0100
     2.2 +++ b/atftp/receipt	Sat Jun 18 10:52:55 2022 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="Advanced Trivial File Transport Protocol client."
     2.5  MAINTAINER="pascal.bellard@slitaz.org"
     2.6  LICENSE="GPL2"
     2.7 -WEB_SITE="https://sourceforge.net/projects/atftp/"
     2.8 +WEB_SITE="https://sourceforge.net/projects/atftp"
     2.9  
    2.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     3.1 --- a/atftpd/receipt	Sat Jun 18 10:10:32 2022 +0100
     3.2 +++ b/atftpd/receipt	Sat Jun 18 10:52:55 2022 +0000
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Advanced Trivial File Transport Protocol server."
     3.5  MAINTAINER="pascal.bellard@slitaz.org"
     3.6  LICENSE="GPL2"
     3.7 -WEB_SITE="https://sourceforge.net/projects/atftp/"
     3.8 +WEB_SITE="https://sourceforge.net/projects/atftp"
     3.9  
    3.10  DEPENDS="pcre"
    3.11  WANTED="atftp"
     4.1 --- a/crunch/receipt	Sat Jun 18 10:10:32 2022 +0100
     4.2 +++ b/crunch/receipt	Sat Jun 18 10:52:55 2022 +0000
     4.3 @@ -7,7 +7,7 @@
     4.4  MAINTAINER="pascal.bellard@slitaz.org"
     4.5  LICENSE="GPL2"
     4.6  TARBALL="$PACKAGE-$VERSION.tgz"
     4.7 -WEB_SITE="https://sourceforge.net/projects/crunch-wordlist/"
     4.8 +WEB_SITE="https://sourceforge.net/projects/crunch-wordlist"
     4.9  WGET_URL="http://tenet.dl.sourceforge.net/project/crunch-wordlist/crunch-wordlist/$TARBALL"
    4.10  
    4.11  BUILD_DEPENDS="sudo"
     5.1 --- a/devede/receipt	Sat Jun 18 10:10:32 2022 +0100
     5.2 +++ b/devede/receipt	Sat Jun 18 10:52:55 2022 +0000
     5.3 @@ -6,9 +6,9 @@
     5.4  SHORT_DESC="A program to create VideoDVDs and CDs"
     5.5  MAINTAINER="slaxemulator@gmail.com"
     5.6  LICENSE="GPL3"
     5.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
     5.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.9  WEB_SITE="http://www.rastersoft.com/programas/devede.html"
    5.10 -WGET_URL="http://www.rastersoft.com/descargas/$TARBALL"
    5.11 +WGET_URL="https://github.com/rastersoft/Devede/archive/refs/tags/v$VERSION.tar.gz"
    5.12  
    5.13  DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager dbus-python"
    5.14  BUILD_DEPENDS="pygtk-dev vcdimager-dev"
    5.15 @@ -23,8 +23,6 @@
    5.16  # Rules to configure and make the package.
    5.17  compile_rules()
    5.18  {
    5.19 -	cd $src
    5.20 -	
    5.21  	./install.sh --DESTDIR=$DESTDIR \
    5.22  		--prefix=/usr \
    5.23  		--unistall=no \
     6.1 --- a/gxine/receipt	Sat Jun 18 10:10:32 2022 +0100
     6.2 +++ b/gxine/receipt	Sat Jun 18 10:52:55 2022 +0000
     6.3 @@ -8,13 +8,14 @@
     6.4  LICENSE="GPL2"
     6.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     6.6  WEB_SITE="http://www.xine-project.org"
     6.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     6.8 +WGET_URL="https://sourceforge.net/projects/xine/files/$PACKAGE/$VERSION/$TARBALL"
     6.9  
    6.10  DEPENDS="xine-lib libvorbis gtk+ spidermonkey dbus"
    6.11  BUILD_DEPENDS="spidermonkey-dev xine-lib-dev xorg-dev dbus-dev \
    6.12  gtk+-dev xorg-libXinerama-dev xorg-libXext-dev xorg-xextproto perl \
    6.13  xorg-libXv-dev xorg-videoproto xorg-xf86vidmodeproto"
    6.14  
    6.15 +# What is the latest version available today?
    6.16  current_version()
    6.17  {
    6.18  	wget -O - https://sourceforge.net/projects/xine/files/$PACKAGE 2>/dev/null | \
    6.19 @@ -25,8 +26,6 @@
    6.20  # Rules to configure and make the package.
    6.21  compile_rules()
    6.22  {
    6.23 -	cd $src
    6.24 -	
    6.25  	# Fix for glib2 (-lm)
    6.26  	sed -i "/<glib\//d" src/*
    6.27  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
     7.1 --- a/libgooglepinyin-dev/receipt	Sat Jun 18 10:10:32 2022 +0100
     7.2 +++ b/libgooglepinyin-dev/receipt	Sat Jun 18 10:52:55 2022 +0000
     7.3 @@ -6,7 +6,7 @@
     7.4  SHORT_DESC="A fork from google pinyin on android - development files."
     7.5  MAINTAINER="lufeng369@slitaz.org"
     7.6  LICENSE="Apache"
     7.7 -WEB_SITE="https://github.com/promisejohn/libgooglepinyin"
     7.8 +WEB_SITE="https://github.com/palanceli/libgooglepinyin/"
     7.9  
    7.10  DEPENDS="libgooglepinyin pkg-config"
    7.11  WANTED="libgooglepinyin"
     8.1 --- a/libgooglepinyin/receipt	Sat Jun 18 10:10:32 2022 +0100
     8.2 +++ b/libgooglepinyin/receipt	Sat Jun 18 10:52:55 2022 +0000
     8.3 @@ -6,7 +6,7 @@
     8.4  SHORT_DESC="A fork from google pinyin on android."
     8.5  MAINTAINER="lufeng369@slitaz.org"
     8.6  LICENSE="Apache"
     8.7 -WEB_SITE="https://github.com/promisejohn/libgooglepinyin"
     8.8 +WEB_SITE="https://github.com/palanceli/libgooglepinyin/"
     8.9  
    8.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    8.11  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    8.12 @@ -14,6 +14,7 @@
    8.13  DEPENDS=""
    8.14  BUILD_DEPENDS="cairo-dev cmake gtk+-dev intltool pango-dev"
    8.15  
    8.16 +# What is the latest version available today?
    8.17  current_version()
    8.18  {
    8.19  	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
     9.1 --- a/libmariadbclient/receipt	Sat Jun 18 10:10:32 2022 +0100
     9.2 +++ b/libmariadbclient/receipt	Sat Jun 18 10:52:55 2022 +0000
     9.3 @@ -6,7 +6,7 @@
     9.4  SHORT_DESC="SQL database system client libraries."
     9.5  MAINTAINER="pascal.bellard@slitaz.org"
     9.6  LICENSE="GPL2"
     9.7 -WEB_SITE="http://mariadb.org/"
     9.8 +WEB_SITE="https://mariadb.org/"
     9.9  WANTED="mariadb"
    9.10  PROVIDE="libmysqlclient"
    9.11  
    10.1 --- a/libqwt6-qt4/receipt	Sat Jun 18 10:10:32 2022 +0100
    10.2 +++ b/libqwt6-qt4/receipt	Sat Jun 18 10:52:55 2022 +0000
    10.3 @@ -9,7 +9,8 @@
    10.4  SOURCE="qwt"
    10.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
    10.6  WEB_SITE="http://qwt.sourceforge.net"
    10.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    10.8 +#WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    10.9 +WGET_URL="http://ufpr.dl.sourceforge.net/project/qwt/qwt/$VERSION/$TARBALL"
   10.10  
   10.11  DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base"
   10.12  BUILD_DEPENDS="qmake Qt4-dev"
    11.1 --- a/mariadb-client/receipt	Sat Jun 18 10:10:32 2022 +0100
    11.2 +++ b/mariadb-client/receipt	Sat Jun 18 10:52:55 2022 +0000
    11.3 @@ -6,7 +6,7 @@
    11.4  SHORT_DESC="SQL database system client files."
    11.5  MAINTAINER="erjo@slitaz.org"
    11.6  LICENSE="GPL2"
    11.7 -WEB_SITE="http://mariadb.org/"
    11.8 +WEB_SITE="https://mariadb.org/"
    11.9  WANTED="mariadb"
   11.10  PROVIDE="mysql_or_postgresql mysql-client"
   11.11  
    12.1 --- a/mariadb-dev/receipt	Sat Jun 18 10:10:32 2022 +0100
    12.2 +++ b/mariadb-dev/receipt	Sat Jun 18 10:52:55 2022 +0000
    12.3 @@ -6,7 +6,7 @@
    12.4  SHORT_DESC="SQL database system devel files."
    12.5  MAINTAINER="erjo@slitaz.org"
    12.6  LICENSE="GPL2"
    12.7 -WEB_SITE="http://mariadb.org/"
    12.8 +WEB_SITE="https://mariadb.org/"
    12.9  WANTED="mariadb"
   12.10  PROVIDE="mysql-dev"
   12.11  
    13.1 --- a/mariadb/receipt	Sat Jun 18 10:10:32 2022 +0100
    13.2 +++ b/mariadb/receipt	Sat Jun 18 10:52:55 2022 +0000
    13.3 @@ -7,7 +7,7 @@
    13.4  MAINTAINER="erjo@slitaz.org"
    13.5  LICENSE="GPL2"
    13.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    13.7 -WEB_SITE="http://mariadb.org/en/"
    13.8 +WEB_SITE="https://mariadb.org/en/"
    13.9  WGET_URL="https://downloads.mariadb.com/MariaDB/$PACKAGE-$VERSION/source/$TARBALL"
   13.10  CONFIG_FILES="/etc/mysql"
   13.11  TAZPANEL_DAEMON="man|edit::/etc/mysql/my.cnf|options|web::$WEB_SITE"
    14.1 --- a/nss-dev/receipt	Sat Jun 18 10:10:32 2022 +0100
    14.2 +++ b/nss-dev/receipt	Sat Jun 18 10:52:55 2022 +0000
    14.3 @@ -7,7 +7,7 @@
    14.4  MAINTAINER="rocky@slitaz.org"
    14.5  LICENSE="MPL"
    14.6  WANTED="nss"
    14.7 -WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/"
    14.8 +WEB_SITE="https://www.mozilla.org/projects/security/pki/nss/"
    14.9  
   14.10  DEPENDS="nss nspr-dev pkg-config"
   14.11  
    15.1 --- a/nss/receipt	Sat Jun 18 10:10:32 2022 +0100
    15.2 +++ b/nss/receipt	Sat Jun 18 10:52:55 2022 +0000
    15.3 @@ -7,12 +7,13 @@
    15.4  MAINTAINER="rocky@slitaz.org"
    15.5  LICENSE="MPL"
    15.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    15.7 -WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/"
    15.8 -WGET_URL="http://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/${TARBALL}"
    15.9 +WEB_SITE="https://www.mozilla.org/projects/security/pki/nss/"
   15.10 +WGET_URL="https://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/${TARBALL}"
   15.11  
   15.12  DEPENDS="nspr sqlite zlib"
   15.13  BUILD_DEPENDS="nspr-dev sqlite-dev zlib-dev perl pkg-config"
   15.14  
   15.15 +# What is the latest version available today?
   15.16  current_version()
   15.17  {
   15.18  	wget -O - https://hg.mozilla.org/projects/nss 2>/dev/null | \
    16.1 --- a/openvas-scanner/receipt	Sat Jun 18 10:10:32 2022 +0100
    16.2 +++ b/openvas-scanner/receipt	Sat Jun 18 10:52:55 2022 +0000
    16.3 @@ -8,7 +8,7 @@
    16.4  LICENSE="GPL2"
    16.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    16.6  WEB_SITE="https://www.openvas.org/"
    16.7 -WGET_URL="https://wald.intevation.org/frs/download.php/684/$TARBALL"
    16.8 +WGET_URL="https://github.com/greenbone/openvas-scanner/archive/refs/tags/v$VERSION.tar.gz"
    16.9  CONFIG_FILES="/var/lib/openvas /etc/openvas"
   16.10  
   16.11  DEPENDS="openvas-libraries openssl"
    17.1 --- a/thunderbird-bin-fr/receipt	Sat Jun 18 10:10:32 2022 +0100
    17.2 +++ b/thunderbird-bin-fr/receipt	Sat Jun 18 10:52:55 2022 +0000
    17.3 @@ -9,7 +9,7 @@
    17.4  LICENSE="MPL"
    17.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
    17.6  SOURCE="thunderbird"
    17.7 -WEB_SITE="http://www.mozilla.org/"
    17.8 +WEB_SITE="https://www.mozilla.org/"
    17.9  WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/$lang/$TARBALL"
   17.10  
   17.11  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt"
    18.1 --- a/thunderbird-bin/receipt	Sat Jun 18 10:10:32 2022 +0100
    18.2 +++ b/thunderbird-bin/receipt	Sat Jun 18 10:52:55 2022 +0000
    18.3 @@ -8,7 +8,7 @@
    18.4  LICENSE="MPL"
    18.5  SOURCE="thunderbird"
    18.6  TARBALL="$SOURCE-$VERSION.tar.bz2"
    18.7 -WEB_SITE="http://www.mozilla.org/"
    18.8 +WEB_SITE="https://www.mozilla.org/"
    18.9  WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/en-US/$TARBALL"
   18.10  
   18.11  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt"
    19.1 --- a/thunderbird/receipt	Sat Jun 18 10:10:32 2022 +0100
    19.2 +++ b/thunderbird/receipt	Sat Jun 18 10:52:55 2022 +0000
    19.3 @@ -7,7 +7,7 @@
    19.4  MAINTAINER="domcox@slitaz.org"
    19.5  LICENSE="MPL"
    19.6  TARBALL="$PACKAGE-$VERSION.source.tar.bz2"
    19.7 -WEB_SITE="http://www.mozilla.org/"
    19.8 +WEB_SITE="https://www.mozilla.org/"
    19.9  WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$TARBALL"
   19.10  
   19.11  DEPENDS="alsa-lib gtk+ zip unzip libevent libvpx nspr nss sqlite \