Eric Kinzie and Josef Schlehofer
bc0001d5a5
luajit: fix building for 64-bit targets
...
Host and target architectures need to have the same pointer size.
When building on x86_64, do not force 32-bit host binaries if the target
architecture is also 64-bit.
See http://luajit.org/install.html#cross
Add 64-bit arm (aarch64) to the list of architectures.
Signed-off-by: Eric Kinzie <ekinzie@labn.net >
(cherry-picked from commit 5b0ef0e1b9 )
2019-08-26 03:47:52 +02:00
Eneas U de Queiroz and Josef Schlehofer
40e86c8729
python-oauthlib: bump to 3.1.0
...
This is a feature release including improvement to OIDC and security
enhancements, as well as bugfixes.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
(cherry-picked from commit ab990af307 )
2019-08-24 16:50:44 +02:00
Josef Schlehofer
03bc9a0b50
ruamel-yaml: Update to version 0.15.100
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from commit 907287b )
2019-08-21 22:24:30 +02:00
Jeffery To and Yousong Zhou
999c2a5457
golang: Update to 1.12.9
...
Includes fixes (in 1.12.8) for:
CVE-2019-14809 - https://nvd.nist.gov/vuln/detail/CVE-2019-14809
CVE-2019-9512 - https://nvd.nist.gov/vuln/detail/CVE-2019-9512
CVE-2019-9514 - https://nvd.nist.gov/vuln/detail/CVE-2019-9514
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-08-20 22:04:08 +08:00
Jeffery To
e450748208
python,python3: Fix host Python compilation for macOS
...
* Remove $$$$(pkg-config --static --libs libcrypto libssl) from
HOST_LDFLAGS
Having this leads to an "unknown type name 'u_int'" error on Mac.
Removing it doesn't appear to affect Python's ability to find
buildroot LibreSSL.
* Change -Wl,-rpath=... to -Wl,-rpath,... in HOST_LDFLAGS
The equals sign version is not supported by the Mac linker (appears to
be an GNU extension). The comma version is supported; -rpath and its
argument will be separated by a space when passed to the linker.
* Add ac_cv_header_libintl_h=no to HOST_CONFIGURE_VARS for Mac
Python on Mac doesn't expect to use libintl, but if gettext-full is
compiled for host, it will try, leading to undefined symbol errors
during compilation. This prevents configure from finding libintl.h.
Fixes #7171 .
Fixes #9621 .
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-08-17 05:14:42 +08:00
Jeffery To
dec56a3140
python-twisted: Update to 19.7.0, refresh patches
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-08-15 03:22:54 +08:00
Michael Stegeman
07d771ee1b
node-mozilla-iot-gateway: Remove package
...
As the WebThings Gateway moves into a full-fledged router
distribution, it no longer makes sense to have this as a
standalone package, as it now modifies system-wide settings.
References #9629
References mozilla-iot/gateway#2060
References https://gitlab.labs.nic.cz/turris/turris-os-packages/issues/452
Signed-off-by: Michael Stegeman <michael@stegeman.me >
2019-08-08 08:44:20 -08:00
Rosen Penev and GitHub
94d1ad766e
Merge pull request #9649 from jefferyto/python-pyasn1-0.4.6-openwrt-19.07
...
[openwrt-19.07] python-pyasn1: Update to 0.4.6
2019-08-05 10:00:52 -07:00
Jeffery To
f52637d3be
python-pyasn1-modules: Update to 0.2.6
...
Requires python-pyasn1 0.4.6 (#9649 ).
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-08-05 04:05:06 +08:00
Jeffery To
29289e244c
python-pyasn1: Update to 0.4.6
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-08-05 03:43:40 +08:00
Michael Heimpold
42a98950b8
php7: update to 7.2.21
...
This fixes CVE-2019-11042 and CVE-2019-11041.
Compile and run tested on mxs platform
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2019-08-04 00:44:31 +02:00
Eneas U de Queiroz and Rosen Penev
4273dfd32f
bcrypt: add python-cffi/host build dependency
...
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
(cherry-picked from 86fb008751 )
2019-07-31 15:32:17 -07:00
Stepan Henek and Josef Schlehofer
eee9c627c8
python-cachelib: package added
...
Signed-off-by: Stepan Henek <stepan.henek@nic.cz >
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2019-07-22 22:58:31 +02:00
Josef Schlehofer and Josef Schlehofer
54e3c2280a
python: add patch for CVE-2018-20852
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2019-07-22 15:29:46 +02:00
Jeffery To
2d6700ed38
python,python3: Fix ctypes.util.find_library()
...
Python's ctypes.util.find_library() function currently doesn't work for
musl libraries/systems[1].
This adds a patch to fix this function, based on a patch from Alpine
Linux[2].
Fixes #9448 .
[1]: https://bugs.python.org/issue21622
[2]: https://git.alpinelinux.org/aports/tree/main/python2/musl-find_library.patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-07-22 04:52:27 +08:00
Jeffery To and Yousong Zhou
91e92c99f2
golang: Update to 1.12.7
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-07-20 20:54:08 +08:00
Hirokazu MORIKAWA and Rosen Penev
064528047e
node-mozilla-iot-gateway: Remove unnecessary step
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com >
(cherry-picked from 1314b86231 )
2019-07-19 19:37:13 -07:00
Josef Schlehofer and Josef Schlehofer
eda5cd792f
python-pyrsistent: add a new package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2019-07-16 15:49:12 +02:00
Josef Schlehofer and Josef Schlehofer
670926f527
python-cachetools: add a new package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2019-07-16 15:49:08 +02:00
Eneas U de Queiroz
b2df2da369
python-oauthlib: update to 3.0.2 (bugfix release)
...
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
(cherry picked from commit 6c4ba3a58d )
2019-07-12 11:54:23 -03:00
Josef Schlehofer and Josef Schlehofer
62827e7592
python-sentry-sdk: Update to version 0.10.1
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from commit 4a7b407d70 )
2019-07-11 09:24:08 +02:00
Josef Schlehofer and Josef Schlehofer
ca059b8993
python-sentry-sdk: Update to version 0.10.0
...
- Reorder alphabetically dependencies
- Add python3-logging as a dependency
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from commit cd13d5d4de )
2019-07-11 09:23:51 +02:00
Eneas U de Queiroz and Josef Schlehofer
77b122c207
python-curl: add ssl locking support to wolfssl
...
Patch was merged upstream.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
(cherry-picked from commit 8bdb697671 )
2019-07-11 09:23:23 +02:00
Eneas U de Queiroz and Josef Schlehofer
07d5a24b16
python-curl: fix compilation with libcurl-wolfssl
...
This allows compilation when libcurl is build with wolfssl as its SSL
backend.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
(cherry-picked from 3e78945eaf )
2019-07-11 09:23:09 +02:00
Josef Schlehofer and Josef Schlehofer
b6688f0e79
python-curl: update to version 7.43.0.3
...
Patch was accepted.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from commit 3856573 )
2019-07-11 09:21:49 +02:00
Josef Schlehofer and Josef Schlehofer
e9322993b9
python3-bottle: update to version 0.12.17
...
Shorter TITLE
- The longer one was not shown in make menuconfig.
Reodered stuff in Makefile
Removed PKG_UNPACK and change PKG_BUILD_DIR
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from 0a3e4d8 )
2019-07-11 09:20:12 +02:00
Josef Schlehofer and Josef Schlehofer
34f8cf530d
python3: Update to version 3.7.4
...
- Update setuptools to 40.8.0
- Update pip to 19.0.3
- Refreshed patches
- Removed 4 patches (2 of them was included in 3.7.3 and other two are
included in this release)
Makefile python3:
- Move PKG_MAINTAINER above PKG_LICENSE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from ce769db007 )
2019-07-10 10:16:47 +02:00
Eneas U de Queiroz and Josef Schlehofer
493cc51a4d
python3: use _python_sysroot for cross-compilation
...
This patch, taken from buildroot, avoids the use of host paths when
compiling third-party extensions.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
(cherry-picked from 523c52f6f2 )
2019-07-10 10:16:29 +02:00
Josef Schlehofer and Josef Schlehofer
de44768c5a
python-sqlalchemy: add package with version 1.3.5
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from f5fae3d )
2019-07-09 07:33:28 +02:00
Josef Schlehofer and Josef Schlehofer
b21fb60176
bcrypt: Update to version 3.1.7
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from 43c89c56a2 )
2019-07-09 07:32:51 +02:00
Josef Schlehofer and Josef Schlehofer
58760acd10
bcrypt: Reorder Makefile and change TITLE
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from b728e84ec6 )
2019-07-09 07:32:33 +02:00
Karel Kočí and Josef Schlehofer
cf6c6d01aa
python-markdown: add a new package
...
Signed-off-by: Karel Kočí <karel.koci@nic.cz >
[Add me as maintainer]
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-picked from 6cdcfd9 )
2019-07-07 10:13:38 +02:00
Josef Schlehofer and Josef Schlehofer
f00cfce768
python-yaml: update to version 5.1.1
...
Reorder one thing in Makefile and add two spaces in description
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-pick from bec7011401 )
2019-07-07 10:09:18 +02:00
Josef Schlehofer
295bd4c237
python-sentry-sdk: add package with version 0.9.5
...
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz >
(cherry-pick from 7fb6466435 )
2019-07-07 10:08:47 +02:00
Josef Schlehofer and Josef Schlehofer
6bbf892b56
python-aiohttp-cors: add package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry-pick from commit eb38ddfa13 )
2019-07-07 10:08:26 +02:00
Rosen Penev and Josef Schlehofer
cf7cab4976
python-cryptography: Remove NPN
...
Upstream backport. It seems the holdup is on python-twisted.
Without this, it fails with
SSL_get0_next_proto_negotiated: symbol not found
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry-picked from commit 0859931 )
2019-07-07 10:05:58 +02:00
Jeffery To
5a7ad42dec
golang: Update to 1.12.6
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-06-19 01:09:40 +08:00
Eneas U de Queiroz
d80ec47df5
python-certifi: bump to 2019.6.16
...
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2019-06-17 16:18:29 -03:00
Rosen Penev and GitHub
3acd543a53
Merge pull request #9208 from BKPepe/zeroconf
...
zeroconf: update to version 0.23.0
2019-06-10 08:43:24 -07:00
Rosen Penev and GitHub
f961f11ca4
Merge pull request #9210 from nxhack/homebridge_0_4_50
...
node-homebridge: update to 0.4.50
2019-06-10 08:42:44 -07:00
Rosen Penev and GitHub
da2f5a7217
Merge pull request #9207 from BKPepe/ruamel
...
ruamel-yaml: update to version 0.15.97
2019-06-10 08:42:07 -07:00
Rosen Penev and GitHub
15fba58d0b
Merge pull request #9199 from jefferyto/python-config-staging-dir-host
...
python,python3: Move python-config to $(STAGING_DIR)/host
2019-06-10 08:37:57 -07:00
Rosen Penev and GitHub
76ec2891e3
Merge pull request #9213 from ja-pa/python3-flask-login
...
python3-flask-login: add new package
2019-06-10 08:36:37 -07:00
Rosen Penev and GitHub
e4355175b3
Merge pull request #9214 from jefferyto/python-twisted-19.2.1
...
python-twisted: Update to 19.2.1
2019-06-10 08:35:40 -07:00
Rosen Penev and GitHub
96908de413
Merge pull request #9209 from kuoruan/golang-environment
...
golang: Add the ability to custom build environment
2019-06-10 08:34:26 -07:00
Daniel Golle and GitHub
e3bc499b54
Merge pull request #9169 from ja-pa/flask-1.0.3
...
python3-flask: update to version 1.0.3
2019-06-10 15:53:27 +02:00
Jeffery To
909bbc6563
python-twisted: Update to 19.2.1
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2019-06-10 21:42:47 +08:00
Jan Pavlinec
21f01685af
python3-flask-login: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-06-10 15:42:23 +02:00
Josef Schlehofer and GitHub
54525f97dc
Merge pull request #9171 from ja-pa/python3-maxminddb
...
python3-maxminddb: add new package
2019-06-10 15:42:09 +02:00
Jan Pavlinec
694c5fe421
python3-flask: update to version 1.0.3
...
Changes:
Makefile cleanup
change url to https
add src package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-06-10 15:22:03 +02:00