Hannu Nyman
476f00da33
Merge pull request #13711 from commodo/python-updates
...
Python updates
2020-10-19 21:03:02 +03:00
Hannu Nyman
4c3e32eea5
Merge pull request #13709 from commodo/python-bump
...
python3: bump to version 3.9.0
2020-10-19 21:02:40 +03:00
Rosen Penev
a85cab65d8
Merge pull request #13700 from peter-stadler/asgiref
...
python3-asgiref: update to version 3.3.0
2020-10-19 02:44:19 -07:00
Rosen Penev
f6343858b7
Merge pull request #13702 from peter-stadler/django-cors-headers
...
django-cors-headers: update to version 3.5.0
2020-10-19 02:43:49 -07:00
Rosen Penev
12e69a1396
Merge pull request #13701 from peter-stadler/drf-nested-routers
...
drf-nested-routers: update to version 0.92
2020-10-19 02:43:16 -07:00
Rosen Penev
effec7d872
Merge pull request #13698 from peter-stadler/django-etesync-journal
...
django-etesync-journal: update to version 1.2.2
2020-10-19 02:42:15 -07:00
Alexandru Ardelean
cc332fddaa
python3: bump to version 3.9.0
...
Refreshed patches.
Dropped 'patches-setuptools/004-site-patch.patch'
Does not apply anymore. Setuptools has removed site.py support:
https://github.com/pypa/setuptools/issues/2165
If this is still needed, we may need to re-think it's implementation.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-10-19 11:01:12 +03:00
Alexandru Ardelean
a5c7e266f2
python-lxml: bump to version 4.6.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-10-19 09:51:32 +03:00
Alexandru Ardelean
07f8fa02f3
pillow: bump to version 8.0.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-10-19 09:33:32 +03:00
Peter Stadler
20d1933c45
drf-nested-routers: update to version 0.92.1
...
update to newest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-10-18 23:57:34 +02:00
Peter Stadler
a92879e7b0
django-etesync-journal: update to version 1.2.2
...
update to newest version
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-10-17 21:05:50 +02:00
Peter Stadler
89d3b99670
python3-sqlparse: update to version 0.4.1
...
update to newest version
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-10-17 20:10:44 +02:00
Peter Stadler
77aed0cf17
python3-asgiref: update to version 3.3.0
...
update to newest version
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-10-17 20:05:22 +02:00
Peter Stadler
c1d8ea20a5
django-cors-headers: update to version 3.5.0
...
update to newest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-10-17 19:00:14 +02:00
Jeffery To
0a4d40b37e
golang: Fix vars not passed when calling cache_cleanup
...
Fixes https://github.com/openwrt/packages/issues/13674 .
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-16 17:38:17 +08:00
Jeffery To
b70fb40c11
golang: Move build cache into $(TMP_DIR)
...
This changes the default build cache directory from $(TOPDIR)/.go-build
to $(TMP_DIR)/go-build, so that the cache directory is ignored by git
and is removed by "make dirclean".
This does not move/remove a build cache directory in the previous
location; it will need to be removed manually.
Fixes https://github.com/openwrt/packages/issues/13675 .
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-16 17:13:42 +08:00
Rosen Penev
7ec063a4cc
Merge pull request #13577 from BKPepe/click
...
click: update to version 7.1.2
2020-10-12 16:09:45 -07:00
Jan Pavlinec
cde758a2c8
python-pytest: update to version 6.1.1
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-10-09 09:22:15 -10:00
Rosen Penev
445872a996
Merge pull request #13570 from jefferyto/golang-1.15
...
golang: Update to 1.15.2, update/enhance Makefiles
2020-10-07 03:09:43 -07:00
Rosen Penev
8adb95ba9b
Merge pull request #13584 from ja-pa/python-zipp-3.3.0
...
python-zipp: update to version 3.3.0
2020-10-07 02:51:37 -07:00
Hannu Nyman
4f578b4afa
Merge pull request #13583 from commodo/python-updates1
...
diango,django-restframework: bump versions
2020-10-07 10:42:55 +03:00
Hannu Nyman
14eb52fbbb
Merge pull request #13586 from jefferyto/python-zope-interface-5.1.2
...
python-zope-interface: Update to 5.1.2
2020-10-07 10:42:34 +03:00
Jeffery To
b466314313
python-attrs: Update to 20.2.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 23:15:12 +08:00
Jeffery To
c7d4d1e80e
python-zope-interface: Update to 5.1.2
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 21:23:09 +08:00
Jan Pavlinec
727894d77e
python-zipp: update to version 3.3.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-10-06 13:10:43 +02:00
Jeffery To
d5dc30fe80
golang: Add option to enable Spectre mitigations
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:34:41 +08:00
Jeffery To
3d6df5d7d9
golang: Add golang-host-build.mk
...
This adds a Makefile for host builds of Go programs.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:34:41 +08:00
Jeffery To
2d22a629f5
golang: Move package scripts into golang-build.sh
...
This also adds GO_PKG_INSTALL_BIN_PATH which determines the path where
binaries are installed by GoPackage/Package/Install/Bin (this was
previously hard-coded to /usr/bin).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:34:40 +08:00
Jeffery To
4773c288cd
golang: Quote variables passed to the shell
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:34:40 +08:00
Jeffery To
7aaaa8ae64
golang: Add more error handling for go-gcc-helper
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:34:36 +08:00
Jeffery To
a95afd67df
golang: Use external linking for target Go
...
In Go 1.15, the linker now defaults to internal linking mode for
-buildmode=pie on amd64 and arm64[1], however this results in go tool
binaries with the wrong dynamic linker/interpreter.
External linking is still used when PIE is enabled for other platforms,
whereas internal linking is used when PIE is not enabled.
This changes target Go to always use external linking, to fix PIE
binaries for amd64/arm64 and for consistency.
[1]: https://golang.org/doc/go1.15#linker
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:28:08 +08:00
Jeffery To
93ee27edb8
golang: Simplify target compile
...
* Reuse GO_PKG_ENABLE_PIE from golang-package.mk
* Replace $(if ...) with $(or ...) to get default values
* Refactor vars common to each compile stage into variable
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:28:08 +08:00
Jeffery To
03a1f87549
golang: Use GO_LDFLAGS to set buildmode=pie for host Go
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:28:07 +08:00
Jeffery To
66eabf18f5
golang: Refactor vars common to each host compile stage into variable
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:28:07 +08:00
Jeffery To
4fb4ec963f
golang: Simplify bootstrap stage
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:28:07 +08:00
Jeffery To
40bff64ad3
golang: Group variables by stage (bootstrap/host/target)
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:28:06 +08:00
Jeffery To
9074dbd917
golang: Share build cache across package builds
...
This also adds a config option GOLANG_BUILD_CACHE_DIR to customize the
location of the build cache directory.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:28:06 +08:00
Jeffery To
3dd55b504c
golang: Move module cache into DL_DIR
...
This also adds a config option GOLANG_MOD_CACHE_WORLD_READABLE; if
enabled, chmod is run after a Go package build to make all
files/directories in the module cache world-readable.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:27:52 +08:00
Martin Matějek
f6adb73cff
python3-pyroute: update to version 0.5.14
...
Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
2020-10-05 21:58:37 +02:00
Josef Schlehofer
3f16a05d7f
click: update to version 7.1.2
...
Developers of click decided to change their tarball, so it does no
longer contains capital C and because of that, we can throw
PYPI_SOURCE_NAME.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-05 18:35:43 +02:00
Alexandru Ardelean
4e63dea7b4
django-restframework: bump to version 3.12.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-10-05 10:27:10 +03:00
Alexandru Ardelean
baafb68da6
django: bump to version 3.1.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-10-05 10:23:39 +03:00
Jeffery To
4674564e42
golang: Move config option into separate file
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-05 00:25:28 +08:00
Jeffery To
fc7cf379e3
golang: Update to 1.15.2
...
1.15.1 includes a fix for CVE-2020-24553:
net/http/cgi,net/http/fcgi: Cross-Site Scripting (XSS) when Content-Type
is not specified
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-05 00:25:18 +08:00
Michael Heimpold
70f26ed2fc
php7: update to 7.4.11
...
This fixes:
- CVE-2020-7069
- CVE-2020-7070
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-10-03 22:09:51 +02:00
Josef Schlehofer
d3a213b01b
Merge pull request #13556 from BKPepe/zeroconf
...
python-zeroconf: update to version 0.28.5
2020-10-03 10:09:38 +02:00
Josef Schlehofer
9f30664ec4
python-zeroconf: update to version 0.28.5
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-02 18:20:14 +02:00
Josef Schlehofer
8a8100d48e
python-sentry-sdk: update to version 0.18.0
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-02 11:23:53 +02:00
Rosen Penev
6a1c6b2fe7
Merge pull request #13541 from ja-pa/pytest-6.1.0
...
python-pytest: update to version 6.1.0
2020-10-01 14:44:09 -07:00
Jan Pavlinec
64cb0c50ba
python-pytest: update to version 6.1.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-10-01 11:46:34 +02:00