wok rev 24004

Up tazinst (110)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 17 17:23:12 2021 +0000 (2021-01-17)
parents dffc0bc4d50c
children b553f83f6fb9
files mercurial/receipt mercurial/stuff/hgweb.config syslinux/stuff/iso2exe/taziso tazinst-gui/receipt tazinst/receipt
line diff
     1.1 --- a/mercurial/receipt	Sat Jan 16 16:21:11 2021 +0100
     1.2 +++ b/mercurial/receipt	Sun Jan 17 17:23:12 2021 +0000
     1.3 @@ -14,6 +14,7 @@
     1.4  PROVIDE="hg"
     1.5  DEPENDS="libssl patch python"
     1.6  BUILD_DEPENDS="openssl-dev patch python-dev"
     1.7 +SUGGESTED="cacerts"
     1.8  
     1.9  CONFIG_FILES="/etc/mercurial/hgweb.config"
    1.10  
     2.1 --- a/mercurial/stuff/hgweb.config	Sat Jan 16 16:21:11 2021 +0100
     2.2 +++ b/mercurial/stuff/hgweb.config	Sun Jan 17 17:23:12 2021 +0000
     2.3 @@ -11,3 +11,4 @@
     2.4  #style = gitweb
     2.5  #allow_archive = gz bz2
     2.6  #baseurl = /
     2.7 +#cacerts = /etc/ssl/ca-bundle.crt 
     3.1 --- a/syslinux/stuff/iso2exe/taziso	Sat Jan 16 16:21:11 2021 +0100
     3.2 +++ b/syslinux/stuff/iso2exe/taziso	Sun Jan 17 17:23:12 2021 +0000
     3.3 @@ -693,6 +693,22 @@
     3.4  	rm -f /tmp/data
     3.5  }
     3.6  
     3.7 +filepos()
     3.8 +{
     3.9 +	dotwait "locate files"
    3.10 +	( cd $media; find * -type f | while read f; do
    3.11 +		printf "%8d  %s\n" $(stat -m "$f" | sed q) "$f"
    3.12 +	done | sort -n ) > /tmp/data
    3.13 +	rm -f /tmp/wait
    3.14 +	if [ "$1" ]; then
    3.15 +		cat /tmp/data
    3.16 +	else
    3.17 +		$DIALOG --clear --title " File start sector " \
    3.18 +			--textbox /tmp/data 0 0
    3.19 +	fi
    3.20 +	rm -f /tmp/data
    3.21 +}
    3.22 +
    3.23  gotcdfile()
    3.24  {
    3.25  	for i in "$media/$1" "$media/*/$1" "$media/*/isolinux/$1" ; do
    3.26 @@ -1630,6 +1646,7 @@
    3.27  $(gotisomd5		"isomd5"	"Check the ISO image") \
    3.28  $(cdfile 'md5sum*'	"md5"		"Check the ISO files") \
    3.29  $(cdfile 'sha*sum*'	"sha"		"Check the ISO files") \
    3.30 +$(menuitem		"filepos"	"File start sector") \
    3.31  $(xfile isoinfo		"infoiso"	"ISO image info") \
    3.32  $(cdfilex 'bzImage*'	"bootiso"	"Boot the ISO image") \
    3.33  $(burnable		"burniso"	"Burn the ISO image") \
     4.1 --- a/tazinst-gui/receipt	Sat Jan 16 16:21:11 2021 +0100
     4.2 +++ b/tazinst-gui/receipt	Sun Jan 17 17:23:12 2021 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="tazinst-gui"
     4.7 -VERSION="109"
     4.8 +VERSION="110"
     4.9  CATEGORY="base-system"
    4.10  SHORT_DESC="SliTaz installer (GUI frontend)"
    4.11  MAINTAINER="domcox@slitaz.org"
     5.1 --- a/tazinst/receipt	Sat Jan 16 16:21:11 2021 +0100
     5.2 +++ b/tazinst/receipt	Sun Jan 17 17:23:12 2021 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="tazinst"
     5.7 -VERSION="109"
     5.8 +VERSION="110"
     5.9  CATEGORY="base-system"
    5.10  SHORT_DESC="SliTaz installer"
    5.11  MAINTAINER="domcox@slitaz.org"