aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* tree: bump to 2.0.4John Audia2022-09-14
| | | | | | Upstream update Signed-off-by: John Audia <therealgraysky@proton.me>
* lxc: update to 5.0.1John Audia2022-09-09
| | | | | | | | | | | Bump to latest and update Makefile to use meson which is upstream's standard. Deleted unneeded 010-Remove-distro-check.patch (reference to configure). Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* pcsc-lite: update to version 1.9.8Daniel Golle2022-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.9.8: Ludovic Rousseau 11 June 2022 - Install install_spy.sh & uninstall_spy.sh scripts in docdir - SCardTransmit(): do not fail if receive buffer is "too large" - SCardControl(): do not fail if receive buffer is "too large" - fix some memory leaks on shutdown - use a better random number generator - Some other minor improvements 1.9.7: Ludovic Rousseau 13 May 2022 - disable strict compilation by default - fix 3 warnings 1.9.6: Ludovic Rousseau 11 May 2022 - do not fail reader removal in some specific cases (USB/Thunderbolt port) - improve documentation regarding /etc/reader.conf.d/ - SCardGetStatusChange: speedup the case DISABLE_AUTO_POWER_ON - configure: . add --disable-strict option By default the compiler arguments are now: -Wall -Wextra -Wno-unused-parameter -Werror ${CFLAGS} . fail if flex is not found - fix different data races - pcscdaemon: -v displays internal constants values: MAX_READERNAME & PCSCLITE_MAX_READERS_CONTEXTS - Some other minor improvements Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cryptsetup: update to version 2.5.0Daniel Golle2022-09-07
| | | | | | | | Update to new major release of cryptsetup. For details, please see the release notes[1]. [1]: https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.5/v2.5.0-ReleaseNotes Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: update to release 2.03.16Daniel Golle2022-09-07
| | | | | | Mostly bug fixes and minor improvements. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mariadb: fix compilation with ppc64Rosen Penev2022-09-04
| | | | | | | MariaDB's PPC64 CRC32 support requires AltiVec, which QoriQ does not support. Disable it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #19283 from 1715173329/yqJosef Schlehofer2022-08-30
|\ | | | | yq: Update to 4.27.3
| * yq: Update to 4.27.3Tianling Shen2022-08-30
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | docker-compose: Update to version 2.10.2Javier Marcet2022-08-30
|/ | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* zoneinfo: updated to the latest releaseVladimir Ulrich2022-08-27
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* restic: update to 0.14.0Tom Stöveken2022-08-26
| | | | | | | | | | | 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>
* vim: variants conflict with each otherKarel Kočí2022-08-23
| | | | | | | | | | | | | | | | 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]
* stress-ng: add libjpeg depAlexandru Ardelean2022-08-24
| | | | | | | | | | | | | | 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>
* Merge pull request #19217 from stintel/openocd-bcm27xxAlexandru Ardelean2022-08-23
|\ | | | | openocd: enable bcm2835gpio on bcm27xx
| * openocd: enable bcm2835gpio on bcm27xxStijn Tintel2022-08-21
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | pciutils: backport patch to fix compilation with older binutilsJosef Schlehofer2022-08-21
|/ | | | | | | | | | | | | | | | | | | | | 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>
* pciutils: update to 3.8.0Lucian Cristian2022-08-20
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* miniflux: update to 2.0.38Michal Vasilek2022-08-18
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* telegraf: Update to version 1.23.4Jonathan Pagel2022-08-18
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* telegraf: Add influxdb2 output plugin to package version smallJonathan Pagel2022-08-16
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* bigclown-gateway: use Python's json libAlexandru Ardelean2022-08-16
| | | | | | | From: https://github.com/hardwario/bch-gateway/pull/17 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* bigclown-control-tool: use Python's json libAlexandru Ardelean2022-08-16
| | | | | | | | | 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>
* bluld: Do not include kernel headers into user space applicationHauke Mehrtens2022-08-16
| | | | | | | | | 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>
* mqttled: update to 0.1.2Tom Grime2022-08-16
| | | | Signed-off-by: Tom Grime <tom.grime@gmail.com>
* zoneinfo: updated to the latest releaseVladimir Ulrich2022-08-16
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* opendoas: fix build with PAMMichal Vasilek2022-08-16
| | | | | | | 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>
* Merge pull request #19048 from guijan/update-stress_ngAlexandru Ardelean2022-08-16
|\ | | | | stress-ng: update to 0.14.03
| * stress-ng: update to 0.14.03Guilherme Janczak2022-08-12
| | | | | | | | | | Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com> Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | uvol: fix autopart handling double/float numberDaniel Golle2022-08-14
| | | | | | | | | | | | | | 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>
* | opendoas: add packageMichal Vasilek2022-08-13
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | tree: update upstream sourceJohn Audia2022-08-13
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #19084 from jtkohl/watchcat-ping-bugfixFlorian Eckert2022-08-10
|\ \ | | | | | | watchcat: fix broken ping invocation for no-address-family configuration
| * | watchcat: fix broken ping invocation for no-address-family configurationMichal Kowalski2022-08-01
| | | | | | | | | | | | | | | | | | | | | Fix for issue #19010 Signed-off-by: John Kohl <jtk.git@bostonpog.org> Signed-off-by: Michal Kowalski <18610805+kofec@users.noreply.github.com>
* | | Merge pull request #19125 from hirnpfirsich/masterEtienne Champetier2022-08-08
|\ \ \ | | | | | | | | prometheus-node-exporter-lua: add realtek-poe exporter
| * | | prometheus-node-exporter-lua: add realtek-poe exporterGregor Michels2022-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #19114 from commodo/squashfs-tools-zstdAlexandru Ardelean2022-08-08
|\ \ \ \ | |/ / / |/| | | squashfs-tools: enable zstd compression by default
| * | | squashfs-tools: enable zstd compression by defaultAlexandru Ardelean2022-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | prometheus-node-exporter-lua: fix hostapd stationsNick Hainke2022-08-07
| | | | | | | | | | | | | | | | | | | | | | | | We can only utilize statistics from interfaces having ubus interface. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #18834 from jpds/prometheus-selinux-collectorEtienne Champetier2022-08-07
|\ \ \ \ | | | | | | | | | | prometheus-node-exporter-lua: Added selinux.lua.
| * | | | prometheus-node-exporter-lua: Added selinux.lua.Jonathan Davies2022-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com>
* | | | | yq: Update to 4.27.2Tianling Shen2022-08-06
| |/ / / |/| | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #19083 from pprindeville/drop-parallel-support-non-x86Philip Prindeville2022-08-04
|\ \ \ \ | | | | | | | | | | lcdproc: don't enable LPT support on non-x86 architectures
| * | | | lcdproc: don't enable LPT support on non-x86 architecturesPhilip Prindeville2022-08-03
| | |/ / | |/| | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | sexpect: updated to 2.3.11Clark Wang2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | docker-compose: Update to version 2.9.0Javier Marcet2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | nano: update to 6.4Hannu Nyman2022-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 6.4. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | coremark: bump to 2022-07-27Aleksander Jan Bajkowski2022-08-02
|/ / / | | | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | realtek-poe: Add package to control PoE for Realtek 838x devicesAlexandru Gagniuc2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #19055 from pprindeville/issue#18975Philip Prindeville2022-07-30
|\ \ \ | | | | | | | | lcdproc: don't detect parallel port on build host
| * | | lcdproc: don't detect parallel port on build hostPhilip Prindeville2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | Also, limit builds to x86 and x86_64. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>