wok rev 21031

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 11 12:28:08 2019 +0100 (2019-03-11)
parents be7981c477c5
children bd50558bbb54
files hylafax/receipt squidguard/receipt syslinux/stuff/iso2exe/README tor-arm/receipt
line diff
     1.1 --- a/hylafax/receipt	Sun Mar 10 17:47:57 2019 +0100
     1.2 +++ b/hylafax/receipt	Mon Mar 11 12:28:08 2019 +0100
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hylafax"
     1.7 -VERSION="6.0.6"
     1.8 +VERSION="6.0.7"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="enterprise-class system for sending and receiving facsimiles."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://www.hylafax.org/"
    1.15 +WEB_SITE="https://www.hylafax.org/"
    1.16  WGET_URL="ftp://ftp.hylafax.org/source/$TARBALL"
    1.17  
    1.18  DEPENDS="jpeg tiff tiff-apps zlib postfix mgetty ghostscript"
     2.1 --- a/squidguard/receipt	Sun Mar 10 17:47:57 2019 +0100
     2.2 +++ b/squidguard/receipt	Mon Mar 11 12:28:08 2019 +0100
     2.3 @@ -8,7 +8,7 @@
     2.4  LICENSE="GPL"
     2.5  SOURCE="squidGuard"
     2.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     2.7 -WEB_SITE="http://www.squidguard.org/"
     2.8 +WEB_SITE="https://web.archive.org/web/20190123164915/http://www.squidguard.org/"
     2.9  WGET_URL="${WEB_SITE}Downloads/$TARBALL"
    2.10  DEPENDS="squid libdb"
    2.11  BUILD_DEPENDS="db-dev"
    2.12 @@ -16,8 +16,6 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	cd $src
    2.17 -	
    2.18  	# Security patches 
    2.19  	while read patch_file; do
    2.20  		echo "Apply $patch_file"
     3.1 --- a/syslinux/stuff/iso2exe/README	Sun Mar 10 17:47:57 2019 +0100
     3.2 +++ b/syslinux/stuff/iso2exe/README	Mon Mar 11 12:28:08 2019 +0100
     3.3 @@ -18,7 +18,7 @@
     3.4  - to start SliTaz in RAM (live) in graphics mode or text mode.
     3.5  
     3.6  - to install SliTaz "a la UMSDOS" in the \slitaz\ subdirectory. The easiest
     3.7 -  way to install SliTaz. No partitioning. No questions. But (very) slow.
     3.8 +  way to install SliTaz. No partitioning. No questions. But (very?) slow.
     3.9  
    3.10  - to create a SliTaz USB Key.
    3.11  
    3.12 @@ -52,13 +52,15 @@
    3.13  with a DOS .EXE header, and adds a WIN32 .EXE installer, a DOS .COM Linux
    3.14  loader, a floppy bootstrap and an initramfs in the end of the first 32Kb.
    3.15  
    3.16 -    +-----------------+
    3.17 +The taziso tool is iso2exe aware and can handle iso image modified by iso2exe.
    3.18 +
    3.19 +    + - - - - - - - - +
    3.20 +    |   user extras   | [optional] Customization files see README.custom
    3.21 +xxM +-----------------+ --------------- Official ISO image end ---------------
    3.22      |    untouched    | ISO9660 files including /boot/bzImage and /boot/rootfs*
    3.23  32K +-----------------+
    3.24      |       | iso md5 | ISO9660 image (except first 32K) md5 hash (1)
    3.25      |       +---------+
    3.26 -    |  DOS .EXE stub  | Start DOS .COM loader
    3.27 -    +-----------------+
    3.28      |  ISO initramfs  | Live loader and UMSDOS like install script
    3.29      +-----------------+
    3.30      | DOS .COM loader | Load bzImage, the last rootfs*.gz and the ISO initramfs
    3.31 @@ -67,13 +69,15 @@
    3.32      +-----------------+
    3.33             unused
    3.34      +-----------------+
    3.35 +    |  WIN32 sections | Code, data and ressources
    3.36 +    +-----------------+
    3.37      |  tazlito info   | Flavor missing data for 'tazlito iso2flavor'
    3.38      +-----------------+
    3.39      | isohybrid boot  | Starts isolinux.bin
    3.40      +-----------------+
    3.41      |  iso2exe boot + | Boot starts isohybrid (2), .EXE starts DOS .COM loader
    3.42      |  WIN32 PE .exe  | NT+ boot device creator / Win9x DOS .COM launcher.
    3.43 -  0 +-----------------+
    3.44 +  0 +-----------------+ ------------------------------------------------------
    3.45  
    3.46  (1) The following script will show computed and stored md5 hash
    3.47  #!/bin/sh
     4.1 --- a/tor-arm/receipt	Sun Mar 10 17:47:57 2019 +0100
     4.2 +++ b/tor-arm/receipt	Mon Mar 11 12:28:08 2019 +0100
     4.3 @@ -8,7 +8,7 @@
     4.4  LICENSE="GPL3"
     4.5  SOURCE="arm"
     4.6  TARBALL="$SOURCE-$VERSION.tar.bz2"
     4.7 -WEB_SITE="http://www.atagar.com/arm/download.php"
     4.8 +WEB_SITE="https://nyx.torproject.org/"
     4.9  WGET_URL="http://www.atagar.com/arm/resources/static/$TARBALL"
    4.10  
    4.11  DEPENDS="python"