Alexandru Ardelean
4361d88892
pillow: bump to version 8.3.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-07-05 11:35:01 +03:00
Alexandru Ardelean
d3a64a36e9
django: bump to version 3.2.5
...
Several bug-fixes.
Fix CVE-2021-35042
Release notes:
https://docs.djangoproject.com/en/3.2/releases/3.2.5/
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-07-05 10:58:30 +03:00
Michael Heimpold
7ddd5280d4
php8: update to 8.0.8
...
This fixes:
- CVE-2021-21704
- CVE-2021-21705
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-07-05 00:15:59 +02:00
Michael Heimpold
f15aba89f7
php7: update to 7.4.21
...
This fixes:
- CVE-2021-21704
- CVE-2021-21705
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-07-05 00:13:35 +02:00
Alexandru Ardelean
e2026346cc
python-dateutil: add setuptools-scm build dep
...
Following:
https://github.com/openwrt/packages/pull/16004
https://github.com/openwrt/packages/pull/15995
https://github.com/openwrt/packages/issues/15988
It seems that dateutil requires setuptools-scm to be installed.
As such, this is being added as a dependency.
Also, bump setuptools-scm to version 6.0.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-07-02 16:21:33 +03:00
Hirokazu MORIKAWA
14b43da6bd
node: bump to 14.17.1
...
Notable Changes:
deps: update ICU to 69.1 (Michaël Zasso)
errors: align source-map stacks with spec (Benjamin Coe)
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-06-18 18:04:29 +09:00
Alexandru Ardelean
01d1b4581e
python-cryptography: bump to version 3.4.7
...
Dropped patches:
0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch
0005-Switch-get_-Update-APIs-to-get0.patch
Reworked patches:
0001-Add-new-ASN1_STRING_get0_data-API.patch
0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch
These 2 require that we keep only the CUSTOMIZATIONS stuff for now. Maybe
later we can drop this.
Ran 'make package/python-cryptography/refresh'.
Added patch:
0004-disable-rust.patch
upstream did a sloppy job with the CRYPTOGRAPHY_DONT_BUILD_RUST logic; we
need to patch it, to make sure the setuptools-rust isn't installed.
We may need to carry this patch in our tree for a bit longer than upstream,
because in newer versions, CRYPTOGRAPHY_DONT_BUILD_RUST logic gets removed.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-06-17 19:27:29 +03:00
Alexandru Ardelean
07dbb82e95
django: bump to version 3.2.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-06-15 14:58:04 +03:00
Jeffery To
aefabac126
python3: Add readline to dependency finder script
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-06-15 08:56:35 +03:00
Rosen Penev
2e654b19f3
treewide: back to cmake.mk
...
Ninja was merged to base and therefore we can now use normal cmake.mk
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-12 21:05:01 -07:00
Jeffery To
8349546208
python-twisted: Add tls/conch dependencies
...
By adding these dependencies, it is much easier for users (both
applications that use Twisted and end users) to have secure
communications by default.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-06-12 18:40:09 +08:00
Jeffery To
4b6e05d1fd
python-twisted: Update to 21.2.0, redo patches
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-06-12 06:18:50 +08:00
Josef Schlehofer
57cdc76316
Merge pull request #15833 from jefferyto/python-incremental-21.3.0
...
python-incremental: Update to 21.3.0, refresh patch
2021-06-11 22:16:46 +02:00
Josef Schlehofer
ce15e2ffa8
Merge pull request #15830 from jefferyto/python-zope-interface-5.4.0
...
python-zope-interface: Update to 5.4.0
2021-06-11 22:16:24 +02:00
Jeffery To
b2738e9da6
python-incremental: Update to 21.3.0, refresh patch
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-06-12 02:15:58 +08:00
Jeffery To
ffbde739c6
python-zope-interface: Update to 5.4.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-06-11 23:44:51 +08:00
Jeffery To
0dbb3769f3
python-attrs: Update to 21.2.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-06-11 22:53:18 +08:00
Jeffery To
fe3c49fe07
golang: Update to 1.16.5
...
1.16.1 included fixes for:
* CVE-2021-27918 - encoding/xml: infinite loop when using
xml.NewTokenDecoder with a custom TokenReader
* CVE-2021-27919 - archive/zip: can panic when calling Reader.Open
1.16.4 included fixes for:
* CVE-2021-31525 - net/http: ReadRequest can stack overflow due to
recursion with very large headers
1.16.5 includes fixes for:
* CVE-2021-33195 - net: Lookup functions may return invalid host names
* CVE-2021-33196 - archive/zip: malformed archive may cause panic or
memory exhaustion
* CVE-2021-33197 - net/http/httputil: ReverseProxy forwards Connection
headers if first one is empty
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-06-11 16:26:56 +08:00
Siger Yang
acac2ce15b
luaossl: add luaossl(rel-20200709) to feeds
...
Signed-off-by: Siger Yang <sigeryeung@gmail.com>
luaossl: fix maintainer
Signed-off-by: Siger Yang <sigeryeung@gmail.com>
2021-06-10 15:40:59 +08:00
Michael Heimpold
eec207d754
Merge pull request #15809 from mhei/php8-update
...
php8: update to 8.0.7
2021-06-08 23:18:53 +02:00
Michael Heimpold
961b7c5a25
php8: update to 8.0.7
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-06-08 21:25:03 +02:00
Michael Heimpold
555d0c9a29
php7: update to 7.4.20
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-06-07 06:47:21 +02:00
Rosen Penev
965be1d107
Merge pull request #15745 from neheb/tcl2
...
tcl: update to 8.6.11
2021-06-03 11:52:54 -07:00
Rosen Penev
65a346bc51
Merge pull request #15659 from commodo/python3-readline
...
python3: add python3-readline subpackage
2021-06-02 13:04:45 -07:00
Alexandru Ardelean
fe698b5fca
python-idna: bump to version 3.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-06-02 19:25:55 +03:00
Rosen Penev
f42b5288f9
vala: update to 0.52.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:13:23 -07:00
Rosen Penev
396a06e6f3
tcl: update to 8.6.11
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:08:47 -07:00
Rosen Penev
63f1db0066
Merge pull request #15701 from 1715173329/ack
...
ack: add new packages
2021-06-01 16:54:56 -07:00
Rosen Penev
d23ca0010c
luajit: for powerpc, add FPU dependency
...
powerpc support as of 2.1 does not work with soft float.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-05-31 16:26:26 -07:00
Tianling Shen
c7acc8414a
perl-ack: add new package
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-28 22:54:51 +08:00
Tianling Shen
4999f212a5
perl-file-next: add new package
...
This is required by ack.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-28 22:38:29 +08:00
Hirokazu MORIKAWA
3aefe1d8b6
node: Reduce node-npm package size
...
Reduce package size by about 1MB.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-05-28 13:04:48 +09:00
Josef Schlehofer
b99c1df4ce
Merge pull request #15625 from ja-pa/python-cryptodomex-update
...
python-cryptodomex: update to version 3.10.1
2021-05-25 21:00:09 +02:00
Alexandru Ardelean
49faf5d7ca
python3: add python3-readline subpackage
...
Python3 comes with a built-in readline module. It wasn't included up until
now; mostly because it wasn't considered.
This change introduces it as a sub-package of the main Python3 package.
readline support is included in Python.
libreadline pulls libncursesw as a package, so python3-ncurses was
updated to pull libncursesw as well.
It should be the same package; mostly done for consistency.
Resolves the issue reported here:
https://forum.openwrt.org/t/python3-repl-missing-readline/90039
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-19 14:17:00 +03:00
Alexandru Ardelean
5a70c9e826
django: bump to version 3.2.3
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-18 12:29:01 +03:00
Alexandru Ardelean
6185156e69
et_xmlfile: bump to version 1.1.0
...
Updating Eneas' email as requested on Github:
https://github.com/openwrt/packages/pull/15622
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-18 12:29:01 +03:00
Alexandru Ardelean
cf368395d0
python-six: bump to version 1.16.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-18 12:29:01 +03:00
Jan Pavlinec
d6cb4edb4a
python-cryptodomex: update to version 3.10.1
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-14 13:08:13 +02:00
Hirokazu MORIKAWA
74521b2876
node: bump to v14.17.0
...
Notable Changes:
Diagnostics channel (experimental module)
UUID support in the crypto module
Experimental support for AbortController and AbortSignal
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-05-13 13:19:24 +09:00
Alexandru Ardelean
e312275dd9
python3: bump version to 3.9.5
...
Refreshed Python patches.
Updated pip & setuptools version.
For pip, patch '001-pep517-pyc-fix.patch' was reworked.
Also, the current version of the bundled pip (21.1.1) no longer supports
Python2, so the 'py2.py3' suffix gets replaced with just py3.
For setuptools, there is no longer a script/module:
https://github.com/pypa/setuptools/pull/2544
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-11 11:50:35 +03:00
Michael Heimpold
45d76e8399
Merge pull request #15599 from mhei/php8-update
...
php8: update to 8.0.6
2021-05-11 07:59:07 +02:00
Michael Heimpold
4e39d9fc7c
php7: update to 7.4.19
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-05-10 22:37:12 +02:00
Michael Heimpold
0154157b6c
php8: update to 8.0.6
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-05-10 21:24:53 +02:00
Michael Heimpold
70bb71fdff
Merge pull request #15552 from mhei/php7-update
...
php7: update to 7.4.18
2021-05-08 23:11:22 +02:00
Javier Marcet
aa959033ca
python-dotenv: update to v0.17.1
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-05-04 20:16:19 -07:00
Jan Pavlinec
66dedebcec
python-typing-extensions: update to version 3.10.0.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-03 18:19:24 +03:00
Eneas U de Queiroz
2151d948a5
Merge pull request #15532 from dangowrt/bunch-of-updates
...
a bunch of package updates
2021-05-03 11:30:53 -03:00
Josef Schlehofer
b11a9f2309
Merge pull request #14237 from commodo/python-abi-version
...
python3: introduce libpython3 with ABI_VERSION flag
2021-05-01 12:32:55 +02:00
Michael Heimpold
aaaeef8b63
php7: update to 7.4.18
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-04-30 21:39:13 +02:00
Michael Heimpold
5e82e6be71
php8: update to 8.0.5
...
Also update opcache makefile patch.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-04-29 21:10:30 +02:00
Daniel Golle
7b32ab78c0
python-gnupg: update to version 0.4.7
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-29 00:59:15 +01:00
Daniel Golle
86bd165f8c
perl-mail-spamassassin: update to version 3.4.6
...
Fixes CVE-2020-1946
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-29 00:59:15 +01:00
Daniel Golle
1876cd2ff2
perl-net-dns: update to version 1.30
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-29 00:59:15 +01:00
Daniel Golle
e70965b1aa
Jinja2: update to version 2.11.3
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-29 00:59:15 +01:00
Alexandru Ardelean
27aee1fbf0
python3: introduce libpython3 with ABI_VERSION flag
...
Related to discussion:
https://github.com/openwrt/packages/pull/14060
Every once in a while a version bump will occur that requires an ABI
change. Example: Python 3.8 to 3.9. When this happens some Python packages
would need to be rebuilt. In setups where everything gets rebuilt, this
isn't a problem.
It's usually a bigger problem when needing to upgrade something via
opkg.
To accommodate for this, we add a libpython with it's own ABI_VERSION
flag. If this ABI_VERSION changes, then this should propagate forward.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-28 14:25:01 +03:00
Jan Pavlinec
7a89793838
python-socketio: update to version 5.2.1
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-26 12:38:30 +02:00
Jan Pavlinec
024e5a2c38
python-engineio: update to version 4.1.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-26 12:37:51 +02:00
Hirokazu MORIKAWA
f6feb1508c
node: Resolve ICU conflict
...
Resolve conflicts between OpenWrt's ICU package and the ICU shipped with node.js.
https://github.com/openwrt/packages/issues/15437
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-04-21 19:26:12 +03:00
Rosen Penev
00d0281671
luv: update to 1.40.0-0
...
Simplify CMake section.
Fix pkgconfig paths.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-14 14:17:22 -07:00
Alexandru Ardelean
bde027188a
python-greenlet: support MIPS architecture
...
Fixes: https://github.com/openwrt/packages/issues/15370
This is inspired from:
330bc94dcc/lang/python-greenlet/Makefile
The `PKG_USE_MIPS16:=0` is not taken into consideration when building
Python modules. That's because the sysconfig is used.
This is only an issue with greenlet (on MIPS) so far.
One option is to do `PKG_USE_MIPS16:=0` in the core Python package.
But, since we know that the `wlanslovenija` group has successfully used
greenlet on MIPS with this construct, we might as well adopt it until GCC10
becomes the main compiler.
As noted here:
https://github.com/openwrt/packages/issues/15370#issuecomment-817015484
GCC10 doesn't have this problem.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-14 00:17:09 -07:00
Luiz Angelo Daros de Luca
6ced83d4cb
Merge pull request #15412 from luizluca/ruby-3.0.1
...
ruby: update to 3.0.1
2021-04-13 13:04:43 -03:00
Rosen Penev
d0b93ea224
vala: update to 0.52.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-12 22:41:18 -07:00
Alexandru Ardelean
c01d0f16cf
django: bump to version 3.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-12 17:51:54 -07:00
Luiz Angelo Daros de Luca
2e7758916e
ruby: update to 3.0.1
...
Fixes two CVEs:
CVE-2021-28965: XML round-trip vulnerability in REXML
CVE-2021-28966: Path traversal in Tempfile on Windows
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2021-04-12 18:19:00 -03:00
Josef Schlehofer
f4a231cdf5
Merge pull request #15396 from BKPepe/update-bottle
...
python3-bottle: update to version 0.12.19
2021-04-12 11:14:49 +02:00
Josef Schlehofer
8770f64816
Merge pull request #15398 from BKPepe/babel-update
...
python-babel: update to version 2.9.0
2021-04-12 11:14:38 +02:00
Javier Marcet
75fbd91d66
python-docker: Update to 5.0.0
...
Breaking changes:
- Remove support for Python 2.7
- Make Python 3.6 the minimum version supported
Features:
- Add limit parameter to image search endpoint
Bugfixes:
- Fix KeyError exception on secret create
- Verify TLS keys loaded from docker contexts
- Update PORT_SPEC regex to allow square brackets for IPv6 addresses
- Fix containers and images documentation examples
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-04-11 20:30:25 -07:00
Hirokazu MORIKAWA
21391a6c9c
node: bump to v14.16.1
...
April 2021 Security Releases
- OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) (CVE-2021-3450)
- OpenSSL - NULL pointer deref in signature_algorithms processing (High) (CVE-2021-3449)
- npm upgrade - Update y18n to fix Prototype-Pollution (High) (CVE-2020-7774)
OpenSSL-related vulnerabilities do not affect the OpenWrt package. Because OpenWrt's OpenSSL shared library has been updated.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-04-11 20:29:48 -07:00
Josef Schlehofer
a31dc44d2d
python-babel: update to version 2.9.0
...
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-12 01:05:36 +02:00
Josef Schlehofer
1a4b2b41fb
python3-bottle: update to version 0.12.19
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-12 00:47:57 +02:00
Robin Rainton
8695a18c56
node: #14983 NODEJS_ICU_SMALL is default
...
Signed-off-by: Robin Rainton <robin@rainton.com>
2021-04-11 13:39:24 +02:00
Jan Pavlinec
4e979ceb6b
python-pytest: update to version 6.2.3
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-07 10:16:56 +03:00
Josef Schlehofer
e21d493964
Merge pull request #15359 from BKPepe/zeroconf
...
zeroconf: update to version 0.29.0
2021-04-07 00:23:19 +02:00
Rosen Penev
ed15856aef
lualanes: build with CMake
...
Faster to compile.
Add license information.
Several cleanups for consistency between packages.
Small patch fix now that uClibc-ng is gone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-06 15:22:08 -07:00
Josef Schlehofer
757b0ea647
zeroconf: update to version 0.29.0
...
Update copyright in Makefile
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-06 22:48:19 +02:00
Alexandru Ardelean
afdcfb525c
pillow: bump to version 8.2.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-05 15:11:48 -07:00
Alexandru Ardelean
156e2e354e
python3: bump to version 3.9.4
...
For some reason Python3 jumped from 3.9.2 to 3.9.4 in about a week.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-05 19:32:00 +03:00
Rosen Penev
4f7aad0e52
lua-openssl: try to fix buildbot
...
Something is weird there. Can't reproduce on CI or locally.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-04 19:52:32 -07:00
Javier Marcet
0a754f2ec1
python-dotenv: update to v0.17.0
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-04-05 00:42:01 +02:00
Rosen Penev
79f62459b3
Merge pull request #15074 from ja-pa/python-greenlet
...
python-eventlet & python-greenlet: add new packages
2021-04-03 18:46:39 -07:00
Rosen Penev
bb181a18c1
Merge pull request #15025 from ja-pa/python-flask-socketio
...
python-flask-socketio: add new package
2021-04-03 18:45:21 -07:00
Rosen Penev
752d357231
Merge pull request #15080 from ja-pa/python-pysocks
...
python-pysocks: add new package
2021-04-03 18:43:17 -07:00
Jan Pavlinec
6c9627b45d
python-flask-httpauth: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-04-03 18:40:04 -07:00
Rosen Penev
38f01ad2c9
lua-openssl: update to 0.7.8-0
...
Swith to building with CMake to avoid huge patching of the stock
Makefile.
Reorganize Makefile for consistency between packages.
Add patch to fix deprecated OpenSSL functions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-02 13:46:51 -07:00
Martin Matějek
df4b1ae24e
python3-pyroute2: update to version 0.5.16
...
Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
2021-03-30 20:00:53 +02:00
Alexandru Ardelean
731bb0265d
numpy: bump to version 1.20.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 09:51:56 +03:00
Alexandru Ardelean
89a6254b0a
python-lxml: bump to version 4.6.3
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 09:49:47 +03:00
Alexandru Ardelean
5d00d670b2
gunicorn: bump to version 20.1.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 09:47:07 +03:00
Alexandru Ardelean
0f9b0223cc
django-restframework: bump to version 3.12.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 09:46:09 +03:00
Rosen Penev
a31b732007
treewide: build CMake projects with Ninja
...
faster to compile.
A small selection of packages was tested going from:
Executed in 696.30 secs fish external
usr time 82.98 mins 395.00 micros 82.98 mins
sys time 9.02 mins 0.00 micros 9.02 mins
to:
Executed in 592.20 secs fish external
usr time 84.84 mins 361.00 micros 84.84 mins
sys time 8.85 mins 57.00 micros 8.85 mins
Tested by running make -j 12 and wiping staging/build_dir/target_x
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-27 21:51:50 -07:00
Rosen Penev
02d54e1a6f
perl-mail-spamassassin: fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:14:11 -07:00
Rosen Penev
0e620f1fa1
luajit: fix compilation with host clang
...
It errors out with this section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 11:25:42 -07:00
Rosen Penev
cf4e026e26
luv: update to 1.36.0-0
...
Switch to AUTORELEASE for simplicity.
Switch to building with Ninja for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 11:25:10 -07:00
Jan Pavlinec
d303bd6aac
python-eventlet: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 13:57:46 +01:00
Jan Pavlinec
837f1b5924
python-greenlet: add new package
...
Notes:
Build is disabled for arc and mips because
greenlet isn't ported for these platforms
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 13:57:45 +01:00
Jan Pavlinec
8133922a02
python-flask-socketio: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 10:55:10 +01:00
Jan Pavlinec
ae0556e6a5
python-bidict: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 10:55:09 +01:00
Jan Pavlinec
decbd7b43a
python-socketio: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 10:55:08 +01:00
Jan Pavlinec
9e011b2fc8
python-engineio: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-23 10:55:08 +01:00
Rosen Penev
32a5f4125c
Merge pull request #15127 from neheb/ev
...
lua-ev: update to 1.5
2021-03-20 18:36:30 -07:00
Alexandru Ardelean
b0e3dedda8
openpyxl: bump to version 3.0.7
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-15 20:49:20 +02:00
Karl Palsson
470365c4de
lang/lua-libmodbus: bump to 0.7 release
...
Includes fixes for OpenWrt's Lnum patched lua.
Release notes at: https://github.com/etactica/lua-libmodbus/blob/v0.7/changelog
Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-03-15 16:03:22 +00:00
Rosen Penev
469955af89
lua-ev: update to 1.5
...
Use AUTORELEASE for simplicity
Switch to compilation with ninja as it's faster.
Use the proper install paths to install ev.so
Use codeload for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-14 16:44:24 -07:00
Rosen Penev
6de752e5f2
Merge pull request #15083 from jmarcet/python_websocket_client_update
...
python3-websocket-client: update to 0.58.0
2021-03-10 12:09:58 -08:00
Rosen Penev
0917ea3ef4
Merge pull request #15082 from jmarcet/python_docker_update
...
python-docker: Update to 4.4.4
2021-03-10 12:09:31 -08:00
Jan Pavlinec
780fc502d2
python-pysocks: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-10 12:07:47 +01:00
Rosen Penev
acb72e7452
python3-libsemanage: update to 3.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-09 16:39:56 -08:00
Rosen Penev
0d05ca4a09
python3-libselinux: update to 3.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-09 16:39:56 -08:00
Javier Marcet
d58c921c9a
python3-websocket-client: update to 0.58.0
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-03-09 23:52:14 +00:00
Javier Marcet
22b1ca6326
python-docker: Update to 4.4.4
...
Bugfixes:
- Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when
shelling out to the ssh client.
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-03-09 17:41:18 +00:00
Josef Schlehofer
8c01d5010c
Merge pull request #15047 from commodo/pillow
...
pillow: bump to version 8.1.2
2021-03-08 20:54:19 +01:00
Jan Pavlinec
7f85073979
python-zipp: update to version 3.4.1
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-08 15:23:57 +01:00
Alexandru Ardelean
c6f8536efa
pillow: bump to version 8.1.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-08 09:38:06 +02:00
Michael Heimpold
331f8afd99
Merge pull request #15010 from mhei/php8-update
...
php8: update to 8.0.3
2021-03-07 09:32:22 +01:00
Rosen Penev
45dcec32ce
Merge pull request #14873 from neheb/cxx
...
treewide: remove uClibc++ support
2021-03-06 14:00:32 -08:00
Michael Heimpold
e819f630a2
php8: update to 8.0.3
...
Also update opcache compile fix patch.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-06 20:34:10 +01:00
Eneas U de Queiroz
db3389edc2
php8: fix pecl build with QUILT
...
This is d4979cff0
ported to php8.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-06 20:34:28 +01:00
Eneas U de Queiroz
8c6d7dc37c
php8: fix build with QUILT
...
This is d4979cff0
ported to php8.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-06 20:34:10 +01:00
Michael Heimpold
5dd949d86e
Merge pull request #15011 from mhei/php7-update
...
php7: update to 7.4.16
2021-03-06 06:30:43 +01:00
Rosen Penev
39bc254663
treewide: remove uClibc++ support
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:46 -08:00
Rosen Penev
22eec6ee26
python3-libselinux: fix musl 1.2.x compilation.
...
Backported upstream patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:42:37 -08:00
Michael Heimpold
87e852fc71
php7: update to 7.4.16
...
Also refresh patch.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-04 23:15:47 +01:00
Rosen Penev
8fbff0ec68
Merge pull request #14914 from cotequeiroz/php7-pecl-imagick
...
php7-pecl-imagick, imagemagick: save & use MagickWand-config
2021-03-02 19:56:45 -08:00
Jan Pavlinec
034cba33c6
python-typing-extensions: add new package
...
Note:
Dependency for python3-aiohttp
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-02 17:07:25 +01:00
Jan Pavlinec
c99a19f614
python-aiohttp: update to version 3.7.4
...
Note:
Fixes CVE-2021-21330
Add new required dependecy python3-typing-extensions
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-02 13:42:52 +01:00
Eneas U de Queiroz
f434a33a13
php7-pecl-imagick: configure --with-imagick=...
...
Add --with-imagick=$(STAGING_DIR)/usr so that configure picks
MagickWand-config from there, before it finds an eventual host-installed
version.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-28 22:30:11 -03:00
Eneas U de Queiroz
40025d340e
Merge pull request #14894 from cotequeiroz/php7-pecl-imagik
...
php7: adjust build with QUILT
2021-02-26 13:20:27 -03:00
Eneas U de Queiroz
d4979cff06
php7: fix build with QUILT
...
When building with QUILT, unlike the regular build, Build/Prepare does
not apply the patches. So when buildconf is called with QUILT on, at
the end of Build/Prepare, it will not have the patched sources, and
build will fail.
To fix the problem, run buildconf in Build/Prepare only when QUILT is
off, and do it in Build/Configure otherwise.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-26 11:23:11 -03:00
Eneas U de Queiroz
3476816cc8
php7: fix pecl build with QUILT
...
Commit d741a64b7
("lang/php7: Don't run phpize7 with QUILT") changed
pecl.mk to not run phpize7 during Package/prepare if QUILT is set. The
intention was to allow prepare, refresh and update targets to run
without building dependencies.
As a side-effect, Package/configure and Package/compile fail when QUILT
is defined because they can't find ./configure or a Makefile. It also
impacts the github tests run with pull requests, because QUILT is
defined there.
To avoid that failure and still keep the prepare, refresh, and update
speedup, call phpize7 before Package/Configure if QUILT is defined.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-26 11:23:07 -03:00
Hirokazu MORIKAWA
a68820bb74
node: bump to v14.16.0
...
Update to v14.16.0
February 2021 Security Releases
- HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion (Critical) (CVE-2021-22883)
- DNS rebinding in --inspect (CVE-2021-22884)
- OpenSSL - Integer overflow in CipherUpdate (CVE-2021-23840)
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-02-26 09:02:24 +09:00
Alexandru Ardelean
dd58d24699
django: bump to version 3.1.7
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
2021-02-24 20:09:57 +02:00
Rosen Penev
6420152225
Merge pull request #14782 from dddaniel/master
...
python-psycopg2: Add new package
2021-02-23 12:00:38 -08:00
Daniel Danzberger
7cfb9a04af
python-psycopg2: Add new package
...
Psycopg is the most popular PostgreSQL adapter for the Python programming language
It's used by the python-sqlalchemy for postgresql
This package was removed by this commit for lacking python3 support:
c37b15e1c4
Version 2.8.6 used in this package now supports pyhton3
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2021-02-23 16:03:51 +01:00
Rosen Penev
51e5519784
Merge pull request #14696 from luizluca/ruby-3.0.0
...
ruby: update to 3.0.0
2021-02-23 05:20:04 -08:00
Rosen Penev
c7b0f0b720
Merge pull request #14838 from ja-pa/python-packaging-20.9
...
python-packaging: update to version 20.9
2021-02-23 05:13:20 -08:00
Rosen Penev
4facaab318
Merge pull request #14841 from ja-pa/python-py-1.10.0-up
...
python-py: update to version 1.10.0
2021-02-23 05:10:06 -08:00
Rosen Penev
8fd9239c67
Merge pull request #14846 from ja-pa/pytho-pytest-xdist-2.2.1
...
python-pytest-xdist: update to version 2.2.1
2021-02-23 05:09:45 -08:00
Jan Pavlinec
ca15ab33cf
python-py: update to version 1.10.0
...
Fixes CVE-2020-29651
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-23 10:17:09 +01:00
Luiz Angelo Daros de Luca
fe4020f23e
ruby: update to 3.0.0
...
This release goal is performance, concurrency, and typing. See details
in https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
New subpackages (reflect of mostly complete upstream ruby gemification)
- ruby-abbrev (from ruby-misc)
- ruby-base64 (from ruby-misc)
- ruby-coverage (from ruby-misc)
- ruby-continuation (from ruby-misc)
- ruby-debug (from ruby-debuglib)
- ruby-english (from ruby-misc)
- ruby-expect (from ruby-misc)
- ruby-fiber (from ruby-misc)
- ruby-find (from ruby-filelib)
- ruby-io-nonblock (from ruby-multithread)
- ruby-io-wait (from ruby-multithread)
- ruby-monitor (from ruby-multithread)
- ruby-net-ftp (from ruby-net)
- ruby-net-http (from ruby-net)
- ruby-net-imap (from ruby-net)
- ruby-net-pop (from ruby-net)
- ruby-net-protocol (from ruby-net)
- ruby-objspace (from ruby-debuglib)
- ruby-open-uri (from ruby-net)
- ruby-pathname (from ruby-filelib)
- ruby-pp (from ruby-prettyprint)
- ruby-pty (from ruby-misc)
- ruby-rbs (NEW)
- ruby-resolv (from ruby-socket)
- ruby-resolv-replace (from ruby-socket)
- ruby-securerandom (from ruby-misc)
- ruby-set (from ruby-misc)
- ruby-shellwords (from ruby-misc)
- ruby-syslog (from ruby-logger)
- ruby-tempfile (from ruby-filelib)
- ruby-tmpdir (from ruby-filelib)
- ruby-tsort (from ruby-misc)
- ruby-typeprof (NEW)
- ruby-un (from ruby-mkmf)
- ruby-weakref (from ruby-misc)
Removed subpackages
- ruby-debuglib (split into ruby-debug,ruby-objspace)
- ruby-filelib (split into ruby-find,ruby-pathname,ruby-tempfile,ruby-tmpdir)
- ruby-misc (split into ruby-abbrev,ruby-base64,ruby-continuation,
ruby-coverage,ruby-english,ruby-expect,ruby-fiber,ruby-securerandom,
ruby-set,ruby-shellwords,ruby-tsort,ruby-weakref)
- ruby-multithread (split into ruby-io-nonblock,ruby-io-wait,ruby-monitor)
- ruby-net (split into ruby-net-ftp,ruby-net-http,ruby-net-imap,ruby-net-pop,
ruby-net-protocol,ruby-open-uri)
- ruby-net-telnet (removed upstream)
- ruby-sdbm (removed upstream)
- ruby-webrick (removed upstream)
- ruby-xmlrpc (removed upstream)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2021-02-22 19:49:38 -03:00
Josef Schlehofer
1dd4b3be6f
Merge pull request #14844 from ja-pa/python-more-itertools-8.7.0
...
python-more-itertools: update to version 8.7.0
2021-02-22 19:11:33 +01:00
Josef Schlehofer
cccca7c9a8
Merge pull request #14833 from jefferyto/golang-1.16
...
golang: Update to 1.16
2021-02-22 19:10:16 +01:00
Jeffery To
6d9005d5ac
python3: Update to 3.9.2, refresh patches
...
Includes fixes for:
* CVE-2021-3177 - ctypes: Buffer overflow in PyCArg_repr
* CVE-2021-23336 - urllib parse_qsl(): Web cache poisoning - semicolon
as a query args separator
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-22 21:58:56 +08:00
Jan Pavlinec
9192928373
python-pytest-xdist: update to version 2.2.1
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-22 14:33:33 +01:00
Jan Pavlinec
fb7e81861f
python-more-itertools: update to version 8.7.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-22 13:25:42 +01:00
Jan Pavlinec
6a43812fef
python-packaging: update to version 20.9
...
Changes:
- add python-urllib dependency
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-22 11:59:00 +01:00
Jeffery To
dc587eccb7
golang: Update to 1.16
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-22 17:01:56 +08:00
Ilya Lipnitskiy
5d8d4fbbcb
treewide: Run refresh on all packages
...
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Javier Marcet
cce8b3ab31
python-docker: Update to 4.4.3
...
Bugfixes:
- Fix SSH port parsing when shelling out to the ssh client
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-02-19 11:00:21 +00:00
Rosen Penev
83f88cb59d
Merge pull request #14750 from neheb/pyreq
...
python-requests: split up patches into two files
2021-02-18 17:10:19 -08:00
Rosen Penev
4b3c558eb4
Merge pull request #14767 from jefferyto/python-config-macos
...
python3: Fix target python-config when building on macOS
2021-02-17 12:59:56 -08:00
Rosen Penev
82ceca2619
Merge pull request #14770 from nxhack/node_host_yarn
...
node-yarn: add new package - for building adguardhome
2021-02-16 18:59:36 -08:00
Hirokazu MORIKAWA
33c2a28aca
node-yarn: add new package - for building adguardhome
...
Add the necessary new package to build the latest version of adguardhome.
See this thread : https://github.com/openwrt/packages/pull/14717
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-02-17 10:47:06 +09:00
Hirokazu MORIKAWA
884761c4df
node: make hostpkg icu-enabled
...
Made the necessary changes to build the latest version of adguardhome.
See this thread : https://github.com/openwrt/packages/pull/14717
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-02-17 10:30:56 +09:00
Jeffery To
18330902a0
python3: Fix target python-config when building on macOS
...
The Python version of python-config is installed when building on macOS,
rather than the shell script version when building on Linux. When run on
macOS, the Python version of python-config will return values with
Mac-specific customizations.
This patches the python-config install recipe so that which version is
installed can be controlled by the package makefile. When building on
macOS, this installs the Python version for host Python and the shell
script version for target Python.
This also updates Host/Compile and Host/Install to use the default host
build recipes, so that the various HOST_* variables are taken into
account automatically.
Fixes https://github.com/openwrt/packages/issues/14652
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-17 00:01:41 +08:00
Rosen Penev
b360f25d6c
python-requests: split up patches into two files
...
quilt cannot handle two patches in one file. It ends up merging them
and removing the description from the second. To avoid this, split into
two.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-15 20:38:11 -08:00
Rosen Penev
aa3ec2a640
Merge pull request #14757 from jmarcet/python_docker_update
...
python-docker: Update to 4.4.2
2021-02-15 20:35:30 -08:00
Matt Merhar
52668b1e97
perl-try-tiny: use relative include of perlmod.mk
...
The $(TOPDIR) seemed to cause Makefile parsing issues with CI.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2021-02-15 21:36:28 -05:00
Javier Marcet
6d07d26a42
python-docker: Update to 4.4.2
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-02-15 21:33:47 +00:00
Rosen Penev
ac4cbab7d8
Merge pull request #14743 from jefferyto/python-cffi-1.14.5
...
python-cffi: Update to 1.14.5
2021-02-15 03:08:19 -08:00
Rosen Penev
ceb32dc42c
Merge pull request #14753 from commodo/python-updates1
...
python-pytz,numpy: bump versions
2021-02-15 02:30:03 -08:00
Rosen Penev
3fc29f4716
Merge pull request #14744 from jefferyto/python-cryptography-3.3.2
...
python-cryptography: Update to 3.3.2
2021-02-15 00:49:06 -08:00
Alexandru Ardelean
09214dec38
numpy: bump to version 1.20.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-02-15 10:42:16 +02:00
Alexandru Ardelean
ca45446f16
python-pytz: bump to version 2021.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-02-15 09:14:59 +02:00
Rosen Penev
2726eb5bf1
Merge pull request #14722 from BKPepe/sqlalchemy
...
python-sqlalchemy: update to version 1.3.23
2021-02-14 16:06:22 -08:00
Rosen Penev
d99c828101
Merge pull request #14676 from httpstorm/perl-5.28.1.fix-macos
...
perl: fix build errors on macOS
2021-02-14 15:23:44 -08:00
Jeffery To
b86890b899
python-cryptography: Update to 3.3.2
...
This fixes CVE-2020-36242 (buffer overflows caused by integer overflow
in OpenSSL).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-15 06:26:38 +08:00
Jeffery To
4aba039a2d
python-cffi: Update to 1.14.5
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-15 05:35:23 +08:00
Josef Schlehofer
eef638f587
python-sqlalchemy: update to version 1.3.23
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-12 05:29:49 +01:00
Hirokazu MORIKAWA
4d7fe6ac7c
node: update to v14.15.5
...
Description:
Update to v14.15.5
upgrade npm to 6.14.11
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-02-12 11:48:57 +09:00
Rosen Penev
4e00dc2048
Merge pull request #14689 from peter-stadler/django
...
django: update to 3.1.6 (fixing CVE-2021-3281)
2021-02-09 13:28:49 -08:00
Georgi Valkov
6375f73b29
perl: fix build errors on macOS
...
Added a check for macOS 11 and newer to resolve a compile error:
*** Unexpected product version 11.2.
Added Internals::getcwd.
Fallback to the built-in getcwd to resolve compile errors on macOS:
Can't locate Errno.pm in @INC
/miniperl not found
Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
2021-02-09 10:45:30 +02:00
Peter Stadler
18e696fedc
django: update to 3.1.6
...
fix for CVE-2021-3281
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2021-02-09 08:45:29 +01:00
Michael Heimpold
a64ca69141
Merge pull request #14694 from mhei/php7-update
...
php7: update to 7.4.15
2021-02-09 08:16:24 +01:00
Erik Larsson
f8e15596fc
python-ubus: add package
...
Python bindings for ubus.
Signed-off-by: Erik Larsson <who+github@cnackers.org>
2021-02-09 03:20:17 +01:00
Michael Heimpold
1e2fc720ab
php7: update to 7.4.15
...
This fixes:
- CVE-2021-21702
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-08 22:34:58 +01:00
Rosen Penev
702216588d
Merge pull request #14685 from jefferyto/golang-1.15.8
...
golang: Update to 1.15.8
2021-02-07 15:32:00 -08:00
Jeffery To
0101070676
python-hyperlink: Update to 21.0.0, refresh patch
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-08 04:49:55 +08:00
Jeffery To
ded955be9b
golang: Update to 1.15.8
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-08 02:40:18 +08:00
Michael Heimpold
8cb6bb35a6
php8: Don't run phpize8 with QUILT
...
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.
This is d741a64b7
applied to php8.
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-06 14:26:25 +01:00
Michael Heimpold
4f20c737cb
Merge pull request #14659 from mhei/php8-update
...
php8: update to 8.0.2
2021-02-05 19:20:54 +01:00
Michael Heimpold
43140d77ee
Merge pull request #14658 from mhei/php8-fix-x86_64-build
...
php8: fix cross-compiling for x86_64
2021-02-05 19:20:22 +01:00
Michael Heimpold
0b531c4ec0
php8: update to 8.0.2
...
This fixes:
- CVE-2021-21702
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-05 00:01:41 +01:00
Michael Heimpold
0119aa5280
php8: fix cross-compiling for x86_64
...
The build process uses a minilua helper for code generation
which must not be compiled with target cross-compiler but
the host compiler.
This error was spotted by buildbots:
ext/opcache/minilua /builder/shared-workdir/build/sdk/build_dir/
target-x86_64_musl/php-8.0.1/ext/opcache/jit/dynasm/dynasm.lua
-D X64=1 -o ext/opcache/jit/zend_jit_x86.c /builder/shared-workdir
/build/sdk/build_dir/target-x86_64_musl/php-8.0.1/ext/opcache/jit/zend_jit_x86.dasc
/bin/bash: ext/opcache/minilua: No such file or directory
Makefile:406: recipe for target 'ext/opcache/jit/zend_jit_x86.c' failed
make[4]: *** [ext/opcache/jit/zend_jit_x86.c] Error 127
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-04 23:47:52 +01:00
Ilya Lipnitskiy
d741a64b70
lang/php7: Don't run phpize7 with QUILT
...
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-03 20:40:54 -08:00
Alexandru Ardelean
005e77c7cb
numpy: bump to version 1.20.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-02-02 16:25:10 +02:00
Jan Pavlinec
42b50c1da0
python-execnet: update to version 1.8.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-01 23:33:48 +02:00
Michael Heimpold
b1c44ae9fd
php8: introduce new major version package
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-01 07:49:01 +01:00
Michael Heimpold
73833e6a24
php7: move into own submenu to prepare for upcoming php8
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-01 07:49:01 +01:00
Michael Heimpold
1ada2dd2f9
php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-01 07:49:01 +01:00
Michael Heimpold
e621e17516
php7-pecl-propro: cleanup dead code
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-02-01 07:49:01 +01:00
Erik Larsson
b6a85b9272
python-uci: add package
...
Python bindings for libuci, useful for writing ansible modules to manage OpenWRT systems.
Reused Makefile from upstream: https://gitlab.nic.cz/turris/turris-os-packages/-/blob/develop/lang/python-uci/Makefile
Signed-off-by: Erik Larsson <who+github@cnackers.org>
2021-01-31 18:58:00 +01:00
Jan Pavlinec
7adb6d2599
python-pytest: update to version 6.2.2
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-01-27 17:52:14 +02:00
Jan Pavlinec
b38bf0bd97
python-pytest-xdist: update to version 2.2.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-01-27 17:51:41 +02:00
Jan Pavlinec
edf63727c3
python-psutil: update to version 5.8.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-01-27 17:51:12 +02:00
Jeffery To
c0fb05d670
golang: Update to 1.15.7
...
This includes fixes for:
* CVE-2021-3114: crypto/elliptic: incorrect operations on the P-224
curve
* CVE-2021-3115: cmd/go: packages using cgo can cause arbitrary code
execution on Windows
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-01-25 17:22:25 +08:00
Josef Schlehofer
f9ecc43442
python-flask-seasurf: update to version 0.3.0
...
- Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-24 10:08:04 +01:00
Rosen Penev
747efcbcd1
Merge pull request #14506 from neheb/spm
...
perl-mail-spamassassin: change perl dependency to not use select
2021-01-22 13:33:18 -08:00
Alexandru Ardelean
0f21ed774c
python-evdev: bump to version 1.4.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-20 18:56:06 +02:00
Alexandru Ardelean
deea2815a0
openpyxl: bump to version 3.0.6
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-20 18:56:06 +02:00
Rosen Penev
63f1137ece
perl-net-dns: add perl/host dependency
...
Needed for host build.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-19 00:01:55 -08:00
Rosen Penev
358eb40838
perl-mail-spamassassin: change perl dependency to not use select
...
This properly disables compilation on ARC, where perl is not supported.
Also matches dependencies with other perl packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-18 21:58:06 -08:00
Rosen Penev
db91926103
perl-html-parser: update to 3.75
...
Upstream changed slightly. Adjusted.
Add missing host build dependency. perl/host is needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-18 20:53:33 -08:00
Mathew McBride
9a81524a4d
lyaml: new package to add libyaml binding for Lua
...
lyaml provides a Lua binding for libyaml
Signed-off-by: Mathew McBride <matt@traverse.com.au>
2021-01-18 04:37:58 +00:00
Michael Heimpold
1195c89c95
php7: update to 7.4.14
...
This fixes:
- CVE-2020-7071
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-01-16 22:44:48 +01:00
Michael Heimpold
4e7c006ef2
php7: fix some whitespace nitpicks
...
Align some lines with the rest, no functional change.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-01-16 22:44:48 +01:00
Javier Marcet
bd49d48123
python-docker: Update to 4.4.1
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-01-11 23:02:51 +02:00
Alexandru Ardelean
cfd1af10ff
django-restframework: bump to version 3.12.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-11 22:56:45 +02:00
Alexandru Ardelean
8362abc270
pymysql: bump to version 1.0.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-11 22:56:45 +02:00
Alexandru Ardelean
c72c3b60f0
django: bump to version 3.1.5
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-11 22:56:45 +02:00
Alexandru Ardelean
56390073fa
numpy: bump to version 1.19.5
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-11 22:56:45 +02:00
Jan Pavlinec
42a0f8bdf2
python-msgpack: update to version 1.0.2
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-01-11 13:35:06 +01:00
Hirokazu MORIKAWA
9fc1360899
node: update to v14.15.4
...
January 2021 Security Releases:
use-after-free in TLSWrap (High) (CVE-2020-8265)
HTTP Request Smuggling in nodejs (Low) (CVE-2020-8287)
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-01-11 07:52:45 +09:00
Josef Schlehofer
8aa4461788
python-requests: add patch to solve idna conflict
...
Fixes:
pkg_resources.ContextualVersionConflict: (idna 3.0 (/usr/lib/python3.9/site-packages), Requirement.parse('idna<3,>=2.5'), {'requests'})
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-10 12:06:08 +01:00
Josef Schlehofer
2f6694cbd0
python-aiohttp: update to version 3.7.1
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-09 19:31:06 +01:00
Josef Schlehofer
5fbd256b86
python-slugify: update to version 4.0.1
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-09 18:49:29 +01:00
Josef Schlehofer
0b7e74c90b
python-voluptuous-serialize: update to version 2.4.0
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-09 18:32:52 +01:00
Josef Schlehofer
37c307b933
python-voluptuous: update to version 0.12.1
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-01-09 18:32:08 +01:00
Karl Palsson
c563b72bc2
lang/lualanes: update url and description
...
No package version bump as no change to built package. URL now points
to current useful webpage, and description is based on current release.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2021-01-06 09:45:51 +00:00
Rosen Penev
46b0ed55e3
Merge pull request #14406 from tofurky/fix_perl-www
...
perl-www: add dependency on perl-try-tiny
2021-01-05 22:33:58 -08:00
Alexandru Ardelean
7b4c118752
pillow: bump to version 8.1.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-05 14:18:27 +02:00
Alexandru Ardelean
633e372688
python-idna: bump to version 3.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-01-05 14:18:21 +02:00
Matt Merhar
f0716fdc79
perl-www: add dependency on perl-try-tiny
...
This became a requirement in libwww-perl 6.17.
Note that there are two other missing "soft" dependencies, Authen::Ntlm
as used by LWP::Authen::Ntlm, and Data::Dump as used by
LWP::Debug::TraceHTTP, that are not required for basic functionality.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2021-01-03 19:13:26 -05:00
Matt Merhar
912508c6fe
perl-try-tiny: add new package
...
This is a hard requirement of perl-www.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2021-01-03 19:13:21 -05:00
Daniel Golle
a64b08a225
SpamAssassin: add packages
...
Add spamc and spamc-ssl SpamAssassin client packages.
Also package SpamAssassin Perl backend, but that still lacks many
features due to Perl packages missing in OpenWrt.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:17:50 +00:00
Daniel Golle
ff100b1766
perl: add Net::DNS package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:17:50 +00:00
Daniel Golle
d2fdb2e8ef
perl: add NetAddr::IP package
...
Disable native code for now as it fails due to the package's
build-system not considering STAGING_DIR.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:17:50 +00:00
Daniel Golle
638c816d4e
perl-html-parser: add HostBuild
...
It's required to make SpamAssassin's build system happy.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-03 00:17:50 +00:00
Michael Heimpold
6816e1e402
php7-pecl-redis: update to 5.3.2
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-01-02 13:21:26 +01:00
Michael Heimpold
69b08e965e
php7-pecl-mcrypt: update to 1.0.4
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-01-01 22:54:43 +01:00
Rosen Penev
bfabad1bd1
erlang: disable PGO on host
...
Fixes compilation with clang. The make system misidentifies clang as
GCC for some reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 18:12:22 -08:00
Rosen Penev
598e34a81f
Merge pull request #14354 from nxhack/sp_904
...
node-serialport: update to 9.0.4
2020-12-28 16:18:28 -08:00
Rosen Penev
835d7a5e5b
Merge pull request #14353 from nxhack/spb_904
...
node-serialport-bindings: update to 9.0.4
2020-12-28 16:18:24 -08:00
Rosen Penev
d9dfbd38d2
Merge pull request #14352 from nxhack/hb_124
...
node-homebridge: update to 1.2.4
2020-12-28 16:18:18 -08:00
Hirokazu MORIKAWA
bad982c92e
node-serialport-bindings: update to 9.0.4
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:34:34 +09:00
Hirokazu MORIKAWA
3135860bae
node-serialport: update to 9.0.4
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:33:28 +09:00
Hirokazu MORIKAWA
31123a08f9
node-homebridge: update to 1.2.4
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:32:09 +09:00
Hirokazu MORIKAWA
e55bb25508
node-hid: update to 2.1.1
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:30:49 +09:00
Hirokazu MORIKAWA
4fea76cc01
node: update to v14.15.3
...
Maintainer: me @ianchi
Compile tested: head r15324-920b692, aarch64, x86_64
Run tested: (qemu 5.2.0) aarch64, x86_64
Description:
Update to v14.15.3
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-24 15:23:40 +09:00
Michael Heimpold
344fac11dc
Merge pull request #14286 from flyn-org/php7-pecl-imagick
...
php7-pecl-imagick: add new package
2020-12-21 19:02:18 +01:00
W. Michael Petullo
f95eac4923
php7-pecl-imagick: add new package
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-12-21 10:04:26 -06:00
Alexandru Ardelean
6482a32926
python-pyopenssl: bump to version 20.0.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-21 09:45:00 +02:00
Alexandru Ardelean
1b17319051
python-requests: bump to version 2.25.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-21 09:43:49 +02:00
Alexandru Ardelean
e4303a3d28
python-cryptography: bump to version 3.3.1
...
Regenerated patches from:
https://github.com/pyca/cryptography/pull/4920
The patch names were kept as generated via 'git format-patch 3.3.1..'
And ran through quilt.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-16 08:45:36 +02:00
Alexandru Ardelean
a03ce5bc72
python-chardet: bump to version 4.0.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-16 08:44:28 +02:00
Alexandru Ardelean
571dd8e40a
python3: bump to version 3.9.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-14 08:32:23 +02:00
Zbyněk Kocur
a50254d7e8
javascript-obfuscator: upgrade package to versioon 2.9.4
...
Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
2020-12-11 19:52:44 +01:00
Rosen Penev
b086dbe6eb
Merge pull request #14193 from nxhack/node_14151
...
node: update to v14.15.1
2020-12-10 16:10:38 -08:00
Michael Heimpold
9279a206e9
Merge pull request #13628 from mhei/php7-test
...
php7: add CI test script
2020-12-10 15:14:56 +01:00
Hirokazu MORIKAWA
2aa5671e67
node: update to v14.15.1
...
Update to v14.15.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-10 14:51:08 +09:00
Rosen Penev
46bb62b1af
Merge pull request #12913 from ja-pa/augeas-new-package
...
augeas & python-augeas: add new package
2020-12-07 23:48:03 -08:00
Rosen Penev
95a8cb8a35
Merge pull request #14105 from neheb/tcl
...
tcl: update to 8.6.10
2020-12-07 15:14:29 -08:00
Jan Pavlinec
519dd79c73
python-augeas: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Co-authored-by: Jeffery To <jeffery.to@gmail.com>
2020-12-07 15:47:43 +01:00
Alexandru Ardelean
85dd701f8c
django: bump to version 3.1.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-07 11:02:47 +02:00
Alexandru Ardelean
fd6d7780ae
python-lxml: bump to version 4.6.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-07 11:01:45 +02:00
Jeffery To
b1db2761b2
golang: Update to 1.15.6
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-12-07 05:30:32 +08:00
Michael Heimpold
1054d4cd17
php7: add CI test script
...
This adds basic checks for php7 core and module packages.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-12-02 20:40:05 +01:00
Rosen Penev
f5d2c5ef7d
vala: update to 0.50.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:27:30 -08:00
Rosen Penev
ed15983ff8
tcl: update to 8.6.10
...
Add *BUILD_PARALLEL for faster compilation.
Rearrange variable for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:21:39 -08:00
Jeffery To
d8ebe7d78e
python-pyopenssl: Update to 20.0.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-12-01 12:56:45 +02:00
Jeffery To
c8326f7140
python-cffi: Update to 1.14.4
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-12-01 11:25:01 +02:00
Peter Stadler
83ab6b6449
asgiref: update to version 3.3.1
...
From https://github.com/django/asgiref/blob/master/CHANGELOG.txt
* Updated StatelessServer to use ASGI v3 single-callable applications.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-11-30 08:54:17 +01:00
Michael Heimpold
110ea1b994
php7: remove obsolete patch for ICU 68.1
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-11-29 21:59:06 +01:00
Rosen Penev
fadf7190ea
python3: fix compilation
...
Because of e52d0487e88c3c8c57e1310d1a02b18eae0d142e , these flags no
longer get passed. Add them back to fix compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 13:58:13 +02:00
Michael Heimpold
1023114977
php7: update to 7.4.13
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-11-29 11:03:40 +01:00
Rosen Penev
1652382429
Merge pull request #14034 from nxhack/node_12200
...
node: update to v12.20.0
2020-11-27 00:28:12 -08:00
Hirokazu MORIKAWA
48cf176fb9
node-hid: update to 1.3.2
...
update to 1.3.2
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-27 09:01:11 +09:00
Hirokazu MORIKAWA
86e5f1baa9
node: update to v12.20.0
...
Update to v12.20.0
Take over maintainership from John Crispin
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-27 08:58:31 +09:00
Alexandru Ardelean
d9ff572d3d
python-requests: bump to version 2.25.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-24 21:22:54 +02:00
Rosen Penev
284c6a901e
Merge pull request #13955 from flyn-org/luafilesystem
...
luafilesystem: update to 1.8.0
2020-11-22 18:30:20 -08:00
W. Michael Petullo
7bb26b1092
luafilesystem: clean up Makefile
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-22 18:53:37 -06:00
W. Michael Petullo
ed970424de
luafilesystem: update to 1.8.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-22 18:53:10 -06:00
Luiz Angelo Daros de Luca
2e4fe76be4
ruby: update to version 2.7.2
...
This release contains intentional incompatibility. Deprecation warnings are
off by default on 2.7.2 and later. You can turn on deprecation warnings by
specifying the -w or -W:deprecated option at the command-line. Please check
the topics below for details.
* Feature #17000 2.7.2 turns off deprecation warnings by default
* Feature #16345 Don’t emit deprecation warnings by default.
This release contains the new version of webrick with a security fix described in the article.
* CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in WEBrick
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-11-22 02:01:23 -03:00
W. Michael Petullo
206fa85928
php7-pecl-krb5: update to 1.1.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 13:58:03 -06:00
Jeffery To
bd38850609
golang: Update to 1.15.5
...
This includes security fixes for:
* CVE-2020-28362: panic during recursive division of very large numbers
* CVE-2020-28366: arbitrary code can be injected into cgo generated
files
* CVE-2020-28367: improper validation of cgo flags can lead to remote
code execution at build time
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-11-15 21:43:07 +02:00
Michael Heimpold
a561fe0d35
Merge pull request #13893 from nxhack/php_icu4c_681
...
php7: fix for icu 68.1
2020-11-13 22:27:37 +01:00
Hirokazu MORIKAWA
fc9fa48973
php7: fix for icu 68.1
...
https://github.com/openwrt/packages/pull/13883
https://github.com/php/php-src/commit/8eaaabd
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-13 09:06:15 +09:00
Rosen Penev
50a038ebe5
Merge pull request #13892 from commodo/python-updates1
...
django,numpy,pytz: bump package versions
2020-11-11 10:22:40 -08:00
Alexandru Ardelean
3d2a1f97e1
python-pytz: bump to version 2020.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-11 11:11:27 +02:00
Alexandru Ardelean
6d33fb2885
numpy: bump to version 1.19.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-11 11:08:31 +02:00
Alexandru Ardelean
36f4a17827
django: bump to version 3.1.3
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-11 11:08:31 +02:00
Rosen Penev
1ec2ed0209
Merge pull request #13845 from ja-pa/moreitertools-8.6.0
...
python-more-itertools: update to version 8.6.0
2020-11-10 22:42:00 -08:00
Rosen Penev
549810188a
Merge pull request #13844 from ja-pa/python-toml-0.10.1
...
python-toml: update to version 0.10.2
2020-11-10 22:41:36 -08:00
Rosen Penev
78064dc4c7
Merge pull request #13842 from ja-pa/pytest-6.1.2
...
python-pytest: update to version 6.1.2
2020-11-10 22:41:08 -08:00
Rosen Penev
e869fee56e
Merge pull request #13899 from nxhack/bindings_902
...
node-serialport-bindings: update to 9.0.2
2020-11-10 22:14:23 -08:00
Hirokazu MORIKAWA
9aaed2aaa6
node-serialport-bindings: update to 9.0.2
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-11 10:03:42 +09:00
Hirokazu MORIKAWA
bf93b30766
node-serialport: update to 9.0.2
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-11 10:02:20 +09:00
Jan Pavlinec
b616609af2
python-pytest: update to version 6.1.2
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-11-10 12:39:49 +01:00
Jan Pavlinec
86604c5f1e
python-more-itertools: update to version 8.6.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-11-10 12:37:35 +01:00
Jan Pavlinec
fe6215b2f1
python-toml: update to version 0.10.2
...
Changes:
-bump package
-update host-pip-requirements
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-11-10 12:35:25 +01:00
Rosen Penev
8f12e01391
Merge pull request #13885 from jefferyto/golang-1.15.4
...
golang: Update to 1.15.4
2020-11-09 17:10:56 -08:00
Rosen Penev
ac4cc3194a
Merge pull request #13891 from jefferyto/python-zope-interface-5.2.0
...
python-zope-interface: Update to 5.2.0
2020-11-09 17:10:31 -08:00
Jeffery To
9f934e5ca7
python-zope-interface: Update to 5.2.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-11-10 05:01:00 +08:00
Jeffery To
1aad6310bd
python-attrs: Update to 20.3.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-11-10 04:47:18 +08:00
Jeffery To
4404e0716e
golang: Update to 1.15.4
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-11-09 17:53:43 +08:00
Hirokazu MORIKAWA
4e525af414
node: update to v12.19.0
...
Update to v12.19.0
Fixes for the removal of MIPS FPU emulator support.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-08 16:00:12 +09:00
Josef Schlehofer
12d785e108
python-markdown: update to version 3.3.3
...
Remove dependency python3-setuptools, it is no longer needed since
version 3.2.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-11-05 20:59:52 +01:00
Josef Schlehofer
0e7bd9e3ae
Merge pull request #13840 from BKPepe/python3-yarl
...
python-yarl: update to version 1.6.2
2020-11-05 16:30:11 +01:00
Josef Schlehofer
40596c6144
Merge pull request #13839 from BKPepe/sentrysdk
...
python-sentry-sdk: update to version 0.19.2
2020-11-05 16:29:58 +01:00
Josef Schlehofer
e012b494c2
Merge pull request #13838 from BKPepe/urllib3-update
...
python-urllib3: update to version 1.25.11
2020-11-05 16:29:45 +01:00
Josef Schlehofer
3d0cf25d8a
Merge pull request #13837 from BKPepe/tornado-update
...
python-tornado: update to version 6.1
2020-11-05 16:29:36 +01:00