Commit Graph

4800 Commits

Author SHA1 Message Date
Dirk Brenken
8b9030ecf4 mc: bump to release 4.8.30
* News: http://midnight-commander.org/wiki/NEWS-4.8.30
* refresh patches
* remove obsolete / adapt changed options

Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-11-26 11:39:09 +01:00
Tianling Shen
5fc95dce02 yq: Update to 4.40.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-26 14:22:03 +08:00
Javier Marcet
bc0db51e43 docker-compose: Update to version 2.23.3
Signed-off-by: Javier Marcet <javier@marcet.info>
2023-11-24 20:41:14 +08:00
Javier Marcet
df22387ee4 docker-compose: Update to version 2.23.2
Signed-off-by: Javier Marcet <javier@marcet.info>
2023-11-24 20:41:14 +08:00
Moritz Warning
67ff89f267 sockread: cleanup code and allow arguments
* cleanup code style
* allow arguments to be passed from the command line

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2023-11-22 22:39:17 +08:00
Jean Thomas
717c27a5c8 gl-puli-mcu: Add power monitoring for XE3000 (Puli AX) variant
Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
2023-11-20 14:51:52 +00:00
Jean Thomas
2ae44d696f gl-puli-mcu: Fix compilation warning
Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
2023-11-20 14:51:52 +00:00
Oskari Rauta
3393600453 gummiboot: release bump
Changes:
 - fixes conflicts with EFI headers mentioned in issue #22433

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-11-19 13:29:27 +08:00
Rosen Penev
dff178a393 fuse3: update to 3.16.2
Add PKG_BUILD_DEPENDS to fix potential problems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-11-16 17:48:17 -08:00
Javier Marcet
39431ffe2a docker-compose: Update to version 2.23.1
Signed-off-by: Javier Marcet <javier@marcet.info>
2023-11-16 16:50:12 -08:00
Matt Merhar
2a5ad04756 pps-tools: use %lld in printf for 64-bit time_t
musl 1.2.0 switched to use 64-bit time_t everywhere, including 32-bit
architectures, causing garbage values to be printed from ppswatch and
ppstest.

Use the correct format string for the affected printf statements and
explicitly cast to long long to avoid potential compatibility issues
with 32-bit glibc.

Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2023-11-16 11:27:23 -08:00
Jeffery To
a7b38889b1 Merge pull request #22646 from dynasticorpheus/fx
fx: add new package
2023-11-16 16:22:47 +08:00
Fabian Lipken
c4c1b93f64 fx: add new package
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-11-16 08:52:41 +01:00
Facundo Acevedo
496a4f186a Dysk: Add new package
Dysk is a command-line tool designed for efficient file and directory management in Unix-like environments

Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
2023-11-16 02:20:24 +08:00
Hannu Nyman
b8298a9b91 irqbalance: update to 1.9.3
Update irqbalance to version 1.9.3.
* remove upstreamed patch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-11-12 22:42:44 +02:00
Nikos Mavrogiannopoulos
7d77c4d401 tang: set the right permissions to keys
Resolves: #22632

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-11-10 10:11:19 +01:00
Nikos Mavrogiannopoulos
2b4332a3f3 tang: set the right maintainer
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-11-10 10:11:19 +01:00
Jo-Philipp Wich
d8a574f7f0 nano: add syntax highlighting for ucode scripts
Introduce local syntax highlighting support for ucode scripts, like
it is done already for uci configuration files.

Ref: https://github.com/jow-/ucode/issues/178
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-11-08 14:53:37 +01:00
Jeffery To
3085608448 micropython-mpremote: Update to 1.21.0, rename package, move into utils
This renames the package to mpremote and moves it into utils, as this is
a command-line utility and not a Python/MicroPython library.

This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-02 00:38:21 +08:00
Anton Antonov
3be58aa1d3 efibootmgr: Add armsr target support
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
2023-10-31 13:48:59 +08:00
Anton Antonov
ee47bf4a52 dmidecode: Add armsr target support
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
2023-10-31 13:48:59 +08:00
Fabian Lipken
9a40592543 restic: update to 0.16.2
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-10-30 21:27:42 +01:00
Vladimir Ermakov
a517b7660b qemu: update to 8.1.2
Changes:
- Update to 8.1.2
- Refresh patches
- Replace absent option --with-git-submodules with --disable-download

Fix #22530

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2023-10-30 18:21:11 +01:00
Fabian Lipken
e4c3336ddf restic: update to 0.16.1
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-10-29 09:34:00 +01:00
Luca Barbato
ee129c6031 nerdctl: update to 1.6.2
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2023-10-25 12:29:04 +08:00
Facundo Acevedo
a2ef62e669 procs: update to v0.14.3
Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
2023-10-23 20:30:46 +08:00
Philip Prindeville
a6a8c98ac0 Merge pull request #22460 from TDT-AG/pr/20231020-acpi-unix
acpica-unix: add host build
2023-10-22 23:11:01 -06:00
Alexandru Ardelean
98bcb56eb3 stress-ng: backport immintrin.h header detection for GCC 13
Backport patch from:
   cd84c46ce7

With GCC 12 there is no issue.
With GCC 13, there is a compilation issue on x86_64.
Fixes https://github.com/openwrt/packages/issues/22373

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-10-22 23:49:57 +02:00
Florian Eckert
80bdd776ca acpica-unix: add host build
In order to build additional acpi tables during the build process, this
package needs to be build for the host.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-10-20 15:30:55 +02:00
David Bauer
bfb980f18e Merge pull request #22342 from blocktrron/quectel-timesync-20231008
quectel-timesync: add package
2023-10-20 14:46:33 +02:00
Luca Barbato
c41270351e nerdctl: New package
contaiNERD CTL - Docker-compatible CLI for containerd,
 with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2023-10-20 16:24:14 +08:00
Javier Marcet
a839452274 docker-compose: Update to version 2.23.0
Signed-off-by: Javier Marcet <javier@marcet.info>
2023-10-19 18:02:36 -07:00
David Bauer
7ed86d2eb7 Merge pull request #21258 from blocktrron/add-cudy-bdinfo
cudy-bdinfo: add package
2023-10-16 22:21:26 +02:00
Ivan Mironov
41975220c0 prometheus-node-exporter-lua: bump package version
Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>
2023-10-15 11:13:17 -04:00
Ivan Mironov
431fefbdea prometheus-node-exporter-lua: add basic hwmon exporter
This collector supports following metrics:

 * node_hwmon_temp_celsius
 * node_hwmon_pwm

and following auxiliary mappings:

 * node_hwmon_chip_names
 * node_hwmon_sensor_label

Tested on:

 * Banana Pi BPI-r3 / OpenWrt 23.05.0-rc2
 * TP-Link Archer C7 v5 / OpenWrt 22.03.5

Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>
2023-10-15 11:13:17 -04:00
Etienne Champetier
86df457120 Merge pull request #20007 from dhewg/prometheus-node-exporter-ucode
prometheus-node-exporter-ucode: add new package
2023-10-15 11:00:44 -04:00
Etienne Champetier
b499ed05ff Merge pull request #21005 from joelpet/prometheus-node-exporter-thermal
prometheus-node-exporter-lua: Add thermal collector
2023-10-14 15:22:37 -04:00
Oskari Rauta
37142e1475 catatonit: update to 0.2.0
no functional changes from catatonit 0.1.7, but license change
from GPL-3.0-or-later to GPL-2.0-or-later.

Switch package source to release version from git commit version.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-10-14 11:20:42 +08:00
Oskari Rauta
e25d417f1a podman: update to 4.7.1
Bugfixes

 - Fixed a bug involving non-English locales of Windows where machine installs using user-mode networking were rejected due to erroneous version detection (#20209).
 - Fixed a regression in --env-file handling (#19565).
 - Fixed a bug where podman inspect would fail when stat'ing a device failed.

API
 - The network list compat API endpoint is now much faster (#20035).

Openwrt updates: added patch to allow building with musl-1.2.4
Patch source is from gentoo c4c349f11a/app-containers/podman/files/podman-4.5.0-fix-build-with-musl-1.2.4.patch

Issue was discussed by @jefferyto at mattn/go-sqlite3#1177

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-10-14 11:20:27 +08:00
Josef Schlehofer
b158d62460 Merge pull request #22197 from oskarirauta/zsh
zsh: use libpcre2 instead of libpcre
2023-10-11 18:33:16 +02:00
Jeffery To
0dfc1b508d rust: Use make's jobserver when building packages
This allows cargo to use make's jobserver when building packages, by
marking the cargo command as recursive (with the + prefix[1]) and
setting MAKEFLAGS.

This also:

* Give cargo/x.py the build directory instead of having to change the
  current directory (and opening subshells)

* Set PKG_BUILD_PARALLEL/HOST_BUILD_PARALLEL for Rust packages to enable
  the use of make's jobserver

[1]: https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-10-11 15:50:24 +08:00
Alexandru Ardelean
af7a15c905 Merge pull request #22352 from commodo/stress-ng
stress-ng: bump to version 0.17.0
2023-10-11 10:06:53 +03:00
Facundo Acevedo
482e7170e8 procs: Add new package
Procs is a modern, feature-rich alternative to the 'ps' command written in Rust

Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
2023-10-11 09:35:33 +08:00
Nick Hainke
ca057f3e4e kmod: update to 31
Release Notes:
aff617ea87/NEWS (L1)

Signed-off-by: Nick Hainke <vincent@systemli.org>
2023-10-10 15:36:55 +02:00
Alexandru Ardelean
f4df9c1786 stress-ng: bump to version 0.17.00
Refreshed 001-disable-extra-stressors.patch
Dropped 002-disable-compiler-test.patch
  - no longer needed since commit a24c7f2048

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-10-10 14:14:32 +03:00
Christian Marangi
5b929fde5f zsh: backport PCRE2 patches and move to it
Backport PCRE2 patches from upstream and move package to PCRE2 library
as PCRE is EOL and won't receive any security update anymore.

Patch are backported with minimal change, only the Changelog change is
commented out as it would conflict and makes no sense to adapt for the
purpose of backport patches.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-10-10 12:29:49 +02:00
David Bauer
a2838a2032 quectel-timesync: add package
This tool allows for acquiring the current time from
the cellular network for configuring the local clock.
Compared to NTP, this has the advantage of nut using up
mobile traffic.

It takes advantage of the AT+QLTS command found on Quectel
modems. This functionality depends on support of the mobile
network.

Compile-tested: ath79-nand
Run-tested: ath79-nand (GL.iNET GL-XE300)

Signed-off-by: David Bauer <mail@david-bauer.net>
2023-10-09 00:45:06 +02:00
David Bauer
3f7f33d8be cudy-bdinfo: add package
This program can be used to obtain information stored on the bdinfo
parition found on routers from Shenzhen Cudy Technology.

While this tool is not necessary for operation with OpenWrt, it can be
helpful to decrypt information generated by the stock firmware as well
as to obtain additional device-specific information.

Signed-off-by: David Bauer <mail@david-bauer.net>
2023-10-08 23:11:29 +02:00
Oskari Rauta
a7f837c98b zsh: use autoreconf PKG_FIXUP to configure
In preparation to PCRE2 fixup, use autoreconf PKG_FIXUP as a better
configure system instead of configure script. This is needed to reduce
upcoming patch to migrate to PCRE2 library.

To correctly use autoreconf it's needed to declare empty
PKG_REMOVE_FILES.

zsh include custom macro in the default aclocal.m4
When autoreconf PKG_FIXUP is used, if PKG_REMOVE_FILES is not defined,
it's set to remove the file aclocal.m4 by default resulting in problem
with the custom macro AC_PROG_LN.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
[ split to 2 commit, add PKG_REMOVE_FILES, reword commit description ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-10-05 12:57:17 +02:00
Michael Heimpold
c5f6865165 Merge pull request #22289 from mhei/mmc-utils-update
mmc-utils: update to latest upstream revision
2023-10-05 07:24:44 +02:00