feed/packages.git
3 years agovpn-policy-routing: update to 0.3.2-18 14989/head
Stan Grishin [Mon, 1 Mar 2021 21:38:57 +0000 (21:38 +0000)]
vpn-policy-routing: update to 0.3.2-18

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agomwan3: disable DNS lookups for ping checks
Florian Eckert [Mon, 1 Mar 2021 11:22:38 +0000 (12:22 +0100)]
mwan3: disable DNS lookups for ping checks

By default, ping does a reverse DNS of the IP that you are pinging.
When you have a network issue (such as when a link has just gone down
and you haven't yet marked it down), this lookup can cause failures on
tests for links that are still good.

This option only works for iputils ping.
For busybox the option is not evaluated, but it is accepted without
throwing an error.

Fixes: #14968
Fixes: #14924
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Suggested-by: David Lang <david@lang.hm>
(cherry picked from commit 7cfb282432dad52aca0c2c578b43a99da4f8522a)

3 years agoCI: enhance package detection logic
Ilya Lipnitskiy [Wed, 24 Feb 2021 05:06:21 +0000 (21:06 -0800)]
CI: enhance package detection logic

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit a2b08b5cbfb655d853a92f845d7e93e6b4031456)

3 years agoMerge pull request #14946 from G-M0N3Y-2503/docker-20.10.3
Rosen Penev [Sun, 28 Feb 2021 23:03:06 +0000 (15:03 -0800)]
Merge pull request #14946 from G-M0N3Y-2503/docker-20.10.3

docker,dockerd: Updated to 20.10.3

3 years agoMerge pull request #14963 from EricLuehrsen/unbound_1131_2102
Rosen Penev [Sun, 28 Feb 2021 23:02:22 +0000 (15:02 -0800)]
Merge pull request #14963 from EricLuehrsen/unbound_1131_2102

[openwrt-21.02] unbound: update to 1.13.1

3 years agounbound: update to 1.13.1 14963/head
Eric Luehrsen [Sun, 21 Feb 2021 05:51:49 +0000 (00:51 -0500)]
unbound: update to 1.13.1

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
3 years agosafe-search: fix typos in package scripting
Philip Prindeville [Fri, 26 Feb 2021 22:39:01 +0000 (15:39 -0700)]
safe-search: fix typos in package scripting

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit 8d09fc0cfbe126ce3e7123d011c9597e1fae795c)

3 years agoutils/findutils: update to 4.8.0
Bernhard Voelker [Sat, 27 Feb 2021 07:02:57 +0000 (08:02 +0100)]
utils/findutils: update to 4.8.0

* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_RELEASE): Reset to 1.
(PKG_HASH): Update.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
(cherry picked from commit 3614a520d22f48b753460f5d6ca25e89e5300c21)

3 years agostatic-neighbor-reports: add missing Lua dependency
David Bauer [Wed, 6 Jan 2021 01:19:57 +0000 (02:19 +0100)]
static-neighbor-reports: add missing Lua dependency

Add a missing dependency on Lua. Otherwise the script installing the
neighbor report can't be executed in case Lua is not installed on the
system.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 83d572af980db83f91851327dc0e0ed07383f5c8)

3 years agovim: fix compile with BUILD_NLS
Rosen Penev [Fri, 26 Feb 2021 03:47:00 +0000 (19:47 -0800)]
vim: fix compile with BUILD_NLS

Avoids having to use msgfmt, which happens to be broken with gettext-full.

msgfmt is used for the desktop gvim application, which is not used here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit d5ddc98cb6070b1dd412c13ffab87e43722bb80d)

3 years agodocker,dockerd: Updated to 20.10.3 14946/head
Gerard Ryan [Thu, 25 Feb 2021 13:11:56 +0000 (23:11 +1000)]
docker,dockerd: Updated to 20.10.3

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodocker,dockerd: Added git-short-commit to verify short commit
Gerard Ryan [Sun, 21 Feb 2021 12:44:23 +0000 (22:44 +1000)]
docker,dockerd: Added git-short-commit to verify short commit

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agoMerge pull request #14937 from nxhack/2102_add_node-yarn
Rosen Penev [Sun, 28 Feb 2021 09:30:07 +0000 (01:30 -0800)]
Merge pull request #14937 from nxhack/2102_add_node-yarn

[21.02] node-yarn: add new package - for building adguardhome

3 years agoMerge pull request #14935 from G-M0N3Y-2503/dockerd-use-host-dns
Rosen Penev [Sun, 28 Feb 2021 09:29:22 +0000 (01:29 -0800)]
Merge pull request #14935 from G-M0N3Y-2503/dockerd-use-host-dns

dockerd: Added option to configrue docker to use host Dnsmasq for DNS

3 years agodockerd: Package release bump 14935/head
Gerard Ryan [Sun, 21 Feb 2021 01:09:05 +0000 (11:09 +1000)]
dockerd: Package release bump

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: set docker zone chain defaults to ACCEPT
Gerard Ryan [Sat, 20 Feb 2021 07:59:58 +0000 (17:59 +1000)]
dockerd: set docker zone chain defaults to ACCEPT
* Since the docker0 is a private network by default we can be
  more accepting like the LAN is by default

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: Added option to set dns servers
Gerard Ryan [Mon, 25 Jan 2021 06:58:17 +0000 (16:58 +1000)]
dockerd: Added option to set dns servers
* The default server is the default switch so that
  queries will go through the hosts dnsmasq by default

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agoMerge pull request #14839 from G-M0N3Y-2503/dockerd-maintainence-backport
Rosen Penev [Sat, 27 Feb 2021 23:46:10 +0000 (15:46 -0800)]
Merge pull request #14839 from G-M0N3Y-2503/dockerd-maintainence-backport

dockerd: misc maintainence

3 years agoMerge pull request #14920 from luizluca/21.02/sane-backends-1.0.32
Rosen Penev [Sat, 27 Feb 2021 09:35:06 +0000 (01:35 -0800)]
Merge pull request #14920 from luizluca/21.02/sane-backends-1.0.32

[21.02] sane backends 1.0.32

3 years agoadblock: update 4.1.0
Dirk Brenken [Fri, 26 Feb 2021 19:52:55 +0000 (20:52 +0100)]
adblock: update 4.1.0

* major source changes:
  * split oisd.nl in basic and full variant
  * add swedish regional list
  * made archive categories for shallalist and utcapitole selectable
    via LuCI
  * made all list variants of energized and stevenblack selectable
    via LuCI
* removed dns filereset mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 215ffbe35753484c3cd0807341cd82bdba56884f)

3 years agotravelmate: update to 2.0.3
Dirk Brenken [Fri, 26 Feb 2021 18:46:53 +0000 (19:46 +0100)]
travelmate: update to 2.0.3

* refine the wifi reconfigure logic

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 2b476ffd384193044237701a769430ebd416eccb)

3 years agoMerge pull request #14919 from stangri/21.02-vpn-policy-routing
Dirk Brenken [Sat, 27 Feb 2021 05:22:11 +0000 (06:22 +0100)]
Merge pull request #14919 from stangri/21.02-vpn-policy-routing

[21.02] vpn-policy-routing: bugfix: netflix user file missing redirect

3 years agodockerd: Package release bump 14839/head
Gerard Ryan [Sat, 20 Feb 2021 10:26:05 +0000 (20:26 +1000)]
dockerd: Package release bump

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: Added iptables wait to ensure rules are added
Gerard Ryan [Sat, 20 Feb 2021 09:31:55 +0000 (19:31 +1000)]
dockerd: Added iptables wait to ensure rules are added

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: Made blocked_interfaces ip rule REJECT
Gerard Ryan [Sat, 20 Feb 2021 07:32:31 +0000 (17:32 +1000)]
dockerd: Made blocked_interfaces ip rule REJECT
* Changed from DROP to REJECT to be consistant with other firewall rules

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: made registry_mirrors and hosts omittable
Gerard Ryan [Mon, 25 Jan 2021 07:46:35 +0000 (17:46 +1000)]
dockerd: made registry_mirrors and hosts omittable
* Moved logic out of config writing
* Made default config only specify OpenWrt dictated defaults
  Otherwise, docker defaults can be assumed

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: Normalized config quotation marks
Gerard Ryan [Mon, 25 Jan 2021 06:57:08 +0000 (16:57 +1000)]
dockerd: Normalized config quotation marks

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agovpn-policy-routing: bugfix: netflix user file missing redirect 14919/head
Stan Grishin [Fri, 26 Feb 2021 22:03:54 +0000 (22:03 +0000)]
vpn-policy-routing: bugfix: netflix user file missing redirect

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agosane-backends: update to 1.0.32 14920/head
Rosen Penev [Sun, 21 Feb 2021 02:13:33 +0000 (18:13 -0800)]
sane-backends: update to 1.0.32

Dropped patches:
-102-pixma_Restore_old_behaviour_in_case_XML_support_is_missing.patch (merged)
-101-fix_uclibc_std_rand.patch std::round was unavailable because of a wrong configure
 var from the uClibc days. Fixed upstream with 1647790ae6202bd70b199e2aa44f8eb43e8d3af1

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(cherry picked from commit bf1a138f9276718a76589b3b170648d85bbb8c0b)
(cherry picked from commit 49e75e810585a1e173e74fe3b7154a65835675c7)

3 years agolibv4l: fix glibc compilation
Rosen Penev [Sun, 21 Feb 2021 03:51:36 +0000 (19:51 -0800)]
libv4l: fix glibc compilation

There was a typo in the linker flags.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b945b0790f8ababf8c36b9327d8d37f2ff90675b)

3 years agophp7: fix build with QUILT
Eneas U de Queiroz [Thu, 25 Feb 2021 22:09:12 +0000 (19:09 -0300)]
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>
(cherry picked from commit d4979cff06b29ec4c8201d619bbb452b34bb1175)

3 years agophp7: fix pecl build with QUILT
Eneas U de Queiroz [Thu, 25 Feb 2021 15:58:36 +0000 (12:58 -0300)]
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>
(cherry picked from commit 3476816cc8f03dcd7d118bb1faf77a9ef224d66f)

3 years agomstpd: bump to version 0.0.9
Alexandru Ardelean [Thu, 25 Feb 2021 14:09:29 +0000 (16:09 +0200)]
mstpd: bump to version 0.0.9

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit 8520aba2735d9c8b397d6283f779931a8e1bca58)

3 years agoruby: update to 3.0.0
Luiz Angelo Daros de Luca [Mon, 28 Dec 2020 03:27:40 +0000 (00:27 -0300)]
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>
(cherry picked from commit fe4020f23e0ba93aa9d5abef3ce4fee079f03f85)

3 years agoboinc: update to 7.16.16
Rosen Penev [Mon, 22 Feb 2021 01:46:13 +0000 (17:46 -0800)]
boinc: update to 7.16.16

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit ce361e3c1a2220f2c6d798ac1ca65dc57fdaff8b)

3 years agodovecot: update to 2.3.13
Rosen Penev [Mon, 22 Feb 2021 02:16:47 +0000 (18:16 -0800)]
dovecot: update to 2.3.13

Fixed and refreshed patches.

Switched to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 6baf7dd125a4a318dd6b161324b5cb52f40ede1c)

3 years agocurl: update to 7.75.0
Rosen Penev [Mon, 22 Feb 2021 02:06:20 +0000 (18:06 -0800)]
curl: update to 7.75.0

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit d55ea14a46be1cbf78ebb1c4a82bd881154a7225)

3 years agonode: bump to v14.16.0
Hirokazu MORIKAWA [Fri, 26 Feb 2021 00:02:24 +0000 (09:02 +0900)]
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>
(cherry picked from commit a68820bb7439a3c81f0f409cd5a95b6f8ffece8f)

3 years agonode: make hostpkg icu-enabled
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>
(cherry picked from commit 884761c4dfac2d6cca0413e2b876321036a11698)

3 years agodockerd: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
dockerd: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 8a4bb56478036efccbf6f092647da53e52574518)

3 years agodockerd: Package release bump
Gerard Ryan [Sat, 20 Feb 2021 10:26:05 +0000 (20:26 +1000)]
dockerd: Package release bump

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit e882ff47e51981ea99e897cf4517c843dfd6286f)

3 years agooci-runtime-tools: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:38:00 +0000 (15:38 -0300)]
oci-runtime-tools: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit bb9641e7021293fe1afa6b77e24896874d238c37)

3 years agolibnetwork: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:38:00 +0000 (15:38 -0300)]
libnetwork: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit d9f7dff4a09c82c736560bfe1362873453f6374b)

3 years agodocker: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
docker: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 5b2d0609c7ab0698c2fa138d664847195b0b452f)

3 years agocontainerd: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
containerd: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 2d48a7b6e0a5d73962a7cf4bd32a80c762d2f35b)

3 years agocni: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)]
cni: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 619270da0e3b81af08cb2924c8484e92b22339de)

3 years agotor-fw-helper: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:43 +0000 (15:37 -0300)]
tor-fw-helper: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit cffae02037e21471e5a0fdc47b171aedbe926e8f)

3 years agorestic-rest-server: fix build with golang 1.16
Eneas U de Queiroz [Wed, 24 Feb 2021 18:37:12 +0000 (15:37 -0300)]
restic-rest-server: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit b732157dec0be4d90aad5cec48056bd69939bb45)

3 years agonode-yarn: add new package - for building adguardhome 14937/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 agodjango: bump to version 3.1.7
Alexandru Ardelean [Wed, 24 Feb 2021 18:09:57 +0000 (20:09 +0200)]
django: bump to version 3.1.7

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmai.com>
(cherry picked from commit dd58d2469990396466cc780b8995710f35908049)

3 years agosetools: Avoid using host libraries
Eneas U de Queiroz [Wed, 20 Jan 2021 00:20:55 +0000 (21:20 -0300)]
setools: Avoid using host libraries

This adds $STAGING_DIR to library search paths in setup.py, to avoid
picking up host libraries when linking.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 0aff79f29fee274441c22e1eecb199636c3b11ff)

3 years agolibupm: enforce disabling python2
Eneas U de Queiroz [Wed, 20 Jan 2021 01:03:45 +0000 (22:03 -0300)]
libupm: enforce disabling python2

If there are more than two python3 interpreters, and no python2,
libupm thinks one of them is python2 and fails.  Avoid that by
telling it that python2 was not found.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 30a8d8db6aa5c96799b9d869be62cda5fb14fd88)

3 years agolxc: fix build without seccomp if libseccomp built
Eneas U de Queiroz [Tue, 19 Jan 2021 13:29:26 +0000 (10:29 -0300)]
lxc: fix build without seccomp if libseccomp built

This fixes compiling lxc without seccomp support if libseccomp is
already installed to the staging dir.  Patches were applied upstream.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 470176905d3bfcb3e34058490a52e135dfed4df6)

3 years agolibdaq3,snort3: install/use libdaq3 in its own dir
Eneas U de Queiroz [Wed, 20 Jan 2021 01:06:34 +0000 (22:06 -0300)]
libdaq3,snort3: install/use libdaq3 in its own dir

If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files.  Install them in different places to
avoid trouble.

Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 92cdc620b6a6e9974b1a0d69a482ae02f1dd4d5d)

3 years agolibdaq,snort: install/use libdaq2 in its own dir
Eneas U de Queiroz [Wed, 20 Jan 2021 01:06:34 +0000 (22:06 -0300)]
libdaq,snort: install/use libdaq2 in its own dir

If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files.  Install them in different places to
avoid trouble.

Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 48e2b6ebb3ebb688de1c8a069c7b43d9478b3298)

3 years agoMerge pull request #14904 from stangri/21.02-vpn-policy-routing
Rosen Penev [Fri, 26 Feb 2021 05:12:33 +0000 (21:12 -0800)]
Merge pull request #14904 from stangri/21.02-vpn-policy-routing

[21.02] vpn-policy-routing: update user netflix file

3 years agovpn-policy-routing: update user netflix file 14904/head
Stan Grishin [Fri, 26 Feb 2021 02:16:59 +0000 (02:16 +0000)]
vpn-policy-routing: update user netflix file

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agoMerge pull request #14884 from jefferyto/treewide-refresh-patches-openwrt-21.02
Rosen Penev [Thu, 25 Feb 2021 22:05:23 +0000 (14:05 -0800)]
Merge pull request #14884 from jefferyto/treewide-refresh-patches-openwrt-21.02

[openwrt-21.02] treewide: Run refresh on all packages

3 years agonano: update to version 5.6
Hannu Nyman [Thu, 25 Feb 2021 14:59:31 +0000 (16:59 +0200)]
nano: update to version 5.6

Upgrade nano to version 5.6

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit dffdfe4ac8c903fa843695af329c83c70a7c7e1a)

3 years agoMerge pull request #14889 from stangri/21.02-vpn-policy-routing
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

3 years agovpn-policy-routing: custom user scripts improvements 14889/head
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>
3 years agotreewide: Run refresh on all packages 14884/head
Ilya Lipnitskiy [Sun, 21 Feb 2021 00:02:15 +0000 (16:02 -0800)]
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>
(cherry picked from commit 5d8d4fbbcb5c5de9370711c19bb3510210989a98)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agoliburcu: update to version 0.12.2
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)

3 years agolibedit: update to version 20210216-3.1
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)

3 years agoknot-resolver: add new package
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)

3 years agoMerge pull request #14852 from 1715173329/2102-xr-mter
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

3 years agoMerge pull request #14866 from stangri/21.02-https-dns-proxy
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

3 years agoMerge pull request #14868 from stangri/21.02-vpn-policy-routing
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

3 years agoscreen: backport fix for CVE-2021-26937
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)

3 years agovpn-policy-routing: update config file, support PROCD_RELOAD_DELAY 14868/head
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>
3 years agohttps-dns-proxy: add Force DNS support 14866/head
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>
3 years agoMerge pull request #14834 from jefferyto/golang-1.16-openwrt-21.02
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

3 years agoMerge pull request #14851 from 1715173329/2102-yq-mter
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

3 years agoMerge pull request #14848 from jefferyto/python-config-macos-openwrt-21.02
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

3 years agonetdata: update to version 1.29.2
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)

3 years agoxray-core: remove myself from maintainters 14852/head
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)

3 years agoyq: Update to 4.6.0 14851/head
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)

3 years agoyq: remove myself from maintainters
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)

3 years agopython3: Fix target python-config when building on macOS 14848/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>
(cherry picked from commit 18330902a0ca1b162e1ae938d8024cfb7e7c524d)

3 years agogolang: Update to 1.16 14834/head
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)

3 years agogit-lfs: add new package
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)

3 years agoperl-try-tiny: use relative include of perlmod.mk
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)

3 years agodnstap: update to version 0.4.0
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)

3 years agobind: bump to 9.17.10
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)

3 years agotor: update to version 0.4.5.6
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)

3 years agozerotier: bump to 1.6.4
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>
3 years agobanip: update to 0.7.3
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)

3 years agorng-tools: fix init START
Á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)

3 years agorng-tools: start as early as possible
Á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)

3 years agoMerge pull request #14805 from apple-etan/21-02/feature/ek/libnetfilter-queue/ipv6
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

3 years agolibnetfilter-queue: fix IPv6 header handling 14805/head
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>
3 years agoMerge pull request #14803 from apple-etan/21-02/feature/ek/libnetfilter-queue/icmp
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

3 years agolibnetfilter-queue: add pkt_buff function for ICMP 14803/head
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>
3 years agoMerge pull request #14795 from apple-etan/21-02/feature/ek/libnetfilter-queue/fixup
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

3 years agoreptyr: Don't build for mipsel
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)

3 years agolibnetfilter-queue: re-add PKG_FIXUP to fix build 14795/head
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>
3 years agobcm27xx-eeprom: update to latest version
Á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)

3 years agobanip: update to 0.7.2
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)

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 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>