# HG changeset patch # User Pascal Bellard # Date 1573815374 -3600 # Node ID 46921aca812b99b12018be32f24ff7abee1ebb75 # Parent ae6331238367e432f955e84c40ecf84e4a0eda4c python-pygments: update $WEB_SITE diff -r ae6331238367 -r 46921aca812b linld/receipt --- a/linld/receipt Fri Nov 15 11:30:01 2019 +0100 +++ b/linld/receipt Fri Nov 15 11:56:14 2019 +0100 @@ -52,16 +52,8 @@ linld=linld.com [ $(stat -c %s $linld) -le 4096 ] && ls -l $linld && linld= for f in $linld tazboot.com ; do - cp $f tmp.com - for i in $(seq 1 9); do - upx -$i --8086 tmp.com - [ $(stat -c "%s" $f) -gt $(stat -c "%s" tmp.com) ] && - cp tmp.com $f - upx -d tmp.com - done > /dev/null 2>&1 - rm tmp.com + upx -qq --ultra-brute --8086 $f done - upx -l $linld tazboot.com cc -o tobzimage.o -Wa,-algms=tobzimage.lst -c $stuff/tobzimage.S objcopy -O binary tobzimage.o tobzimage.bin cp $stuff/tobzimage . diff -r ae6331238367 -r 46921aca812b python-pygments/receipt --- a/python-pygments/receipt Fri Nov 15 11:30:01 2019 +0100 +++ b/python-pygments/receipt Fri Nov 15 11:56:14 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="claudinei@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://pygments.org/" +WEB_SITE="https://pygments.org/" WGET_URL="https://bitbucket.org/birkenfeld/pygments-main/get/$VERSION.tar.bz2" DEPENDS="python python-setuptools" diff -r ae6331238367 -r 46921aca812b syslinux/stuff/iso2exe/Makefile --- a/syslinux/stuff/iso2exe/Makefile Fri Nov 15 11:30:01 2019 +0100 +++ b/syslinux/stuff/iso2exe/Makefile Fri Nov 15 11:56:14 2019 +0100 @@ -30,7 +30,7 @@ ./iso2exe.sh --array ../mbr/isohdpfx.bin > $@ iso2exe.com: iso2exe.c iso2exe.h - $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx -5 --8086 $@ + $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx --ultra-brute --8086 $@ iso2exe.exe: iso2exe.c iso2exe.h isohybrid.res i586-pc-mingw32-gcc -Os -s -o $@ iso2exe.c isohybrid.res -lws2_32