Yousong Zhou
fce2b069df
openconnect: break each var into its own line in order
...
For easier review
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-08-27 13:59:35 +08:00
Yousong Zhou
d6d9376141
ovn: include ovn-appctl
...
Required by ovn-ctl for stopping ovn ovsdb instances
This utility was introduced since 20.03.0 after the project was
maintained in its own repo
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-08-27 13:58:39 +08:00
Rosen Penev
04577266e1
Merge pull request #13214 from aparcar/curl
...
curl: add package (previously in base)
2020-08-26 21:04:57 -07:00
Rosen Penev
94b76abd55
Merge pull request #13219 from nxhack/homebridge_112
...
node-homebridge: update to 1.1.2
2020-08-26 21:00:43 -07:00
Tony Butler
7b6f58e9d0
curl: add optional zlib support
...
Package libcurl is missing dependencies for the following libraries:
libzstd.so.1
Previous patch by Hans Dedecker <dedeckeh@gmail.com> took the easy way
out :)
Suggested-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Tony Butler <spudz76@gmail.com>
[fixed title]
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-26 13:26:42 -10:00
Hauke Mehrtens
30fecae052
curl: Use wolfssl by default
...
Instead of using mbedtls by default use wolfssl. We now integrate
wolfssl in the default build so use it also as default ssl library for
curl.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-26 13:25:07 -10:00
Hauke Mehrtens
f2fa1f6093
curl: Fix build with wolfssl
...
Backport a commit from upstream curl to fix a problem in configure with
wolfssl.
checking size of time_t... configure: error: cannot determine a size for time_t
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-26 13:25:07 -10:00
Hirokazu MORIKAWA
e1406bba5a
node-homebridge: update to 1.1.2
...
update to 1.1.2
Add opkg package path to the homebrodge plugin module path.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-08-27 08:15:58 +09:00
Paul Spooren
efed611029
curl: add package (previously in base)
...
Move package over from openwrt.git based on the Hamburg 2019 decision
that non essential packages should be maintained in packages.git
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-26 08:27:24 -10:00
Hannu Nyman
0294be7c98
Merge pull request #13212 from PolynomialDivision/bumpdawn
...
dawn: bump version
2020-08-26 19:14:33 +03:00
Hannu Nyman
540778dc9e
Merge pull request #13207 from commodo/python-updates
...
django,openpyxl: bump versions
2020-08-26 19:13:55 +03:00
Nick Hainke
5491d33d7d
dawn: bump version
...
Includes:
- datastorage: fix hearingmap not synced
Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-08-26 13:56:40 +02:00
Rosen Penev
3e09c19e7e
Merge pull request #13204 from nxhack/upm_node_v12
...
libupm: support node.js v12
2020-08-25 13:27:48 -07:00
Rosen Penev
79fd505592
Merge pull request #13203 from nxhack/mraa_node_v12
...
libmraa: support node.js v12
2020-08-25 13:27:34 -07:00
Rosen Penev
499a03435e
Merge pull request #13209 from ja-pa/sqlite3-security-fix
...
sqlite3: update to version 3.33.0 (security fix)
2020-08-25 13:26:20 -07:00
Hannu Nyman
3ce7595136
nano: update to 5.2
...
Update nano editor to version 5.2.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-25 23:03:55 +03:00
Jan Pavlinec
389ad36a8f
sqlite3: update to version 3.33.0 (security fix)
...
Fixes:
CVE-2020-13871
CVE-2020-15358
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-25 14:55:59 +02:00
Hirokazu MORIKAWA
8844f433e2
libupm: support node.js v12
...
Maintainer: @blogic me
Compile tested: head r14241-ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)
Description:
Addressed the build failure with node.js version 12.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-08-25 18:50:16 +09:00
Hirokazu MORIKAWA
0e9db80f0e
libmraa: support node.js v12
...
Maintainer: @blogic me
Compile tested: head r14241-ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)
Description:
Addressed the build failure with node.js version 12.
Re-enable swig.
https://github.com/openwrt/packages/issues/11977
https://github.com/openwrt/packages/pull/12225
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-08-25 18:49:13 +09:00
Rosen Penev
786253f214
Merge pull request #13202 from nxhack/swig_node_v12
...
swig: support node.js v12
2020-08-25 02:13:35 -07:00
Rosen Penev
172586e318
Merge pull request #13205 from nxhack/node_12_16_2
...
node: update to v12.18.3
2020-08-25 02:13:11 -07:00
Rosen Penev
4ce0c68f9f
Merge pull request #13206 from nxhack/icu_67_1
...
icu: update to 67.1
2020-08-25 02:12:45 -07:00
Rosen Penev
395e9ff31f
Merge pull request #13139 from aaronjg/openfortivpn/ppp-netifd-fix
...
openfortivpn: fix routes passed to netifd
2020-08-25 02:11:17 -07:00
Hirokazu MORIKAWA
1aa025c690
swig: support node.js v12
...
Maintainer: @blogic me
Compile tested: head r14241-ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)
Description:
Addressed the build failure with node.js version 12.
https://github.com/openwrt/packages/pull/12225
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-08-25 17:37:07 +09:00
Yousong Zhou
fed92c81b6
ovn: bump to version 20.06.2
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-08-25 15:50:37 +08:00
Yousong Zhou
282038d97b
openvswitch: bump to version 2.14.0
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-08-25 15:50:32 +08:00
Alexandru Ardelean
d84b66ef66
openpyxl: bump to version 3.0.5
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-08-25 08:54:10 +03:00
Alexandru Ardelean
3c4b5ffeb2
django: bump to version 3.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-08-25 08:53:16 +03:00
Rosen Penev
ad97672726
sshtunnel: correct access of config file
...
With this change the `/etc/config/sshtunnel` file has the correct access.
It's a sensible file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-24 13:49:45 -07:00
Rosen Penev
b9000884d6
Merge pull request #12762 from ngrsdhbw/feature_ddns_cloudflare_bearer
...
ddns-scripts: Support Bearer Token for Cloudflare
2020-08-24 13:09:37 -07:00
Rosen Penev
f7a5d16a7f
Merge pull request #12788 from nwf/rng-tools-6.10
...
rng-tools: bump to 6.10, require libopenssl
2020-08-24 13:08:34 -07:00
Rosen Penev
e7cad1a774
Merge pull request #13147 from ja-pa/python-pytest-xdist-update-2.0.0
...
python-pytest-xdist: update to version 2.0.0
2020-08-24 13:08:02 -07:00
Rosen Penev
8f3642e4bb
Merge pull request #13193 from sartura/sysrepo
...
Update sysrepo, libyang, libnetconf2 and netopeer2 packages to latest versions
2020-08-24 13:06:45 -07:00
Rosen Penev
02f486f973
Merge pull request #13198 from zhaojh329/libuhttpd
...
libuhttpd: Update to 3.2.0
2020-08-24 13:05:54 -07:00
Rosen Penev
6563523d39
Merge pull request #13197 from jmarcet/python-docker-update
...
python-docker: Update to 4.3.1
2020-08-24 13:05:34 -07:00
Jakov Smolic
d726b13aff
libssh: patch ssh_channel_poll_timeout for compatibility with libnetconf2
...
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
2020-08-24 20:05:40 +02:00
Jianhui Zhao
3a13da6131
libuhttpd: Update to 3.2.0
...
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-08-25 00:09:10 +08:00
Rosen Penev
a00b99950a
Merge pull request #13174 from neheb/dav
...
davfs2: update to 1.6.0
2020-08-24 06:57:24 -07:00
Javier Marcet
7724c3bb38
python-docker: Update to 4.3.1
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-08-24 15:03:18 +02:00
Jan Pavlinec
2024c1fb6d
python-pytest-xdist: update to version 2.0.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-24 13:41:31 +02:00
Jan Pavlinec
766acb6616
python-psutil: add new package
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-24 13:41:30 +02:00
Josef Schlehofer
f70d025117
Merge pull request #12480 from ja-pa/python-pytest-update
...
python-pytest: update to version 6.0.1
2020-08-24 13:14:35 +02:00
Jan Pavlinec
bbbea44780
python-pytest: update to version 6.0.1
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-24 12:37:35 +02:00
Jan Pavlinec
7355b68fec
python-py: update to version 1.9.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-24 12:37:35 +02:00
Jan Pavlinec
4713740366
python-iniconfig: add new package (pytest dependency)
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-24 12:37:35 +02:00
Jan Pavlinec
d0ef2feda1
python-toml: add new package (pytest dependency)
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-24 12:37:35 +02:00
Rosen Penev
7df1e45985
Merge pull request #12886 from kongfl888/coremark
...
Coremark: update to ver 2020-05-28 and fix for 64bit
2020-08-23 21:06:02 -07:00
kongfl888 K
642599e8c5
Coremark: update the compilation for 64bit
...
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-24 04:01:10 +00:00
kongfl888 K
9b6e434036
Coremark: bump to ver 2020-05-28
...
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-24 04:01:10 +00:00
Rosen Penev
035700bae9
Merge pull request #13140 from PolynomialDivision/feature/add-ipv6-generator
...
generate-ipv6-address: add ipv6 generator
2020-08-23 20:52:45 -07:00