# HG changeset patch # User Pascal Bellard # Date 1546253656 -3600 # Node ID 02335b48dae16feb6987b8b17fe96d9f41f4e335 # Parent 6cdb314e15d8f6d3af91318c3faa71da08aa4679 pypi.python.org access with untrusted https diff -r 6cdb314e15d8 -r 02335b48dae1 gparted/receipt --- a/gparted/receipt Tue Dec 25 17:54:08 2018 +0100 +++ b/gparted/receipt Mon Dec 31 11:54:16 2018 +0100 @@ -8,7 +8,8 @@ LICENSE="GPL2" SUGGESTED="e2fsprogs dosfstools mtools ntfs-3g ntfsprogs jfsutils xfsprogs \ reiserfsprogs reiser4progs btrfs-progs f2fs-tools hfsutils hfsprogs mdadm \ -cryptsetup dmsetup lvm2 nilfs-utils udftools util-linux-minix" +cryptsetup dmsetup lvm2 nilfs-utils udftools util-linux-minix exfat-utils \ +util-linux-mkfs" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gparted.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 6cdb314e15d8 -r 02335b48dae1 python-gevent-psycopg2/receipt --- a/python-gevent-psycopg2/receipt Tue Dec 25 17:54:08 2018 +0100 +++ b/python-gevent-psycopg2/receipt Mon Dec 31 11:54:16 2018 +0100 @@ -17,6 +17,9 @@ # Rules to configure and make the package. compile_rules() { + sed -i -e 's|import sys|&\nimport ssl|' -e 's|http:|https:|' -e \ + 's|.*urlopen(url|\t ssl._create_default_https_context = ssl._create_unverified_context\n&|' \ + distribute_setup.py python setup.py build && python setup.py install --root=$DESTDIR } diff -r 6cdb314e15d8 -r 02335b48dae1 python-llfuse/receipt --- a/python-llfuse/receipt Tue Dec 25 17:54:08 2018 +0100 +++ b/python-llfuse/receipt Mon Dec 31 11:54:16 2018 +0100 @@ -17,6 +17,9 @@ # Rules to configure and make the package. compile_rules() { + sed -i -e 's|import sys|&\nimport ssl|' -e 's|http:|https:|' -e \ + 's|.*urlopen(url|\t ssl._create_default_https_context = ssl._create_unverified_context\n&|' \ + util/distribute_setup.py python setup.py build && python setup.py install --root=$DESTDIR } diff -r 6cdb314e15d8 -r 02335b48dae1 python-turbogears/receipt --- a/python-turbogears/receipt Tue Dec 25 17:54:08 2018 +0100 +++ b/python-turbogears/receipt Mon Dec 31 11:54:16 2018 +0100 @@ -19,6 +19,9 @@ # Rules to configure and make the package. compile_rules() { + sed -i -e 's|http://pypi|https://pypi|' -e \ + 's|sys, os|&, ssl\nssl._create_default_https_context = ssl._create_unverified_context|' \ + tools/tgsetup.py ez_setup.py PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') # Tgsetup dont build TurboGearsKid and friends if there are already # installed, so remove python-turbogears before building. diff -r 6cdb314e15d8 -r 02335b48dae1 syslinux/stuff/iso2exe/taziso --- a/syslinux/stuff/iso2exe/taziso Tue Dec 25 17:54:08 2018 +0100 +++ b/syslinux/stuff/iso2exe/taziso Mon Dec 31 11:54:16 2018 +0100 @@ -1350,6 +1350,7 @@ exit fi ISO="${1:-/dev/null}" +[ ${ISO:0:1} != "/" ] && ISO=$(cd $(dirname $ISO); echo $PWD/$(basename $ISO)) [ -z "$(isiso 2> /dev/null)" ] && echo "Usage : $0 file.iso" && exit 1 media=/tmp/media$$ mkdir -p $media