Rosen Penev [Thu, 25 Feb 2021 00:53:44 +0000 (16:53 -0800)]
Merge pull request #14889 from stangri/21.02-vpn-policy-routing
[21.02] vpn-policy-routing: custom user scripts improvements
Stan Grishin [Wed, 24 Feb 2021 19:44:26 +0000 (19:44 +0000)]
vpn-policy-routing: custom user scripts improvements
Signed-off-by: Stan Grishin <stangri@melmac.net>
Jan Hak [Mon, 22 Feb 2021 09:19:34 +0000 (10:19 +0100)]
liburcu: update to version 0.12.2
Signed-off-by: Jan Hak <jan.hak@nic.cz>
(cherry picked from commit
94432033772019d7abf35fd3ab6fce22c6d0c8e2)
Jan Hak [Mon, 22 Feb 2021 08:55:55 +0000 (09:55 +0100)]
libedit: update to version
20210216-3.1
Signed-off-by: Jan Hak <jan.hak@nic.cz>
(cherry picked from commit
fd7f43ae4674b234a975ec67c604abf6e933a0b3)
Jan Pavlinec [Thu, 15 Oct 2020 13:14:41 +0000 (15:14 +0200)]
knot-resolver: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
bb1f6174fa22d924bada763ec1539c4dbb67fa5a)
Rosen Penev [Tue, 23 Feb 2021 13:18:04 +0000 (05:18 -0800)]
Merge pull request #14852 from
1715173329/2102-xr-mter
[openwrt-21.02] xray-core: remove myself from maintainters
Rosen Penev [Tue, 23 Feb 2021 13:11:21 +0000 (05:11 -0800)]
Merge pull request #14866 from stangri/21.02-https-dns-proxy
[21.02] https-dns-proxy: add Force DNS support
Rosen Penev [Tue, 23 Feb 2021 13:10:59 +0000 (05:10 -0800)]
Merge pull request #14868 from stangri/21.02-vpn-policy-routing
[21.02] vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY
Josef Schlehofer [Tue, 23 Feb 2021 07:08:43 +0000 (08:08 +0100)]
screen: backport fix for CVE-2021-26937
Security reports:
- https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html
This issue can be reproduced even on OpenWrt
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982435
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
c250298fa3e60251dfbbb0df40b36c6d67bbea09)
Stan Grishin [Tue, 23 Feb 2021 01:12:39 +0000 (01:12 +0000)]
vpn-policy-routing: update config file, support PROCD_RELOAD_DELAY
Signed-off-by: Stan Grishin <stangri@melmac.net>
Stan Grishin [Tue, 23 Feb 2021 01:04:52 +0000 (01:04 +0000)]
https-dns-proxy: add Force DNS support
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Mon, 22 Feb 2021 23:16:21 +0000 (15:16 -0800)]
Merge pull request #14834 from jefferyto/golang-1.16-openwrt-21.02
[openwrt-21.02] golang: Update to 1.16
Rosen Penev [Mon, 22 Feb 2021 22:43:15 +0000 (14:43 -0800)]
Merge pull request #14851 from
1715173329/2102-yq-mter
[openwrt-21.02] yq: bump to 4.6.0, remove myself from maintainters
Rosen Penev [Mon, 22 Feb 2021 22:21:21 +0000 (14:21 -0800)]
Merge pull request #14848 from jefferyto/python-config-macos-openwrt-21.02
[openwrt-21.02] python3: Fix target python-config when building on macOS
Josef Schlehofer [Mon, 22 Feb 2021 18:05:35 +0000 (19:05 +0100)]
netdata: update to version 1.29.2
Release notes:
https://github.com/netdata/netdata/releases/tag/v1.29.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit
e8021bf14d591edfb3fe36dd194b8109d4f7ffd3)
Tianling Shen [Mon, 22 Feb 2021 16:12:11 +0000 (00:12 +0800)]
xray-core: remove myself from maintainters
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
(Backported from
024112605aaf365dbfce185d4afb765b55652775)
Tianling Shen [Mon, 22 Feb 2021 16:23:56 +0000 (00:23 +0800)]
yq: Update to 4.6.0
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
(Backported from
b8a2c86aa7e0d008ee896ddc10dd467d406f5499)
Tianling Shen [Mon, 22 Feb 2021 16:14:23 +0000 (00:14 +0800)]
yq: remove myself from maintainters
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
(Backported from
f56d697985a8db193e744754757f5ac41b1ae229)
Jeffery To [Tue, 16 Feb 2021 14:23:50 +0000 (22:23 +0800)]
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>
(cherry picked from commit
18330902a0ca1b162e1ae938d8024cfb7e7c524d)
Jeffery To [Mon, 22 Feb 2021 09:01:11 +0000 (17:01 +0800)]
golang: Update to 1.16
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
dc587eccb7ad9f12ef4498ecb339a484299c39ba)
Jan Pavlinec [Mon, 16 Nov 2020 11:15:01 +0000 (12:15 +0100)]
git-lfs: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
0bc2f89ae1d77de2f5a5ebb54b8e56f6d7e22b23)
Matt Merhar [Tue, 16 Feb 2021 02:07:05 +0000 (21:07 -0500)]
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>
(cherry picked from commit
52668b1e9798719f5e7d956f981f2dd2663b2c09)
Jan Pavlinec [Mon, 15 Feb 2021 12:52:44 +0000 (13:52 +0100)]
dnstap: update to version 0.4.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
5514fca2b7c39fc96cf2e0b15bfede1ffc902d04)
Noah Meyerhans [Thu, 18 Feb 2021 21:57:33 +0000 (13:57 -0800)]
bind: bump to 9.17.10
Add build dependency on libnghttp2 for DNS-over-HTTPS support
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
(cherry picked from commit
f33ab760192c02f226dac67236f97a57209d5153)
Jan Pavlinec [Fri, 19 Feb 2021 10:33:55 +0000 (11:33 +0100)]
tor: update to version 0.4.5.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit
17056742ad3115cef0f7022530cbddff2ba0415f)
Moritz Warning [Sun, 21 Feb 2021 02:24:25 +0000 (03:24 +0100)]
zerotier: bump to 1.6.4
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Dirk Brenken [Sat, 20 Feb 2021 09:26:16 +0000 (10:26 +0100)]
banip: update to 0.7.3
* fix search string/pipe preparation for the background service
* fix IPSet maxelem limitation, made it more flexible
* fix potential error during resume action
* add Cisco Talos IP blacklist
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
b65353b4f76f89c11a8e7f2c6307d461e0dce696)
Álvaro Fernández Rojas [Sat, 20 Feb 2021 07:57:09 +0000 (08:57 +0100)]
rng-tools: fix init START
We should be using "00" to deal with alphabetical order.
Fixes: d9cea6747 ("rng-tools: start as early as possible")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry-picked from
55b22d131)
Álvaro Fernández Rojas [Fri, 19 Feb 2021 19:25:27 +0000 (20:25 +0100)]
rng-tools: start as early as possible
Raspberry Pi devices (bcm2708) need this to get from:
[ 102.310494] random: crng init done
to:
[ 12.539744] random: crng init done
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry-picked from commit
e9a126c14)
Rosen Penev [Sat, 20 Feb 2021 03:03:44 +0000 (19:03 -0800)]
Merge pull request #14805 from apple-etan/21-02/feature/ek/libnetfilter-queue/ipv6
libnetfilter-queue: fix IPv6 header handling
Etan Kissling [Fri, 19 Feb 2021 00:41:36 +0000 (01:41 +0100)]
libnetfilter-queue: fix IPv6 header handling
Import
51f25df304aeaa6c1b02ef7456a61278ee70c102 from upstream.
Signed-off-by: Etan Kissling <etan_kissling@apple.com>
(cherry picked from commit
a16faf72b19aba203a8185cba6eae45f62150840)
Signed-off-by: Etan Kissling <etan_kissling@apple.com>
Rosen Penev [Fri, 19 Feb 2021 22:50:46 +0000 (14:50 -0800)]
Merge pull request #14803 from apple-etan/21-02/feature/ek/libnetfilter-queue/icmp
libnetfilter-queue: add pkt_buff function for ICMP
Etan Kissling [Thu, 18 Feb 2021 22:05:24 +0000 (23:05 +0100)]
libnetfilter-queue: add pkt_buff function for ICMP
Import
662c8f44d53492d2e0ebd430dadef12d580ec330 from upstream.
Signed-off-by: Etan Kissling <etan_kissling@apple.com>
(cherry picked from commit
73060f910443476f4f13b76d0f3c9b63473ebbaf)
Signed-off-by: Etan Kissling <etan_kissling@apple.com>
Rosen Penev [Fri, 19 Feb 2021 20:40:13 +0000 (12:40 -0800)]
Merge pull request #14795 from apple-etan/21-02/feature/ek/libnetfilter-queue/fixup
libnetfilter-queue: re-add PKG_FIXUP to fix build
Eneas U de Queiroz [Fri, 19 Feb 2021 19:27:55 +0000 (16:27 -0300)]
reptyr: Don't build for mipsel
The package does not support any mips archs, including mipsel.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit
ac3beceb9614021d0de2b57c8d7aad716d824554)
Etan Kissling [Thu, 18 Feb 2021 23:17:10 +0000 (00:17 +0100)]
libnetfilter-queue: re-add PKG_FIXUP to fix build
Currently when trying to build this package a build error is produced:
WARNING: 'automake-1.16' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<https://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<https://www.gnu.org/software/autoconf>
<https://www.gnu.org/software/m4/>
<https://www.perl.org/>
This error is due to an attempt to use the native host tools instead of
the OpenWrt build system generated ones. By re-adding PKG_FIXUP it is
ensured that the correct version of the host tools are used.
Signed-off-by: Etan Kissling <etan_kissling@apple.com>
(cherry picked from commit
cab73ac82606068ac081df7cd6a2100acc620c77)
Signed-off-by: Etan Kissling <etan_kissling@apple.com>
Álvaro Fernández Rojas [Fri, 19 Feb 2021 09:58:37 +0000 (10:58 +0100)]
bcm27xx-eeprom: update to latest version
New eeprom firmwares support recently added RPi 400 and CM4.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry-picked from commit
7bbf6d1d0)
Dirk Brenken [Wed, 17 Feb 2021 20:24:44 +0000 (21:24 +0100)]
banip: update to 0.7.2
* add scanning for suspicious nginx events
* add a log counter to track the number of the failed requests
or login repetitions of the same ip in the log before banning,
defaults are: ssh (3), luci (3), nginx (5)
* optimize the background service handling
* add 'greensnow' as a new source
* update readme and LuCI frontend regarding the new log count options
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
55d663d291419731b1ff49600adc89ac389aee13)
Josef Schlehofer [Mon, 15 Feb 2021 23:22:21 +0000 (00:22 +0100)]
Merge pull request #14756 from BKPepe/klish-add-nls
klish: add include for nls when BUILD_NLS is enabled
Josef Schlehofer [Mon, 15 Feb 2021 15:53:25 +0000 (16:53 +0100)]
klish: add include for nls when BUILD_NLS is enabled
In recent commit for libxml2 [1], there was enabled support for iconv,
but it relieves issue with klish that it does not compile as it fails with
following output:
checking for xmlNewDoc in -lxml2... no
configure: error: cannot find libxml2 library
make[2]: *** [Makefile:73: /foo/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/klish-2.2.0/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1
make[2]: Leaving directory '/foo/build/feeds/packages/utils/klish'
[1] https://github.com/openwrt/packages/commit/
d18692c92638cdc1e643554699cb21e893abf2e9
Suggested-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Nick Hainke [Mon, 15 Feb 2021 09:55:26 +0000 (10:55 +0100)]
prometheus-node-exporter-lua: fix wifi
The "get_wifi_interfaces" function is not returning the wifi interface
names. This causes the bug #14625.
Fix the "get_wifi_interfaces" function.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Mon, 15 Feb 2021 11:08:19 +0000 (03:08 -0800)]
Merge pull request #14743 from jefferyto/python-cffi-1.14.5
python-cffi: Update to 1.14.5
Rosen Penev [Mon, 15 Feb 2021 10:30:03 +0000 (02:30 -0800)]
Merge pull request #14753 from commodo/python-updates1
python-pytz,numpy: bump versions
Rosen Penev [Mon, 15 Feb 2021 10:26:47 +0000 (02:26 -0800)]
Merge pull request #14747 from neheb/o
open-vm-tools: update to 11.2.5
Rosen Penev [Mon, 15 Feb 2021 10:14:11 +0000 (02:14 -0800)]
Merge pull request #14751 from neheb/rpcbind
rpcbind: clean up patches using quilt
Nick Hainke [Sat, 23 Jan 2021 12:54:41 +0000 (13:54 +0100)]
owipcalc: separate in client and lib
Separate owipcalc in client and lib part. Owipcalc brings a lot of nice
functionality with it, e.g. parsing and calculating prefixes.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Mon, 15 Feb 2021 08:50:14 +0000 (00:50 -0800)]
Merge pull request #14693 from stangri/master-vpn-policy-routing
vpn-policy-routing: update to version 0.3
Rosen Penev [Mon, 15 Feb 2021 08:49:06 +0000 (00:49 -0800)]
Merge pull request #14744 from jefferyto/python-cryptography-3.3.2
python-cryptography: Update to 3.3.2
Alexandru Ardelean [Mon, 15 Feb 2021 07:37:19 +0000 (09:37 +0200)]
numpy: bump to version 1.20.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 8 Feb 2021 06:33:19 +0000 (08:33 +0200)]
python-pytz: bump to version 2021.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Mon, 15 Feb 2021 06:17:43 +0000 (22:17 -0800)]
rpcbind: clean up patches using quilt
The second one was manually modified as quilt gets confused by the ***
and ends up removing the commit description.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 11 Feb 2021 09:20:56 +0000 (01:20 -0800)]
apk: update to 2.12.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 15 Feb 2021 06:05:24 +0000 (22:05 -0800)]
Merge pull request #14748 from neheb/at
atftp: update to 0.7.4
Rosen Penev [Sat, 13 Feb 2021 02:19:53 +0000 (18:19 -0800)]
atftp: update to 0.7.4
Remove upstreamed patches. Refresh others.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 15 Feb 2021 05:06:34 +0000 (21:06 -0800)]
open-vm-tools: update to 11.2.5
Work around a quilt bug where instead of showing a rename, it removes
and duplicates the file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 15 Feb 2021 03:50:05 +0000 (19:50 -0800)]
Merge pull request #14684 from rsa9000/atheepmgr-integration
atheepmgr: add new package
Rosen Penev [Mon, 15 Feb 2021 03:48:37 +0000 (19:48 -0800)]
Merge pull request #14746 from snh/uhubctl-2.4.0
uhubctl: update to 2.4.0
Steven Honson [Mon, 15 Feb 2021 02:18:41 +0000 (13:18 +1100)]
uhubctl: update to 2.4.0
Signed-off-by: Steven Honson <steven@honson.id.au>
Rosen Penev [Mon, 15 Feb 2021 01:34:54 +0000 (17:34 -0800)]
Merge pull request #14742 from jedisct1/dnscrypt-csv-update
net/dnscrypt-proxy: update the CSV list of resolvers
Frank Denis [Sun, 14 Feb 2021 21:02:47 +0000 (22:02 +0100)]
net/dnscrypt-proxy: update the CSV list of resolvers
The previous list was very out of date.
An always up-to-date v1-compatible list is available at:
https://download.dnscrypt.info/dnscrypt-resolvers/v1/
Also use different default resolvers since the previous ones don't
exist any longer.
Signed-off-by: Frank Denis <github@pureftpd.org>
Rosen Penev [Mon, 15 Feb 2021 00:06:22 +0000 (16:06 -0800)]
Merge pull request #14722 from BKPepe/sqlalchemy
python-sqlalchemy: update to version 1.3.23
Rosen Penev [Sun, 14 Feb 2021 23:23:44 +0000 (15:23 -0800)]
Merge pull request #14676 from httpstorm/perl-5.28.1.fix-macos
perl: fix build errors on macOS
Rosen Penev [Sun, 14 Feb 2021 23:20:50 +0000 (15:20 -0800)]
Merge pull request #14730 from BKPepe/nebula
Nebula: downloading tarball with name and its version instead of just version and cosmetic polishing of Makefile
Rosen Penev [Sun, 14 Feb 2021 23:19:34 +0000 (15:19 -0800)]
Merge pull request #14732 from BKPepe/geth-fix-libiconv
geth: add libiconv-full dependency if build with NLS
Rosen Penev [Sun, 14 Feb 2021 23:13:17 +0000 (15:13 -0800)]
Merge pull request #14724 from
1715173329/xr-bump
xray-core: Update to 1.3.0
Jeffery To [Sun, 14 Feb 2021 22:26:38 +0000 (06:26 +0800)]
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>
Jeffery To [Sun, 14 Feb 2021 21:35:23 +0000 (05:35 +0800)]
python-cffi: Update to 1.14.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Sebastian Kemper [Sun, 14 Feb 2021 09:24:50 +0000 (10:24 +0100)]
json-glib: update to 1.6.2
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Josef Schlehofer [Sun, 14 Feb 2021 09:30:59 +0000 (10:30 +0100)]
geth: update to version 1.9.25
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sun, 14 Feb 2021 09:06:43 +0000 (10:06 +0100)]
geth: add libiconv-full dependency if build with NLS
Variable ICONV_DEPENDS is specified in nls.mk which can be found in
OpenWrt main repository.
This fixes issue:
/foo/build/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-8.4.0_musl_eabi/lib/gcc/arm-openwrt-linux-muslgnueabi/8.4.0/../../../../arm-openwrt-linux-muslgnueabi/bin/ld: cannot find -liconv
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sun, 14 Feb 2021 08:39:38 +0000 (09:39 +0100)]
nebula: cosmetic moving of PKG_MAINTAINER to different place
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sun, 14 Feb 2021 08:32:34 +0000 (09:32 +0100)]
nebula: use codeload instead of github source code
Previous code was downloading file v1.3.0, which is wrong, because in
the dl folder there might be some tarballs with that naming and they are
wrong as well.
This could lead to some issues like this:
Hash of the local file v1.3.0.tar.gz does not match (file:
87cf846b02dde6328b84832287d8725d91f12f41366eecb4d59eeda1d6c7efdf, requested:
b94fba0251a4a436e25b127d0b9bc0181b991631f1dc8e344b1c8e895b55375d) - deleting download.
Even though, if you tried it on SDK or minimal build when there is a
small number of packages, you most likely don't encounter it.
The correct solution is to download files with their name and version.
E.g. nebula-version.tar.gz as it is in PKG_SOURCE variable now.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sun, 14 Feb 2021 06:26:34 +0000 (22:26 -0800)]
Merge pull request #14634 from neheb/a
alpine: try to make reproducible
Tianling Shen [Fri, 12 Feb 2021 17:10:21 +0000 (01:10 +0800)]
xray-core: Update to 1.3.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Tianling Shen [Fri, 12 Feb 2021 17:09:19 +0000 (01:09 +0800)]
xray-core: add the test script for action checking
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Rosen Penev [Sat, 13 Feb 2021 00:00:38 +0000 (16:00 -0800)]
Merge pull request #14727 from nxhack/node_14155
node: update to v14.15.5
Stan Grishin [Mon, 8 Feb 2021 17:52:42 +0000 (17:52 +0000)]
vpn-policy-routing: update to version 0.3
Signed-off-by: Stan Grishin <stangri@melmac.net>
Dirk Brenken [Fri, 12 Feb 2021 19:44:11 +0000 (20:44 +0100)]
banip: bugfix
* fix a stale pid file during package update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Tianling Shen [Thu, 11 Feb 2021 16:21:28 +0000 (00:21 +0800)]
xray-core: init: add option to control FullConeNAT setting
Latest version of xray-core made a change to support FullCone NAT,
which would break UDP connection from v2ray-core backend server.
So added the option for v2ray-core users, to make sure UDP works
as expected.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Josef Schlehofer [Fri, 12 Feb 2021 04:29:35 +0000 (05:29 +0100)]
python-sqlalchemy: update to version 1.3.23
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hirokazu MORIKAWA [Fri, 12 Feb 2021 02:48:57 +0000 (11:48 +0900)]
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>
Sergey Ryazanov [Sun, 7 Feb 2021 02:52:27 +0000 (05:52 +0300)]
atheepmgr: add new package
This utility is intended to analyze EEPROM/boarddata content of Atheros
based boards: load, dump, parse and perform quick edit. Mostly it is
used to work with binary dumps/blobs on a host, but sometime it is
useful to be able to run it on a board, e.g. to make an EEPROM content
dump or to quickly analyze ART/boarddata without copying it to a host.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Tianling Shen [Thu, 11 Feb 2021 15:47:46 +0000 (23:47 +0800)]
xray-core: bump geodata to latest version
also adjusted GO_PKG_LDFLAGS_X which was suggested by Jeffery To.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Josef Schlehofer [Thu, 11 Feb 2021 13:55:39 +0000 (14:55 +0100)]
youtube-dl: update to version 2021.2.10
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Thu, 11 Feb 2021 11:33:29 +0000 (12:33 +0100)]
Merge pull request #14712 from ja-pa/ooniprobe-3.5.1
ooniprobe: update to version 3.5.1
Jan Pavlinec [Tue, 9 Feb 2021 14:49:18 +0000 (15:49 +0100)]
ooniprobe: update to version 3.5.1
Changes:
Add test script
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Josef Schlehofer [Wed, 10 Feb 2021 13:35:00 +0000 (14:35 +0100)]
Merge pull request #14713 from
1715173329/new-yq
yq: Update to 4.5.1
Josef Schlehofer [Wed, 10 Feb 2021 13:17:47 +0000 (14:17 +0100)]
netdata: update to version 1.29.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Tianling Shen [Wed, 10 Feb 2021 11:14:01 +0000 (19:14 +0800)]
yq: Update to 4.5.1
added test script as well.
Changelog: https://github.com/mikefarah/yq/releases/tag/v4.5.1
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Josef Schlehofer [Wed, 10 Feb 2021 10:37:09 +0000 (11:37 +0100)]
dnscrypt-proxy2: sync blocked-names to upstream one
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Wed, 10 Feb 2021 10:30:03 +0000 (11:30 +0100)]
Merge pull request #14707 from jclong83/dnscrypt-proxy2
dnscrypt-proxy2: upgrade to 2.0.45
Michael Heimpold [Wed, 10 Feb 2021 06:29:35 +0000 (07:29 +0100)]
Merge pull request #14705 from micmac1/iio-ico
libiio: allow access to iconv
Philip Prindeville [Wed, 10 Feb 2021 05:24:20 +0000 (22:24 -0700)]
Merge pull request #14668 from pprindeville/strongswan-create-swanctl.d-dir
strongswan: create /etc/swanctl/conf.d directory
James Long [Wed, 10 Feb 2021 03:49:13 +0000 (11:49 +0800)]
dnscrypt-proxy2: upgrade to 2.0.45
Signed-off-by: James Long <james@jclong.net>
Rosen Penev [Wed, 10 Feb 2021 02:49:43 +0000 (18:49 -0800)]
Merge pull request #14703 from micmac1/icecast-ico
icecast: allow access to iconv
Rosen Penev [Wed, 10 Feb 2021 02:49:17 +0000 (18:49 -0800)]
Merge pull request #14704 from micmac1/ices-ico
ices: allow access to iconv
Sebastian Kemper [Tue, 9 Feb 2021 21:38:57 +0000 (22:38 +0100)]
libiio: allow access to iconv
Since commit
d18692c libxml2 is linked against iconv. Now libiio needs
access to iconv as well. Without it the build fails.
[ 32%] Building C object CMakeFiles/iio.dir/lock.c.o
[ 34%] Building C object CMakeFiles/iio.dir/iiod-client.c.o
[ 37%] Linking C shared library libiio.so
/builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_generic_gcc-8.4.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/8.4.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -liconv
collect2: error: ld returned 1 exit status
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 9 Feb 2021 21:15:46 +0000 (22:15 +0100)]
icecast: allow access to iconv
Since commit
d18692c libxml2 (and by extension libxslt) is linked against
iconv. Now icecast needs access to iconv as well. Without it the build fails.
xslt.c: In function 'xsltSaveResultToString':
xslt.c:72:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (result->children == NULL)
^~
xslt.c:75:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
buf = xmlAllocOutputBuffer(NULL);
^~~
xslt.c:81:27: error: dereferencing pointer to incomplete type 'xmlBuf' {aka 'struct _xmlBuf'}
*doc_txt_len = buf->conv->use;
^~
make[6]: *** [Makefile:545: xslt.o] Error 1
make[6]: Leaving directory '/openwrt/build_dir/target-mips_24kc_musl/icecast-2.4.4/src'
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Tue, 9 Feb 2021 21:58:15 +0000 (22:58 +0100)]
Merge pull request #14702 from micmac1/xslt-ico
libxslt: allow access to iconv
Rosen Penev [Tue, 9 Feb 2021 21:30:28 +0000 (13:30 -0800)]
Merge pull request #14701 from ja-pa/lmdb-update
lmdb: update to version 0.9.28