feed/packages.git
3 years agoMerge pull request #16889 from paper42/knot-3.1.2-21
Josef Schlehofer [Fri, 15 Oct 2021 13:09:51 +0000 (15:09 +0200)]
Merge pull request #16889 from paper42/knot-3.1.2-21

[21.02]: knot: update to 3.1.2

3 years agoknot: update to 3.1.2 16889/head
Michal Vasilek [Thu, 14 Oct 2021 22:02:33 +0000 (00:02 +0200)]
knot: update to 3.1.2

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years agocrowdsec-firewall-bouncer: initial package v0.0.15
Kerma Gérald [Sat, 9 Oct 2021 09:11:05 +0000 (11:11 +0200)]
crowdsec-firewall-bouncer: initial package v0.0.15

/net/crowdsec-firewall-bouncer/

crowdsec-firewall-bouncer will fetch new and old decisions from
 a CrowdSec API to add them in a blocklist used by supported firewalls.

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
(cherry picked from commit 676a621647000c2618360a7752151c7110bd6c58)

3 years agocrowdsec: initial package v1.2.0
Kerma Gérald [Thu, 29 Jul 2021 15:36:58 +0000 (17:36 +0200)]
crowdsec: initial package v1.2.0

/net/crowdsec/

Crowdsec - An open-source, lightweight agent to detect
 and respond to bad behaviours.
 It also automatically benefits from a global community-wide
 IP reputation database.

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
(cherry picked from commit 8903d1b7ca403bcffaead372ac288213252d5d75)

3 years agoyq: Update to 4.13.4
Tianling Shen [Tue, 12 Oct 2021 08:16:37 +0000 (16:16 +0800)]
yq: Update to 4.13.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 2f51a0188c36ed99b21d53fa9ddb123458b935e8)

3 years agoMerge pull request #16884 from stangri/openwrt-21.02
Stan Grishin [Thu, 14 Oct 2021 05:08:27 +0000 (22:08 -0700)]
Merge pull request #16884 from stangri/openwrt-21.02

[21.02] https-dns-proxy: update to 2021-09-27

3 years agohttps-dns-proxy: update to 2021-09-27 16884/head
Stan Grishin [Thu, 30 Sep 2021 18:44:30 +0000 (18:44 +0000)]
https-dns-proxy: update to 2021-09-27

* update to [2021-09-27](https://github.com/aarond10/https_dns_proxy/commit/da2501f542a732167a78f1851a511d9c0abc2fd8)
* fixes https://github.com/aarond10/https_dns_proxy/issues/125
* restart instead of reload on interface hotplug
* fixes https://github.com/openwrt/packages/issues/16794
* produce output and log entries on service start/stop
* prevent unnecessary dnsmasq restarts if service has previously updated dnsmasq settings
* allow both named and typed dnsmasq instance settings to be updated
* update 010-fix-cmakelists patch file

Signed-off-by: Stan Grishin <stangri@melmac.net>
(cherry picked from commit f8d16338da979ad20908bd2a16ca62857a902e91)

3 years agotor: update to 0.4.5.10
Michal Vasilek [Tue, 12 Oct 2021 12:49:07 +0000 (14:49 +0200)]
tor: update to 0.4.5.10

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years agoacme: update to 3.0.1
Georgi Valkov [Sun, 10 Oct 2021 10:00:44 +0000 (13:00 +0300)]
acme: update to 3.0.1

On September the 29th, the certificate for R3, the intermediate
CA of Let's Encrypt expired, followed by the root CA expiration
on September the 30th. Update the acme client to 3.0.1,
to make sure newly generated certificates are using the new CA.
This is a backport of 468fc5fca429ca4276dfcfb4136a0d741ed9038b.
https://github.com/openwrt/packages/pull/16801

Default to letsencrypt because the upstream default may change.
Passing --staging is no longer needed, since --serever will
select a staging server if needed.

Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
Tested-by: Georgi Valkov <gvalkov@abv.bg>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
3 years agogolang: Update to 1.17.2
Jeffery To [Sun, 10 Oct 2021 21:49:00 +0000 (05:49 +0800)]
golang: Update to 1.17.2

Includes fix for CVE-2021-38297 (passing very large arguments to WASM
module functions can cause portions of the module to be overwritten).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit dd986cde7fba08b7c01e3c2a7e25ae612319041f)

3 years agoMerge pull request #16806 from mhei/21.02-php8-update
Michael Heimpold [Sat, 9 Oct 2021 08:58:45 +0000 (10:58 +0200)]
Merge pull request #16806 from mhei/21.02-php8-update

[21.02] php8: update to 8.0.11

3 years agoMerge pull request #16805 from mhei/21.02-php7-update
Michael Heimpold [Sat, 9 Oct 2021 08:58:29 +0000 (10:58 +0200)]
Merge pull request #16805 from mhei/21.02-php7-update

[21.02] php7: update to 7.4.24

3 years agoperl: perlmod.mk: use flock when hostpkg/perl used
Eneas U de Queiroz [Mon, 16 Aug 2021 14:07:35 +0000 (11:07 -0300)]
perl: perlmod.mk: use flock when hostpkg/perl used

Avoid parallel relinking and usage of the host perl binary by wrapping
its usage around flock calls.

Sometimes, two packages will try to relink the static host perl binary
at the same time.  Neither of them will have the other's module linked
in, and one of them will unavoidably clobber the other one's binary.

This will lead to errors when a package will not be able to find a
module that was supposed to be installed.

To fix that, an exclusive flock is used when relinking, with a 900
seconds timeout to avoid locking up the build process forever.

This is not enough because the binary may be concurrently used to build
another module package; perl is used in Configure, Compile, and Install
procedures.  If timing is right, a package will fail with a "permission
denied" error.

So a shared flock call is added in Configure, Compile, and Install
definitions for host and target, with a shorter, 300 seconds timeout.

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

3 years agottyd: fix ssl ca option init
Max S Kash [Sun, 26 Sep 2021 19:52:30 +0000 (00:52 +0500)]
ttyd: fix ssl ca option init

Signed-off-by: Max S Kash <asukms@ya.ru>
3 years agopython-pytz: bump to version 2021.3
Alexandru Ardelean [Mon, 4 Oct 2021 12:12:12 +0000 (15:12 +0300)]
python-pytz: bump to version 2021.3

And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agonano: update to 5.9
Hannu Nyman [Wed, 6 Oct 2021 18:46:47 +0000 (21:46 +0300)]
nano: update to 5.9

Update nano editor to version 5.9.

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

3 years agosmcroute: update to version 2.5.3
Moritz Warning [Fri, 8 Oct 2021 14:22:36 +0000 (16:22 +0200)]
smcroute: update to version 2.5.3

Signed-off-by: Moritz Warning <moritzwarning@web.de>
3 years agoautossh: fix procd env issue
Leo Soares [Wed, 6 Oct 2021 13:03:42 +0000 (14:03 +0100)]
autossh: fix procd env issue

This commit fixes an issue where the `AUTOSSH_GATETIME` is not available in the `procd`  environment which gets overwritten by the second `procd_set_param env` call.
It now calls the `procd_set_param env` once with the two variables, instead of twice.

Signed-off-by: Leo Soares <leo@hyper.ag>
(cherry picked from commit 9c4d79519ced3d0ccf6917e24b32b747e1672c62)

3 years agoautossh: fix compilation without ssh installed
Rosen Penev [Sun, 13 Jun 2021 01:26:19 +0000 (18:26 -0700)]
autossh: fix compilation without ssh installed

configure script looks for host ssh. Just pass the configure variable
directly. --with-ssh doesn't work.

Also get rid of custom Compile section. It's not needed.

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

3 years agophp8: update to 8.0.11 16806/head
Michael Heimpold [Mon, 27 Sep 2021 18:46:19 +0000 (20:46 +0200)]
php8: update to 8.0.11

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 6969fedfd96010dbab67e83d4e761d581bbb3a1d)

3 years agophp8: fix module loading with glibc (refs #16642)
Michael Heimpold [Sun, 26 Sep 2021 20:05:15 +0000 (22:05 +0200)]
php8: fix module loading with glibc (refs #16642)

Without -ldl linker flag .so extensions are not loaded
when glibc is used. Fix it by providing adjusted LDFLAGS
for this case.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 1bff138517bd4ea93b59873590f7dfd0c7fe1931)

3 years agophp8: update to 8.0.10
Michael Heimpold [Mon, 30 Aug 2021 11:34:46 +0000 (13:34 +0200)]
php8: update to 8.0.10

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 449acc7dacf867db2a00ea886b7e4484ceeca6d9)

3 years agophp7: update to 7.4.24 16805/head
Michael Heimpold [Mon, 27 Sep 2021 18:42:47 +0000 (20:42 +0200)]
php7: update to 7.4.24

This fixes:
    - CVE-2021-21706

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 96a04adbf3a3c76360c8be6f7a18c7e9c04561d4)

3 years agophp7: fix module loading with glibc (refs #16642)
Michael Heimpold [Sun, 26 Sep 2021 19:57:36 +0000 (21:57 +0200)]
php7: fix module loading with glibc (refs #16642)

Without -ldl linker flag .so extensions are not loaded
when glibc is used. Fix it by providing adjusted LDFLAGS
for this case.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit d153c61650c0e5a55f4d9d00fcae6f257992c35f)

3 years agotravelmate: support meta-refresh with single-quote
Kamil Trzciński [Fri, 1 Oct 2021 13:17:00 +0000 (16:17 +0300)]
travelmate: support meta-refresh with single-quote

Currently `travelmate` only support `<meta` tag
if it contains `"`. This updates `travelmate.sh` to support
`'` as well.

```html
<meta...content='1; url=
```

Signed-off-by: Kamil Trzciński <ayufan@ayufan.eu>
(cherry picked from commit 2cbd9a2eb1a1658bed9d766e7397ff9ee39cd83b)

3 years agocache-domains: Fixed remote script usage change
Gerard Ryan [Fri, 1 Oct 2021 02:00:38 +0000 (12:00 +1000)]
cache-domains: Fixed remote script usage change
* Removed all unnecessary files after configuration
* Reduced code duplication
* Changed to symlinking config instead of copying

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agohaveged: update to 1.9.15
Hannu Nyman [Sun, 3 Oct 2021 18:05:06 +0000 (21:05 +0300)]
haveged: update to 1.9.15

Update haveged to version 1.9.15.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 years agoyq: Update to 4.13.3
Tianling Shen [Sat, 2 Oct 2021 15:33:38 +0000 (23:33 +0800)]
yq: Update to 4.13.3

Fixes: CVE-2021-33196
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 86e26a0c3b18883d8e6884c538d68e04160eaf47)

3 years agoopenpyxl: bump to version 3.0.9
Alexandru Ardelean [Mon, 27 Sep 2021 19:09:16 +0000 (22:09 +0300)]
openpyxl: bump to version 3.0.9

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years ago[openwrt-21.02] delve: Update to 1.7.2
Niels Widger [Mon, 27 Sep 2021 18:48:46 +0000 (14:48 -0400)]
[openwrt-21.02] delve: Update to 1.7.2

See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for
changes.

Signed-off-by: Niels Widger <niels@qacafe.com>
3 years agozerotier: update to 1.6.6
Chukun Pan [Sun, 26 Sep 2021 03:35:10 +0000 (11:35 +0800)]
zerotier: update to 1.6.6

This is a security release (see [1]).

[1] https://www.zerotier.com/2021/09/21/incident-response-to-september-20th-2021

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
(cherry picked from commit 7f50af89496751206a764c244a7f93a4acde9c34)

3 years agoxray-core: Update to 1.4.5
Tianling Shen [Fri, 24 Sep 2021 07:05:34 +0000 (15:05 +0800)]
xray-core: Update to 1.4.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 0a2fb81acc71a687b7f8a29baff5ad2ef7d58497)

3 years agoyq: Update to 4.13.2
Tianling Shen [Mon, 20 Sep 2021 18:36:46 +0000 (02:36 +0800)]
yq: Update to 4.13.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit f97d8182b8cbfc89db70cf99052b924883136464)

3 years agoattendedsysupgrade-common: use sysupgrade.openwrt.org
Paul Spooren [Fri, 24 Sep 2021 03:25:56 +0000 (17:25 -1000)]
attendedsysupgrade-common: use sysupgrade.openwrt.org

A new server was added which runs within the OpenWrt cloud, it's much
faster and should be used instead. For development the server at
https://asu.aparcar.org stays available.

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years agolibmbim: bump to 1.24.8
Nicholas Smith [Sun, 6 Jun 2021 10:53:56 +0000 (20:53 +1000)]
libmbim: bump to 1.24.8

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit 2e3fb9c996afa9b0a026f92d9a1b57cb4238e012)

3 years agomodemmanager: bump to 1.16.6
Nicholas Smith [Sun, 6 Jun 2021 10:54:44 +0000 (20:54 +1000)]
modemmanager: bump to 1.16.6

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit 5bfe8ed2dffb8b8af37b78d8399b19344ba49311)

3 years agolibqmi: bump to 1.28.8
Nicholas Smith [Sun, 22 Aug 2021 05:49:41 +0000 (15:49 +1000)]
libqmi: bump to 1.28.8

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit 4e67af0cc1f96217a483e5196edf06cb1d216573)

3 years agolibqmi: bump to 1.28.6
Nicholas Smith [Sun, 6 Jun 2021 10:52:36 +0000 (20:52 +1000)]
libqmi: bump to 1.28.6

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
(cherry picked from commit 875e7a759de89cb86f44cace9622549d7e9855af)

3 years agolxc: remove legacy cgroups from common.conf
John Audia [Tue, 7 Sep 2021 10:02:13 +0000 (06:02 -0400)]
lxc: remove legacy cgroups from common.conf

I am unaware of any kernel currently provided that retains cgroup v1 support.
This patch removes these lines in /usr/share/lxc/config/common.conf to allow
for error free usage.

Providing common.conf as-is will result in failure to start. One solution is to
comment out the legacy lines.[1] This requires users to either provide a custom
version of this file on their builds or to manually edit it with each update.

Since many do not build their own, the first option is not available to them.
Manually editing the file with each update will cause a failure to start
containers set to auto-start upon rebooting into the update.

1. https://forum.openwrt.org/t/openwrt-arm64-quick-lxc-howto-guide-lms-in-debian-system-in-lxc-container/99835

Signed-off-by: John Audia <graysky@archlinux.us>
(cherry picked from commit 049cf1e1b0fef97f98ad77a8a26d0fa1b6dad174)

3 years agosyncthing: update to 1.18.2
Michal Vasilek [Fri, 17 Sep 2021 20:06:44 +0000 (22:06 +0200)]
syncthing: update to 1.18.2

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 9a172a52fbd293c742d02cdb49f77ddf06928c7f)

3 years agopython-astral: update to version 2.2
Josef Schlehofer [Mon, 6 Sep 2021 13:33:05 +0000 (15:33 +0200)]
python-astral: update to version 2.2

Update copyright

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 1deaf6dbbeb1247ff34c1b569ccd922a0e656511)

3 years agofail2ban: patch CVE-2021-32749
Michal Vasilek [Thu, 16 Sep 2021 21:32:36 +0000 (23:32 +0200)]
fail2ban: patch CVE-2021-32749

* switch to AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 273a6d19c5aa29b84873a765a942b204b4249200)

3 years agoMerge pull request #16635 from mhei/21.02-php7-update
Michael Heimpold [Thu, 16 Sep 2021 06:14:00 +0000 (08:14 +0200)]
Merge pull request #16635 from mhei/21.02-php7-update

[21.02] php7: update to 7.4.23

3 years agoMerge pull request #16633 from 1715173329/yq-2102
Rosen Penev [Thu, 16 Sep 2021 04:18:51 +0000 (21:18 -0700)]
Merge pull request #16633 from 1715173329/yq-2102

[openwrt-21.02] yq: Update to 4.13.0

3 years agophp7: fix config file upgrade issue (fixes #14623) 16635/head
Michael Heimpold [Thu, 9 Sep 2021 05:39:21 +0000 (07:39 +0200)]
php7: fix config file upgrade issue (fixes #14623)

The addressed issue is related to #6893 as its resolution
is actually causing the problem.

When changing the priority of the config file it happens
that after a sysupgrade the previous file is restored
and the new file is added, ending up in a situation
like this:

/etc/php7/15_openssl.ini
/etc/php7/20_openssl.ini

Causing a double extension=openssl.so to be parsed,
which is not appropriate and leads to error message.

The same problem might also occur for mysqli since there
was also a priority change - let's take care about this
at the same time.

The solution is to remove one of the files. Since it is
a configuration file, the user might have adjusted it, so
lets just use the previous version to replace the new
installed version.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit e51a04930153dad8f7bf74fbde4cfd8e8bd4d0f8)

3 years agophp7: update to 7.4.23
Michael Heimpold [Tue, 31 Aug 2021 18:30:46 +0000 (20:30 +0200)]
php7: update to 7.4.23

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit fb9e05615b40a8015168d8e6d8ab1cb9eb636fd5)

3 years agoyq: Update to 4.13.0 16633/head
Tianling Shen [Wed, 15 Sep 2021 17:44:54 +0000 (01:44 +0800)]
yq: Update to 4.13.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 993315f90a0f632803e5d0da923f000176ff7818)

3 years agotravelmate: update to 2.0.7-2
Dirk Brenken [Wed, 15 Sep 2021 12:52:03 +0000 (14:52 +0200)]
travelmate: update to 2.0.7-2

* removed the newly introduced wpa-supplicant dependency as it makes trouble with a circular dependency

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

3 years agoopenpyxl: bump to version 3.0.8
Alexandru Ardelean [Mon, 13 Sep 2021 07:05:25 +0000 (10:05 +0300)]
openpyxl: bump to version 3.0.8

And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoadguardhome: bump to 0.106.3
Dobroslaw Kijowski [Mon, 24 May 2021 14:50:42 +0000 (16:50 +0200)]
adguardhome: bump to 0.106.3

* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.3

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
(cherry picked from commit 3626cc96f8c0bb91078e2be5f793de99d770441f)

3 years agoadguardhome: bump to 0.106.2
Dobroslaw Kijowski [Mon, 10 May 2021 10:41:39 +0000 (12:41 +0200)]
adguardhome: bump to 0.106.2

* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.2

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
(cherry picked from commit b7048446586ce34ad958381d89dd67bcc80b7665)

3 years agoadguardhome: bump to 0.106.1
Dobroslaw Kijowski [Tue, 4 May 2021 07:36:33 +0000 (09:36 +0200)]
adguardhome: bump to 0.106.1

* Create working directory when it is not present. Apparently
  some recent change made adguardhome fail to start when working
  directory is missing.
* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.1

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
(cherry picked from commit 350ba8cbbd7d24dfabd7ecdec6f264265b37d368)

3 years agoadguardhome: bump to 0.106.0
Dobroslaw Kijowski [Wed, 28 Apr 2021 19:14:20 +0000 (21:14 +0200)]
adguardhome: bump to 0.106.0

* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.0
* Add build time LDFLAG introduced in commit [1].

[1]: https://github.com/AdguardTeam/AdGuardHome/commit/1d07afb30ee9ff00de72182200b7e1c6d1606d77#diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R67

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
(cherry picked from commit 48bf0f8e81dc10d63ac1072ae3e17915f7fe58ab)

3 years agoadguardhome: bump to 0.105.2
Dobroslaw Kijowski [Tue, 16 Mar 2021 14:03:39 +0000 (15:03 +0100)]
adguardhome: bump to 0.105.2

* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.2

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
(cherry picked from commit d12c6658e4419637f703f2978a83fb849f315a76)

3 years agoadguardhome: bump to 0.105.1
Dobroslaw Kijowski [Mon, 7 Dec 2020 11:10:47 +0000 (12:10 +0100)]
adguardhome: bump to 0.105.1

* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.0
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.1
* Add node-yarn/host dependency as it is needed since [1].
* Adjust LDFLAGS to the new ones introduced in [2].
* Invoke targets from make instead of manually running npm and yarn.
* Replace GO_PKG_EXCLUDES with GO_PKG_BUILD_PKG as our intention is to
  build only one specific package (a cosmetic change).

[1]: https://github.com/AdguardTeam/AdGuardHome/commit/5e20ac7ed5de861ea5c945d1775f75312d62b69f#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R140
[2]: https://github.com/AdguardTeam/AdGuardHome/commit/0d67aa251d18f8ab47cfd90072e9d0387dff4224#diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R60

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
(cherry picked from commit d208610b8d56be1845b26605c34589ed79414bd3)

3 years agoMerge pull request #16621 from jefferyto/golang-1.17.1-openwrt-21.02
Josef Schlehofer [Tue, 14 Sep 2021 09:30:08 +0000 (11:30 +0200)]
Merge pull request #16621 from jefferyto/golang-1.17.1-openwrt-21.02

[openwrt-21.02] golang: Update to 1.17.1

3 years agoMerge pull request #16627 from acooler15/add_parted-21.02
Josef Schlehofer [Tue, 14 Sep 2021 07:54:41 +0000 (09:54 +0200)]
Merge pull request #16627 from acooler15/add_parted-21.02

[21.02]parted: add new package

3 years agoautoconf: fix shebang
Ren Zongjia [Sun, 12 Sep 2021 09:31:21 +0000 (17:31 +0800)]
autoconf: fix shebang

Fix shebang errors for autom4te, autoreconf, autoheader, autoscan, autoupdate, ifnames.

resolve openwrt/packages#16604

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
(cherry picked from commit 72f3dfcb0e1c2acb225d282c6968e42852df6cef)
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
3 years agoparted: add new package 16627/head
Oskari Rauta [Wed, 21 Apr 2021 00:27:11 +0000 (03:27 +0300)]
parted: add new package

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
(cherry picked from commit 5ad56ca3407973980109a42c66995cd31fe1f456)
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
3 years agogolang: Update to 1.17.1 16621/head
Jeffery To [Sun, 12 Sep 2021 21:24:58 +0000 (05:24 +0800)]
golang: Update to 1.17.1

Includes fix for CVE-2021-39293 (archive/zip: overflow in preallocation
check can cause OOM panic).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit aa96b8408f84a42142e44e930191a33143914b0d)

3 years agobanip: update 0.7.10-3
Richard Gering [Sat, 11 Sep 2021 22:10:32 +0000 (15:10 -0700)]
banip: update 0.7.10-3

* Updated firehol ipset URLs

Signed-off-by: Richard Gering <rg4github@dutchies.us>
(cherry picked from commit e803f3d75f383929426b4e17331b9d5f80ffdcc8)

3 years agotravelmate: update to 2.0.7
Dirk Brenken [Sat, 11 Sep 2021 16:23:35 +0000 (18:23 +0200)]
travelmate: update to 2.0.7

* add wpa-supplicant package dependency
* removed no longer working 'db-bahn.login' and 'wifionice.login' auto-login scripts
* added the new 'wifibahn.login' script for auto-logins to captive portals WIFI@BAHN (DE),
  run tested on a single ICE (station logins are currently unsupported!)
* vodafone.login prepared to support free/time limited logins (still WIP!)
* change return code handling in login scripts and travelmate
* refine f_wifi function
* fix a few conercase issues

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

3 years agoMerge pull request #16524 from paper42/hplip-no-aslr-21
Luiz Angelo Daros de Luca [Fri, 10 Sep 2021 22:36:31 +0000 (19:36 -0300)]
Merge pull request #16524 from paper42/hplip-no-aslr-21

[21.02] hplip: add a patch to fix PIE builds

3 years agontfs-3g: patch CVE-2019-9755
Michal Vasilek [Fri, 10 Sep 2021 14:11:02 +0000 (16:11 +0200)]
ntfs-3g: patch CVE-2019-9755

* switch to AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years agopython3: bump version to 3.9.7
Alexandru Ardelean [Mon, 6 Sep 2021 07:43:47 +0000 (10:43 +0300)]
python3: bump version to 3.9.7

Refreshed patches.
And apply hack for line-endings in pep517 (from pip).

Hack comment:
  # FIXME: [1] get rid of this asap; 'patch' doesn't like Windows endings, and this file is full of them...
  #        I actually tried this in a number of ways and the only way to fix this is to implement
  #        a poor-man's dos2unix using sed.
  #        The issue is with the pip package; it seems that it throws in some Windows line-endings
  #        and 'patch' won't handle them. So, we do a "dos2unix" and then patch.
  #        We can get rid of this once this is solved upstream and in pip:
  #            https://github.com/pypa/pep517/pull/130

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

3 years agofail2ban: fix hotplug when disabled
Vladislav Grigoryev [Fri, 10 Sep 2021 14:10:04 +0000 (17:10 +0300)]
fail2ban: fix hotplug when disabled

Avoid restarting fail2ban by hotplug when the service is disabled.
Related issue: https://github.com/openwrt/packages/issues/16601

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
(cherry picked from commit 57aab9f1d15fd694ffdf6a83d73d15497d1a5f08)
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
3 years agodjango: bump to version 3.2.7
Alexandru Ardelean [Thu, 9 Sep 2021 08:02:20 +0000 (11:02 +0300)]
django: bump to version 3.2.7

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agofail2ban: fix package for fail2ban v0.11.2
Kerma Gérald [Tue, 7 Sep 2021 12:55:56 +0000 (14:55 +0200)]
fail2ban: fix package for fail2ban v0.11.2

fail2ban v0.11.2 package version 2

Following PR #15098, add fixes to build fail2ban package:
- remove use of fail2ban-python (directly use python3 in script)
- remove link to python3 in /usr/bin (break the package build)
- remove python-tests (reduce the package size)

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
(cherry picked from commit 56a084d3922c84e936ef660a67a2156439223393)

3 years agofail2ban: initial package of fail2ban version 0.11.2
Kerma Gérald [Thu, 11 Mar 2021 13:15:40 +0000 (14:15 +0100)]
fail2ban: initial package of fail2ban version 0.11.2
python3-pyinotify: initial package version 0.9.6 of pyinotify for python3

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
(cherry picked from commit bcb8775e48eb8f99a76b05a8539a0140513e4158)

3 years agonextdns: Update to version 1.37.2
Olivier Poitrey [Thu, 9 Sep 2021 15:57:48 +0000 (15:57 +0000)]
nextdns: Update to version 1.37.2

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
3 years agounbound: backport fix for permission denied error
Ansuel Smith [Mon, 6 Sep 2021 11:12:34 +0000 (13:12 +0200)]
unbound: backport fix for permission denied error

Currently there is a problem with log spam when ipv6 network
is dropped. Fix this by backporting a patch to silence these errors
when verbose logging is not enabled.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit f2f05088a5a12bf9963b83d9613bb96335a27e66)

3 years agounbound: update to 1.3.2
Eric Luehrsen [Sat, 14 Aug 2021 06:59:32 +0000 (02:59 -0400)]
unbound: update to 1.3.2

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
(cherry picked from commit 17c25269d75c5cfedb68aec20d2f9cffa977bc62)

3 years agounbound: fix build on non-linux systems
Felix Fietkau [Wed, 16 Jun 2021 10:58:31 +0000 (12:58 +0200)]
unbound: fix build on non-linux systems

Override places that call uname to detect target features

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit cc1d0aa3d2e83252b1e85e65ce6eb6c7a4c4e98b)

3 years agocgi-io: update to latest Git HEAD
Jo-Philipp Wich [Wed, 8 Sep 2021 19:53:28 +0000 (21:53 +0200)]
cgi-io: update to latest Git HEAD

98cef9d Retry splice() syscall on EINTR

Fixes: https://github.com/openwrt/luci/issues/5342
Fixes: https://bugs.openwrt.org/index.php?do=details&task_id=4006
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit db8e0fdea454c3b07d859935de5a7d3714fd72ac)

3 years agohaproxy: Update HAProxy to v2.2.17
Christian Lachner [Wed, 8 Sep 2021 07:31:14 +0000 (09:31 +0200)]
haproxy: Update HAProxy to v2.2.17

- This update fixes CVE-2021-40346; see: https://jfrog.com/blog/critical-vulnerability-in-haproxy-cve-2021-40346-integer-overflow-enables-http-smuggling/
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
3 years agowsdd2: update to git (2021-08-09), switch to Netgear repo
Andy Walsh [Wed, 8 Sep 2021 12:21:06 +0000 (14:21 +0200)]
wsdd2: update to git (2021-08-09), switch to Netgear repo

* update to git (2021-08-09)
* switch to Netgear repo

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
3 years agosamba: update to 4.14.7
Andy Walsh [Wed, 8 Sep 2021 12:18:55 +0000 (14:18 +0200)]
samba: update to 4.14.7

* update to 4.14.7
* remove domain if fqdn was set
* allow disabling wsdd2 in menuconfig

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
3 years agotor: update to version 0.4.5.8
Jan Pavlinec [Wed, 19 May 2021 10:55:53 +0000 (12:55 +0200)]
tor: update to version 0.4.5.8

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit 5c9ab1ff67fddee8ec34ed55c1b0123d3c6d371f)

3 years agoMerge pull request #16559 from 1715173329/xray-2102
Rosen Penev [Tue, 7 Sep 2021 21:58:27 +0000 (14:58 -0700)]
Merge pull request #16559 from 1715173329/xray-2102

[openwrt-21.02] xray-core: Update to 1.4.3

3 years agonextdns: Update to version 1.37.1
Olivier Poitrey [Tue, 7 Sep 2021 21:17:29 +0000 (21:17 +0000)]
nextdns: Update to version 1.37.1

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
3 years agoxray-core: Update to 1.4.3 16559/head
Tianling Shen [Tue, 7 Sep 2021 19:48:23 +0000 (03:48 +0800)]
xray-core: Update to 1.4.3

- Updated geodata to latest version
- Removed upstreamed patches

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 3f448adabba3c36f13fab9463bd405463df79464)

3 years agobanip: update 0.7.10-2
Dirk Brenken [Tue, 7 Sep 2021 19:16:08 +0000 (21:16 +0200)]
banip: update 0.7.10-2

* optimize dns resolve function
* cosmetics

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

3 years agonextdns: Update to version 1.37.0
Olivier Poitrey [Tue, 7 Sep 2021 16:12:07 +0000 (16:12 +0000)]
nextdns: Update to version 1.37.0

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
3 years agopillow: bump to version 8.2.0
Alexandru Ardelean [Mon, 5 Apr 2021 15:37:06 +0000 (18:37 +0300)]
pillow: bump to version 8.2.0

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

3 years agoacme: Fix uhttpd restart to load new certificates
Dennis Schüsselbauer [Mon, 6 Sep 2021 19:23:33 +0000 (21:23 +0200)]
acme: Fix uhttpd restart to load new certificates

Fixes issue #16256

Bump PKG_RELEASE to 6.

Signed-off-by: Dennis Schüsselbauer <scde@users.noreply.github.com>
(cherry picked from commit d69534751e2cf15aa7add8e8db713fd7131edd1f)

3 years agopython-certifi: update to version 2021.5.30
Josef Schlehofer [Mon, 6 Sep 2021 14:07:58 +0000 (16:07 +0200)]
python-certifi: update to version 2021.5.30

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 571326bd48273a8a845cad4cd97730fa0011958f)

3 years agosquashfs-tools: bump to version 4.5
Alexandru Ardelean [Mon, 26 Jul 2021 07:38:12 +0000 (10:38 +0300)]
squashfs-tools: bump to version 4.5

Drop GCC 10 build patch
Adds 2 more utilities which are symlinks to mksquashfs,unsquashfs.

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

3 years agohplip: add a patch to respect CFLAGS 16524/head
Michal Vasilek [Thu, 2 Sep 2021 13:59:15 +0000 (15:59 +0200)]
hplip: add a patch to respect CFLAGS

* fixes build with PIE
* use AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years agocollectd: sensors plugin - depend on lm-sensors
Hannu Nyman [Sat, 4 Sep 2021 07:53:23 +0000 (10:53 +0300)]
collectd: sensors plugin - depend on lm-sensors

Change the sensors plugin's dependency from libsensors
to lm-sensors, so that also the /usr/sbin/sensors executable
gets installed if the plugin is selected.

Although that is not needed for collectd itself,
the LuCI statistics app expects to find the sensors executable
if the plugin has been installed.

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

3 years agomwan3: Use shebang in /etc/mwan3.user
Brian J. Murrell [Mon, 21 Dec 2020 05:07:38 +0000 (00:07 -0500)]
mwan3: Use shebang in /etc/mwan3.user

To allow the script to define what it should be run with.
This let's the user use bash if it's available, or python, or perl, etc.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
Update PKG_VERSION to 2.10.12
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 3d824ea288d907a31729c3629e884ea122c30da0)

3 years agoperlbase-data: Add dependency on perlbase-scalar
Robert Högberg [Tue, 31 Aug 2021 12:20:08 +0000 (14:20 +0200)]
perlbase-data: Add dependency on perlbase-scalar

Data::Dumper requires Scalar::Util -> add missing dependency.

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
3 years agolttng-tools: fix linking with full language support enabled
Michael Heimpold [Tue, 16 Feb 2021 23:28:49 +0000 (00:28 +0100)]
lttng-tools: fix linking with full language support enabled

This fixes fallout after d18692c.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit ce4701cc922bd118a6da00409d4be89b6ad46faa)

3 years agostoken: fix compilation with BUILD_NLS
Rosen Penev [Mon, 1 Mar 2021 22:47:43 +0000 (14:47 -0800)]
stoken: fix compilation with BUILD_NLS

Fixes linking issue as libxml2 uses iconv.

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

3 years agoaugeas: fix compilation with BUILD_NLS
Rosen Penev [Mon, 1 Mar 2021 23:08:17 +0000 (15:08 -0800)]
augeas: fix compilation with BUILD_NLS

Needs nls.mk because of libxml2.

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

3 years agoMerge pull request #16517 from jefferyto/golang-packages-remove-strip-ldflags-openwrt...
Rosen Penev [Thu, 2 Sep 2021 00:16:16 +0000 (17:16 -0700)]
Merge pull request #16517 from jefferyto/golang-packages-remove-strip-ldflags-openwrt-21.02

[openwrt-21.02] treewide: Remove GO_PKG_LDFLAGS for stripping binaries

3 years agotreewide: Remove GO_PKG_LDFLAGS for stripping binaries 16517/head
Jeffery To [Wed, 1 Sep 2021 22:07:05 +0000 (06:07 +0800)]
treewide: Remove GO_PKG_LDFLAGS for stripping binaries

The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the
binaries it produces. Since the default Go package build process will
strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected,
these flags are unnecessary.

When CONFIG_NO_STRIP is selected, these flags override the user's
intention of building unstripped packages.

This removes these flags for all relevant packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agoopenvpn: add OpenVPN option push-peer-info
Nguyen Quang Minh [Thu, 15 Jul 2021 08:24:48 +0000 (08:24 +0000)]
openvpn: add OpenVPN option push-peer-info

This will allow the server to know more info about the client like
HWADDR, very useful for managing IoT devices.

See: https://www.mankier.com/8/openvpn#--push-peer-info

Signed-off-by: Nguyen Quang Minh <minhnq31@fpt.com.vn>
3 years agoMerge pull request #16514 from jefferyto/python-cryptography-3.4.8-openwrt-21.02
Rosen Penev [Wed, 1 Sep 2021 21:08:46 +0000 (14:08 -0700)]
Merge pull request #16514 from jefferyto/python-cryptography-3.4.8-openwrt-21.02

[openwrt-21.02] python-cryptography: Update to 3.4.8

3 years agopython-cryptography: Update to 3.4.8 16514/head
Jeffery To [Wed, 1 Sep 2021 18:30:37 +0000 (02:30 +0800)]
python-cryptography: Update to 3.4.8

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 69ae9c29a206856af5e737737fcb691c8bce7f08)

3 years agotailscale: update to version 1.12.3
Jan Pavlinec [Mon, 23 Aug 2021 06:44:46 +0000 (08:44 +0200)]
tailscale: update to version 1.12.3

Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
(cherry picked from commit 23d90cabd2b7fcb8a2d75a96a00b4653988f8af6)