feed/packages.git
2 years agoRevert "miniupnpd: bump to latest git source"
Josef Schlehofer [Fri, 22 Apr 2022 15:19:51 +0000 (17:19 +0200)]
Revert "miniupnpd: bump to latest git source"

This was reverted because the commit does more things than just "bump to
latest git source". Also, it was not properly reviewed/tested.

See: https://github.com/openwrt/packages/pull/18133#issuecomment-1106346788

This reverts commit b3b911e99238282a768bce962bc2a271f84229ac.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agousteer: update to latest HEAD
David Bauer [Thu, 21 Apr 2022 23:51:14 +0000 (01:51 +0200)]
usteer: update to latest HEAD

f88ac23 local-node: periodically send link-measurement requests
4473c6e measurement: add missing timeout-reset
6d3314c local-node: handle received link-measurement reports
7df969f measurement: generalize measurement handling
bb61f2a local-node: enable link-measurement capability
4458b6f usteer: expose STA link measurement capability

Signed-off-by: David Bauer <mail@david-bauer.net>
2 years agoprometheus-node-exporter-lua: improve ubnt-manager
Nick Hainke [Mon, 18 Apr 2022 06:44:55 +0000 (08:44 +0200)]
prometheus-node-exporter-lua: improve ubnt-manager

It is costly in transmissions to add all information to each metric.
Instead, only use the "device" as a label and add all other important
labels to the "uptime" metric.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agozerotier: fix segfault on ARM platforms
Moritz Warning [Wed, 13 Apr 2022 19:19:38 +0000 (21:19 +0200)]
zerotier: fix segfault on ARM platforms

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2 years agozerotier: update to 1.8.8
Moritz Warning [Wed, 13 Apr 2022 19:00:01 +0000 (21:00 +0200)]
zerotier: update to 1.8.8

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2 years agolibpqxx: update to version 7.7.3
Igor Bezzubchenko [Wed, 20 Apr 2022 19:08:28 +0000 (21:08 +0200)]
libpqxx: update to version 7.7.3

Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2 years agorsync: bump to 3.2.4
John Audia [Mon, 18 Apr 2022 20:17:58 +0000 (16:17 -0400)]
rsync: bump to 3.2.4

Bump to latest upstream release.

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agopillow: bump to version 9.1.0
Alexandru Ardelean [Fri, 15 Apr 2022 06:51:43 +0000 (09:51 +0300)]
pillow: bump to version 9.1.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #18326 from jefferyto/python-twisted-22.4.0
Josef Schlehofer [Mon, 18 Apr 2022 17:55:21 +0000 (19:55 +0200)]
Merge pull request #18326 from jefferyto/python-twisted-22.4.0

python-twisted: Update to 22.4.0, refresh patches

2 years agopython-twisted: Update to 22.4.0, refresh patches 18326/head
Jeffery To [Mon, 18 Apr 2022 11:11:48 +0000 (19:11 +0800)]
python-twisted: Update to 22.4.0, refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agopassh: an sshpass alternative
Clark Wang [Wed, 6 Apr 2022 14:29:14 +0000 (22:29 +0800)]
passh: an sshpass alternative

Sshpass does not work well in a few scenarios. Passh is an sshpass
alternative which tries to fix the issues.

Signed-off-by: Clark Wang <dearvoid@gmail.com>
2 years agoflex: use PKG_FIXUP:=autoreconf gettext-version
W. Michael Petullo [Fri, 15 Apr 2022 20:00:28 +0000 (15:00 -0500)]
flex: use PKG_FIXUP:=autoreconf gettext-version

This change aims to fix build problems that produce the error "gettext
infrastructure mismatch".

References:
- See the commit comments at:
  https://github.com/openwrt/packages/commit/baaf7f95cb5259724e28158510d9bcd152d4f693

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2 years agosexpect: Expect for Shells
Clark Wang [Wed, 6 Apr 2022 13:55:32 +0000 (21:55 +0800)]
sexpect: Expect for Shells

Sexpect is another implementation of Expect which is specifically
designed for shells. It's lightweight and has no dependency on other
packages.

Signed-off-by: Clark Wang <dearvoid@gmail.com>
2 years agonode-serialport-bindings: Support for npm@8
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:15:20 +0000 (10:15 +0900)]
node-serialport-bindings: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agonode-arduino-firmata: Support for npm@8
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:01:20 +0000 (10:01 +0900)]
node-arduino-firmata: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agonode-cylon: Support for npm@8
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:07:24 +0000 (10:07 +0900)]
node-cylon: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agonode-serialport: Support for npm@8
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:17:19 +0000 (10:17 +0900)]
node-serialport: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agonode-javascript-obfuscator: Support for npm@8
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:24:10 +0000 (10:24 +0900)]
node-javascript-obfuscator: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

The modification method is different from other node modules.
The reason is due to the npm@8 issue.
https://github.com/npm/cli/issues/4027

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agonode-hid: Support for npm@8
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:10:30 +0000 (10:10 +0900)]
node-hid: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agonode-yarn: Support for npm@8
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:19:45 +0000 (10:19 +0900)]
node-yarn: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agonode-homebridge: Support for npm@8
Hirokazu MORIKAWA [Wed, 6 Apr 2022 01:12:57 +0000 (10:12 +0900)]
node-homebridge: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agonode: Major update from v14 to v16
Hirokazu MORIKAWA [Mon, 4 Apr 2022 03:50:20 +0000 (12:50 +0900)]
node: Major update from v14 to v16

This update also changes npm from v6 to v8.
This change also requires node module packages to be modified.
Each package will be updated later.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agoMerge pull request #17303 from CarlosDerSeher/feature_bt_agent
Florian Eckert [Sat, 16 Apr 2022 11:39:14 +0000 (13:39 +0200)]
Merge pull request #17303 from CarlosDerSeher/feature_bt_agent

bt-agent: add new package

2 years agoola: fix compilation with musl 1.2.3
Rosen Penev [Wed, 13 Apr 2022 03:35:59 +0000 (20:35 -0700)]
ola: fix compilation with musl 1.2.3

Upstream sent patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agogolang: Fix conditionals not stripped
Jeffery To [Fri, 15 Apr 2022 20:55:04 +0000 (04:55 +0800)]
golang: Fix conditionals not stripped

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agogolang: Update to 1.18.1
Jeffery To [Fri, 15 Apr 2022 15:27:14 +0000 (23:27 +0800)]
golang: Update to 1.18.1

Includes fixes for:
* CVE-2022-24675 - encoding/pem: stack overflow
* CVE-2022-28327 - crypto/elliptic: generic P-256 panic when scalar has
  too many leading zeroes

This also adds -buildvcs=false to omit VCS information in Go programs.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoyq: Update to 4.24.5
Tianling Shen [Fri, 15 Apr 2022 16:33:35 +0000 (00:33 +0800)]
yq: Update to 4.24.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agouvol: update to version 0.8
Daniel Golle [Fri, 15 Apr 2022 16:37:17 +0000 (17:37 +0100)]
uvol: update to version 0.8

Bump version to reset PKG_RELEASE counter.
Add missing dependency on ucode-mod-math which is needed for the
mkdtemp() implementation used to format UBI volumes.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoadguardhome: Update v0.107.6
James White [Thu, 14 Apr 2022 07:14:19 +0000 (08:14 +0100)]
adguardhome: Update v0.107.6

Remove Go 1.18 patch as upstream source has updated go dependencies

Signed-off-by: James White <james@jmwhite.co.uk>
2 years agominiupnpd: bump to latest git source
ZiMing Mo [Tue, 22 Mar 2022 18:56:28 +0000 (02:56 +0800)]
miniupnpd: bump to latest git source

Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org>
2 years agokitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulator
Jitao Lu [Fri, 8 Apr 2022 02:35:03 +0000 (10:35 +0800)]
kitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulator

Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
2 years agobluez-tools: Add package bluezetools 17303/head
Karl Osterseher [Fri, 10 Dec 2021 14:18:34 +0000 (15:18 +0100)]
bluez-tools: Add package bluezetools

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
2 years agobison: new package
W. Michael Petullo [Wed, 13 Apr 2022 19:40:22 +0000 (14:40 -0500)]
bison: new package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2 years agoflex: new package
W. Michael Petullo [Wed, 13 Apr 2022 19:27:31 +0000 (14:27 -0500)]
flex: new package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2 years agozlog: update PKG_SOURCE to avoid dl clashes
Marko Ratkaj [Tue, 5 Apr 2022 09:10:00 +0000 (11:10 +0200)]
zlog: update PKG_SOURCE to avoid dl clashes

Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
2 years agozlog: add new package
Marko Ratkaj [Mon, 4 Apr 2022 08:02:20 +0000 (10:02 +0200)]
zlog: add new package

zlog is a reliable, high-performance, thread safe, flexible,
clear-model, pure C logging library.

Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
2 years agopdns: update to 4.6.2
Peter van Dijk [Tue, 12 Apr 2022 13:27:26 +0000 (15:27 +0200)]
pdns: update to 4.6.2

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2 years agopdns-recursor: update to 4.6.2
Peter van Dijk [Tue, 12 Apr 2022 13:27:17 +0000 (15:27 +0200)]
pdns-recursor: update to 4.6.2

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2 years agoopenssh: update to 9.0p1
Sibren Vasse [Sat, 9 Apr 2022 10:01:44 +0000 (12:01 +0200)]
openssh: update to 9.0p1
Remove upstreamed patches.

Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
2 years agoyq: Update to 4.24.4
Tianling Shen [Wed, 13 Apr 2022 17:39:47 +0000 (01:39 +0800)]
yq: Update to 4.24.4

Updated GO_PKG due to upstream changes.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agocloudflared: Update to 2022.4.1
Tianling Shen [Wed, 13 Apr 2022 17:41:27 +0000 (01:41 +0800)]
cloudflared: Update to 2022.4.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agouvol: unbreak if LVM is installed but unused
Daniel Golle [Thu, 7 Apr 2022 10:54:50 +0000 (11:54 +0100)]
uvol: unbreak if LVM is installed but unused

Fix and simplify console output, make sure uvol doesn't break in case
of LVM being installed but not used.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agotransmission: add 'incomplete' and 'watch' dirs to ujail mounts
Alexander Egorenkov [Sun, 10 Apr 2022 14:24:24 +0000 (16:24 +0200)]
transmission: add 'incomplete' and 'watch' dirs to ujail mounts

To fix the errors:

Sun Apr 10 14:19:41 2022 daemon.err transmission-daemon[29831]: [2022-04-10 14:19:41.098] watchdir Failed to open directory "/mnt/sda1/openwrt/transmission/watch" (2): No such file or directory (watchdir.c:358)

and

Sun Apr 10 14:20:18 2022 daemon.err transmission-daemon[30175]: [2022-04-10 14:20:18.641] Couldn't create "/mnt/sda1/openwrt/transmission/incomplete": Permission denied (file-posix.c:243)

References:
- https://github.com/openwrt/packages/issues/17674

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2 years agoMerge pull request #18268 from jamesmacwhite/ooniprobe-v3.14.1
Jeffery To [Wed, 13 Apr 2022 08:10:25 +0000 (16:10 +0800)]
Merge pull request #18268 from jamesmacwhite/ooniprobe-v3.14.1

ooniprobe: Update to v3.14.2

2 years agoooniprobe: Update 3.14.2 18268/head
James White [Thu, 7 Apr 2022 20:06:46 +0000 (21:06 +0100)]
ooniprobe: Update 3.14.2

Signed-off-by: James White <james@jmwhite.co.uk>
2 years agoadblock: 4.1.3-8
Dirk Brenken [Mon, 11 Apr 2022 19:33:57 +0000 (21:33 +0200)]
adblock: 4.1.3-8

* add new 'hblock' compilation source (XL, see https://hblock.molinero.dev for reference)
* print runtime/date information in ISO-8601 standard format
* minor cleanups

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 years agohaveged: update to 1.9.18
Hannu Nyman [Mon, 11 Apr 2022 15:24:28 +0000 (18:24 +0300)]
haveged: update to 1.9.18

Update haveged to version 1.9.18

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 years agosyncthing: Update to 1.19.2
Jeffery To [Sun, 10 Apr 2022 08:44:30 +0000 (16:44 +0800)]
syncthing: Update to 1.19.2

Includes patch based on upstream change[1] to fix compilation with Go
1.18.

Fixes https://github.com/openwrt/packages/issues/18267.

[1]: https://github.com/syncthing/syncthing/commit/e30898ddb3e51225d4bda8661a1510c5cc9afe08

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoopen-vm-tools: update to 12.0.0
Rosen Penev [Thu, 7 Apr 2022 08:17:49 +0000 (01:17 -0700)]
open-vm-tools: update to 12.0.0

Update patches with the Alpine Linux ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agouacme: add libev dependency to uacme-ualpn
Eneas U de Queiroz [Tue, 5 Apr 2022 14:50:46 +0000 (11:50 -0300)]
uacme: add libev dependency to uacme-ualpn

The dependency has a PACKAGE_uacme-ualpn condition so that libev won't
be unnecessarily built if uacme-ualpn is not selected.

Remove PKG_USE_MIPS16:=0, as it is not necessary when not using the
libev that is bundled with uacme.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2 years agoMerge pull request #18273 from cotequeiroz/opensc
Michael Heimpold [Sat, 9 Apr 2022 11:46:14 +0000 (13:46 +0200)]
Merge pull request #18273 from cotequeiroz/opensc

opensc: do not build man pages

2 years agotelegraf: Update to version 1.22.1
Jonathan Pagel [Sat, 9 Apr 2022 04:33:30 +0000 (06:33 +0200)]
telegraf: Update to version 1.22.1

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agoopensc: do not build man pages 18273/head
Eneas U de Queiroz [Thu, 7 Apr 2022 13:39:46 +0000 (10:39 -0300)]
opensc: do not build man pages

Add --disable-man to configure flags to skip building man pages.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2 years agoMerge pull request #18263 from TDT-AG/pr/20220406-keepalived
Florian Eckert [Fri, 8 Apr 2022 06:32:03 +0000 (08:32 +0200)]
Merge pull request #18263 from TDT-AG/pr/20220406-keepalived

keepalived: fix makfile

2 years agoxfrpc: fast reverve proxy client in c language
Dengfeng Liu [Tue, 5 Apr 2022 01:53:59 +0000 (01:53 +0000)]
xfrpc: fast reverve proxy client in c language

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2 years agodomoticz: update to 2022.1
Lucian Cristian [Thu, 31 Mar 2022 20:07:58 +0000 (23:07 +0300)]
domoticz: update to 2022.1

change to codeload
fix python 3.10 plugin loading and usage

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agodocker-compose: Update to version 2.4.1
Javier Marcet [Wed, 6 Apr 2022 08:15:24 +0000 (10:15 +0200)]
docker-compose: Update to version 2.4.1

What's Changed:

 - now we use directly the Docker CLI to run autoremove flag should
 be p… by @glours
 - use ssh config when building from compose up by @glours
 - get Tty from container to know adequate way to attach to by
 @ndeloof

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agodjango: bump to version 4.0.3
Alexandru Ardelean [Wed, 16 Mar 2022 07:39:28 +0000 (09:39 +0200)]
django: bump to version 4.0.3

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agosquashfs-tools: bump to version 4.5.1
Alexandru Ardelean [Tue, 5 Apr 2022 07:03:12 +0000 (10:03 +0300)]
squashfs-tools: bump to version 4.5.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #18266 from 1715173329/cf
Josef Schlehofer [Thu, 7 Apr 2022 20:38:47 +0000 (22:38 +0200)]
Merge pull request #18266 from 1715173329/cf

cloudflared: Update to 2022.4.0

2 years agotvheadend: add noacl config option for server
Alexander Egorenkov [Sat, 26 Mar 2022 12:09:22 +0000 (13:09 +0100)]
tvheadend: add noacl config option for server

Add support for --noacl option to disable all access control checks.

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2 years agoMerge pull request #18228 from jamesmacwhite/adguardhome-v0.107.5-go-1.18-fix
Jeffery To [Thu, 7 Apr 2022 17:12:02 +0000 (01:12 +0800)]
Merge pull request #18228 from jamesmacwhite/adguardhome-v0.107.5-go-1.18-fix

[master] adguardhome: Patch quic-go to fix compilation on Go 1.18

2 years agoMerge pull request #18246 from 1715173329/dl
Jeffery To [Thu, 7 Apr 2022 16:59:29 +0000 (00:59 +0800)]
Merge pull request #18246 from 1715173329/dl

dnslookup: Update to 1.6.0

2 years agocloudflared: Update to 2022.4.0 18266/head
Tianling Shen [Thu, 7 Apr 2022 15:36:57 +0000 (23:36 +0800)]
cloudflared: Update to 2022.4.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agokeepalived: fix libip6tc dependency 18263/head
Florian Eckert [Wed, 6 Apr 2022 09:39:28 +0000 (11:39 +0200)]
keepalived: fix libip6tc dependency

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2 years agokeepalived: add missing CONFIG_ prefix to PKG_CONFIG_DEPENDS elements
Florian Eckert [Wed, 6 Apr 2022 07:53:10 +0000 (09:53 +0200)]
keepalived: add missing CONFIG_ prefix to PKG_CONFIG_DEPENDS elements

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2 years agodnslookup: Update to 1.6.0 18246/head
Tianling Shen [Wed, 6 Apr 2022 14:26:00 +0000 (22:26 +0800)]
dnslookup: Update to 1.6.0

Fixed typo error: `AUTORELESE` > `AUTORELEASE`.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoMerge pull request #18244 from liudf0716/apfree-wifidog
Alexandru Ardelean [Wed, 6 Apr 2022 06:11:16 +0000 (09:11 +0300)]
Merge pull request #18244 from liudf0716/apfree-wifidog

apfree-wifidog: fix compile error

2 years agoMerge pull request #18200 from neheb/8
Alexandru Ardelean [Wed, 6 Apr 2022 06:10:10 +0000 (09:10 +0300)]
Merge pull request #18200 from neheb/8

ptunnel-ng: fix compilation with kernel 5.15

2 years agoMerge pull request #18217 from rsalvaterra/tor-bump
Alexandru Ardelean [Wed, 6 Apr 2022 06:09:29 +0000 (09:09 +0300)]
Merge pull request #18217 from rsalvaterra/tor-bump

tor: bump to 0.4.6.10 stable

2 years agoMerge pull request #18224 from rs/nextdns-1.37.11-master
Alexandru Ardelean [Wed, 6 Apr 2022 06:07:44 +0000 (09:07 +0300)]
Merge pull request #18224 from rs/nextdns-1.37.11-master

nextdns: Update to version 1.37.11

2 years agoMerge pull request #18245 from 1715173329/dp
Alexandru Ardelean [Wed, 6 Apr 2022 06:05:20 +0000 (09:05 +0300)]
Merge pull request #18245 from 1715173329/dp

dnsproxy: Update to 0.42.1

2 years agoxtables-addons: fix various warning in lua patch
Rosen Penev [Sun, 3 Apr 2022 03:12:33 +0000 (20:12 -0700)]
xtables-addons: fix various warning in lua patch

These will become errors in the next LTS kernel.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoxtables-addons: update to 3.19
Rosen Penev [Sun, 3 Apr 2022 02:43:09 +0000 (19:43 -0700)]
xtables-addons: update to 3.19

Fixes compilation with kernel 5.15.

Fixed changed binary name.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agowifi-presence: add new package
Adam Williams [Sun, 20 Mar 2022 04:38:24 +0000 (22:38 -0600)]
wifi-presence: add new package

See https://github.com/awilliams/wifi-presence for details.

Signed-off-by: Adam Williams <pwnfactory@gmail.com>
2 years agodnsproxy: Update to 0.42.1 18245/head
Tianling Shen [Tue, 5 Apr 2022 12:35:41 +0000 (20:35 +0800)]
dnsproxy: Update to 0.42.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoapfree-wifidog: fix compile error 18244/head
Dengfeng Liu [Tue, 5 Apr 2022 10:20:36 +0000 (10:20 +0000)]
apfree-wifidog: fix compile error

which requires libiptext library from iptables

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2 years agopython-websocket-client: update to 1.3.2
Javier Marcet [Mon, 4 Apr 2022 11:29:25 +0000 (13:29 +0200)]
python-websocket-client: update to 1.3.2

 - Add support for pre-initialized stream socket in new WebSocketApp
 - Remove rel.saferead() in examples (f0bf03d)
 - Increase scope of linting checks (dca4022)
 - Start adding type hints (a8a4099)

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agoprometheus-node-exporter-lua: fix ubnt-manager collector
Nick Hainke [Mon, 4 Apr 2022 13:51:29 +0000 (15:51 +0200)]
prometheus-node-exporter-lua: fix ubnt-manager collector

Update the version and add ubnt-manager to the build section.

Fixes: 76f27975a9eb (" prometheus-node-exporter-lua: add ubnt-manager collector ")
Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoprometheus-node-exporter-lua: add ubnt-manager collector
Nick Hainke [Sun, 3 Apr 2022 10:07:40 +0000 (12:07 +0200)]
prometheus-node-exporter-lua: add ubnt-manager collector

Ubnt-manager-collector collects statistics from airos devices configured
in ubnt-manager.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoubnt-manager: add ubnt-manager
Nick Hainke [Sun, 3 Apr 2022 10:03:52 +0000 (12:03 +0200)]
ubnt-manager: add ubnt-manager

This app makes it easier to work with AirOS devices. So far, only monitoring is implemented.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agouvol: yet another small compatibility hack
Daniel Golle [Mon, 4 Apr 2022 10:57:29 +0000 (11:57 +0100)]
uvol: yet another small compatibility hack

Shift ARGV until actual parameters start to compensate for older
versions of ucode passing the complete cmdline.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agouvol: fixes and adapt to in-tree ucode
Daniel Golle [Sun, 3 Apr 2022 15:13:45 +0000 (16:13 +0100)]
uvol: fixes and adapt to in-tree ucode

Don't use features which are not yet present in the version of ucode
currently shipped with OpenWrt (such as `fs.access()` or assuming raw
mode by default).
Fix syntax error in main executable.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #18143 from mhei/php8-pecl-redis-update
Michael Heimpold [Sun, 3 Apr 2022 18:58:37 +0000 (20:58 +0200)]
Merge pull request #18143 from mhei/php8-pecl-redis-update

php8-pecl-redis: update to 5.3.7

2 years agoMerge pull request #18144 from mhei/php8-pecl-imagick-update
Michael Heimpold [Sun, 3 Apr 2022 18:58:28 +0000 (20:58 +0200)]
Merge pull request #18144 from mhei/php8-pecl-imagick-update

php8-pecl-imagick: update to 3.7.0

2 years agodocker-compose: Update to version 2.4.0
Javier Marcet [Sat, 2 Apr 2022 10:48:49 +0000 (12:48 +0200)]
docker-compose: Update to version 2.4.0

What's Changed:

 - pass interactive flag to ExecOptions for the RunExec command by
 @glours
 - go.mod: pin k8s version to fix build on go1.16, and update buildx
 to v0.8.1 by @thaJeztah
 - support cache_from|to|no|pull by @ndeloof
 - fix race condition on start-stop e2e tests running in parrallel by
 @glours
 - Add support of ssh authentications defined in compose file or via
 cli… by @glours
 - fix typo in ssh option description by @mschoettle
 - Takes COMPOSE_PROJECT_NAME into consideration on commands by
 @ulyssessouza
 - Remove dead warning code by @ulyssessouza
 - Fix down command without any resource to delete by @ulyssessouza
 - vendor: github.com/containerd/containerd v1.6.2 by @thaJeztah

New Contributors:

 - @mschoettle made their first contribution

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agophp8-pecl-redis: update to 5.3.7 18143/head
Michael Heimpold [Thu, 24 Mar 2022 19:55:37 +0000 (20:55 +0100)]
php8-pecl-redis: update to 5.3.7

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agophp8-pecl-imagick: update to 3.7.0 18144/head
Michael Heimpold [Sun, 20 Mar 2022 22:02:59 +0000 (23:02 +0100)]
php8-pecl-imagick: update to 3.7.0

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agoadguardhome: Patch quic-go to fix compilation on Go 1.18 18228/head
James White [Sun, 3 Apr 2022 07:17:13 +0000 (08:17 +0100)]
adguardhome: Patch quic-go to fix compilation on Go 1.18

Signed-off-by: James White <james@jmwhite.co.uk>
2 years agopingcheck: update to 2022-03-01
Rosen Penev [Thu, 31 Mar 2022 03:26:33 +0000 (20:26 -0700)]
pingcheck: update to 2022-03-01

Fixes compilation with kernel 5.15.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agokea: bump to 2.0.2
Stijn Tintel [Wed, 30 Mar 2022 23:52:33 +0000 (02:52 +0300)]
kea: bump to 2.0.2

Drop patches that no longer apply:
- net/kea/patches/001-fix-cross-compile.patch
- net/kea/patches/002-fix-host-compile.patch

Drop upstreamed patches:
- net/kea/patches/020-shared_ptr.patch
- net/kea/patches/030-gcc11.patch
- net/kea/patches/040-map.patch

Fixup patch net/kea/patches/003-no-test-compile.patch.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agokea: drop host build
Stijn Tintel [Sat, 2 Apr 2022 19:11:53 +0000 (22:11 +0300)]
kea: drop host build

The host build is used to build kea-msg-compiler, which is only needed
when there are changes to .mes files. Since we're not making any changes
to such files, we do not need this.

As host build fails for Kea 2.0.2, and the git history for kea doesn't
contain any reasoning for enabling it, let's just drop it.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agonextdns: Update to version 1.37.11 18224/head
Olivier Poitrey [Sat, 2 Apr 2022 20:59:21 +0000 (20:59 +0000)]
nextdns: Update to version 1.37.11

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2 years agoglibs: revert "fix compilation with Alpine Linux"
Rosen Penev [Fri, 1 Apr 2022 19:14:43 +0000 (12:14 -0700)]
glibs: revert "fix compilation with Alpine Linux"

This reverts commit 0ce744202ad2a2feaa3b841ce934765416d1339e.

Broken everywhere else. A better solution will need to be found.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoknot: update to 3.1.7
Jan Hák [Fri, 1 Apr 2022 11:16:00 +0000 (13:16 +0200)]
knot: update to 3.1.7

Signed-off-by: Jan Hák <jan.hak@nic.cz>
2 years agotor: bump to 0.4.6.10 stable 18217/head
Rui Salvaterra [Thu, 31 Mar 2022 19:37:24 +0000 (20:37 +0100)]
tor: bump to 0.4.6.10 stable

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2 years agouvol: unbreak build and adapt to updated ucode
Daniel Golle [Thu, 31 Mar 2022 20:41:17 +0000 (21:41 +0100)]
uvol: unbreak build and adapt to updated ucode

 * Fix build which was broken by a wrong path in the Makefile.

Adapt to ucode commit 4618807 ("main: rework CLI frontend"):
 * ucode now no longer needs the {% %} around each code file, remove
   that and safe one level of indentation.
 * ARGV now no longer includes ucode executable and script itself

Fixes: 6350c7bc6 ("uvol: replace with re-write in ucode")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agopowertop: add gettext-version fixup
Rosen Penev [Thu, 31 Mar 2022 03:23:03 +0000 (20:23 -0700)]
powertop: add gettext-version fixup

I hit this locally on Fedora 35 for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agouvol: replace with re-write in ucode
Daniel Golle [Thu, 31 Mar 2022 16:51:22 +0000 (17:51 +0100)]
uvol: replace with re-write in ucode

Replace previous Shell draft-quality implementation of uvol with a
rewrite in ucode[1].
While the new code is slightly larger, it performs much better (as
we no longer fork() for parsing strings like in Shell with grep, sed
and friends).

Before:
  time uvol list -j
  [ ... ]
  real 0m 0.82s
  user 0m 0.13s
  sys 0m 0.10s

After:
  time uvol list -j
  [ ... ]
  real 0m 0.47s
  user 0m 0.05s
  sys 0m 0.05s

[1]: https://github.com/jow-/ucode
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoprocps-ng: add missing InstallDev section
Marko Ratkaj [Thu, 31 Mar 2022 10:35:29 +0000 (12:35 +0200)]
procps-ng: add missing InstallDev section

This package seems to be missing an InstallDev section. Had a compile
failure for an application that needs to compile against libprocps

Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>