Commit graph

4350 commits

Author SHA1 Message Date
Rosen Penev
9b65b9cb95 mariadb: fix compilation with ppc64
MariaDB's PPC64 CRC32 support requires AltiVec, which QoriQ does not
support. Disable it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-09-04 15:58:55 -07:00
Josef Schlehofer
fb46e2e6c0
Merge pull request #19283 from 1715173329/yq
yq: Update to 4.27.3
2022-08-30 11:21:13 +02:00
Javier Marcet
ebf86a645a docker-compose: Update to version 2.10.2
Signed-off-by: Javier Marcet <javier@marcet.info>
2022-08-30 10:54:56 +02:00
Tianling Shen
90a76f6467
yq: Update to 4.27.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-08-30 14:48:07 +08:00
Vladimir Ulrich
89c2fa9d9b zoneinfo: updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2022-08-27 14:20:35 +02:00
Tom Stöveken
79e89326a8 restic: update to 0.14.0
Maintainer: Tom Stöveken <tom@naaa.de>
Compile tested: SDK for OpenWrt 21.02.3
Run tested: xRX200 rev 1.2, AVM FRITZ!Boxwq 7360 V2, OpenWrt 21.02.3

Description:
Updated to version 0.14.0

Signed-off-by: Tom Stöveken <tom@naaa.de>
2022-08-26 13:08:18 +02:00
Karel Kočí
46c058468a vim: variants conflict with each other
This adds conflicts between the variants,
because they provide the same files, and it should not be
possible to install them side by side. Otherwise, it might happen that
half files would be from one variant and the other half from the
other.

Also, adds provides as if you request to install ``vim`` and
``vim-full``, then the request could be satisfied even they collide,
because ``vim-full`` provides ``vim`` package.

Signed-off-by: Karel Kočí <cynerd@email.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[add commit message]
2022-08-23 21:17:08 -07:00
Alexandru Ardelean
fc6f44b13a stress-ng: add libjpeg dep
Fixes: https://github.com/openwrt/packages/issues/19210

If libjpeg isn't selected by another package, all is fine.
But if it is selected, the stress-ng build will see it and try to build the
jpeg stressor. This would usually fail sometime and link-time.

In any case, it's better to just pick-up libjpeg as a dependency of
stress-ng. If people want to stress their system with this tool, they can
probably expect libjpeg as well.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-24 01:07:18 +02:00
Alexandru Ardelean
12169fbf7e
Merge pull request #19217 from stintel/openocd-bcm27xx
openocd: enable bcm2835gpio on bcm27xx
2022-08-23 09:48:06 +03:00
Stijn Tintel
d1a292353e openocd: enable bcm2835gpio on bcm27xx
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-08-21 16:48:50 +03:00
Josef Schlehofer
f08dadd517
pciutils: backport patch to fix compilation with older binutils
While building pciutils 3.8.0 for OpenWrt 21.02 includes target
mvebu/cortex-a9, mvebu/cortex-a53 and powerpc/8540, it fails because of
this error:

-I<turris1x/ws/build/staging_dir/toolchain-powerpc_8548_gcc-8.4.0_musl/include>   -c -o filter.o filter.c
{standard input}: Assembler messages:
{standard input}:6: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38'
{standard input}:8: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38'
{standard input}:10: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38'
{standard input}:12: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38'
make[4]: *** [<builtin>: filter.o] Error 1
make[4]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/lib'>
make[3]: *** [Makefile:70: lib/libpci.so.3.8.0] Error 2
make[3]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0'>
make[2]: *** [Makefile:88: <turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/.built]> Error 2
make[2]: Leaving directory '<turris1x/ws/build/feeds/packages/utils/pciutils'>

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-08-21 10:44:33 +02:00
Lucian Cristian
c5ec5c70b3 pciutils: update to 3.8.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-08-20 13:19:16 -07:00
Michal Vasilek
db0de16e8e miniflux: update to 2.0.38
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-08-18 19:54:23 -07:00
Jonathan Pagel
e4555e03ee telegraf: Update to version 1.23.4
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-08-18 17:42:56 +02:00
Jonathan Pagel
a5e96189c3 telegraf: Add influxdb2 output plugin to package version small
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-08-16 13:14:09 -07:00
Alexandru Ardelean
6bfecdf432 bigclown-gateway: use Python's json lib
From:
  https://github.com/hardwario/bch-gateway/pull/17

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-16 13:12:33 -07:00
Alexandru Ardelean
4ae376ea02 bigclown-control-tool: use Python's json lib
From:
  https://github.com/hardwario/bch-control-tool/pull/5

This is a backport version 0.2.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-16 13:12:33 -07:00
Hauke Mehrtens
7cef0bca23 bluld: Do not include kernel headers into user space application
Remove the extra include for kernel headers from this user space
application. These extra includes are causing compile errors when
compiling with glibc. User space applications should not need such
headers.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-08-16 13:12:16 -07:00
Tom Grime
c1a96acc35 mqttled: update to 0.1.2
Signed-off-by: Tom Grime <tom.grime@gmail.com>
2022-08-16 13:11:31 -07:00
Vladimir Ulrich
cb5bf2b007 zoneinfo: updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2022-08-16 13:10:35 -07:00
Michal Vasilek
626be11593 opendoas: fix build with PAM
When PAM is available, the build system will detect and use it, but the
package dependency was missing.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-08-16 13:00:41 -07:00
Alexandru Ardelean
ca78c202e6
Merge pull request #19048 from guijan/update-stress_ng
stress-ng: update to 0.14.03
2022-08-16 09:22:04 +03:00
Daniel Golle
f50a289e51 uvol: fix autopart handling double/float number
Consider only integer part of free space in megabytes when
deciding the boundaries of the to be created partition.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-08-14 20:51:37 +02:00
Michal Vasilek
ad7d2e5270 opendoas: add package
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-08-13 12:54:10 -07:00
John Audia
cd30802a26 tree: update upstream source
Update Makefile to use github mirror of new source url since current one is
going to retire. "Notice this site is likely going to be shutdown after over
28 years. I will likely be moving all my code-bases to
https://gitlab.com/OldManProgrammer"[1]

1. http://mama.indstate.edu/users/ice/tree

Signed-off-by: John Audia <therealgraysky@proton.me>
2022-08-13 11:03:06 -07:00
Guilherme Janczak
9a85437016
stress-ng: update to 0.14.03
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-12 14:31:57 +00:00
Florian Eckert
437f7a54ff
Merge pull request #19084 from jtkohl/watchcat-ping-bugfix
watchcat: fix broken ping invocation for no-address-family configuration
2022-08-10 08:02:47 +02:00
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