Commit Graph

5165 Commits

Author SHA1 Message Date
Milinda Brantini 55e689176e dockerd: fix breaks IPv6 routing
Add option to support ip6tables configuration(default false).

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-07-14 12:04:48 -07:00
John Audia e8688e5c3f tree: bump to 2.1.3
Changelog: version 2.1.3 (07/09/2024)
  - Mostly a brown-paper bag release to fix the below regression and add a
    feature I forgot to add.
  - Fix regression in search() function that broke --fromfile (Florian Ernst)
    (caused by removing too much code while fixing premature sort for
    --fromfile)
  - Allow the -L option to accept its parameter immediately (with no space)
    instead of requiring it be the next option word. (Trevor Gross)

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-07-14 11:54:01 -07:00
Rosen Penev ff66b52da3 mt-st: update to 1.7
New upstream.

Removed upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-07-12 13:15:33 -07:00
Robert Marko 3bc18e7787 kitty-terminfo: update to 0.35.2
Update kitty-terminfo to the current kitty release of 0.35.2.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-07-10 14:05:18 +02:00
Rui Salvaterra 3f52c7e59a lolcat: bump to 1.5
No changelog, but only a single commit since last version, fixing uncoloured stderr
interleaved with coloured stdout.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2024-07-08 16:49:22 -07:00
Nathaniel Wesley Filardo 5bf463bd96 pcsc-lite: install libpcsclite_real.{a,so*}, too
74ee2fa489 failed to notice that libpcsclite now supports redirection, as of
1faab672aa
(first present in upstream release 2.1.0).  It's important to include the real
implementation, even if redirection permits loading others.

Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
2024-07-07 12:35:37 +01:00
Andreas Gnau 7e5332e3cd jq: Add PKG_CPE_ID
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2024-07-05 13:41:56 -07:00
Jonas Jelonek 3ff411fe02 eza: update to 0.18.21
Release notes:
0.18.19: https://github.com/eza-community/eza/releases/tag/v0.18.19
0.18.20: https://github.com/eza-community/eza/releases/tag/v0.18.20
0.18.21: https://github.com/eza-community/eza/releases/tag/v0.18.21

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-07-03 16:58:44 -07:00
Robert Marko 24f1c9b490 utils: lpac: fix passing CMAKE options
Turns out that having a comment for QMI over QRTR in the CMAKE_OPTIONS will
drop anything after it, so lets move the comment above CMAKE_OPTIONS.

Fixes: 34f9d96b4c ("lpac: make APDU backends configurable")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
2024-07-03 20:19:12 +02:00
Daniel Golle 080d5f04ef i2csfp: add package
Add i2csfp utility which comes handy when dealing with some SFP modules.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-07-03 02:44:16 +01:00
Robert Marko 34f9d96b4c lpac: make APDU backends configurable
Currently, lpac will be built with the PCSC and AT APDU backends by default
and its not configurable in OpenWrt.

Since smart card reads are not really common on OpenWrt devices lets
disable PCSC backend by default so we dont have to include PCSC lib and
daemon by default.

AT backend is left enabled by default since it has no external dependecies
and all modems have it.

QMI over QRTR backend is not selectable even though it is part of the 2.0.2
relase since it requires unstable libqmi 1.35.4 or newer and we are still
using 1.34 stable branch.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
2024-07-02 09:52:03 -07:00
Eric Fahlgren ed1bd0b386 owut: update to 2024.07.01
- bugs
  1ed0c8d6c6 partial fix for 'what-provides'
  189b27210f bad sutype

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-07-02 19:01:49 +08:00
Milinda Brantini e7ef6ae485
dockerd: Update to 27.0.3
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-07-02 15:26:38 +08:00
Milinda Brantini d9925c4813
docker: Update to 27.0.3
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-07-02 15:25:31 +08:00
Robert Marko 10644cacbe lpac: update to 2.0.2
Release notes:
https://github.com/estkme-group/lpac/releases/tag/v2.0.2

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-07-01 11:18:34 +02:00
John Audia 3e331ddcc0 lxc: update to 6.0.1
Changelog: https://discuss.linuxcontainers.org/t/lxc-6-0-lts-has-been-released/19567

Required libdbus as a depends for liblxc.  I verified that both
lxc-create and lxc-checkconfig work with the rebases to the
following patches but do please review:

  020-lxc-checkconfig.patch
  025-remove-unsupported-option.patch

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-06-29 11:56:46 -07:00
Rosen Penev 0729ad976b hwinfo: remove uuid hacks
util-linux uuid is used now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-29 11:56:29 -07:00
Rosen Penev ba0ff68c27 sumo: update to 1.16.0
Add patch for GCC14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-29 11:56:14 -07:00
Milinda Brantini ec1320310a docker: Update to 27.0.2
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-28 00:34:22 -07:00
Milinda Brantini c49a117238 runc: Update to 1.1.13
This is the thirteenth patch release in the 1.1.z release branch of runc.
Itbrings in Go 1.22.x compatibility and fixes a few issues,
including anoccasional wrong nofile rlimit in runc exec,
and a race between runc list and runc delete.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-28 00:34:22 -07:00
Milinda Brantini 24d29581e2 dockerd: Update to 27.0.2
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-28 00:34:22 -07:00
Fabian Lipken f9ea70ad66 fx: update to 35.0.0
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2024-06-28 00:33:57 -07:00
Daniel Golle 3a998e1021 auc: remove package
With 'owut' there is now a much better alternative available.
Retire and remove 'auc' in favor of 'owut'.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-06-26 03:07:01 +01:00
Javier Marcet adb9243b7a docker-compose: Update to version 2.28.1
Release notes:
https://github.com/docker/compose/releases/tag/v2.28.1

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-06-24 15:28:59 -07:00
Eric Fahlgren 7225d73251 owut: update to 2024.06.24
- fix up versioning in Makefile
- change package description doc link to wiki entry instead of github
- changes
  73b70e52e9
  714c462cc8
  1b222bdcb8

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-06-24 15:28:49 -07:00
Milinda Brantini 001e7138dd dockerd: Update to 26.1.4
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-24 03:56:21 +08:00
Luiz Angelo Daros de Luca d17ab93b6c sane-backends: update to 1.3.1
Many changes since 1.0.31. See:

- https://gitlab.com/sane-project/backends/-/releases/1.0.32
- https://gitlab.com/sane-project/backends/-/releases/1.1.1
- https://gitlab.com/sane-project/backends/-/releases/1.2.1
- https://gitlab.com/sane-project/backends/-/releases/1.3.1

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2024-06-23 11:13:39 -07:00
Eric Fahlgren dab1efaf08 owut: add new package
owut (OpenWrt Update Tool) is a command line program that gathers
information from the various openwrt.org build sites and reports
status on various aspects of builds and package availability.
It also shows many details about your current configuration and
installed packages, allowing it to create, download, verify and
install new images containing the user-installed packages.

It is written completely in 'ucode', allowing for user customization
on the installed device, without the need for compilers and linkers.

Documentation is available at https://github.com/efahl/owut
Forum thread at https://forum.openwrt.org/t/owut-openwrt-upgrade-tool/200035

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-06-23 11:13:14 -07:00
Daniel Golle 49eb8e86b9 opensc: update to version 0.25.1
* New in 0.25.1; 2024-04-05
** General improvements
* Add missing file to dist tarball to build documentation (#3063)

** minidriver
* Fix RSA decryption with PKCS#1 v1.5 padding (#3077)
* Fix crash when app is not set (#3084)

* New in 0.25.0; 2024-03-06
** Security
* [CVE-2023-5992](https://github.com/OpenSC/OpenSC/wiki/CVE-2023-5992): Side-channel leaks while stripping encryption PKCS#1.5 padding in OpenSC (#2948)
* [CVE-2024-1454](https://github.com/OpenSC/OpenSC/wiki/CVE-2024-1454): Potential use-after-free in AuthentIC driver during card enrollment in pkcs15init (#2962)

** General improvements
* Update OpenSSL 1.1.1 to 3.0 in MacOS build (#2930)
* Remove support for old card drivers Akis, GPK, Incrypto34 and Westcos, disable Cyberflex driver (#2885)
* Fix 64b to 32b conversions (#2993)
* Improvements for the p11test (#2991)
* Fix reader initialization without SCardControl (#3007)
* Make RSA PKCS#1 v1.5 depadding constant-time (#2948)
* Add option for disabling PKCS#1 v1.5 depadding (type 01 and 02) on the card (#2975)
* Enable MSI signing via Signpath CI integration for Windows (#2799)
* Fixed various issues reported by OSS-Fuzz and Coverity in drivers, PKCS#11 and PKCS#15 layer

** minidriver
* Fix wrong hash selection (#2932)

** pkcs11-tool
* Simplify printing EC keys parameters (#2960)
* Add option to import GENERIC key (#2955)
* Add support for importing Ed25518/448 keys (#2985)
** drust-tool
* Add tool for D-Trust cards (#3026, #3051)
** IDPrime
* Support uncompressed certificates on IDPrime 940 (#2958)
* Enhance IDPrime logging (#3003)
* Add SafeNet 5110+ FIPS token support (#3048)
** D-Trust Signature Cards
* Add support for RSA D-Trust Signature Card 4.1 and 4.4 (#2943)
** EstEID
* Remove expired EstEID 3.* card support (#2950)
** ePass2003
* Allow SW implementation with more SHA2 hashes and ECDSA (#3012)
* Fix EC key generation (#3045)
** SmartCard-HSM
* Fix SELECT APDU command (#2978)
** MyEID
* Update for PKCS#15 profile (#2965)
** Rutoken
* Support for RSA 4096 key algorithm (#3011)
** OpenPGP

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-06-23 11:10:41 -07:00
Daniel Golle 3c12042eda pcsc-tools: update to version 1.7.1
Adds a bunch of new ATRs.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-06-23 11:10:41 -07:00
Daniel Golle 74ee2fa489 pcsc-lite: update to version 2.2.3
Switch to meson build system instead of autotools.

Changes since version 2.0.1:

2.2.3: Ludovic Rousseau
26 May 2024
- meson:
  . Fix build on Slackware 15
  . fail if both libusb and libudev are used
- Fix memory leak on exit
- libpcscspy: dump an output buffer only if the call succeeded
- Some code cleanup

2.2.2: Ludovic Rousseau
20 May 2024
- Serial support is ENABLED by default

2.2.1: Ludovic Rousseau
8 May 2024
- fix meson related issues
- Some code cleanup

2.2.0: Ludovic Rousseau
3 May 2024
- provide files for meson build tool (replaces autoconf/auoomake)
- fix a missing symbol in libpcscspy (bug introduced by the previous version)
- fix shutdown issues with hotplug_libusb
- update pcsc-spy manpage
- update copyright date
- Some other minor improvements

2.1.0: Ludovic Rousseau
12 April 2024
- LIBPCSCLITE_DELEGATE is used to redirect to another libpcsclite library
- setup_spy.sh displays the LIBPCSCLITE_DELEGATE value to use for spying
- provides libfake.c as a sample source code
- Some other minor improvements

2.0.3: Ludovic Rousseau
3 March 2024
- add SCARD_E_UNKNOWN_RES_MNG back

2.0.2: Ludovic Rousseau
3 March 2024
- SCardConnect() & SCardReconnect(): restrict the protocol used
- negotiate PTS also for the backup protocol
- pcscd.8:
  . document --disable-polkit
  . add "CONFIGURATION FILE" section
- Some other minor improvements

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-06-23 11:10:41 -07:00
Milinda Brantini 8f3a94645d containerd: Update to 1.7.18
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-23 11:09:01 -07:00
Milinda Brantini ab5b9ea2f0 docker: Update to 26.1.4
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-23 11:08:39 -07:00
Erwan MAS 8ed9e61d04 moreutils: fix depencies for ts
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
2024-06-23 11:04:42 -07:00
Javier Marcet 6ede35a1af docker-compose: Update to version 2.28.0
Release notes:
https://github.com/docker/compose/releases/tag/v2.28.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-06-22 16:37:22 +08:00
Javier Marcet cd368d8fa9 docker-compose: Update to version 2.27.3
Release notes:
https://github.com/docker/compose/releases/tag/v2.27.3

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-06-22 16:37:22 +08:00
Javier Marcet fdf3d2e7c1 docker-compose: Update to version 2.27.2
Release notes:
https://github.com/docker/compose/releases/tag/v2.27.2

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-06-21 21:30:04 +08:00
Milinda Brantini 45caf9b1f9 powertop: update to 2.15
Release mainly focuses on bug fixes and patching compatibility issues.
Also, adds support to multiple platforms.
Removed obsolete patch as upstream has fixed.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-16 16:42:26 -07:00
Luiz Angelo Daros de Luca f698b9c8a8 hplip: update to 3.23.12
See: https://developers.hp.com/hp-linux-imaging-and-printing/release_notes

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2024-06-16 16:42:03 -07:00
Ryan Doyle c279efb760 prometheus-node-exporter-lua: Add optional mwan3 collector
Supports interface metrics exposed by mwan3. The performance is a
little slow compared to other collectors (~300ms) as the ubus call is
where most of the time is spent. Any future speedups are likely better
put into mwan3's rpcd binary.

Signed-off-by: Ryan Doyle <ryan@doylenet.net>
[rename metrics,bump version]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2024-06-15 23:33:57 -04:00
Rob Hoelz 4edae84499 prometheus-node-exporter-lua: Add "node_textfile_mtime_seconds" metric
…for textfile collector, to make it more consistent with the upstream
Prometheus node-exporter

Signed-off-by: Rob Hoelz <rob@hoelz.ro>
[bump version]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2024-06-16 04:41:33 +02:00
Jonas Jelonek 0dd4811588 eza: update to 0.18.18
release notes:
0.18.16: https://github.com/eza-community/eza/releases/tag/v0.18.16
0.18.17: https://github.com/eza-community/eza/releases/tag/v0.18.17
0.18.18: https://github.com/eza-community/eza/releases/tag/v0.18.18

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-06-16 02:43:21 +08:00
Antoine C cd8f67298c prometheus-node-exporter-lua: remove duplicated nat samples
Merge duplicate src/dest samples by suming their value (bytes count)

Fixes #24166

Signed-off-by: Antoine C <hi@acolombier.dev>
[bump version number]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2024-06-15 12:14:59 -04:00
Ryan Keane 7d180e74bf btrfs-progs: update to 6.9
GCC14 is now supported in this release.
Release notes: https://github.com/kdave/btrfs-progs/releases/tag/v6.9

Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
2024-06-14 08:26:32 -07:00
Rosen Penev dbfb023f9f collectd: fix compilation with GCC14
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-10 13:48:10 -07:00
Rosen Penev 5b46c0fb58 fio: update to 3.37
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-10 13:46:59 -07:00
Aleksey Vasilenko 1923a5f213 gnuplot: update to 6.0.1
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-09 18:47:54 -07:00
Aleksey Vasilenko 285d1148b4 logrotate: update to 3.22.0
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-09 18:47:47 -07:00
Aleksey Vasilenko a93fe21b07 nvme-cli: update to 2.9.1
- Add patch to compile on musl

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-10 04:44:42 +08:00
Rosen Penev 97d5d2555c zsh: fix compilation with GCC14
Upstream backport and local patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-08 17:31:38 -07:00
Alexandru Ardelean b29ba07308 stress-ng: bump to version 0.17.08
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-06-08 17:10:45 -07:00
Bernhard Voelker 2a7494ad10 utils/findutils: update to 4.10.0
* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_HASH): Update.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2024-06-08 17:10:29 -07:00
René Treffer aa7ea7938f prometheus-node-exporter-lua: fix netclass duplicate TYPE lines
Fixes a315c40b72

[initial fix]
Signed-off-by: René Treffer <treffer@measite.de>
[fixup René version]
Signed-off-by: PichetGoulu <pichet@nosuid.be>
[actual commit]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2024-06-05 03:09:27 -04:00
Rosen Penev 35c8a1be68 sane-backends: fix compilation with GCC14
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-04 14:15:08 -07:00
krant f37e815dfd at: update to 3.2.5
- Use upstream tarball
- Update project URL
- Drop obsolete patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-02 20:10:52 -07:00
krant 6996b71e45 zstd: update to 1.5.6
- Adopt the package

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-02 19:17:00 -07:00
Balázs Urbán 1930d39a15 prometheus-node-exporter-lua-hostapd_stations: fix not reporting metrics
- fix incorrect interface name mapping in hostapd_stations exporter

Signed-off-by: Balázs Urbán <szalab9@gmail.com>
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2024-06-02 18:22:12 -04:00
Etienne Champetier fe489585c2 prometheus-node-exporter-lua: add missing libubus-lua dependency
Fixes a315c40b72

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2024-06-02 17:37:04 -04:00
krant bd674aebe9 whois: update to 5.5.23
- Switch to local tarball

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-02 05:33:22 -07:00
krant 786f9e3811 unrar: update to 7.0.9
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-01 17:28:35 -07:00
krant c57fe9fe93 hwdata: update to 0.383
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-01 17:28:07 -07:00
Louis Dupré Bertoni 8c7e0d56f3 collectd: enable write_prometheus plugin
Signed-off-by: Louis Dupré Bertoni <github@louisdb.xyz>
[PKG_RELEASE bump added]
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-06-01 10:53:48 +03:00
Rosen Penev aefb276884 pciutils: fix compilation with GCC14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-29 18:48:39 -07:00
Rosen Penev f285b720e3 attr: switch to normal tarballs
Avoids having to use autoreconf.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-28 12:39:49 -07:00
Rosen Penev 39957093dd acl: switch to normal tarballs
Avoids having to patch autoconf.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-28 12:39:35 -07:00
Hirokazu MORIKAWA 1e81025af7 mg: fix compilation with GCC 14
Addressing compile errors with gcc-14

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2024-05-28 12:39:06 -07:00
Christian Marangi e28bd51cab treewide: update packages to use new toolchain define
Update packages to use new toolchain define and drop usage of
TOOLCHAIN_DIR.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-05-28 15:42:30 +08:00
Rosen Penev 3568b16199 augeas: update to 1.14.1
Seems upstream now releases on GitHub.

Fixes compilation with GCC14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-27 10:52:52 -07:00
Javier Marcet 53ecf43ac7 docker-compose: Update to version 2.27.1
Release notes:
https://github.com/docker/compose/releases/tag/v2.27.1

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-05-27 10:52:27 -07:00
Michael Heimpold 6ce1a3adda
Merge pull request #24123 from mhei/update-libgpiod-to-2.1.1-with-deps
Update libgpiod to 2.1.1 and update dependent packages
2024-05-27 07:43:29 +02:00
Rosen Penev 66ec46c6c3 klish: fix compilation with GCC14
Proper types are now needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-26 01:32:57 -07:00
Sergey Ponomarev 4c4a7bd31d treewide: use config_get_bool instead of config_get enabled
The config_get_bool function parses not just the 1 but on/yes, true/false or enabled/disabled.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-26 03:00:50 +08:00
Tianling Shen 78d0e16629
yq: Update to 4.44.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-05-24 22:05:55 +08:00
Rosen Penev 8d57f843ba quota: fix compilation with GCC14
Header is needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:45:40 -07:00
Rosen Penev 4a07db85e8 nsutils: fix compilation with GCC14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:45:10 -07:00
Rosen Penev e2a3f6e340 nvme-cli: fix compilation with GCC14
Wrong pointer type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:44:55 -07:00
Rosen Penev 4866908604 setserial: fix compilation with GCC14
Need to add explicit int.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:33:11 -07:00
David Bauer dc1e0d91a5 lpac: add package
lpac is a eUICC eSIM LPA manager written in C. It allows to
manage eSIM profiles on eUICC SIM cards or modules using multiple
backends.

Signed-off-by: David Bauer <mail@david-bauer.net>
2024-05-15 16:03:28 +02:00
Rosen Penev 39dad4ff47 attr: fix compilation with GCC 14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:40:22 -07:00
Rosen Penev cfb9e1cede bluez: fix compilation with GCC14
Remove _GNU_SOURCE to avoid redefinition warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:18 -07:00
Rosen Penev 289bc496ff screen: fix compilation with GCC 14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:02 -07:00
Rosen Penev 41a5880f01 stlink: fix compilation with GCC 14
Switch to local git tarballs. Smaller.

Upstream backport and a local patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:38:21 -07:00
Rosen Penev 686e1d0941 kmod: update to 32
Add patch to fix compilation with GCC 14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:38:05 -07:00
Rosen Penev b8e26bba39 canutils: update to 2023.03
Fixes compilation with GCC 14.

Removed can-calc-bit-timing. No longer present.

Backport time_t patch to prevent crashing under 32-bit systems.

Switched to local git tarballs. Smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:36:46 -07:00
Rosen Penev 710a6fb79b rrdtool1: fix compilation with GCC14
gnu standard is needed. Easier to remove the CFLAG.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:36:28 -07:00
Rosen Penev 7875dc041e dump1090: fix compilation with GCC14
Upstream backport.

Switch to local tarballs. Smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 04:37:33 -07:00
Rosen Penev 77130df23d bottlerocket: fix compilation with GCC 14
implicit int errors now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-12 23:00:13 -07:00
Michael Heimpold d809f95694 avrdude: add patch for libgpiod v2 support
The patch is a backport of the already upstreamed work to allow
using libgpiod with its newer v2 API.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2024-05-13 07:57:25 +02:00
Michael Heimpold 125a74fd2b openocd: add patch for libgpiod v2 support
This patch allow linking against libgpiod with its newer v2.x API.
The upstreaming process is in progress.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2024-05-13 07:57:25 +02:00
Til Kaiser 5e63e53ddd mstflint: add InstallDev target
This commit adds a missing InstallDev target, which
includes header and library files to use the mtcr library.

Signed-off-by: Til Kaiser <mail@tk154.de>
2024-05-12 18:12:01 -07:00
Til Kaiser 5d1d6a1039 mstflint: make Python dependency optional
This commit adds a configuration symbol for the package
to make Python an optional dependency. If unselected,
Python packages won't be selected, and the Python-dependent
tools msftwreset, mstfwtrace, mstprivhost, mstresourcedump,
and mstresourceparse won't be included in the mstflint package.

Signed-off-by: Til Kaiser <mail@tk154.de>
2024-05-12 18:12:01 -07:00
Til Kaiser ae98952b41 mstflint: update to 4.28.0
Update mstflint to version 4.28.0.
Additionally, switch to the tagged release of the GitHub page.

Signed-off-by: Til Kaiser <mail@tk154.de>
2024-05-12 18:12:01 -07:00
Jonas Jelonek fc5cbe431f eza: update to 0.18.15
Release notes:
0.18.13: https://github.com/eza-community/eza/releases/tag/v0.18.13
0.18.14: https://github.com/eza-community/eza/releases/tag/v0.18.14
0.18.15: https://github.com/eza-community/eza/releases/tag/v0.18.15

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-05-10 21:37:25 +08:00
Álvaro Fernández Rojas ab7b1c6a09 bcm27xx-eeprom: update to v2024.04.20-2712
This update contains multiple BCM2712 improvements and also some minor
improvements for BCM2711.
From now on, only the latest version from default will be copied. There are too
many versions right now and the package can't be installed without expanding
the rootfs if all versions are copied.

Full changelog:
https://github.com/raspberrypi/rpi-eeprom/compare/v.2024.01.05-2712...v2024.04.20-2712

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-05-10 11:25:44 +02:00
Jianhui Zhao 3cac19e4ec rtty: update to 8.1.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2024-05-04 21:37:20 +08:00
Federico Capoano 9f54d98747 flashrom: strip leading whitespace from PROGRAMMER_ARGS
Newer version of meson do not allow empty arguments.

Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2024-05-04 19:07:15 +08:00
Hannu Nyman 69166dbbb7 nano: update to 8.0
Update nano editor to version 8.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-05-03 16:24:09 +03:00
Gerard Ryan 5e6c305e67 docker: Update to 26.1.0
* Removed unnecessary GO lang variables

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-05-02 22:59:30 +10:00
Gerard Ryan 773ca3451a dockerd: Update to 26.1.0
* Removed unnecessary GO lang variables

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-05-02 22:59:30 +10:00
Gerard Ryan 6f57f8a354 containerd: Update to 1.7.15
* Explicitly list GO_PKG_INSTALL_EXTRA
* Removed unnecessary GO lang variables

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-05-02 22:59:30 +10:00