feed/packages.git
2 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>
2 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.11
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2 years agoMerge pull request #16220 from paulfertser/socat_add_user
Florian Eckert [Fri, 3 Sep 2021 08:57:49 +0000 (10:57 +0200)]
Merge pull request #16220 from paulfertser/socat_add_user

net: socat: add option user

2 years agoMerge pull request #16430 from LecrisUT/improve-gandi
Florian Eckert [Fri, 3 Sep 2021 08:49:48 +0000 (10:49 +0200)]
Merge pull request #16430 from LecrisUT/improve-gandi

ddns-scripts: better error management for gandi

2 years agoacme: Fix uhttpd restart to load new certificates
Dennis Schüsselbauer [Sat, 28 Aug 2021 02:42:51 +0000 (04:42 +0200)]
acme: Fix uhttpd restart to load new certificates

Fixes issue #16256

Signed-off-by: Dennis Schüsselbauer <scde@users.noreply.github.com>
2 years agoMerge pull request #16520 from ClaymorePT/boost_1.77.0
Rosen Penev [Thu, 2 Sep 2021 03:46:18 +0000 (20:46 -0700)]
Merge pull request #16520 from ClaymorePT/boost_1.77.0

boost: Bump to version 1.77.0

2 years agoboost: Bump to version 1.77.0 16520/head
Carlos Miguel Ferreira [Thu, 2 Sep 2021 01:06:20 +0000 (02:06 +0100)]
boost: Bump to version 1.77.0

This commit updates boost to version 1.77.0
More info about Boost 1.77.0 can be found at the usual place [1].

There are two new libraries in this version:
* Describe [2]: A C++14 reflection library, from Peter Dimov. Provides
macros for describing enumerators and struct/class members, and
primitives for querying this information.
* Lambda2 [3]: A C++14, dependency-free, single header lambda library, from
Peter Dimov. Allows simple function objects to be constructed via
expressions such as:
_1 + 5, _1 % 2 == 0, _1 > _2, or _1 == ' ' || _1 == '\t'.

[1]: https://www.boost.org/users/history/version_1_77_0.html
[2]: https://www.boost.org/libs/describe/
[3]: https://www.boost.org/libs/lambda2/

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2 years agoMerge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflags
Rosen Penev [Thu, 2 Sep 2021 00:16:07 +0000 (17:16 -0700)]
Merge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflags

treewide: Remove GO_PKG_LDFLAGS for stripping binaries

2 years agoMerge pull request #16519 from 1715173329/dnslookup
Rosen Penev [Thu, 2 Sep 2021 00:15:46 +0000 (17:15 -0700)]
Merge pull request #16519 from 1715173329/dnslookup

dnslookup: Update to 1.4.9

2 years agodnslookup: Update to 1.4.9 16519/head
Tianling Shen [Wed, 1 Sep 2021 23:32:55 +0000 (07:32 +0800)]
dnslookup: Update to 1.4.9

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agotreewide: Remove GO_PKG_LDFLAGS for stripping binaries 16516/head
Jeffery To [Wed, 1 Sep 2021 21:31:15 +0000 (05:31 +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>
2 years agoieee8021xclient: add package
David Yang [Sun, 27 Jun 2021 15:30:31 +0000 (23:30 +0800)]
ieee8021xclient: add package

Signed-off-by: David Yang <mmyangfl@gmail.com>
2 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>
2 years agoacme: add haproxy support
Wakatatsu Ryou [Tue, 31 Aug 2021 10:30:52 +0000 (18:30 +0800)]
acme: add haproxy support

Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
2 years agoacme: add haproxy support
Wakatatsu Ryou [Tue, 31 Aug 2021 09:57:43 +0000 (17:57 +0800)]
acme: add haproxy support

Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
2 years agotinc: use 'uci_get_state' instead of 'uci -P /var/state get'
Etienne Champetier [Thu, 12 Aug 2021 20:41:05 +0000 (16:41 -0400)]
tinc: use 'uci_get_state' instead of 'uci -P /var/state get'

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2 years agontfs-3g: bump to 2021.8.22 (CVE fixes)
Sebastian Kemper [Tue, 31 Aug 2021 10:18:20 +0000 (12:18 +0200)]
ntfs-3g: bump to 2021.8.22 (CVE fixes)

Upstream announced new release which includes fixes for 21 CVEs (see
[1]).

Upstream changed the symlink "mkfs.ntfs" to respect "--sbin-dir". So
this commit adjusts this likewise in the Makefile.

[1] https://www.openwall.com/lists/oss-security/2021/08/30/1

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2 years agoMerge pull request #16507 from robho/perl_data_needs_scalar
Rosen Penev [Wed, 1 Sep 2021 21:10:19 +0000 (14:10 -0700)]
Merge pull request #16507 from robho/perl_data_needs_scalar

perlbase-data: Add dependency on perlbase-scalar

2 years agoMerge pull request #16460 from paper42/mutt-2.1.2
Rosen Penev [Wed, 1 Sep 2021 21:09:59 +0000 (14:09 -0700)]
Merge pull request #16460 from paper42/mutt-2.1.2

mutt: update to 2.1.2

2 years agoMerge pull request #16505 from gladiac1337/haproxy-2.4.3
Rosen Penev [Wed, 1 Sep 2021 21:09:23 +0000 (14:09 -0700)]
Merge pull request #16505 from gladiac1337/haproxy-2.4.3

haproxy: Update HAProxy to v2.4.3

2 years agoMerge pull request #16513 from jefferyto/python-cryptography-3.4.8
Rosen Penev [Wed, 1 Sep 2021 21:08:38 +0000 (14:08 -0700)]
Merge pull request #16513 from jefferyto/python-cryptography-3.4.8

python-cryptography: Update to 3.4.8

2 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>
2 years agopython-cryptography: Update to 3.4.8 16513/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>
2 years agoMerge pull request #16508 from mhei/php7-update
Michael Heimpold [Wed, 1 Sep 2021 05:51:07 +0000 (07:51 +0200)]
Merge pull request #16508 from mhei/php7-update

php7: update to 7.4.23

2 years agohtop: Add HTOP_LMSENSORS config option
Etienne Champetier [Tue, 31 Aug 2021 04:38:39 +0000 (00:38 -0400)]
htop: Add HTOP_LMSENSORS config option

Enabled by default for x86, this enables lm-sensors support in htop.
Also add --enable-linux-affinity to avoid autodetecting it

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2 years agophp7: update to 7.4.23 16508/head
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>
2 years agoMerge pull request #16499 from mhei/php8-update
Michael Heimpold [Tue, 31 Aug 2021 18:25:21 +0000 (20:25 +0200)]
Merge pull request #16499 from mhei/php8-update

php8: update to 8.0.10

2 years agoddns-script-gandi: Better error management 16430/head
Cristian Le [Tue, 31 Aug 2021 12:57:30 +0000 (21:57 +0900)]
ddns-script-gandi: Better error management

- Changed DNS endpoint to LiveDNS
- Now using `jshn.sh`
- Better handle errors and ouput

Signed-off-by: Cristian Le <git@lecris.me>
2 years agoMerge pull request #16429 from LecrisUT/PowerDNS
Florian Eckert [Tue, 31 Aug 2021 14:00:03 +0000 (16:00 +0200)]
Merge pull request #16429 from LecrisUT/PowerDNS

ddns-scripts: PowerDNS script

2 years agoperlbase-data: Add dependency on perlbase-scalar 16507/head
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>
2 years agoddns-scripts-pdns: Add package 16429/head
Cristian Le [Tue, 31 Aug 2021 12:54:37 +0000 (21:54 +0900)]
ddns-scripts-pdns: Add package

Signed-off-by: Cristian Le <git@lecris.me>
2 years agoMerge pull request #16462 from commodo/python-sync-host-pip-reqs
Alexandru Ardelean [Tue, 31 Aug 2021 10:27:52 +0000 (13:27 +0300)]
Merge pull request #16462 from commodo/python-sync-host-pip-reqs

python3-package.mk: add check for dependencies in host-pip-requirements

2 years agohaproxy: Update HAProxy to v2.4.3 16505/head
Christian Lachner [Tue, 31 Aug 2021 07:08:08 +0000 (09:08 +0200)]
haproxy: Update HAProxy to v2.4.3

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 years agoMerge pull request #16498 from TDT-AG/pr/20210830-stunnel
Florian Eckert [Tue, 31 Aug 2021 06:08:32 +0000 (08:08 +0200)]
Merge pull request #16498 from TDT-AG/pr/20210830-stunnel

stunnel: update to version 5.60

2 years agoMerge pull request #16497 from TDT-AG/pr/20210830-keepalived
Florian Eckert [Tue, 31 Aug 2021 06:08:14 +0000 (08:08 +0200)]
Merge pull request #16497 from TDT-AG/pr/20210830-keepalived

keepalived: update to version 2.2.4

2 years agoMerge pull request #16493 from 1715173329/v2raya
Rosen Penev [Mon, 30 Aug 2021 22:32:21 +0000 (15:32 -0700)]
Merge pull request #16493 from 1715173329/v2raya

v2rayA: Update to 1.5.2

2 years agouvol: move uxc persistent config volume to /var/run/uxc
Daniel Golle [Mon, 30 Aug 2021 19:40:21 +0000 (20:40 +0100)]
uvol: move uxc persistent config volume to /var/run/uxc

As /var/state is used for UCI state, move persistent config for uxc
from /var/state/uxc to /var/run/uxc.
uxc itself has already been changed to look for it there.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agov2rayA: Update to 1.5.2 16493/head
Tianling Shen [Mon, 30 Aug 2021 05:31:37 +0000 (13:31 +0800)]
v2rayA: Update to 1.5.2

Refreshed init script to adapt new arguments accepted by the program.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agophp8: update to 8.0.10 16499/head
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>
2 years agostunnel: update to version 5.60 16498/head
Florian Eckert [Mon, 30 Aug 2021 07:12:30 +0000 (09:12 +0200)]
stunnel: update to version 5.60

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2 years agokeepalived: update to version 2.2.4 16497/head
Florian Eckert [Wed, 18 Aug 2021 07:42:06 +0000 (09:42 +0200)]
keepalived: update to version 2.2.4

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2 years agopython3-package.mk: add check for dependencies in host-pip-requirements 16462/head
Alexandru Ardelean [Wed, 25 Aug 2021 12:59:56 +0000 (15:59 +0300)]
python3-package.mk: add check for dependencies in host-pip-requirements

It often happens that we update a package to a new version (e.g. cffi) to a
newer version, but we forget to update the version for cffi in the
`lang/python/host-pip-requirements/cffi.txt` file.

This check adds a minimal check, so that when a build occurs for a Python
package, if there is a mention/listing of this package in
`lang/python/host-pip-requirements/` it will check that the versions match.

This way, when we update a package, we get a build failure and update the
host version as well.

This will omit packages (like Cython) that are not packaged for OpenWrt,
but are host-side dependencies only.
But until we find some mechanism to check for those, we will probably only
notice to update them when another build occurs (at the very least).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoseafile-seahub: move Django-1.11.txt in package folder
Alexandru Ardelean [Mon, 30 Aug 2021 07:00:39 +0000 (10:00 +0300)]
seafile-seahub: move Django-1.11.txt in package folder

Django 1.11 (host-build) is only needed for Seahub.
And won't ever be needed for anything else (hopefully).

This change moves it to the Seahub folder.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #16489 from dibdot/banIP
Dirk Brenken [Sun, 29 Aug 2021 18:06:26 +0000 (20:06 +0200)]
Merge pull request #16489 from dibdot/banIP

banip: update 0.7.10

2 years agov2rayA: add new package
Tianling Shen [Thu, 26 Aug 2021 13:13:59 +0000 (21:13 +0800)]
v2rayA: add new package

v2rayA is a Linux web GUI client of Project V which supports V2Ray,
Xray, Shadowsocks, ShadowsocksR, Trojan and Pingtunnel.

Wiki: https://github.com/v2rayA/v2rayA/wiki

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agojson-glib: bump to version 1.6.6
Sebastian Kemper [Sat, 28 Aug 2021 23:03:43 +0000 (01:03 +0200)]
json-glib: bump to version 1.6.6

This also drops 01-remove-python-check.patch, which was added previously
to allow Github Actions to work.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2 years agobanip: update 0.7.10 16489/head
Dirk Brenken [Sun, 29 Aug 2021 15:16:59 +0000 (17:16 +0200)]
banip: update 0.7.10

* switch to unencrypted http downloads for ipdeny.com due to persistant certificate issues
* compact json generator code (tested with report files > 2MB)
* various code cleanups and optimizations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 years agopdns-recursor: Update to v4.5.5
Wout Bertrums [Thu, 26 Aug 2021 08:29:33 +0000 (10:29 +0200)]
pdns-recursor: Update to v4.5.5

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
2 years agopdns-recursor: Update recursor.conf-dist
Wout Bertrums [Thu, 26 Aug 2021 08:28:46 +0000 (10:28 +0200)]
pdns-recursor: Update recursor.conf-dist

It has been updated to the latest version shipped by upstream.
This has not been done since v4.2.1, hence the big diff.

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
2 years agomemcached: use memcached user
Paul Spooren [Tue, 24 Aug 2021 23:31:19 +0000 (13:31 -1000)]
memcached: use memcached user

This avoid using `nobody` as user since multiple services fallback to
this user, resulting in a security issue. The UID was taken from Gentoos
`acct-user` repository.

https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/memcached/memcached-0-r1.ebuild

Signed-off-by: Paul Spooren <mail@aparcar.org>
2 years agonfs-kernel-server: update to 2.5.4
Rosen Penev [Sat, 17 Jul 2021 03:58:21 +0000 (20:58 -0700)]
nfs-kernel-server: update to 2.5.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agosquid: update to 4.16
Rosen Penev [Wed, 7 Jul 2021 03:37:25 +0000 (20:37 -0700)]
squid: update to 4.16

Fixes compilation with GCC11.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolxc: update to 4.0.10
Rosen Penev [Thu, 15 Jul 2021 02:02:42 +0000 (19:02 -0700)]
lxc: update to 4.0.10

Remove getline patch. It seems to be for uClibc, which is no longer in
the tree.

Remove commands patch. Issue was fixed upstream. Same with the tests
patch.

Remove gpg patch. It's an upstream backport.

Refreshed others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16473 from paper42/python-websocket-client-1.2.1
Rosen Penev [Sat, 28 Aug 2021 18:32:10 +0000 (11:32 -0700)]
Merge pull request #16473 from paper42/python-websocket-client-1.2.1

python-websocket-client: update to 1.2.1

2 years agoMerge pull request #16481 from neheb/1
Rosen Penev [Sat, 28 Aug 2021 17:34:48 +0000 (10:34 -0700)]
Merge pull request #16481 from neheb/1

glib2: update to 2.68.4

2 years agoglib2: update to 2.68.4 16481/head
Rosen Penev [Thu, 26 Aug 2021 21:56:30 +0000 (14:56 -0700)]
glib2: update to 2.68.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16472 from paper42/libssh-0.9.6
Rosen Penev [Fri, 27 Aug 2021 20:33:13 +0000 (13:33 -0700)]
Merge pull request #16472 from paper42/libssh-0.9.6

libssh: update to 0.9.6

2 years agoMerge pull request #16475 from M95D/M95D-2
Rosen Penev [Fri, 27 Aug 2021 20:32:41 +0000 (13:32 -0700)]
Merge pull request #16475 from M95D/M95D-2

tvheadend: multiple improvements

2 years agoMerge pull request #16476 from 1715173329/dnsproxy
Rosen Penev [Fri, 27 Aug 2021 20:31:33 +0000 (13:31 -0700)]
Merge pull request #16476 from 1715173329/dnsproxy

dnsproxy: Update to 0.39.4

2 years agoMerge pull request #16479 from mwarning/smcroute
Rosen Penev [Fri, 27 Aug 2021 20:31:19 +0000 (13:31 -0700)]
Merge pull request #16479 from mwarning/smcroute

smcroute: update to version 2.5.2

2 years agoMerge pull request #16477 from 1715173329/yq
Rosen Penev [Fri, 27 Aug 2021 20:30:53 +0000 (13:30 -0700)]
Merge pull request #16477 from 1715173329/yq

yq: Update to 4.12.1

2 years agosmcroute: update to version 2.5.2 16479/head
Moritz Warning [Fri, 27 Aug 2021 19:36:06 +0000 (21:36 +0200)]
smcroute: update to version 2.5.2

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2 years agodnsproxy: Update to 0.39.4 16476/head
Tianling Shen [Fri, 27 Aug 2021 16:37:40 +0000 (00:37 +0800)]
dnsproxy: Update to 0.39.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoyq: Update to 4.12.1 16477/head
Tianling Shen [Fri, 27 Aug 2021 16:43:24 +0000 (00:43 +0800)]
yq: Update to 4.12.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agotvheadend: multiple improvements 16475/head
Marius Dinu [Fri, 27 Aug 2021 07:21:53 +0000 (10:21 +0300)]
tvheadend: multiple improvements
- Added menuconfig options:
  - TV sources and protocols: SAT>IP, IPTV, HDHomeRun
  - SoftCAM (3 options)
  - Image cache (default changed to OFF)
  - Trace debug option (default changed to OFF)
- Added menuconfig descriptions.
- Removed codecs.
- Made PIE option dependent on global OpenWRT PIE setting.
- Run as regular user, not root.
- Added USB hotplug script to change DVB tuners permissions.
- Fixed a first-start bug(?) that I encountered: admin account created but not saved.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2 years agopython-websocket-client: update to 1.2.1 16473/head
Michal Vasilek [Fri, 27 Aug 2021 10:40:48 +0000 (12:40 +0200)]
python-websocket-client: update to 1.2.1

* update license (changed in 1.2.0)
* removed python3-six dependency (removed in 1.0.0)
* do not install tests

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoMerge pull request #16470 from 1715173329/xray
Rosen Penev [Fri, 27 Aug 2021 08:04:31 +0000 (01:04 -0700)]
Merge pull request #16470 from 1715173329/xray

xray-core: fix build under go 1.17

2 years agolibssh: update to 0.9.6 16472/head
Michal Vasilek [Fri, 27 Aug 2021 07:51:17 +0000 (09:51 +0200)]
libssh: update to 0.9.6

* fixes CVE-2021-3634

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoauc: update to version 0.2.4
Daniel Golle [Fri, 27 Aug 2021 01:06:57 +0000 (02:06 +0100)]
auc: update to version 0.2.4

A stray ')' made auc skip the check if all mandatory fields of a
branch are present. Fix paranthesis in that if-clause to actually
check for all fields.

Don't even fetch package lists if checking only for release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoxray-core: fix build under go 1.17 16470/head
Tianling Shen [Thu, 26 Aug 2021 13:52:40 +0000 (21:52 +0800)]
xray-core: fix build under go 1.17

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agomutt: update to 2.1.2, switch to AUTORELEASE 16460/head
Michal Vasilek [Wed, 25 Aug 2021 11:17:54 +0000 (13:17 +0200)]
mutt: update to 2.1.2, switch to AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoauc: update to version 0.2.3
Daniel Golle [Wed, 25 Aug 2021 20:20:39 +0000 (21:20 +0100)]
auc: update to version 0.2.3

 * use regular verrevcmp for branch names, fixes update indication
 * break out usage() from main() function
 * require '-f' in case installed package is missing in remote lists
 * don't use ENETUNREACH for unlrelated error

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #16458 from kuanyili/usbutils
Rosen Penev [Thu, 26 Aug 2021 00:43:00 +0000 (17:43 -0700)]
Merge pull request #16458 from kuanyili/usbutils

usbutils: bump to 014

2 years agoMerge pull request #16459 from commodo/numpy
Rosen Penev [Wed, 25 Aug 2021 21:09:18 +0000 (14:09 -0700)]
Merge pull request #16459 from commodo/numpy

numpy: bump to version 1.21.2

2 years agoMerge pull request #16418 from SibrenVasse/master
Rosen Penev [Wed, 25 Aug 2021 21:07:07 +0000 (14:07 -0700)]
Merge pull request #16418 from SibrenVasse/master

openssh: update to 8.7p1

2 years agoyq: Update to 4.12.0
Tianling Shen [Wed, 25 Aug 2021 14:41:14 +0000 (22:41 +0800)]
yq: Update to 4.12.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoMerge pull request #16366 from stintel/rtl_433
Stijn Tintel [Wed, 25 Aug 2021 15:21:52 +0000 (18:21 +0300)]
Merge pull request #16366 from stintel/rtl_433

rtl_433: disable SoapySDR

2 years agoopenssh: update to 8.7p1 16418/head
Sibren Vasse [Sat, 21 Aug 2021 11:00:07 +0000 (13:00 +0200)]
openssh: update to 8.7p1

Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
2 years agolua: penlight: bump to 1.11.0
Karl Palsson [Mon, 23 Aug 2021 10:33:51 +0000 (10:33 +0000)]
lua: penlight: bump to 1.11.0

Feature updates, and some minor bugfixes.

Changelog for 1.11.0: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1110-2021-08-18
Changelog for prior releases rolled up here are in the same changelog.

This also moves to the "final" home, under lunarmodules, instead of the
temporary "tieske" maintainer's private github, see https://github.com/lunarmodules/Penlight/issues/339

Signed-off-by: Karl Palsson <karlp@etactica.com>
2 years agolibwebsockets: enable external poll support
Karl Palsson [Wed, 25 Aug 2021 09:54:18 +0000 (09:54 +0000)]
libwebsockets: enable external poll support

This was removed and then re-added, but defaulted off upstream.  It's
still listed as "not recommended" but still absolutely essential for
many apps for performance.

Fixes: https://github.com/eclipse/mosquitto/issues/2284
Signed-off-by: Karl Palsson <karlp@etactica.com>
2 years agoMerge pull request #16422 from neheb/g19
Rosen Penev [Wed, 25 Aug 2021 07:57:54 +0000 (00:57 -0700)]
Merge pull request #16422 from neheb/g19

gerbera: update to 1.9.0

2 years agonumpy: bump to version 1.21.2 16459/head
Alexandru Ardelean [Wed, 25 Aug 2021 07:05:48 +0000 (10:05 +0300)]
numpy: bump to version 1.21.2

Switch to AUTORELEASE for PKG_RELEASE.
And update Cython as well.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agousbutils: bump to 014 16458/head
Kuan-Yi Li [Wed, 25 Aug 2021 06:31:32 +0000 (14:31 +0800)]
usbutils: bump to 014

Remove dependency on usbids as lsusb binary does not use usb.ids file
anymore, instead it uses udev hardware database.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2 years agogerbera: update to 1.9.0 16422/head
Rosen Penev [Sat, 21 Aug 2021 18:42:17 +0000 (11:42 -0700)]
gerbera: update to 1.9.0

Backport upstream patch fixing Os compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agospdlog: update to 1.9.2
Rosen Penev [Sat, 21 Aug 2021 18:42:04 +0000 (11:42 -0700)]
spdlog: update to 1.9.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16453 from paper42/grep-3.7
Rosen Penev [Wed, 25 Aug 2021 02:12:47 +0000 (19:12 -0700)]
Merge pull request #16453 from paper42/grep-3.7

grep: update to 3.7

2 years agoMerge pull request #16374 from neheb/pocc
Rosen Penev [Wed, 25 Aug 2021 02:12:00 +0000 (19:12 -0700)]
Merge pull request #16374 from neheb/pocc

poco: update to 1.11.0

2 years agoMerge pull request #16452 from commodo/python-simplejson
Rosen Penev [Wed, 25 Aug 2021 02:10:49 +0000 (19:10 -0700)]
Merge pull request #16452 from commodo/python-simplejson

python-simplejson: bump to version 3.17.5

2 years agoMerge pull request #16405 from neheb/airr
Rosen Penev [Wed, 25 Aug 2021 02:08:41 +0000 (19:08 -0700)]
Merge pull request #16405 from neheb/airr

aircrack-ng: add fcommon

2 years agoMerge pull request #16330 from neheb/ksmbbb
Rosen Penev [Wed, 25 Aug 2021 02:08:14 +0000 (19:08 -0700)]
Merge pull request #16330 from neheb/ksmbbb

ksmbd stuff: update to 3.4.1

2 years agoMerge pull request #16457 from rs/nextdns-1.36.0-master
Stan Grishin [Wed, 25 Aug 2021 00:07:48 +0000 (17:07 -0700)]
Merge pull request #16457 from rs/nextdns-1.36.0-master

nextdns: Update to version 1.36.0

2 years agonextdns: Update to version 1.36.0 16457/head
Olivier Poitrey [Tue, 24 Aug 2021 23:40:39 +0000 (23:40 +0000)]
nextdns: Update to version 1.36.0

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2 years agomosquitto: allow auth options with per listener settings
Karl Palsson [Tue, 24 Aug 2021 14:19:41 +0000 (14:19 +0000)]
mosquitto: allow auth options with per listener settings

Some settings can be either global or per listener, and we need to
support both forms in UCI.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2 years agogrep: update to 3.7 16453/head
Michal Vasilek [Tue, 24 Aug 2021 13:30:25 +0000 (15:30 +0200)]
grep: update to 3.7

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agomosquitto: init: support more UCI options
Karl Palsson [Tue, 24 Aug 2021 12:07:23 +0000 (12:07 +0000)]
mosquitto: init: support more UCI options

Recent versions of mosquitto have added a lot more fine grained control
of various options.  Add UCI support for all of them, and fix a couple
of things that were configured as per listener, that are actually global
settings.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2 years agopython-simplejson: bump to version 3.17.5 16452/head
Alexandru Ardelean [Tue, 24 Aug 2021 11:24:45 +0000 (14:24 +0300)]
python-simplejson: bump to version 3.17.5

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #16420 from neheb/fakepop
Rosen Penev [Tue, 24 Aug 2021 09:25:49 +0000 (02:25 -0700)]
Merge pull request #16420 from neheb/fakepop

fakepop: fix compilation with PKG_ASLR

2 years agoMerge pull request #16439 from ja-pa/tailscale-1.12.3
Rosen Penev [Tue, 24 Aug 2021 09:25:28 +0000 (02:25 -0700)]
Merge pull request #16439 from ja-pa/tailscale-1.12.3

tailscale: update to version 1.12.3

2 years agoMerge pull request #16446 from micmac1/mdio-tools-ac_init
Rosen Penev [Tue, 24 Aug 2021 09:24:13 +0000 (02:24 -0700)]
Merge pull request #16446 from micmac1/mdio-tools-ac_init

mdio-tools: fix buildbot build

2 years agoMerge pull request #16448 from dbermond/proxychains-ng-4.15
Rosen Penev [Tue, 24 Aug 2021 03:24:18 +0000 (20:24 -0700)]
Merge pull request #16448 from dbermond/proxychains-ng-4.15

proxychains-ng: update to version 4.15