Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
@@ -3,7 +3,7 @@ config BR2_PACKAGE_PYTHON_IDNA
|
||||
help
|
||||
A library to support the Internationalised Domain Names in
|
||||
Applications (IDNA) protocol as specified in RFC 5891. This
|
||||
version of the protocol is often referred to as “IDNA2008”
|
||||
version of the protocol is often referred to as 'IDNA2008'
|
||||
and can produce different results from the earlier standard
|
||||
from 2003.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/idna/json
|
||||
md5 0e5bb69018ddef1b9d95f681182be82c idna-2.7.tar.gz
|
||||
sha256 684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16 idna-2.7.tar.gz
|
||||
md5 2e9ae0b4a0b26d1747c6127cdb060bc1 idna-2.8.tar.gz
|
||||
sha256 c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 idna-2.8.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 0d4bc7abd48dcfb14e24254ee404066737ff0167144e222914a2113b8794683e LICENSE.rst
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IDNA_VERSION = 2.7
|
||||
PYTHON_IDNA_VERSION = 2.8
|
||||
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
|
||||
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/65/c4/80f97e9c9628f3cac9b98bfca0402ede54e0563b56482e3e6e45c43c4935
|
||||
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/ad/13/eb56951b6f7950cadb579ca166e448ba77f9d24efc03edd7e55fa57d04b7
|
||||
PYTHON_IDNA_LICENSE = BSD-3-Clause
|
||||
PYTHON_IDNA_LICENSE_FILES = LICENSE.rst
|
||||
PYTHON_IDNA_SETUP_TYPE = setuptools
|
||||
|
||||
Reference in New Issue
Block a user