Commit graph

4423 commits

Author SHA1 Message Date
Etienne Champetier
96aa76f16f
Merge pull request #19125 from hirnpfirsich/master
prometheus-node-exporter-lua: add realtek-poe exporter
2022-08-08 21:19:49 -04:00
Gregor Michels
201457c17a prometheus-node-exporter-lua: add realtek-poe exporter
exposes PoE metrics obtained from realtek-poe

 # HELP realtek_poe_switch_info information about the poe controller
 # TYPE realtek_poe_switch_info gauge
 realtek_poe_switch_info{mcu="ST Micro ST32F100 Microcontroller",firmware="v22.4"} 1

 # HELP realtek_poe_switch_budget_watts overall power budget
 # TYPE realtek_poe_switch_budget_watts gauge
 realtek_poe_switch_budget_watts 77

 # HELP realtek_poe_switch_consumption_watts overall power consumption
 # TYPE realtek_poe_switch_consumption_watts gauge
 realtek_poe_switch_consumption_watts 5

 # HELP realtek_poe_port_priority poe priority of port
 # TYPE realtek_poe_port_priority gauge
 realtek_poe_port_priority{device="lan1"} 1
 realtek_poe_port_priority{device="lan2"} 1
 [...]

 # HELP realtek_poe_port_consumption_watts per port power consumption
 # TYPE realtek_poe_port_consumption_watts gauge
 realtek_poe_port_consumption_watts{device="lan1"} 0
 realtek_poe_port_consumption_watts{device="lan2"} 0
 [...]

 # HELP realtek_poe_port_state per port poe state
 # TYPE realtek_poe_port_state gauge
 realtek_poe_port_state{device="lan1",state="Disabled"} 0
 realtek_poe_port_state{device="lan1",state="Searching"} 1
 [...]
 (states: Disabled, Searching, Delivering power, Fault, Other fault, Requesting power)

 # HELP realtek_poe_port_mode per port poe mode
 # TYPE realtek_poe_port_mode gauge
 realtek_poe_port_mode{device="lan1",mode="PoE"} 0
 realtek_poe_port_mode{device="lan1",mode="PoE+"} 1
 [...]
 (modes: PoE, Legacy, pre-PoE+, PoE+)

Signed-off-by: Gregor Michels <hirnpfirsich@brainpeach.de>
2022-08-08 14:55:44 +02:00
Alexandru Ardelean
56e2f4eb89
Merge pull request #19114 from commodo/squashfs-tools-zstd
squashfs-tools: enable zstd compression by default
2022-08-08 11:36:40 +03:00
Nick Hainke
245d63426b prometheus-node-exporter-lua: fix hostapd stations
We can only utilize statistics from interfaces having ubus interface.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-08-07 12:22:34 -04:00
Etienne Champetier
5a782988bd
Merge pull request #18834 from jpds/prometheus-selinux-collector
prometheus-node-exporter-lua: Added selinux.lua.
2022-08-07 12:13:58 -04:00
Tianling Shen
82a45b28b7 yq: Update to 4.27.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-08-06 10:35:27 -07:00
Alexandru Ardelean
f0d45ba340 squashfs-tools: enable zstd compression by default
Requested via:
  https://github.com/openwrt/packages/issues/19111

PKG_RELEASE is set to AUTORELEASE, so no need to bump.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-05 09:48:33 +03:00
Philip Prindeville
d297b142c7
Merge pull request #19083 from pprindeville/drop-parallel-support-non-x86
lcdproc: don't enable LPT support on non-x86 architectures
2022-08-04 13:01:42 -06:00
Philip Prindeville
13ed78046a lcdproc: don't enable LPT support on non-x86 architectures
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2022-08-03 18:24:28 -06:00
Clark Wang
bcc877e73c sexpect: updated to 2.3.11
Signed-off-by: Clark Wang <dearvoid@gmail.com>
2022-08-02 18:10:53 -07:00
Javier Marcet
35b1a03b83 docker-compose: Update to version 2.9.0
Signed-off-by: Javier Marcet <javier@marcet.info>
2022-08-02 18:07:45 -07:00
Hannu Nyman
0aed202180 nano: update to 6.4
Update nano editor to version 6.4.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-08-02 15:32:10 +03:00
Aleksander Jan Bajkowski
12ac68f835 coremark: bump to 2022-07-27
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2022-08-02 14:42:13 +03:00
Michal Kowalski
406adc5363 watchcat: fix broken ping invocation for no-address-family configuration
Fix for issue #19010

Signed-off-by: John Kohl <jtk.git@bostonpog.org>
Signed-off-by: Michal Kowalski <18610805+kofec@users.noreply.github.com>
2022-08-01 20:35:15 -04:00
Alexandru Gagniuc
f69a65ec37 realtek-poe: Add package to control PoE for Realtek 838x devices
The realtek-poe package is used to configure the Power-over-Ethernet
controller found on Realtex 838x based switches. On many such
switches, the PoE doesn't work without this package.

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2022-07-30 21:42:54 +02:00
Philip Prindeville
0fb5505e45
Merge pull request #19055 from pprindeville/issue#18975
lcdproc: don't detect parallel port on build host
2022-07-30 13:03:20 -06:00
Philip Prindeville
bba4168d49 lcdproc: don't detect parallel port on build host
Also, limit builds to x86 and x86_64.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2022-07-30 12:53:02 -06:00
Robert Högberg
7017211091 domoticz: fix read of "disabled" uci configuration parameter
The domoticz init script didn't properly read the "disabled"
configuration parameter and instead the service was always started.

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
2022-07-28 14:18:37 -07:00
Rosen Penev
9668b2886a tar: add PKG_CONFIG_DEPENDS
fixes compilation when deselecting options.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-28 14:18:00 -07:00
Guilherme Janczak
d9343b1549 hfsprogs: remove unused libbsd
hfsprogs uses libbsd for strlcpy(), but the strlcpy() calls are inside
`#ifdef` and don't show up on the OpenWRT package.

Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
2022-07-28 12:17:20 -07:00
Jitao Lu
3d91826be8 kitty-terminfo: Fix license
Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
2022-07-27 14:28:36 +08:00
Jonathan Pagel
281d156a35 telegraf: Update to version 1.23.3
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-07-26 00:12:31 +02:00
Gerard Ryan
faa419c4a8 dockerd: Update to v20.10.17
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Gerard Ryan
6a5e436b8d docker: Update to v20.10.17
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Gerard Ryan
4c08963cf4 libnetwork: Update to f6ccccb for Docker v20.10.17
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Gerard Ryan
7c1223b7ac containerd: Update to v1.6.6 for Docker v20.10.17
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Gerard Ryan
6b246a5ec3 runc: Update to v1.1.2 for Docker v20.10.17
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-07-24 17:35:22 -07:00
Daniel Golle
ad0ac5198d cryptsetup: fix library paths by calling autoreconf
Use PKG_FIXUP:=autoreconf when building cryptsetup to prevent
accidental linkage against host libraries.

Fixes: #19011
Reported-by: @dreirund
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-07-23 09:40:04 +01:00
Rosen Penev
89a8fb1d30 crelay: update to 0.14.1
Also add a meson.build file to avoid iconv hacks.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-21 21:44:49 -07:00
Javier Marcet
de563c1ae1 docker-compose: Update to version 2.7.0
What's Changed:

 - Enhancements:

   - add support of environment secret during build step by @glours

 - Fixes:

   - networks: prevent issues due to duplicate names by @milas
   - Use appropriate dependency condition for one-shot containers when
   running compose up --wait by @laurazard
   - Fix environment variable expansion by @ulyssessouza in
   compose-spec/compose-go#276
   - Validate depended-on services exist in consistency check by
   @laurazard in compose-spec/compose-go#281
   - Fix hash usage in environment values by @ulyssessouza in
   compose-spec/compose-go#283
   - build: respect dependency order for classic builder by @milas
   - fix: panic caused by empty string argument by @nicksieger
   - (re)start should not impact one-off containers by @ndeloof
   - Fix issue with close networks name on up and down command by
   @glours
   - keep the container reference when volumes_from target a container
   and not a service by @glours
   - build.go: initialize CustomLabels map if nil by @paroque28

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-07-21 21:44:37 -07:00
Rosen Penev
59cadc7c65 irqbalance: add meson
Fixes compilation when libiconv is missing.

Also remove pthread from glibc. No longer needed.

Cleanup Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-19 16:19:05 +03:00
Rosen Penev
45d7e4f6f7 open-vm-tools: fix compilation without libiconv
Fix for recent nls.mk change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-19 01:35:06 -07:00
Tianling Shen
4df4b8eae7 yq: Update to 4.26.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-07-18 07:43:40 +02:00
John Audia
736117d2d2 coreutils: update to 9.1
Removed upstreamed patch[1]:
  002-chmod-fix_exit_status_when_ignoring_sylinks.patch

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

1. https://debbugs.gnu.org/cgi/bugreport.cgi?msg=28;bug=50784

Signed-off-by: John Audia <therealgraysky@proton.me>
2022-07-16 21:49:39 -07:00
John Kohl
5c96ee5b1b watchcat: add support to run a script
Signed-off-by: John Kohl <jtk.git@bostonpog.org>
2022-07-15 12:14:06 -07:00
John Kohl
baed5531ef watchcat: add IP version selection support; fix bug with unlockbands
Signed-off-by: John Kohl <jtk.git@bostonpog.org>
2022-07-15 12:14:06 -07:00
Jonathan Pagel
591f8cad33 telegraf: Update to version 1.23.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-07-14 19:35:25 +02:00
Jonathan Davies
9eeb9b3894 prometheus-node-exporter-lua: Added selinux.lua.
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
2022-07-13 17:15:22 +01:00
Jonathan Pagel
9b1cdb7b52 telegraf: Update to version 1.23.1
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-07-11 10:14:36 +02:00
John Audia
3492409667 ncdu: update to 1.17 and add blue option
Upstream bump and add a patch to use a blue highlight color for the dark
color scheme (--color dark) as some users find the default bright green is
too intense.

Note that invoking ncdu without the --color switch at use uses the upstream
default bright green, so users will need to call ncdu with --color dark in
order to get the blue color.

Signed-off-by: John Audia <therealgraysky@proton.me>
2022-07-05 21:59:19 -07:00
Maxim Storchak
547cbcfd14 tmux: update to 3.3a
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2022-07-01 12:19:02 +02:00
Tianling Shen
15aff10231 yq: Update to 4.25.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-06-27 10:30:47 -07:00
Javier Marcet
5995e4d90b docker-compose: Update to version 2.6.1
Enhancements:

 - Support for setting secret from env variable by @ndeloof

Fixes:

 - Do not start unrelated dependencies on run by @laurazard
 - Fix service not found errors when using --no-deps by @nicksieger
 - Respect COMPOSE_REMOVE_ORPHANS env var on down by @nicksieger
 - Fix project level bind mounts volumes by @ulyssessouza
 - Respect deploy.limits.cpus and deploy.limits.pids by @glours

Internal:

 - Upgrade: Go v1.18.3 by @thaJeztah
 - Upgrade: compose-go v1.2.8 by @milas
 - Upgrade: buildx v0.8.2 by @dependabot
 - Upgrade: containerd v1.6.6 by @dependabot

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-06-27 10:30:23 -07:00
Michal Vasilek
7da7356539 lxc: export systemd cgroups after install
otherwise, a user would have to either manually run /etc/init.d/lxc-auto
boot or reboot the system to start using lxc.

originally committed in 2cde10b950
reverted in 039912dec5

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-06-24 12:16:43 +02:00
Florian Eckert
3617cb311a
Merge pull request #18778 from bluebrother/collectd-dsl-fixes
collectd: Fix various issues with lantiq dsl metrics.
2022-06-24 09:29:10 +02:00
Rui Salvaterra
d9447cfdc2 irqbalance: handle deepestcache option
Allow the user to specify the level at which irqbalance assumes the cache
domains are partitioned. Keep the default value of 2.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-06-23 12:44:17 +03:00
Rosen Penev
7dc5f0b436 fish: update to 3.5.0
Various other cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-06-22 16:34:36 -06:00
Dominik Riebeling
eb632da5bb collectd: Fix various issues with lantiq dsl metrics.
- Handle bool values correctly. We get the values as bool, but collectd
  requires a bool value to be numeric in the range [0, 1].
- Remove profile and mode values. Those are strings, which cannot be
  represented by collectd.
- Update collectd type for some values.
- Fix latn value being present twice.

Signed-off-by: Dominik Riebeling <bluebrother@posteo.de>
2022-06-22 19:02:44 +02:00
Tom Stöveken
06626a9fdf restic: update to 0.13.1
Tested lantiq/xrx200

Maintainer: Markus Weipert suggested to hand over to me, thank you!
Compile tested: SDK for OpenWrt 21.02.3
Run tested: xRX200 rev 1.2, AVM FRITZ!Box 7360 V2, OpenWrt 21.02.3

Description:
    Updated to version 0.13.1

Signed-off-by: Tom Stöveken <tom@naaa.de>
2022-06-21 20:49:48 +03:00
Alexandros Kosiaris
033c19acd7 collectd: Support configuration of write_http plugin
write_http plugin is already built and shipped in
collectd-mod-write_http, however it is not possible to configure it via
uci currently, instead having to rely on populating the config file manually.

Add support by adding 2 functions, process_write_http() and
process_write_http_node(). First one just enables/disables the plugin.
The second one, in the spirit of the curl plugin, adds support for
populating multiple <Node> elements under <Plugin write_http> with
support for a few parameters. Those are:

* name. The name of the <Node>. Mandatory
* URL. Mandatory
* Format. Optional.
* User. Optional.
* Password. Optional.
* Timeout. Optional.
* BufferSize. Optional.

Signed-off-by: Alexandros Kosiaris <akosiaris@gmail.com>
2022-06-21 18:30:04 +03:00
Etienne Champetier
6d3eb376fa
Merge pull request #18750 from champtar/prom-lua-wait
prometheus-node-exporter-lua: fix waiting for interface
2022-06-16 22:26:32 -04:00
Rosen Penev
df5d7245b9 treewide: remove PKG_INSTALL for meson projects
It doesn't seem to be used by meson.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-06-15 18:07:46 -07:00
Jonathan Pagel
e8f6600851 telegraf: update to version 1.23.0
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-06-13 14:53:06 -07:00
Etienne Champetier
1dd46bca62 prometheus-node-exporter-lua: fix waiting for interface
Instead of waiting for interface to be up,
wait for it to have IPs, as this is what we need.

Also do not call procd_open_instance when not ready.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2022-06-12 23:07:00 -04:00
Hannu Nyman
ab7a23102e irqbalance: upstream patch to fix segfault
Apply post-1.9.0 patch from upstream to fix a segfault.
savedptr can be NULL, so guard for that.

Fixes #18741

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-06-12 20:26:02 +03:00
Hannu Nyman
358c2293fa irqbalance: upstream patch to fix irq-module relation
Apply post-1.9.0 patch from upstream to fix the irq-->module
relation detection.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-06-12 20:24:36 +03:00
Rosen Penev
204dec4fd2 uvcdynctrl: compile with meson
meson's iconv support actually works.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-06-09 21:45:34 -07:00
Tom Grime
f8b97f7962 mqttled: add new package
Signed-off-by: Tom Grime <tom.grime@gmail.com>
2022-06-09 12:31:24 -07:00
Rosen Penev
cfb023720a domoticz: fix compilation with GCC12
Upstream backport

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-06-09 11:08:07 -07:00
Josef Schlehofer
6488eaf250
beep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532
1. Changed Git repository, which is used for Fedora packaging
https://github.com/johnath/beep/issues/11#issuecomment-450277122

Fixed CVEs:
CVE-2018-0492 - https://nvd.nist.gov/vuln/detail/CVE-2018-0492
CVE-2018-1000532 - https://nvd.nist.gov/vuln/detail/CVE-2018-1000532

2. Fixed SPDX License Identifier

3. Add patch to comment out -D_FORTIFY_SOURCE
Otherwise, it can not be built by default.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-06-08 16:53:56 +02:00
Rosen Penev
9815f48618 ntfs-3g: update to 2022.5.17
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-06-04 22:47:40 -07:00
Hannu Nyman
8e71e0ad97 irqbalance: remove local patch for socket directory
Upstream has finally patched the UI communication socket
creation to happen only if the irqbalance UI is enabled.

As we do not use the irqbalance UI, we can remove
our local fix implemented by 4f0c847828.
(If you want to enable irqbalance UI, the fix is still needed.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-06-04 14:12:28 +03:00
Hannu Nyman
e9002ff3d9 irqbalance: update to 1.9.0
Update irqbalance to version 1.9.0
* adopt AUTORELEASE

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-06-04 13:16:40 +03:00
Michal Vasilek
62f57441af miniflux: update to 2.0.37
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-06-03 17:15:56 -07:00
Javier Marcet
8089548622 docker-compose: Update to version 2.6.0
What's Changed:

 - fix TestLocalComposeUp which fail locally and bump compose-go to
 1.2.7 by @glours
 - attach only to services declared by project applying profiles by
 @ndeloof
 - Add ddev's e2e test by @ulyssessouza
 - Fix local run of make e2e-compose-standalone by @ulyssessouza
 - fix: prevent flickering prompt when pulling same image from N
 services by @maxcleme
 - add tags property to build section by @glours
 - update golang version to 1.18 by @glours
 - bump compose-go to 1.2.6 by @maxcleme
 - add e2e tests to verify env variables priority by @glours
 - Import dotenv file to os environment by @ulyssessouza

New Contributors:

 - @maxcleme made their first contribution

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-06-01 13:53:40 -07:00
Lucian Cristian
eead4aa5ed gddrescue: update to 1.26
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-06-01 13:24:20 -07:00
Tianling Shen
31f9d48ff3 yq: Update to 4.25.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-05-30 17:20:40 -07:00
Nick Hainke
0a07237514 prometheus-node-exporter: fix ubus stations
Not every radio has also ubus support. Only query radios with ubus
functions.

Signed-off-by: Nick Hainke <vincent@systemli.org>
[fixup, call ubus.connect() once per scrape]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2022-05-29 23:04:12 -04:00
Rosen Penev
760e0fe1ee hfsprogs: update to 540.1.linux3
Updates hfsprogs from 2011 to 2013 version.

Updated patches to latest Debian ones. Kept custom OpenWrt ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-05-25 17:07:24 -07:00
Javier Marcet
32d87ae946 docker-compose: Update to version 2.5.1
What's Changed:

 - Fix relative paths on envfile label by @ulyssessouza
 - down: Reject all arguments by @Jille
 - Clarify what default work dir is when multiple compose files by
 @quite
 - compose down exit=0 if nothing to remove by @ndeloof
 - cp command: copy to all containers of a service as default
 behaviour by @glours
 - Fix extra space printed with --no-log-prefix option by @jan4843
 - bump compose-go to 1.2.5 by @ndeloof

New Contributors:

 - @Jille made their first contribution
 - @quite made their first contribution
 - @jan4843 made their first contribution

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-05-25 17:01:43 -07:00
Jianhui Zhao
0ea357c164 rtty: update to 8.0.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2022-05-22 13:38:27 -07:00
Eneas U de Queiroz
1d54defb0f audit: remove host build
The audit package in the packages feed share the same sources as the
libaudit package in the base repo.  libaudit performs a host build, used
only by libsemanage in base.

There is no package depending on 'audit/host', so we can remove it to
avoid possible confusion.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-05-20 12:18:31 -07:00
Eneas U de Queiroz
c0f26f4980 audit: avoid interferece with base libaudit build
Both audit in the packages feed and libaudito from the base repo use the
same sources.

Have 'audit' use a different build directory than 'libaudit' package to
avoid interference between them.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-05-20 12:18:31 -07:00
Eneas U de Queiroz
7be14da0d5 audit: Fix compilation with kernel 5.15
Linux 5.15 does not have the linux/ipx.h header.

The patch is a partial cherry-pick (skipped ChangeLog) of upstream
commit 6b09724c6 ("Make IPX packet interpretation dependent on the ipx
header file existing").

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-05-20 12:18:31 -07:00
Jeffery To
d3cdfa3c30 bluez: Update to 5.64, update/refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2022-05-19 16:55:29 -07:00
John Audia
de2ff3a5f1 zsh: update to 5.9
Bump to latest release

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
2022-05-18 12:26:59 -07:00
Stijn Tintel
039912dec5 Revert "lxc: export systemd cgroups after install"
The postinst script is sourced during image build, which causes the
follow failure:
/home/stijn/Development/OpenWrt/openwrt/build_dir/target-x86_64_musl/root-x86/etc/init.d/lxc-auto: line 3: /lib/functions.sh: No such file or directory
postinst script ./usr/lib/opkg/info/lxc-auto.postinst has failed with exit code 1

Sourcing /lib/functions.sh is not needed, as /etc/rc.common does so
already. Unfortunately removing that line from the init script is not
enough to fix the problem. The postinst script should also check
IPKG_INSTROOT. As these two changes are unrelated, they should go in
separate commits, and the solution to the image build problem is to
revert the commit that introduced the breakage.

This reverts commit 2cde10b950.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-05-18 17:19:22 +03:00
Jonathan Pagel
f43a5f03bb telegraf: Update to version 1.22.4
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-05-18 05:59:19 +02:00
Álvaro Fernández Rojas
ca64c40bc4 bcm27xx-eeprom: update to v2022.04.26-138a1
Git compare: 47976e4409...v2022.04.26-138a1

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-05-17 16:27:45 +02:00
Gerard Ryan
b05dac5671 docker: Update to v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Gerard Ryan
81dd38677b dockerd: Update to v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Gerard Ryan
127aa63898 libnetwork: Updated to 339b97 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Gerard Ryan
9a7e3c0b7b containerd: Update to v1.6.4 for docker v20.10.16
* Overrode `PREFIX` to have the old behaviour

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Gerard Ryan
8cf4c156c4 runc: Update to v1.1.1 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Jeffery To
2dd1c17626 nsutils: Update to latest version, switch to cmake
This also:

* Adds PKG_SOURCE_DATE and PKG_SOURCE_VERSION to PKG_VERSION (by
  default, when PKG_VERSION is defined, PKG_SOURCE_DATE and
  PKG_SOURCE_VERSION are not used)

* Fixes package copyright

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2022-05-15 06:38:41 -07:00
Rosen Penev
0f9d3c4275 telldus-core: use proper cmake argp
Avoids linking to argp-standalone with glibc.

Some other minor fixes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-05-14 21:55:30 -07:00
Gerard Ryan
1f96ec16ec dockerd: Add firewall independent dependencies
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-14 21:32:36 -07:00
Gerard Ryan
34c77110f1 dockerd: Sorted dependencies for better diffs
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-14 21:32:36 -07:00
Oskari Rauta
06beb685b8 slirp4netns: update to v1.2.0
Changelog:
https://github.com/rootless-containers/slirp4netns/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-14 21:31:40 -07:00
Michal Vasilek
2cde10b950 lxc: export systemd cgroups after install
otherwise, a user would have to either manually run /etc/init.d/lxc-auto
boot or reboot the system to start using lxc.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-05-14 21:28:48 -07:00
Josef Schlehofer
80940aa19d bluez-tools: fix compile with BUILD_NLS
Fixes:
ccache_cc  -Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/mox-openwrt-master/build/build_dir/target-aarch64_cortex-a53_musl/bluez-tools-20201025.f653217=bluez-tools-20201025.f653217 -Wformat -Werror=format-security -DPIC -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro   -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/usr/lib -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib -DPIC -fPIC -specs=/mox-openwrt-master/build/include/hardened-ld-pie.specs -znow -zrelro  -o bt-adapter lib/agent-helper.o lib/dbus-common.o lib/helpers.o lib/manager.o lib/obex_agent.o lib/properties.o lib/sdp.o lib/bluez/adapter.o lib/bluez/agent_manager.o lib/bluez/alert_agent.o lib/bluez/alert.o lib/bluez/cycling_speed.o lib/bluez/cycling_speed_manager.o lib/bluez/device.o lib/bluez/health_channel.o lib/bluez/health_device.o lib/bluez/health_manager.o lib/bluez/heart_rate.o lib/bluez/heart_rate_manager.o lib/bluez/media.o lib/bluez/media_control.o lib/bluez/media_player.o lib/bluez/network.o lib/bluez/network_server.o lib/bluez/obex/obex_agent_manager.o lib/bluez/obex/obex_client.o lib/bluez/obex/obex_file_transfer.o lib/bluez/obex/obex_message_access.o lib/bluez/obex/obex_message.o lib/bluez/obex/obex_object_push.o lib/bluez/obex/obex_phonebook_access.o lib/bluez/obex/obex_session.o lib/bluez/obex/obex_synchronization.o lib/bluez/obex/obex_transfer.o lib/bluez/profile_manager.o lib/bluez/proximity_monitor.o lib/bluez/proximity_reporter.o lib/bluez/sim_access.o lib/bluez/thermometer.o lib/bluez/thermometer_manager.o bt-adapter.o -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lglib-2.0 -lintl  -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl
/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:580: bt-adapter] Error 1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-05-14 16:08:17 -07:00
Jeffery To
5883d94430
Merge pull request #18485 from oskarirauta/crun
crun: update to version 1.4.5
2022-05-13 03:59:16 +08:00
Jeffery To
682e6ba237
Merge pull request #18483 from oskarirauta/nsutils
nsutils: version bump
2022-05-13 03:25:24 +08:00
Oskari Rauta
8f66090160 nsutils: bump to new release
Few minor changes, like -h flag for program (help).
Added URL to package definition.

No new version release with version number, so version stays
as is, but pkg_release is still bumbed with this commit.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-12 21:38:36 +03:00
Michal Vasilek
68879aea20
miniflux: update to 2.0.36
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-05-12 18:53:27 +02:00
Jeffery To
67a6972658
Merge pull request #18443 from WereCatf/hexedit
hexedit: Add new package
2022-05-12 15:34:52 +08:00
Nita Vesa
22d3ac1e12 hexedit: Add new package
Viewer and editor in hexadecimal or ASCII for files or devices

Signed-off-by: Nita Vesa <werecatf@outlook.com>
2022-05-12 09:37:13 +03:00
Jeffery To
9213eee175
Merge pull request #18488 from oskarirauta/podman
podman: update to 4.1.0
2022-05-12 05:04:14 +08:00
Jeffery To
51dc3cf98d
Merge pull request #18484 from oskarirauta/cni
cni: update to v1.1.0
2022-05-12 04:41:27 +08:00
Oskari Rauta
ce40a5a04e podman: update to 4.1.0
Once again, a lot of changes.
List of changes available at:
https://github.com/containers/podman/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-10 00:15:39 +03:00
Oskari Rauta
f95c7a5cec crun: update to version 1.4.5
- CRIU: add support for different manage cgroups modes.
 - the hook processes inherit the crun process environment if there is no environment block specified in the OCI configuration.
 - exec: fix double free when using --apparmor and --process-label.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-10 00:00:22 +03:00
Oskari Rauta
9f5d6cdc9f cni: update to v1.1.0
A minor update to the CNI libraries and tooling.
This does not bump the protocol / spec version, which remains at v1.0.0.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-09 23:32:15 +03:00
Michael Heimpold
dbec421e86 mmc-utils: update to latest upstream revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-05-07 09:18:51 +02:00
Michal Vasilek
b48482fdf8 syncthing: update to 1.20.1
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-05-06 13:34:04 +02:00
Matthias Schiffer
de5671e582
ecdsautils: update to v0.4.1
This fixes CVE-2022-24884.

Also update the package URL to match the source repository.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2022-05-05 18:33:00 +02:00
Eneas U de Queiroz
bb88e186fc
Merge pull request #18441 from Entropy512/docker_update
Update Docker to 20.10.14
2022-05-04 15:06:37 -03:00
Josef Schlehofer
600eecbac6 hwdata: update to version 0.359
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-05-04 18:11:19 +02:00
Andy Dodd
c3166c5a22 dockerd: Update to 20.10.14, and update version checking mechanism
a7a7c732c0
changed package pinning from commit hash to version for some dependencies
(but not all, libnetwork is still referenced by commit)

Support the version-based pinning mechanism in addition to commit-based

Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:20 -04:00
Andy Dodd
a134a23a07 containerd: Update to 1.5.11
Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:15 -04:00
Andy Dodd
cd99c4cafb docker: Update to 20.10.14
Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:05 -04:00
Javier Marcet
ac02159f63 docker-compose: Update to version 2.5.0
What's Changed:

 - Fix search/replace typo in --no-TTY documentation by @ericfreese
 - Fix panic with down command when -p flag specified by @glours
 - use project we just created to start services by @ndeloof
 - include services declared by links as implicit dependencies by
 @ndeloof
 - pull to respect pull_policy by @ndeloof
 - don't ignore error by @ndeloof
 - project name MUST be lowercase by @ndeloof
 - add support for build secrets by @ndeloof
 - create also a checksums.txt file, add --binary by @MaxPeal
 - add support for ppc64le for docker compose by @snehakpersistent
 - inspect image ID after pull to se com.docker.compose.image by
 @ndeloof
 - Fix cannot setup IPAM gateway by @qnap-ericfan

New Contributors:

 - @ericfreese made their first contribution
 - @MaxPeal made their first contribution
 - @snehakpersistent made their first contribution
 - @qnap-ericfan made their first contribution

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-05-02 12:48:06 -07:00
Eneas U de Queiroz
d6960886bd mtools: avoid picking libbsd dependency
Even though commit 96ec989ed ("mtools: update to 4.0.39") correctly
dropped libbsd dependency, the package's configure script will still
link to it if the library is found.

Tell configure not to look for it by setting ac_cv_lib_bsd_main=no.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-05-02 12:47:44 -07:00
Liang Yang
9963312067 dockerd: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-30 11:54:56 -07:00
Liang Yang
624f48a602 docker: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-30 11:21:25 -07:00
Jonathan Pagel
c5b668df5b telegraf: upgrade to version 1.22.3
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-04-30 11:45:34 +02:00
Liang Yang
3635c768ab dockerd: fix dependencies missing
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-29 15:23:02 -07:00
Tianling Shen
514ca20255 yq: Update to 4.25.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-29 15:22:16 -07:00
Hannu Nyman
e076a9a40d nano: update to 6.3
Update nano editor to version 6.3

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-04-29 19:13:48 +03:00
Guilherme Janczak
96ec989edb mtools: update to 4.0.39
This update happens to drop the libbsd dependency.

Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
2022-04-28 23:06:20 -07:00
Jeffery To
396e7970c2
Merge pull request #18357 from clarkwang/sexpect-update
sexpect: updated per OpenWrt's common practice
2022-04-28 18:06:29 +08:00
Jeffery To
31cf5c8e02
Merge pull request #18358 from clarkwang/passh-update
passh: updated per OpenWrt's common practice
2022-04-28 18:05:42 +08:00
Josef Schlehofer
5b7c5b6657
Merge pull request #17305 from paper42/runc-1.0.3
runc: update to 1.0.3
2022-04-28 08:32:08 +02:00
Jonathan Pagel
a93b3baba1 telegraf: Update to version 1.22.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-04-26 10:27:54 +02:00
Rosen Penev
a4b08f7c1c ubnt-manager: run through shellcheck
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-04-26 08:25:19 +02:00
Russell Senior
6301930e35 stm32flash: update to version 0.7
Signed-off-by: Russell Senior <russell@personaltelco.net>
2022-04-25 12:13:30 -07:00
Maxim Storchak
9f28d3fa55 smartmontools: update to 7.3
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2022-04-25 12:12:29 -07:00
Etienne Champetier
60460f0046 prometheus-node-exporter-lua: use uhttpd-mod-lua
listen_ipv6 config option is removed and we now
listen on both ipv4 and ipv6 addresses.
HTTP keepalive is enabled and set to 70s by default.

With uhttpd-mod-lua there is a small change in behavior,
all code is loaded/parsed/executed once on startup as before,
but now each request is executed in his own fork, so we can't
keep a state between requests.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2022-04-25 12:22:22 -04:00
Etienne Champetier
3afccecdb2 prometheus-node-exporter-lua: fixup openwrt collector
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2022-04-25 12:22:22 -04:00
Clark Wang
580fe568d6 passh: updated per OpenWrt's common practice
- removed extra white spaces in Makefile
- changed license from GPL-3.0 to GPL-3.0-only
- added test.sh

Signed-off-by: Clark Wang <dearvoid@gmail.com>
2022-04-23 17:02:28 +08:00
Clark Wang
17d4d05fd5 sexpect: updated per OpenWrt's common practice
- removed extra white spaces in Makefile
- changed license from GPL-3.0 to GPL-3.0-only
- added test.sh

Signed-off-by: Clark Wang <dearvoid@gmail.com>
2022-04-23 17:01:55 +08:00
Nick Hainke
9f3064a11c 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>
2022-04-21 15:04:15 +02:00
Clark Wang
1221ceed8d 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>
2022-04-18 08:32:52 +02:00
Clark Wang
49b1e63444 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>
2022-04-16 11:08:24 -07:00
Florian Eckert
5968460691
Merge pull request #17303 from CarlosDerSeher/feature_bt_agent
bt-agent: add new package
2022-04-16 13:39:14 +02:00
Tianling Shen
bedad06107 yq: Update to 4.24.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-15 19:57:55 +02:00
Daniel Golle
362ff12fb4
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>
2022-04-15 17:40:45 +01:00
Jitao Lu
a2a3bbcad7 kitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulator
Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
2022-04-14 18:58:57 -07:00
Karl Osterseher
f6e8fdedaa bluez-tools: Add package bluezetools
Signed-off-by: Karl Osterseher <karli_o@gmx.at>
2022-04-14 15:41:56 +02:00
Tianling Shen
07a29d211a yq: Update to 4.24.4
Updated GO_PKG due to upstream changes.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-13 23:56:03 +02:00
Daniel Golle
3959a9b22c
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>
2022-04-13 18:01:49 +01:00
Hannu Nyman
8579494bbb haveged: update to 1.9.18
Update haveged to version 1.9.18

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-04-11 18:24:28 +03:00
Jeffery To
4b7ff2df5e 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]: e30898ddb3

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2022-04-10 13:40:01 +02:00
Rosen Penev
fcfd9e4743 open-vm-tools: update to 12.0.0
Update patches with the Alpine Linux ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-04-09 10:47:45 -07:00
Michael Heimpold
78754b4f21
Merge pull request #18273 from cotequeiroz/opensc
opensc: do not build man pages
2022-04-09 13:46:14 +02:00
Jonathan Pagel
86b8b30683 telegraf: Update to version 1.22.1
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-04-09 07:15:55 +02:00
Eneas U de Queiroz
e85ceaaa14
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>
2022-04-08 17:35:49 -03:00
Lucian Cristian
e1ed4ee3d3 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>
2022-04-07 15:34:27 -07:00
Javier Marcet
3e4ec2a9a8 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>
2022-04-07 15:33:38 -07:00
Alexandru Ardelean
f86d5849b0 squashfs-tools: bump to version 4.5.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-04-07 15:32:25 -07:00
Nick Hainke
42e841039b prometheus-node-exporter-lua: fix ubnt-manager collector
Update the version and add ubnt-manager to the build section.

Fixes: 76f27975a9 (" prometheus-node-exporter-lua: add ubnt-manager collector ")

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-04-04 10:46:25 -04:00