feed/packages.git
3 years agoMerge pull request #14709 from stangri/master-https-dns-proxy
Rosen Penev [Thu, 18 Feb 2021 21:24:29 +0000 (13:24 -0800)]
Merge pull request #14709 from stangri/master-https-dns-proxy

https-dns-proxy: support for force DNS/DNS hijacking

3 years agoMerge pull request #14779 from dibdot/banip
Dirk Brenken [Thu, 18 Feb 2021 05:40:50 +0000 (06:40 +0100)]
Merge pull request #14779 from dibdot/banip

banip: update to 0.7.2

3 years agoMerge pull request #14775 from ye-holmes/libs/zmq-openpgm-depend
Rosen Penev [Wed, 17 Feb 2021 21:00:41 +0000 (13:00 -0800)]
Merge pull request #14775 from ye-holmes/libs/zmq-openpgm-depend

zmq: add optional dependency on openpgm

3 years agoMerge pull request #14767 from jefferyto/python-config-macos
Rosen Penev [Wed, 17 Feb 2021 20:59:56 +0000 (12:59 -0800)]
Merge pull request #14767 from jefferyto/python-config-macos

python3: Fix target python-config when building on macOS

3 years agobanip: update to 0.7.2 14779/head
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>
3 years agoowipcalc: change maintainer
Nick Hainke [Wed, 17 Feb 2021 11:18:28 +0000 (12:18 +0100)]
owipcalc: change maintainer

As suggested by others, I would like to take care of this tool. I am
developing certain tools that rely on the library and also owipcalc.

Signed-off-by: Nick Hainke <vincent@systemli.org>
3 years agozmq: add optional dependency on openpgm 14775/head
Ye Holmes [Wed, 17 Feb 2021 12:52:31 +0000 (20:52 +0800)]
zmq: add optional dependency on openpgm

And add a patch for CMakeList.txt to configure
correctly with openpgm enabled.

Signed-off-by: Ye Holmes <yeholmes@outlook.com>
3 years agoMerge pull request #14776 from br101/pingchcheck-PKG_SOURCE
Rosen Penev [Wed, 17 Feb 2021 14:05:42 +0000 (06:05 -0800)]
Merge pull request #14776 from br101/pingchcheck-PKG_SOURCE

pingcheck: Remove unnecessary PKG_SOURCE and _SUBDIR

3 years agopingcheck: Remove unnecessary PKG_SOURCE and _SUBDIR 14776/head
Bruno Randolf [Wed, 17 Feb 2021 13:35:23 +0000 (13:35 +0000)]
pingcheck: Remove unnecessary PKG_SOURCE and _SUBDIR

Adressing issue #14773

Signed-off-by: Bruno Randolf <br1@einfach.org>
3 years agoMerge pull request #14770 from nxhack/node_host_yarn
Rosen Penev [Wed, 17 Feb 2021 02:59:36 +0000 (18:59 -0800)]
Merge pull request #14770 from nxhack/node_host_yarn

node-yarn: add new package - for building adguardhome

3 years agoMerge pull request #14769 from nxhack/node_host_icu
Rosen Penev [Wed, 17 Feb 2021 02:58:46 +0000 (18:58 -0800)]
Merge pull request #14769 from nxhack/node_host_icu

node: make hostpkg icu-enabled

3 years agoMerge pull request #14729 from ye-holmes/libs/openpgm
Rosen Penev [Wed, 17 Feb 2021 02:57:40 +0000 (18:57 -0800)]
Merge pull request #14729 from ye-holmes/libs/openpgm

openpgm: Add Pragmatic General Multicast library

3 years agoopenpgm: Add Pragmatic General Multicast library 14729/head
Ye Holmes [Sun, 3 Jan 2021 10:40:03 +0000 (18:40 +0800)]
openpgm: Add Pragmatic General Multicast library

OpenPGM is a library implementing the PGM reliable multicast
network protocol; The famous messaging library ZMQ has an
optional dependency on OpenPGM, with OpenPGM enabled, we can
foster the development of multicast network applications.

Signed-off-by: Ye Holmes <yeholmes@outlook.com>
3 years agonode-yarn: add new package - for building adguardhome 14770/head
Hirokazu MORIKAWA [Wed, 17 Feb 2021 01:47:06 +0000 (10:47 +0900)]
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>
3 years agonode: make hostpkg icu-enabled 14769/head
Hirokazu MORIKAWA [Wed, 17 Feb 2021 01:30:56 +0000 (10:30 +0900)]
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>
3 years agoMerge pull request #14758 from pprindeville/strongswan-drop-route-uid0
Philip Prindeville [Tue, 16 Feb 2021 22:19:14 +0000 (15:19 -0700)]
Merge pull request #14758 from pprindeville/strongswan-drop-route-uid0

strongswan: fix local_gateway discovery

3 years agostrongswan: fix local_gateway discovery 14758/head
Philip Prindeville [Mon, 15 Feb 2021 21:51:02 +0000 (14:51 -0700)]
strongswan: fix local_gateway discovery

This has been observed by myself and @luizluca: ip route get is
appending uid0 to the output, as seen from:

root@OpenWrt2:~# ip route get 1.1.1.1
1.1.1.1 via 174.27.160.1 dev eth3 src 174.27.182.184 uid 0
    cache
root@OpenWrt2:~#

so the fix is an anchored match, discarding all else. Also, using
ip -o means never having to do multiline matches...

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
3 years agoMerge pull request #14760 from pprindeville/libmaria-add-libcurl-dependency
Philip Prindeville [Tue, 16 Feb 2021 20:16:15 +0000 (13:16 -0700)]
Merge pull request #14760 from pprindeville/libmaria-add-libcurl-dependency

libmariadb: add dependency on libcurl

3 years agolibmariadb: add dependency on libcurl 14760/head
Philip Prindeville [Tue, 16 Feb 2021 02:25:46 +0000 (19:25 -0700)]
libmariadb: add dependency on libcurl

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
3 years agopython3: Fix target python-config when building on macOS 14767/head
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>
3 years agocurl,fuse,lm-sensors: move BuildPackage line for libs above packges depending on it
Felix Fietkau [Tue, 16 Feb 2021 10:20:21 +0000 (11:20 +0100)]
curl,fuse,lm-sensors: move BuildPackage line for libs above packges depending on it

Fixes ABI_VERSION handling issues

Signed-off-by: Felix Fietkau <nbd@nbd.name>
3 years agoMerge pull request #14740 from ErwanMAS/tinc_bump_to_git_last_commit
Saverio Proto [Tue, 16 Feb 2021 07:42:23 +0000 (08:42 +0100)]
Merge pull request #14740 from ErwanMAS/tinc_bump_to_git_last_commit

Bump tinc to version 1.1 commit 3ee0d5dd

3 years agoMerge pull request #14728 from neheb/boo
Rosen Penev [Tue, 16 Feb 2021 04:35:59 +0000 (20:35 -0800)]
Merge pull request #14728 from neheb/boo

[RFC] boost: build context under MIPS64

3 years agoMerge pull request #14757 from jmarcet/python_docker_update
Rosen Penev [Tue, 16 Feb 2021 04:35:30 +0000 (20:35 -0800)]
Merge pull request #14757 from jmarcet/python_docker_update

python-docker: Update to 4.4.2

3 years agotinc: new maintainer 14740/head
Erwan MAS [Tue, 16 Feb 2021 04:25:40 +0000 (23:25 -0500)]
tinc: new maintainer

Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
3 years agoMerge pull request #14761 from tofurky/try-tiny_relative_inc
Rosen Penev [Tue, 16 Feb 2021 04:33:08 +0000 (20:33 -0800)]
Merge pull request #14761 from tofurky/try-tiny_relative_inc

perl-try-tiny: use relative include of perlmod.mk

3 years agoperl-try-tiny: use relative include of perlmod.mk 14761/head
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>
3 years agoMerge pull request #14756 from BKPepe/klish-add-nls
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

3 years agopython-docker: Update to 4.4.2 14757/head
Javier Marcet [Mon, 15 Feb 2021 21:32:03 +0000 (21:32 +0000)]
python-docker: Update to 4.4.2

Signed-off-by: Javier Marcet <javier@marcet.info>
3 years agoklish: add include for nls when BUILD_NLS is enabled 14756/head
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>
3 years agoprometheus-node-exporter-lua: fix wifi
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>
3 years agoMerge pull request #14743 from jefferyto/python-cffi-1.14.5
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

3 years agoMerge pull request #14753 from commodo/python-updates1
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

3 years agoMerge pull request #14747 from neheb/o
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

3 years agoMerge pull request #14751 from neheb/rpcbind
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

3 years agoowipcalc: separate in client and lib
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>
3 years agoMerge pull request #14693 from stangri/master-vpn-policy-routing
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

3 years agoMerge pull request #14744 from jefferyto/python-cryptography-3.3.2
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

3 years agonumpy: bump to version 1.20.1 14753/head
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>
3 years agopython-pytz: bump to version 2021.1
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>
3 years agorpcbind: clean up patches using quilt 14751/head
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>
3 years agoapk: update to 2.12.2
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>
3 years agoMerge pull request #14748 from neheb/at
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

3 years agoatftp: update to 0.7.4 14748/head
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>
3 years agoopen-vm-tools: update to 11.2.5 14747/head
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>
3 years agoMerge pull request #14684 from rsa9000/atheepmgr-integration
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

3 years agoMerge pull request #14746 from snh/uhubctl-2.4.0
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

3 years agouhubctl: update to 2.4.0 14746/head
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>
3 years agoMerge pull request #14742 from jedisct1/dnscrypt-csv-update
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

3 years agonet/dnscrypt-proxy: update the CSV list of resolvers 14742/head
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>
3 years agoMerge pull request #14722 from BKPepe/sqlalchemy
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

3 years agoMerge pull request #14676 from httpstorm/perl-5.28.1.fix-macos
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

3 years agoMerge pull request #14730 from BKPepe/nebula
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

3 years agoMerge pull request #14732 from BKPepe/geth-fix-libiconv
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

3 years agoMerge pull request #14724 from 1715173329/xr-bump
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

3 years agopython-cryptography: Update to 3.3.2 14744/head
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>
3 years agopython-cffi: Update to 1.14.5 14743/head
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>
3 years agotinc: fix missing HASH
Erwan MAS [Sun, 14 Feb 2021 19:47:43 +0000 (14:47 -0500)]
tinc: fix missing HASH

Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
3 years agotinc: Bump to version 1.1 commit 3ee0d5dd
Erwan MAS [Sun, 14 Feb 2021 19:21:34 +0000 (14:21 -0500)]
tinc: Bump to version 1.1 commit 3ee0d5dd

Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
3 years agojson-glib: update to 1.6.2
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>
3 years agogeth: update to version 1.9.25 14732/head
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>
3 years agogeth: add libiconv-full dependency if build with NLS
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>
3 years agonebula: cosmetic moving of PKG_MAINTAINER to different place 14730/head
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>
3 years agonebula: use codeload instead of github source code
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>
3 years agoMerge pull request #14634 from neheb/a
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

3 years agoboost: build context for mips64 14728/head
Rosen Penev [Sat, 13 Feb 2021 02:06:06 +0000 (18:06 -0800)]
boost: build context for mips64

It turns out there's upstream support for it. A small patch is needed
to fix softfloat support.

Also added patch to fix boost-fiber on octeon+. Failure happens because
the platform is based on an old MIPSr2 standard that lacks the pause
instruction.

It also turns out that MIPS64 builds are done with the wrong ABI.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoxray-core: Update to 1.3.0 14724/head
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>
3 years agoxray-core: add the test script for action checking
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>
3 years agoMerge pull request #14727 from nxhack/node_14155
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

3 years agovpn-policy-routing: update to version 0.3 14693/head
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>
3 years agobanip: bugfix
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>
3 years agoxray-core: init: add option to control FullConeNAT setting
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>
3 years agopython-sqlalchemy: update to version 1.3.23 14722/head
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>
3 years agonode: update to v14.15.5 14727/head
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>
3 years agoatheepmgr: add new package 14684/head
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>
3 years agoxray-core: bump geodata to latest version
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>
3 years agoyoutube-dl: update to version 2021.2.10 14719/head
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>
3 years agoMerge pull request #14712 from ja-pa/ooniprobe-3.5.1
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

3 years agoooniprobe: update to version 3.5.1 14712/head
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>
3 years agoMerge pull request #14713 from 1715173329/new-yq
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

3 years agonetdata: update to version 1.29.1 14697/head
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>
3 years agoyq: Update to 4.5.1 14713/head
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>
3 years agodnscrypt-proxy2: sync blocked-names to upstream one
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>
3 years agoMerge pull request #14707 from jclong83/dnscrypt-proxy2
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

3 years agoMerge pull request #14705 from micmac1/iio-ico
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

3 years agohttps-dns-proxy: support for force DNS/DNS hijacking 14709/head
Stan Grishin [Wed, 10 Feb 2021 05:59:10 +0000 (05:59 +0000)]
https-dns-proxy: support for force DNS/DNS hijacking

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agoMerge pull request #14668 from pprindeville/strongswan-create-swanctl.d-dir
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

3 years agodnscrypt-proxy2: upgrade to 2.0.45 14707/head
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>
3 years agoMerge pull request #14703 from micmac1/icecast-ico
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

3 years agoMerge pull request #14704 from micmac1/ices-ico
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

3 years agolibiio: allow access to iconv 14705/head
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>
3 years agoicecast: allow access to iconv 14703/head
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>
3 years agoMerge pull request #14702 from micmac1/xslt-ico
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

3 years agoMerge pull request #14701 from ja-pa/lmdb-update
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

3 years agoMerge pull request #14698 from lipnitsk/vpnc
Rosen Penev [Tue, 9 Feb 2021 21:29:53 +0000 (13:29 -0800)]
Merge pull request #14698 from lipnitsk/vpnc

vpnc: update to maintained github fork

3 years agoMerge pull request #14689 from peter-stadler/django
Rosen Penev [Tue, 9 Feb 2021 21:28:49 +0000 (13:28 -0800)]
Merge pull request #14689 from peter-stadler/django

django: update to 3.1.6 (fixing CVE-2021-3281)

3 years agoices: allow access to iconv 14704/head
Sebastian Kemper [Tue, 9 Feb 2021 21:27:53 +0000 (22:27 +0100)]
ices: allow access to iconv

Since commit d18692c libxml2 is linked against iconv. Now ices needs
access to iconv as well. Without it the build fails.

checking for ftime... yes
checking for XML configuration
checking for xml2-config... /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_generic_musl/host/bin/xml2-config
checking for xmlParseFile... no
configure: error: Unable to link with libxml

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
3 years agolibxslt: allow access to iconv 14702/head
Sebastian Kemper [Tue, 9 Feb 2021 21:00:03 +0000 (22:00 +0100)]
libxslt: allow access to iconv

Since commit d18692c libxml2 is linked against iconv. Now libxslt needs
access to iconv as well. Without it the build fails.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
3 years agolmdb: update to version 0.9.28 14701/head
Jan Pavlinec [Tue, 9 Feb 2021 12:29:23 +0000 (13:29 +0100)]
lmdb: update to version 0.9.28

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoMerge pull request #14700 from BKPepe/psmisc
Josef Schlehofer [Tue, 9 Feb 2021 11:55:15 +0000 (12:55 +0100)]
Merge pull request #14700 from BKPepe/psmisc

psmisc: update to version 23.4