Commit Graph

5032 Commits

Author SHA1 Message Date
krant 51b7d49267 dump1090: update to 9.0
- Fix version to be properly configured

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-24 12:12:12 -08:00
krant a58ce16a02 avrdude: fix dependencies
- libftdi, libhidapi, libusb-0.1 was incorrectly leaking into the build.
- libgpiod was incorrectly missing out despite LINUXGPIO feature
  was explicitly requested.

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-24 12:09:54 -08:00
krant 374175924c sysstat: add missing xz-utils dependency
Depending only on 'xz' hides the package when 'xz-utils' is not selected

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-22 20:37:16 -08:00
krant 32bed2e89d tesseract: update to 5.3.4
- Fix NEON mis-detection which was breaking builds on some platforms

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-22 16:05:34 -08:00
krant 46ed509469 screen: update to 4.9.1
- Remove upstreamed patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-22 16:03:28 -08:00
Edmunt Pienkowsky 0bb9240f6b rtl_433: update to 23.11
Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
2024-02-22 16:02:30 -08:00
Edmunt Pienkowsky c623291b38 rtl-sdr: update to v2.0.1
Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
2024-02-22 16:02:21 -08:00
krant ecbe8ca508 avrdude: update to 7.3
- Use local tarball
- Use CMake
- Depend from libusb-1.0 instead of libusb-compat
- Remove obsolete patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-22 10:53:42 -08:00
krant 64c7a4d7a1 ripgrep: update to 14.1.0
- Link pcre2 dynamically
  - it was linked statically and libpcre2 dependency was useless
  - it magically fixes build error when global LTO is enabled
  - it reduces resulting binary size
- Use 'release-lto' cargo profile to further reduce binary size

'rg' binary sizes comparision (arm_cortex-a9+neon):
- 4293KB: unmodified
- 4018KB: dynamic libpcre2
- 3521KB: dynamic libpcre2 + release-lto

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-22 10:50:24 -08:00
krant 65955c3b1e bluez: update to 5.72
- Use HTTPS for URL
- Don't set default configure option
- Refresh the patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-22 10:49:41 -08:00
krant 7fbb810af3 sysstat: update to 12.7.5
- Update package URLs
- Add missing xz dependency
- Fix incorrectly set sa_dir
- Refresh the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-21 22:00:35 -08:00
Jianhui Zhao e25601efe4 rtty: update to 8.1.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2024-02-21 17:41:24 +08:00
Gerard Ryan 5d5a1bc479 dockerd: Update to 25.0.3
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-02-21 17:40:53 +08:00
Gerard Ryan 9a7b3adc2e docker: Update to 25.0.3
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-02-21 17:40:53 +08:00
Gerard Ryan dbc74ce187 containerd: Update to 1.7.13
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-02-21 17:40:53 +08:00
Gerard Ryan a364026b2e runc: Update to 1.1.12
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-02-21 17:40:53 +08:00
Tianling Shen 69d963df9e
yq: Update to 4.41.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-02-20 15:47:34 +08:00
Rosen Penev 79ef554d7f mariadb: fix compilation with newer fmt
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-02-18 15:39:04 -08:00
Vladimir Ermakov 196955742c qemu: update to 8.2.0
- Refresh patches.
- Disable new features like AF XDP, Rutabaga VGA, libkeyutils
- Delete removed features such as HAX hypervisor

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2024-02-18 09:18:23 +08:00
Oskari Rauta d5c99d7387 podman: update to 4.9.3
Changelogs: https://github.com/containers/podman/releases

Patches refreshed

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-02-17 13:21:31 +08:00
Oskari Rauta 53e5029fbe conmon: update to 2.1.10
bug fixes:
 - Fix incorrect free in conn_sock
 - logging: Respect log-size-max immediately after open
 - fix some issues flagged by SAST scan
 - src: fix write after end of buffer
 - src: open all files with O_CLOEXEC
 - oom-score: restore oom score before running exit command

new features:
 - Forward more messages on the sd-notify socket
 - logging: -l passthrough accepts TTYs

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-02-17 13:21:13 +08:00
Oskari Rauta b59db99c53 slirp4netns: update to 1.2.3
changelog:
 - Fix some FD leaks (#334, thanks to @giuseppe)

As package belongs to network category, I moved it from utils to network folder

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-02-16 19:29:07 +01:00
Florian Eckert aa7b4e30f1
Merge pull request #23457 from TDT-AG/pr/20240216-procps-ng
procps-ng: update to version 4.0.4 and rename old version 3.3.16 to procps-ng3
2024-02-16 15:03:03 +01:00
krant 56a90c28cc procps-ng: Re-add procps-ng with API version 4
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-16 13:48:41 +01:00
krant 04e8fac6e8 procps-ng3: update to 3.3.17 and install library only
- Install library only (utilities are in procps-ng API version 4)
- Latest 3.3.17 version of 3.x series is used
- Refresh existing patch
- Add new patch from Alpine Linux

Signed-off-by: krant <aleksey.vasilenko@gmail.com>

- Rebase patch because of packages version update was reverted before

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-02-16 13:48:41 +01:00
krant c1ef481e66 procps-ng: rename procps-ng to procps-ng3
Signed-off-by: krant <aleksey.vasilenko@gmail.com>

- Rebase patch because of packages version update was reverted before

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-02-16 13:48:41 +01:00
krant bf700b6616 Revert "procps-ng: update to 4.0.4"
The props-ng packages adds a new API version that breaks other
downstream packages. This revert is a preparation commit to move the old
API to procps-ng3 so that the new API could use procps-ng packages
name again.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>

This reverts commit 81629ba591.
2024-02-16 13:47:52 +01:00
Oskari Rauta 6f5c1eb171 crun: update to 1.14.1
Changelogs: https://github.com/containers/crun/releases
Previous version was 1.12

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-02-16 16:55:47 +08:00
Javier Marcet caf12d069b docker-compose: Update to version 2.24.6
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-02-16 14:01:19 +08:00
Etienne Champetier f394fa3aa6
Merge pull request #23316 from dhewg/prom
prometheus-node-exporter-ucode: fix sporadic wifi errors and warnings
2024-02-14 22:59:27 -05:00
krant d5074d3fe3 moreutils: update to 0.68
- Refresh patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-14 12:57:08 -08:00
Tianling Shen aec4766913
yq: Update to 4.40.7
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-02-14 12:51:13 +08:00
Daniel Golle e609f6acdf stlink: add packages
stlink is an open source toolset to program and debug STM32 devices
and boards manufactured by STMicroelectronics.

Resulting binary packages:
 * stlink - library and shared chip info data
 * st-info - a programmer and chip information tool
 * st-flash - a flash manipulation tool
 * st-trace - a logging tool to record information on execution
 * st-util - a GDB server

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-02-13 04:59:08 +00:00
krant fbc6c6a3eb tio: update to 2.7
- Switch to Meson build
- Fix license file name
- Add libinih dependency

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-12 13:50:54 -08:00
Fabian Lipken 2f36def61f restic: update to 0.16.4
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2024-02-11 15:31:05 -08:00
krant 0b0f45eef1 dmidecode: update to 3.5
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-11 14:21:23 -08:00
krant 505c091ebe bash: update to 5.2.21
- Switch package URL to HTTPS

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-11 14:21:02 -08:00
krant 71daa758d9 gawk: update to 5.3.0
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-11 14:14:59 -08:00
Alexandru Ardelean 8f76c04397 stress-ng: bump to version 0.17.05
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-02-10 14:59:04 -08:00
Maxim Storchak 1803ec3732 acl: update to 2.3.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2024-02-10 14:58:32 -08:00
Maxim Storchak 1d50a9bb4e attr: update to 2.5.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2024-02-10 14:58:23 -08:00
Peter Liedholm 3fbfef7081 telldus-mqtt: bump to 0.2
Signed-off-by: Peter Liedholm <peterfromswe884@gmail.com>
2024-02-10 14:57:36 -08:00
krant 3bae7fda61 usbutils: update to 017
- Add mandatory usbids dependency

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 14:00:04 -08:00
krant 5c8955cd22 whois: update to 5.5.20
- Refresh patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:57:54 -08:00
krant 4f0a87cfbb xxhash: update to 0.8.2
- Switch URL to the official one

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:57:22 -08:00
krant 2ce8d58722 pigz: update to 2.8
- Fix license name

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:56:28 -08:00
krant 9f45bfd3d5 hwdata: update to 0.379
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 13:54:39 -08:00
Andre Heider 77140e85bd prometheus-node-exporter-ucode: fix sporadic wifi errors and warnings
Some properties may not yet be available, properly guard them.

Fixes error like:
daemon.err uhttpd[2116]: error running collector 'wifi':
daemon.err uhttpd[2116]: left-hand side expression is null

Signed-off-by: Andre Heider <a.heider@gmail.com>
2024-02-07 14:17:17 +01:00
krant 2a2e7b9552 gzip: update to 1.13
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-07 17:43:15 +08:00
krant 5267b1b62b gnuplot: update to 6.0.0
- Add patch for MIPS and PowerPC systems

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:32:40 -08:00
krant 73f179bdf0 jq: update to 1.7.1
- Update package URLs
- Fix license
- Drop obsolete CFLAGS
- Drop obsolete patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:29:43 -08:00
krant 81629ba591 procps-ng: update to 4.0.4
- Update the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:20:05 -08:00
Fabrice Fontaine 5afe5c9031 treewide: assign PKG_CPE_ID
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 16:16:10 -08:00
PeterFromSweden dfb030d412 telldus-mqtt: add new package in utils
Extends functionality of exisiting telldus-core package

Signed-off-by: PeterFromSweden <peterfromswe884@gmail.com>
2024-02-04 16:14:01 -08:00
krant d1f674f38e zstd: update to 1.5.5
- Don't set Meson options which are matching defaults

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:06:04 -08:00
Fabrice Fontaine 52a5e71b49 utils/ntfs-3g: fix PKG_CPE_ID
tuxera:ntfs-3g is a better CPE ID than ntfs-3g:ntfs-3g as this CPE ID
has the latest CVEs (whereas ntfs-3g:ntfs-3g only has one CVE from 2007):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️tuxera:ntfs-3g

Fixes: 299e5b0a9b (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 16:04:21 -08:00
Fabrice Fontaine 1b1c28c9a0 utils/gpsd: fix PKG_CPE_ID
gpsd_project:gpsd is a better CPE ID than berlios:gps_daemon as this CPE
ID has the latest CVEs (whereas berlios:gps_daemon only has one CVE from
2004):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️gpsd_project:gpsd

Fixes: 299e5b0a9b (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 16:04:07 -08:00
Fabrice Fontaine da56ee5bed utils/lrzsz: fix PKG_CPE_ID
PKG_CPE_ID was missing ":lrzsz"

Fixes: 6d6c4b21b5 (lrzsz: update to v0.12.21rc and fix a CVE)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 15:59:34 -08:00
Vladimir Ulrich 5a06f63390 zoneinfo: Updated to 2024a release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2024-02-04 15:59:07 -08:00
Fabrice Fontaine 9111b290d1 utils/lsof: fix license
Replace "Unique" by the standard SPDX identifier for lsof license:
https://spdx.org/licenses/lsof.html

Fixes: 59adfc86b9 (lsof: add license information)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 15:58:46 -08:00
Fabrice Fontaine 00e038942a utils/zsh: fix PKG_CPE_ID
zsh:zsh is a better CPE ID than zsh_project:zsh as this CPE ID has the
latest CVEs (whereas zsh_project:zsh only has CVEs up to 2017):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️zsh:zsh

Fixes: ff056fcffc (zsh: Update to 5.6.2)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 15:58:25 -08:00
Fabrice Fontaine c42dcc5fd6 utils/tmux: fix PKG_CPE_ID
tmux_project:tmux is a better CPE ID than nicholas_marriott:tmux as this
CPE ID has the latest CVE (whereas nicholas_marriott:tmux only has a CVE
from 2011):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️tmux_project:tmux

Fixes: 299e5b0a9b (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 15:58:12 -08:00
krant 0daaae5501 less: update to 643
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 13:04:47 +02:00
krant 4a37a7b4b9 grep: update to 3.11
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 13:04:23 +02:00
Fabrice Fontaine 9e770d6c1d utils/squashfs-tools: fix PKG_CPE_ID
There is not a single CVE linked to phillip_lougher:squashfs so use
squashfs-tools_project:squashfs-tools instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️squashfs-tools_project:squashfs-tools

Fixes: 299e5b0a9b (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-02 22:36:42 +01:00
krant 86b091718e unrar: update to 6.2.12
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-02 17:55:18 +08:00
krant 9df1acff08 tar: update to 1.35
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-02 17:55:01 +08:00
Fabrice Fontaine d4eb66ffa5 utils/pv: assign PKG_LICENSE_FILES
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-31 16:01:35 -08:00
Fabrice Fontaine 820fcc5fb9 treewide: fix licence typos
- PKG_LICENCE -> PKG_LICENSE
- PKC_LICENSE_FILES -> PKG_LICENSE_FILES
- BSD 3-Clause -> BSD-3-Clause
- BSD-3-clause -> BSD-3-Clause
- BSD-2-clause -> BSD-2-Clause
- Public Domain -> Public-Domain
- PublicDomain -> Public-Domain
- Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-31 16:00:10 -08:00
Javier Marcet 9e3870a4fe docker-compose: Update to version 2.24.5
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-01-31 17:44:31 +08:00
Hannu Nyman a297c70c16 xz: Update to 5.4.6
Update xz to match the version 5.4.6 in tools/

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-01-30 20:47:51 +02:00
Fabrice Fontaine 584f4e7198 utils/vim: add license info
vim is licensed under its own Vim license:
https://spdx.org/licenses/Vim.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-30 10:06:37 -08:00
Fabrice Fontaine 81cc2d8e1f utils/augeas: assign PKG_LICENSE_FILES
augeas provides a COPYING file since its addition to openwrt

Fixes: 7fc497dd67

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-30 10:06:18 -08:00
Tianling Shen 38fc2d2e9f
dos2unix: Update to 7.5.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-30 23:41:21 +08:00
Javier Marcet 254c53cf51 docker-compose: Update to version 2.24.4
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-01-30 10:47:59 +08:00
Fabrice Fontaine 0d4d554624 utils/acl: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aacl_project%3Aacl

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-29 16:01:58 -08:00
Fabrice Fontaine f91be9a87f utils/cgroupfs-mount: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️cgroupfs-mount_project:cgroupfs-mount

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-29 16:01:46 -08:00
Fabrice Fontaine 229fccfc25 utils/augeas: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️augeas:augeas

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-29 16:01:35 -08:00
Fabrice Fontaine 37223bbca6 utils/pax-utils: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️gentoo:pax-utils

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-29 16:00:13 -08:00
Fabrice Fontaine a22a7b92c8 utils/crun: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️crun_project:crun

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-29 15:59:57 -08:00
Fabrice Fontaine 1ebffab763 utils/domoticz: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️domoticz:domoticz

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-29 15:59:19 -08:00
Álvaro Fernández Rojas bdbc7007b5 bcm27xx-eeprom: switch to bcm27xx-utils
bcm27xx-userland is now deprecated and utils should be used instead.
96a7334ae9

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-01-28 10:12:19 +01:00
Fabrice Fontaine cf0d28bf8c utils/cryptsetup: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️cryptsetup_project:cryptsetup

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-01-25 21:26:56 +00:00
Javier Marcet 9e0854681c docker-compose: Update to version 2.24.3
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-01-25 09:44:08 +08:00
Javier Marcet ab4fc8896a docker-compose: Update to version 2.24.2
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-01-23 15:13:01 +08:00
Álvaro Fernández Rojas 36743936b1 bcm27xx-eeprom: split into bcm2711 and bcm2712
Add support for the Raspberry Pi 5 by creating separate packages for bcm2711
(Raspberry Pi 4) and bcm2712.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-01-20 10:55:16 +01:00
Álvaro Fernández Rojas 501ca7c439 bcm27xx-eeprom: update to latest version
- Updates Raspberry Pi 4 (bcm2711) EEPROM files to latest version.
- Refresh patches.
- Add missing patch header.
- Add mount-utils dependency (findmnt is needed by "rpi-eeprom-update -r").
- Switch to default and latest instead of deprecated critical and stable.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-01-20 10:55:16 +01:00
Javier Marcet 42bd4ef5da docker-compose: Update to version 2.24.1
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-01-19 14:48:01 +08:00
Alexandru Ardelean 3100734e90 stress-ng: bump to version 0.17.04
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-01-16 20:52:54 +01:00
Fabian Lipken 11fc9f28b1 restic: update to 0.16.3
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2024-01-16 20:52:29 +01:00
Andrey Butirsky b00e296684 sms-tool: version bump to 2023-09-21
Fixes:
"no SMS Messages if some of them contain From: field with special symbols":
https://github.com/4IceG/luci-app-sms-tool-js/issues/9

Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
2024-01-16 20:51:45 +01:00
Javier Marcet 705f2e9222 docker-compose: Update to version 2.24.0
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-01-13 21:12:02 +08:00
Hirokazu MORIKAWA cdcc6edc13 swig: bump to 4.2.0
SWIG-4.2.0 summary:

        Various template wrapping improvements: template template parameters,
        variadic templates, partially specialized templates, const template
        parameters and improved error checking instantiating templates.
        Improved decltype() support for expressions.
        C++14 auto without trailing return type and C++11 auto variables.
        Numerous C++ using declarations improvements.
        Numerous fixes for constructors, destructors and assignment operators:
        implicit, default and deleted and related non-assignable variable
        wrappers.
        STL: std::array and std::map improvements, std::string_view support
        added.
        Various C preprocessor improvements.
        Various issues fixed to do with architecture specific long type.
        Various Doxygen improvements.
        D1/Tango support removed. D2/Phobos is now the supported D version
        and SWIG now generates code which works with recent D2 releases.
        New Javascript generator targeting Node.js binary stable ABI Node-API.
        Octave 8.1 support added.
        PHP7 support removed, PHP8 is now the supported PHP version.
        Python STL container wrappers now use the Python Iterator Protocol.
        Python stable ABI support added.
        Python 3.12 support added.
        Ruby 3.2 and 3.3 support.
        Scilab 2023.* support added.
        Various minor enhancements for C#, Go, Guile, Javascript, Lua, Ocaml,
        Perl, PHP, R, Racket, Ruby, Scilab and Tcl.
        A number of deprecated features have been removed.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2024-01-04 12:00:12 +01:00
Xiang W ed41a9d850 syncthing: fix wrong group name in syncthing.init
The group does not always have the same name as user, and when I try
to run syncthing with nobody I get an error. Since nobody belongs to
the group nogroup, I added some code to find out which group user
belongs to.

Signed-off-by: Xiang W <wxjstz@126.com>
2024-01-02 15:25:19 -08:00
W. Michael Petullo 0b95fe757f setools: update to 4.4.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 15:14:13 -08:00
W. Michael Petullo 2931aa1a07 semodule-utils: update to 3.6
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 15:14:00 -08:00
W. Michael Petullo 7f40cbb71b fuse-overlayfs: update to 1.13
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 14:53:27 -08:00
W. Michael Petullo 09bfc9483d shared-mime-info: update to 2.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 14:52:45 -08:00
Gerard Ryan dc39565a56 docker: Update to 24.0.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-01-01 10:42:00 +08:00
Gerard Ryan 394767bb33 dockerd: Update to 24.0.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-01-01 10:42:00 +08:00
Gerard Ryan 55f838abb0 runc: Update to 1.1.9
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-01-01 10:42:00 +08:00
Gerard Ryan 85cdb88f95 containerd: Update to 1.7.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-01-01 10:42:00 +08:00
Vladimir Ulrich 69953f9fd3 zoneinfo: Updated to the latest (2023d) release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2023-12-28 10:08:49 +01:00
Shi JiaYang e80ccbeacf rtty: update to 8.1.0
Signed-off-by: Shi JiaYang <shi05275@163.com>
2023-12-28 10:05:33 +01:00
Tianling Shen f54c3e326d exfatprogs: Update to 1.2.2
exfatprogs 1.2.2 - released 2023-10-26
======================================

CHANGES :
 * exfat2img: Allow dumps for read-only devices.
 * fsck.exfat: Revert Repairing zero size directory.

NEW FEATURES :
 * fsck.exfat: Repair duplicated filename.
 * mkfs.exfat: Add the option "q" to print only error messages.
 * mkfs.exfat: Add the option "U" to set volume GUID.
 * tune.exfat: Add the option "U" / "-u" to set or print volume GUID.

BUG FIXES:
 * fsck.exfat: Fix some out-of-bounds memory accesses.
 * fsck.exfat: Change not to delete volume GUID directory entry.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-26 15:52:37 -08:00
Michael Heimpold 357fa2930c mariadb: minor whitespace and typo fixes
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-12-22 14:09:27 +02:00
Daniel Golle 14bed0f1ef ccid: update to version 1.5.4
Add new build dependency on zlib as package no longer builds without
it being present.

1.5.4 - 29 October 2023, Ludovic Rousseau
   - fix a regression introduced in 1.5.3

1.5.3 - 25 October 2023, Ludovic Rousseau
   - Add support of
     - ACS ACR1552 1S CL Reader
     - ACS ACR1552 CL Reader
     - ACS ACR1581
     - ACS ACR40T ICC Reader
     - ACS ACR40U ICC Reader
     - ACS WalletMate 1S CL Reader
     - Aktiv Rutoken SCR 3101 NFC Reader
     - CIRIGHT ONE PASS U2F
     - Dexon Tecnologias Digitais LTDA eSmartDX
     - Excelsecu Card reader
     - GHI NC001
     - Identiv uTrust Token Flex
     - SpringCard M519 with idProduct: 0x6212
     - SpringCard M519 with idProduct: 0x621A
     - WCMi SD5931
   - parse: create output.bin file
   - udev: Disable USB-persist for CCID devices
   - configure: fail if flex is not found
   - Some other minor improvements

1.5.2 - 31 January 2023, Ludovic Rousseau
   - Add support of
     - KAPELSE KAP-LINK
     - LDU LANDI
     - Sensyl SSC-HV Reader
     - TOKEN2 MFA NFC Reader
     - TOKEN2 Molto2
     - Thales RF Reader
   - Alcor Micro AU9560: Remove high speeds since they are not supported
   - Hack for AlcorMicro AU9560 and Acos-ID card
   - configure.ac: disable the use of --disable-usbdropdir

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 13:43:08 +00:00
Daniel Golle b67923b334 opensc: update to version 0.24.0
Brings security fixes for CVE-2023-40660, CVE-2023-40661 and
CVE-2023-4535.

See release notes for further details:
https://github.com/OpenSC/OpenSC/releases/tag/0.24.0
and
https://github.com/OpenSC/OpenSC/releases/tag/0.23.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 13:05:30 +00:00
源 文雨 823a53c4a2 base16384: bump to version 2.2.5
Signed-off-by: 源 文雨 <fumiama@foxmail.com>
2023-12-20 19:46:54 +08:00
Daniel Golle 2b05e3cfc6 pcsc-tools: update to version 1.7.0
See https://pcsc-tools.apdu.fr/Changelog for details.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:43:15 +00:00
Daniel Golle 3c79b48d1c pcsc-lite: update to version 2.0.1
Add configure argument to keep polkit disabled as per before 2.0.1.

2.0.1: Ludovic Rousseau
24 November 2023
- SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit)
- SCardCancel(): return SCARD_S_SUCCESS even if the client already finished
- polkit is enabled by default
- libpcscspy: fix a crash with NULL pointers
- Doxygen: fix SCardBeginTransaction() documentation
- fix pcscd internal thread safety issues (clang -fsanitize=thread)
- Some other minor improvements

9 June 2023
2.0.0: Ludovic Rousseau
9 June 2023
- Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
- Add '--disable-polkit' option
- Reset eventCounter when a reader is removed
- Add "polkit" in "pcscd -v" output if enabled
- Doxygen: document SCARD_E_INVALID_VALUE for some functions
- use secure_getenv(3) if available
- Some other minor improvements

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:34:35 +00:00
Daniel Golle 1176d3bba5 exfatprogs: update to version 1.2.1
exfatprogs 1.2.1 - released 2023-05-17
======================================

CHANGES :
 * fsck.exfat: Repair zero size directory.
 * fsck.exfat: Four small clean-ups.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:25:48 +00:00
Rosen Penev 94fd89a609 mariadb: update to 10.9.8
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Michael Heimpold <mhei@heimpold.de>
2023-12-19 15:43:35 -08:00
Alexandru Ardelean ee4573cd42 stress-ng: bump to version 0.17.03
Dropped patch '002-core-stress-Add-musl-gcc-detection-and-HAVE_COMPILER.patch'
It's included in the release.

Links:
   cd84c46ce7
   https://github.com/ColinIanKing/stress-ng/issues/325

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-12-19 09:18:01 +01:00
Van Waholtz b8ff725cd5 syncthing: update to 1.27.0
Add myself to maintainers

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-12-18 19:00:07 +02:00
Nikos Mavrogiannopoulos fd44545bd8 tang: silence errors on first installation
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-12-16 15:46:29 +01:00
Florian Eckert a57e98a906
Merge pull request #22354 from lvoegl/pr/20230910-swanmon
swanmon: add package
2023-12-14 12:26:38 +01:00
Tianling Shen 708b69f86f
yq: Update to 4.40.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-13 14:22:17 +08:00
Maxim Storchak f3c27a3a25 lsof: update to 4.99.0
- drop the patches that don't apply anymore
- update build commads

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2023-12-13 14:16:16 +08:00
Jeffery To ec0ea77927
Merge pull request #22767 from efahl/issue-22760
syncthing: fix duplicate command line parameters on service
2023-12-09 18:51:30 +08:00
Hannu Nyman 78c4791f42 irqbalance: Fix log spam and correct meson version
Irqbalance 1.9.3 changed the handling of certain errors.
Specifically EINVAL, trying to set an invalid CPU core,
was changed to be a temporary error, causing log spam from
repeated balancing runs in some devices. See log and strace below.
Mark EINVAL as permanent.

Also correct the version in our own meson.build patch.

Log and strace:

Sat Dec  9 10:17:27 2023 daemon.warn irqbalance: Cannot change IRQ 48 affinity: Invalid argument

open("/proc/irq/48/smp_affinity", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 6
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ed9000
ioctl(6, TIOCGWINSZ, 0xbeb134e8)        = -1 ENOTTY (Not a tty)
writev(6, [{iov_base="00000001", iov_len=8}, {iov_base=NULL, iov_len=0}], 2) = -1 EINVAL (Invalid argument)
close(6)                                = 0
munmap(0xb6ed9000, 4096)                = 0
clock_gettime64(CLOCK_REALTIME, {tv_sec=1702109847, tv_nsec=340549081}) = 0
sendto(5, "<28>Dec  9 08:17:27 irqbalance: "..., 80, 0, NULL, 0) = 80
writev(1, [{iov_base="Cannot change IRQ 48 affinity: I"..., iov_len=47}, {iov_base="\n", iov_len=1}], 2Cannot change IRQ 48 affinity: Invalid argument
) = 48

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-12-09 12:13:27 +02:00
Philip Prindeville 728d1311b2 cligen: Address last minute review comments
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2023-12-08 02:58:12 +08:00
Philip Prindeville 7c3bf478f7 clixon: Initial packaging
Clixon is a YANG-based configuration manager, with interactive CLI,
NETCONF and RESTCONF interfaces, an embedded database and transaction
mechanism.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2023-12-05 10:59:08 -07:00
Philip Prindeville a4b7f5af30
Merge pull request #22359 from pprindeville/cligen-initial
cligen: Initial packaging
2023-12-05 09:46:46 -07:00
Philip Prindeville fbb4be3de4 cligen: Initial packaging
CLIgen is a Command-Line Interface generator

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2023-12-05 09:44:52 -07:00
Tianling Shen a18841e459
yq: Update to 4.40.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-05 19:02:57 +08:00
Eric Fahlgren 6849a9df90 syncthing: fix duplicate command line parameters on service
- This patch fixes 9d17ba1 and #22760

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2023-12-04 08:25:20 -08:00
Rosen Penev e835bd58c7 tesseract: update to 5.3.3
Fixes compilation with GCC13.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-01 11:20:30 -08:00
Oskari Rauta 9ab2b8a04d podman: update to version 4.8.0
Changelog: https://github.com/containers/podman/releases

I also updated containers.conf - it has gotten quite a many new
options. I added crun to depends, every other distribution
seems to ship it with podman, and after all it is a default
OCI Container Runtime for podman anyway and has a super low
footprint, so shouldn't be a problem for anyone running
containers, after all you need some storage for that anyway.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-12-01 18:00:17 +08:00
Oskari Rauta ff51a0b495 crun: update to version 1.12
Changelog: https://github.com/containers/crun/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-12-01 17:59:43 +08:00
David Woodhouse 5bc25c0cdc domoticz: update to 2023.2
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2023-11-28 16:58:10 -08:00
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