mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-10 00:40:43 +01:00
Buildroot: MycroftOS: Update the buildroot patches for the 2018.11.x branch
This commit is contained in:
parent
aa1ba98232
commit
308580d7bb
@ -1,36 +1,34 @@
|
||||
From dec5d507f22137c926602d73226746cdd009db59 Mon Sep 17 00:00:00 2001
|
||||
From 78f8690894cf7fe98b16a08a6f98cbb15b2c1fa3 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Mon, 29 Oct 2018 14:15:29 +0100
|
||||
Date: Mon, 7 Jan 2019 14:12:49 +0100
|
||||
Subject: [PATCH 1/1] Downgrade python-pillow to 4.1.1
|
||||
|
||||
---
|
||||
package/python-pillow/python-pillow.hash | 6 ++++--
|
||||
package/python-pillow/python-pillow.hash | 1 +
|
||||
package/python-pillow/python-pillow.mk | 4 ++--
|
||||
2 files changed, 6 insertions(+), 4 deletions(-)
|
||||
2 files changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash
|
||||
index 463b5620ce..0f2be1f5ce 100644
|
||||
index 0f90a0be18..607b5d8b2b 100644
|
||||
--- a/package/python-pillow/python-pillow.hash
|
||||
+++ b/package/python-pillow/python-pillow.hash
|
||||
@@ -1,2 +1,4 @@
|
||||
-# sha256 from https://pypi.org/project/Pillow/5.1.0/#files
|
||||
-sha256 cee9bc75bff455d317b6947081df0824a8f118de2786dc3d74a3503fd631f4ef Pillow-5.1.0.tar.gz
|
||||
+# md5 from https://pypi.python.org/pypi/pillow/json, sha256 locally computed
|
||||
+sha256 00b6a5f28d00f720235a937ebc2f50f4292a5c7e2d6ab9a8b26153b625c4f431 Pillow-4.1.1.tar.gz
|
||||
+md5 11e5e2046cf41586716a6042d89abeeb Pillow-4.2.1.tar.gz
|
||||
+sha256 c724f65870e545316f9e82e4c6d608ab5aa9dd82d5185e5b2e72119378740073 Pillow-4.2.1.tar.gz
|
||||
@@ -2,3 +2,4 @@
|
||||
# sha256 for LICENSE locally computed
|
||||
sha256 f8b3d413c5a8f84b12cd4c5df1d8e211777c9852c6be3ee9c094b626644d3eab Pillow-5.2.0.tar.gz
|
||||
sha256 4960fc18becc286be839c8ff17bd70cd5222533f761129142153443718a25199 LICENSE
|
||||
+sha256 00b6a5f28d00f720235a937ebc2f50f4292a5c7e2d6ab9a8b26153b625c4f431 Pillow-4.1.1.tar.gz
|
||||
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
|
||||
index c9b3e316f9..227a664dde 100644
|
||||
index c3a3d13315..227a664dde 100644
|
||||
--- a/package/python-pillow/python-pillow.mk
|
||||
+++ b/package/python-pillow/python-pillow.mk
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
-PYTHON_PILLOW_VERSION = 5.1.0
|
||||
-PYTHON_PILLOW_VERSION = 5.2.0
|
||||
+PYTHON_PILLOW_VERSION = 4.1.1
|
||||
PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz
|
||||
-PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/89/b8/2f49bf71cbd0e9485bb36f72d438421b69b7356180695ae10bd4fd3066f5
|
||||
-PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/d3/c4/b45b9c0d549f482dd072055e2d3ced88f3b977f7b87c7a990228b20e7da1
|
||||
+PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/93/73/66854f63b1941aad9af18a1de59f9cf95ad1a87c801540222e332f6688d7
|
||||
PYTHON_PILLOW_LICENSE = PIL Software License
|
||||
PYTHON_PILLOW_LICENSE_FILES = LICENSE
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e73306fb7fb669b5bef8544e4c23846fd0f84653 Mon Sep 17 00:00:00 2001
|
||||
From 66186ddaab483955112c35a527cf03eaeb13a42c Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Mon, 29 Oct 2018 14:20:13 +0100
|
||||
Subject: [PATCH 1/1] Update python-psutil to 5.2.1
|
||||
Date: Mon, 7 Jan 2019 14:49:01 +0100
|
||||
Subject: [PATCH 1/1] Downgrade python-psutil to 5.2.1
|
||||
|
||||
---
|
||||
package/python-psutil/python-psutil.hash | 1 +
|
||||
@ -9,26 +9,28 @@ Subject: [PATCH 1/1] Update python-psutil to 5.2.1
|
||||
2 files changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/package/python-psutil/python-psutil.hash b/package/python-psutil/python-psutil.hash
|
||||
index 19fb8a4fdb..3aca019bca 100644
|
||||
index 1f44281e29..0599aa8eb1 100644
|
||||
--- a/package/python-psutil/python-psutil.hash
|
||||
+++ b/package/python-psutil/python-psutil.hash
|
||||
@@ -1,3 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/psutil/json, sha256 locally computed
|
||||
md5 c9aa2599dcd9e5b59d71b6660d396062 psutil-5.2.0.tar.gz
|
||||
sha256 2fc91d068faa5613c093335f0e758673ef8c722ad4bfa4aded64c13ae69089eb psutil-5.2.0.tar.gz
|
||||
@@ -1,5 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/psutil/json
|
||||
md5 0f08bf02400f81c28c4581619ca3e6cb psutil-5.4.8.tar.gz
|
||||
sha256 6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3 psutil-5.4.8.tar.gz
|
||||
+sha256 fe0ea53b302f68fca1c2a3bac289e11344456786141b73391ed4022b412d5455 psutil-5.2.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 bb073826b0dfb43b631c38ad5d9844cda74cc631d2a5569ad8798be4274a3e17 LICENSE
|
||||
diff --git a/package/python-psutil/python-psutil.mk b/package/python-psutil/python-psutil.mk
|
||||
index 2b41df743a..162d1b7f50 100644
|
||||
index 18567702bc..162d1b7f50 100644
|
||||
--- a/package/python-psutil/python-psutil.mk
|
||||
+++ b/package/python-psutil/python-psutil.mk
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
-PYTHON_PSUTIL_VERSION = 5.2.0
|
||||
-PYTHON_PSUTIL_VERSION = 5.4.8
|
||||
+PYTHON_PSUTIL_VERSION = 5.2.1
|
||||
PYTHON_PSUTIL_SOURCE = psutil-$(PYTHON_PSUTIL_VERSION).tar.gz
|
||||
-PYTHON_PSUTIL_SITE = https://pypi.python.org/packages/3c/2f/f3ab91349c666f009077157b12057e613a3152a46a6c3be883777546b6de
|
||||
-PYTHON_PSUTIL_SITE = https://files.pythonhosted.org/packages/e3/58/0eae6e4466e5abf779d7e2b71fac7fba5f59e00ea36ddb3ed690419ccb0f
|
||||
+PYTHON_PSUTIL_SITE = https://files.pythonhosted.org/packages/b8/47/c85fbcd23f40892db6ecc88782beb6ee66d22008c2f9821d777cb1984240
|
||||
PYTHON_PSUTIL_SETUP_TYPE = setuptools
|
||||
PYTHON_PSUTIL_LICENSE = BSD-3-Clause
|
@ -1,39 +0,0 @@
|
||||
From fe4cf3fe0078c170cef37b33df04ef913ca35dfc Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Mon, 29 Oct 2018 14:22:19 +0100
|
||||
Subject: [PATCH 1/1] Update python-pyyaml to 3.13
|
||||
|
||||
---
|
||||
package/python-pyyaml/python-pyyaml.hash | 2 ++
|
||||
package/python-pyyaml/python-pyyaml.mk | 4 ++--
|
||||
2 files changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/package/python-pyyaml/python-pyyaml.hash b/package/python-pyyaml/python-pyyaml.hash
|
||||
index 209ab27e53..637394878f 100644
|
||||
--- a/package/python-pyyaml/python-pyyaml.hash
|
||||
+++ b/package/python-pyyaml/python-pyyaml.hash
|
||||
@@ -1,3 +1,5 @@
|
||||
# md5 from https://pypi.python.org/pypi/pyyaml/json, sha256 locally computed
|
||||
md5 4c129761b661d181ebf7ff4eb2d79950 PyYAML-3.12.tar.gz
|
||||
sha256 592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab PyYAML-3.12.tar.gz
|
||||
+sha256 c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8 PyYAML-3.11.tar.gz
|
||||
+sha256 3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf PyYAML-3.13.tar.gz
|
||||
diff --git a/package/python-pyyaml/python-pyyaml.mk b/package/python-pyyaml/python-pyyaml.mk
|
||||
index beeaf88e96..cbf8df7b2d 100644
|
||||
--- a/package/python-pyyaml/python-pyyaml.mk
|
||||
+++ b/package/python-pyyaml/python-pyyaml.mk
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
-PYTHON_PYYAML_VERSION = 3.12
|
||||
+PYTHON_PYYAML_VERSION = 3.13
|
||||
PYTHON_PYYAML_SOURCE = PyYAML-$(PYTHON_PYYAML_VERSION).tar.gz
|
||||
-PYTHON_PYYAML_SITE = https://pypi.python.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a
|
||||
+PYTHON_PYYAML_SITE = https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769
|
||||
PYTHON_PYYAML_SETUP_TYPE = distutils
|
||||
PYTHON_PYYAML_LICENSE = MIT
|
||||
PYTHON_PYYAML_LICENSE_FILES = LICENSE
|
||||
--
|
||||
2.11.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
From fa3884456ec63fd876c239b0597db8973ca87a57 Mon Sep 17 00:00:00 2001
|
||||
From b331a66c7cc9efadf2dcb4ae26cd592bbecb4278 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Mon, 29 Oct 2018 14:28:05 +0100
|
||||
Date: Mon, 7 Jan 2019 14:57:24 +0100
|
||||
Subject: [PATCH 1/1] Downgrade python-serial to 3.0
|
||||
|
||||
---
|
||||
@ -9,26 +9,28 @@ Subject: [PATCH 1/1] Downgrade python-serial to 3.0
|
||||
2 files changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/package/python-serial/python-serial.hash b/package/python-serial/python-serial.hash
|
||||
index f98a8b91b2..dbb72e395c 100644
|
||||
index 96209a9965..0c68849324 100644
|
||||
--- a/package/python-serial/python-serial.hash
|
||||
+++ b/package/python-serial/python-serial.hash
|
||||
@@ -1,3 +1,4 @@
|
||||
# md5 from http://pypi.python.org/pypi?:action=show_md5&digest=e849af7f8b7ec75cbc7a53da67c51a51, sha256 locally computed
|
||||
@@ -1,5 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyserial/json
|
||||
md5 ed6183b15519a0ae96675e9c3330c69b pyserial-3.4.tar.gz
|
||||
sha256 6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627 pyserial-3.4.tar.gz
|
||||
+sha256 056c2d96c83c009d8d04aad43a90f91f10f6a97d42c0d9656c2655c63fb8ff07 pyserial-3.0.tar.gz
|
||||
md5 e849af7f8b7ec75cbc7a53da67c51a51 pyserial-3.1.tar.gz
|
||||
sha256 c8ffdcbd8bfd308842409e558848c32aa3499a1bfe95a591e4210072b9520f1e pyserial-3.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a89d951d157e2c199fbbe7ecf8d41bc3bc93de166db524aa6b9b610dbccc832d LICENSE.txt
|
||||
diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk
|
||||
index ce7ec07062..9294c4e43c 100644
|
||||
index d583ac65ab..70cf6452f5 100644
|
||||
--- a/package/python-serial/python-serial.mk
|
||||
+++ b/package/python-serial/python-serial.mk
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
-PYTHON_SERIAL_VERSION = 3.1
|
||||
-PYTHON_SERIAL_VERSION = 3.4
|
||||
+PYTHON_SERIAL_VERSION = 3.0
|
||||
PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz
|
||||
-PYTHON_SERIAL_SITE = https://pypi.python.org/packages/ce/9c/694ce79a9d4a164e109aeba1a40fba23336f3b7554978553e22a5d41d54d
|
||||
-PYTHON_SERIAL_SITE = https://files.pythonhosted.org/packages/cc/74/11b04703ec416717b247d789103277269d567db575d2fd88f25d9767fe3d
|
||||
+PYTHON_SERIAL_SITE = https://files.pythonhosted.org/packages/69/89/24fc8c26e23710a0d8fdf9e8134b28ceeab421d3f3e0165ceca6bdb98193
|
||||
PYTHON_SERIAL_LICENSE = BSD-3-Clause
|
||||
PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
|
||||
|
@ -1,14 +1,14 @@
|
||||
From 6da3d4e89056a749613da580f0f32e2bc5e69f2d Mon Sep 17 00:00:00 2001
|
||||
From 558f6ce4014280563a57eecd446969034ab36d77 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Mon, 29 Oct 2018 15:36:21 +0100
|
||||
Subject: [PATCH 1/1] Downgrade python-tornado to 4.2.1
|
||||
Date: Mon, 7 Jan 2019 16:36:09 +0100
|
||||
Subject: [PATCH 1/1] Downgrade python-tornado to 4.5.3
|
||||
|
||||
---
|
||||
.../python-tornado/0001-Disable-SSL-checks.patch | 45 ----------------------
|
||||
package/python-tornado/Config.in | 2 -
|
||||
package/python-tornado/python-tornado.hash | 7 ++--
|
||||
package/python-tornado/python-tornado.mk | 6 +--
|
||||
4 files changed, 7 insertions(+), 53 deletions(-)
|
||||
package/python-tornado/python-tornado.hash | 1 +
|
||||
package/python-tornado/python-tornado.mk | 4 +-
|
||||
4 files changed, 3 insertions(+), 49 deletions(-)
|
||||
delete mode 100644 package/python-tornado/0001-Disable-SSL-checks.patch
|
||||
|
||||
diff --git a/package/python-tornado/0001-Disable-SSL-checks.patch b/package/python-tornado/0001-Disable-SSL-checks.patch
|
||||
@ -76,36 +76,32 @@ index 1afbdc5729..a0ee78fb7a 100644
|
||||
select BR2_PACKAGE_PYTHON_BACKPORTS_ABC if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON_CERTIFI if BR2_PACKAGE_PYTHON # runtime
|
||||
diff --git a/package/python-tornado/python-tornado.hash b/package/python-tornado/python-tornado.hash
|
||||
index c64e537eed..4fc7ad45a3 100644
|
||||
index fbf5efa60a..7cfaefad73 100644
|
||||
--- a/package/python-tornado/python-tornado.hash
|
||||
+++ b/package/python-tornado/python-tornado.hash
|
||||
@@ -1,3 +1,4 @@
|
||||
-# md5, sha256 from https://pypi.python.org/pypi/tornado/json
|
||||
-md5 e5e24ce1c8a4e6442dc38d470172f59e tornado-5.0.2.tar.gz
|
||||
-sha256 1b83d5c10550f2653380b4c77331d6f8850f287c4f67d7ce1e1c639d9222fbc7 tornado-5.0.2.tar.gz
|
||||
+# md5 from https://pypi.python.org/pypi/tornado/json, sha256 locally computed
|
||||
+md5 838687d20923360af5ab59f101e9e02e tornado-4.5.1.tar.gz
|
||||
+sha256 db0904a28253cfe53e7dedc765c71596f3c53bb8a866ae50123320ec1a7b73fd tornado-4.5.1.tar.gz
|
||||
+sha256 a16fcdc4f76b184cb82f4f9eaeeacef6113b524b26a2cb331222e4a7fa6f2969 tornado-4.2.1.tar.gz
|
||||
@@ -1,5 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tornado/json
|
||||
md5 a1ce4f392d30ff0ebcb255150d89b826 tornado-5.1.1.tar.gz
|
||||
sha256 4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409 tornado-5.1.1.tar.gz
|
||||
+sha256 6d14e47eab0e15799cf3cdcc86b0b98279da68522caace2bd7ce644287685f0a tornado-4.5.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
diff --git a/package/python-tornado/python-tornado.mk b/package/python-tornado/python-tornado.mk
|
||||
index ed3a61fcf8..d04190d046 100644
|
||||
index 71f536f023..b86e476fd6 100644
|
||||
--- a/package/python-tornado/python-tornado.mk
|
||||
+++ b/package/python-tornado/python-tornado.mk
|
||||
@@ -4,11 +4,11 @@
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
-PYTHON_TORNADO_VERSION = 5.0.2
|
||||
+PYTHON_TORNADO_VERSION = 4.2.1
|
||||
-PYTHON_TORNADO_VERSION = 5.1.1
|
||||
+PYTHON_TORNADO_VERSION = 4.5.3
|
||||
PYTHON_TORNADO_SOURCE = tornado-$(PYTHON_TORNADO_VERSION).tar.gz
|
||||
-PYTHON_TORNADO_SITE = https://pypi.python.org/packages/cf/d1/3be271ae5eba9fb59df63c9891fdc7d8044b999e8ac145994cdbfd2ae66a
|
||||
+PYTHON_TORNADO_SITE = https://files.pythonhosted.org/packages/ec/af/c40ad78dacdef134f3e08b3103c3c859b14ceb9639d344811339227b6444
|
||||
-PYTHON_TORNADO_SITE = https://files.pythonhosted.org/packages/e6/78/6e7b5af12c12bdf38ca9bfe863fcaf53dc10430a312d0324e76c1e5ca426
|
||||
+PYTHON_TORNADO_SITE = https://files.pythonhosted.org/packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c
|
||||
PYTHON_TORNADO_LICENSE = Apache-2.0
|
||||
-PYTHON_TORNADO_LICENSE_FILES = LICENSE
|
||||
PYTHON_TORNADO_LICENSE_FILES = LICENSE
|
||||
PYTHON_TORNADO_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
+$(eval $(host-python-package))
|
||||
--
|
||||
2.11.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
From 1d0657e62f0c754ba53f1ac49636cdc30e1ac133 Mon Sep 17 00:00:00 2001
|
||||
From f1468008e466ce9aa27449c98ce775b292945190 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Mon, 29 Oct 2018 16:18:13 +0100
|
||||
Date: Mon, 7 Jan 2019 16:59:08 +0100
|
||||
Subject: [PATCH 1/1] Add host-openssl dependency to python3
|
||||
|
||||
---
|
||||
@ -8,10 +8,10 @@ Subject: [PATCH 1/1] Add host-openssl dependency to python3
|
||||
1 file changed, 2 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/package/python3/python3.mk b/package/python3/python3.mk
|
||||
index 6e61108661..e432e1da8f 100644
|
||||
index 8fbb95b9ad..0f8cce45dc 100644
|
||||
--- a/package/python3/python3.mk
|
||||
+++ b/package/python3/python3.mk
|
||||
@@ -33,8 +33,7 @@ HOST_PYTHON3_CONF_OPTS += \
|
||||
@@ -26,8 +26,7 @@ HOST_PYTHON3_CONF_OPTS += \
|
||||
--enable-unicodedata \
|
||||
--disable-test-modules \
|
||||
--disable-idle3 \
|
||||
@ -21,12 +21,12 @@ index 6e61108661..e432e1da8f 100644
|
||||
|
||||
# Make sure that LD_LIBRARY_PATH overrides -rpath.
|
||||
# This is needed because libpython may be installed at the same time that
|
||||
@@ -47,7 +46,7 @@ HOST_PYTHON3_CONF_ENV += \
|
||||
@@ -40,7 +39,7 @@ HOST_PYTHON3_CONF_ENV += \
|
||||
|
||||
PYTHON3_DEPENDENCIES = host-python3 libffi
|
||||
|
||||
-HOST_PYTHON3_DEPENDENCIES = host-expat host-zlib
|
||||
+HOST_PYTHON3_DEPENDENCIES = host-expat host-zlib host-openssl
|
||||
-HOST_PYTHON3_DEPENDENCIES = host-expat host-zlib host-libffi
|
||||
+HOST_PYTHON3_DEPENDENCIES = host-expat host-zlib host-libffi host-openssl
|
||||
|
||||
PYTHON3_INSTALL_STAGING = YES
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
From 7e13709029b97845255e3641b7549f379ec53fd7 Mon Sep 17 00:00:00 2001
|
||||
From 5a4474b1d8d7d5f59d7de05a64360d46c39241cd Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Tue, 30 Oct 2018 14:26:46 +0100
|
||||
Date: Mon, 7 Jan 2019 17:11:18 +0100
|
||||
Subject: [PATCH 1/1] Bump rpi-firmware to version:
|
||||
45c6ee3cd7f36a2376b691affbc02dfc689b8056
|
||||
e1bd9b0b8cda901ee9b23cbb8b3334cde71320a7
|
||||
|
||||
---
|
||||
package/rpi-firmware/rpi-firmware.hash | 1 +
|
||||
package/rpi-firmware/rpi-firmware.hash | 2 +-
|
||||
package/rpi-firmware/rpi-firmware.mk | 2 +-
|
||||
2 files changed, 2 insertions(+), 1 deletion(-)
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
|
||||
index d481ee524f..fddc02ee7e 100644
|
||||
index 728c53fe9a..85b760fa9b 100644
|
||||
--- a/package/rpi-firmware/rpi-firmware.hash
|
||||
+++ b/package/rpi-firmware/rpi-firmware.hash
|
||||
@@ -1,2 +1,3 @@
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 5edff641f216d2e09c75469dc2e9fc66aff290e212a1cd43ed31c499f99ea055 rpi-firmware-287af2a2be0787a5d45281d1d6183a2161c798d4.tar.gz
|
||||
+sha256 d9295b794e8a93a9bb8b5fe8cf612fea7f4a22f4a8abbbd3f56a20c96e63428a rpi-firmware-45c6ee3cd7f36a2376b691affbc02dfc689b8056.tar.gz
|
||||
-sha256 57c56e9e41a2d9b1ce660aa7887db5c4b44f768fc63c6b6ef1d2fe460a090d85 rpi-firmware-fbad6408c4596d3d671736ee0571aae444f24e68.tar.gz
|
||||
+sha256 x rpi-firmware-e1bd9b0b8cda901ee9b23cbb8b3334cde71320a7.tar.gz
|
||||
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
|
||||
index 853ab6ed02..2187990240 100644
|
||||
index bb54904ae6..70985880e9 100644
|
||||
--- a/package/rpi-firmware/rpi-firmware.mk
|
||||
+++ b/package/rpi-firmware/rpi-firmware.mk
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
-RPI_FIRMWARE_VERSION = 287af2a2be0787a5d45281d1d6183a2161c798d4
|
||||
+RPI_FIRMWARE_VERSION = 45c6ee3cd7f36a2376b691affbc02dfc689b8056
|
||||
-RPI_FIRMWARE_VERSION = fbad6408c4596d3d671736ee0571aae444f24e68
|
||||
+RPI_FIRMWARE_VERSION = e1bd9b0b8cda901ee9b23cbb8b3334cde71320a7
|
||||
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
|
||||
RPI_FIRMWARE_LICENSE = BSD-3-Clause
|
||||
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
|
@ -1,7 +1,7 @@
|
||||
From 4ab4440998021d962d1fca4e0db9666e9905a547 Mon Sep 17 00:00:00 2001
|
||||
From eda2b1e6268b4410f62e220c7565528c75657d38 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Wed, 14 Nov 2018 19:39:38 +0100
|
||||
Subject: [PATCH 1/1] Update python-requests to 2.20.0
|
||||
Date: Tue, 8 Jan 2019 14:42:40 +0100
|
||||
Subject: [PATCH 1/1] Downgrade python-requests to 2.20.0
|
||||
|
||||
---
|
||||
package/python-requests/python-requests.hash | 1 +
|
||||
@ -9,28 +9,28 @@ Subject: [PATCH 1/1] Update python-requests to 2.20.0
|
||||
2 files changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/package/python-requests/python-requests.hash b/package/python-requests/python-requests.hash
|
||||
index b71fe86ee7..784d6cbf6c 100644
|
||||
index e3b77744af..f7d20ab1a3 100644
|
||||
--- a/package/python-requests/python-requests.hash
|
||||
+++ b/package/python-requests/python-requests.hash
|
||||
@@ -1,5 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/requests/json
|
||||
md5 6c1a31afec9d614e2e71a91ee6ca2878 requests-2.19.1.tar.gz
|
||||
sha256 ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a requests-2.19.1.tar.gz
|
||||
md5 2918817ea4688f4ea21cb4b11e353448 requests-2.20.1.tar.gz
|
||||
sha256 ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263 requests-2.20.1.tar.gz
|
||||
+sha256 99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c requests-2.20.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 82a869fe4e967449956d26a546adc762acace028852ce81ba16c3c5b1d76b15b LICENSE
|
||||
sha256 be41abac2c40f8530307e8d172c590b476f4a488bc6a68f8de57b7cf64786687 LICENSE
|
||||
diff --git a/package/python-requests/python-requests.mk b/package/python-requests/python-requests.mk
|
||||
index 881d196526..358835d816 100644
|
||||
index 0c327759b0..358835d816 100644
|
||||
--- a/package/python-requests/python-requests.mk
|
||||
+++ b/package/python-requests/python-requests.mk
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
-PYTHON_REQUESTS_VERSION = 2.19.1
|
||||
-PYTHON_REQUESTS_VERSION = 2.20.1
|
||||
+PYTHON_REQUESTS_VERSION = 2.20.0
|
||||
PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
|
||||
-PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/54/1f/782a5734931ddf2e1494e4cd615a51ff98e1879cbe9eecbdfeaf09aa75e9
|
||||
-PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/40/35/298c36d839547b50822985a2cf0611b3b978a5ab7a5af5562b8ebe3e1369
|
||||
+PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/97/10/92d25b93e9c266c94b76a5548f020f3f1dd0eb40649cb1993532c0af8f4c
|
||||
PYTHON_REQUESTS_SETUP_TYPE = setuptools
|
||||
PYTHON_REQUESTS_LICENSE = Apache-2.0
|
Loading…
x
Reference in New Issue
Block a user