Commit Graph

5006 Commits

Author SHA1 Message Date
Peter Liedholm 39dc7da2d8 telldus-mqtt: bump to 0.3
Signed-off-by: Peter Liedholm <peterfromswe884@gmail.com>
2024-03-21 14:10:31 +08:00
krant 1cef352d28 xz: update to 5.6.1
- Change source URL to the up-to-date one

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-03-21 14:05:16 +08:00
Michael Heimpold d8bd171f83 mmc-utils: update to upstream's e1281d4de916 commit
Included upstream changes:
e1281d4de916 mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting
b5ca140312d2 mmc-utils: lsmmc: Fix emmc capacity calculation
d1d8a05eeb4b mmc-utils: lsmmc: Disintegrade print_mmc_csd
3b055a2129bf mmc-utils: lsmmc: Simplify interface processing functions
e82719f1d29c mmc-utils: lsmmc: Simplify prinitng manufacturer name

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2024-03-19 23:08:03 +01:00
Til Kaiser 8bb2997b5a mstflint: add new package
This commit adds a new package, including tools for
diagnosing Mellanox Spectrum Switches and ConnectX
NICs and querying and installing firmware.

Package Contents:
  mflash lib
    This lib provides low level Flash
    access through Mellanox HCAs.
  mtcr lib (implemented in mtcr.h file)
    This lib enables access to HCA hardware registers.
  mstregdump
    This utility dumps hardware registers from
    Mellanox hardware for later analysis by Mellanox.
  mstvpd
    This utility dumps the on-card VPD.
  mstmcra
    This debug utility reads/writes a to/from
    the device configuration register space.
  mstconfig
    This tool sets or queries non-volatile
    configurable options for Mellanox HCAs.
  mstfwmanager
    Mellanox firmware update and query utility which scans
    the system for available Mellanox devices (only mst
    PCI devices) and performs the necessary firmware updates.
  mstreg
    The mlxreg utility allows users to obtain information
    regarding supported access registers, such as their
    fields and attributes.
  mstfwtrace
    The mstfwtrace utility extracts and prints trace messages
    generated by the firmware running on 5th generation
    devices iRISCs. This tool supports secure FW flow only.
  mstlink
    The mstlink tool is used to check and debug
    link status and issues related to them.

Signed-off-by: Til Kaiser <mail@tk154.de>
2024-03-19 23:07:35 +01:00
Fabian Lipken 44e613bfc4 fx: update to 33.0.0
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2024-03-19 17:11:37 +08:00
Javier Marcet 6bd023dd2c docker-compose: Update to version 2.25.0
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-03-17 09:21:28 +08:00
Jonas Jelonek a35b9d36b1 eza: update to 0.18.7
Release notes:
https://github.com/eza-community/eza/releases/tag/v0.18.7

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-03-16 17:29:31 +01:00
krant b69ffe14a9 whois: update to 5.5.21
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-03-15 15:53:41 +01:00
Florian Eckert 2214eedb6e collectd: add license informations
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-13 14:32:42 +01:00
Javier Marcet 9baed0dc60 docker-compose: Update to version 2.24.7
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-03-08 11:05:55 +08:00
krant 41e5b979f5 irqbalance Update init script to remove duplicate spaces
I have some strange issues with irqbalance sometimes overwritin
smp_affinity values for banned/ignored IRQs. The issue is reproduceable
and is mitigated when I change theway how the irqbalance command line is
built. The only difference between the resulting command is that there
is only one space between the -t parameter and the first -i parameter
value.

Also see https://github.com/Irqbalance/irqbalance/issues/297

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
2024-03-07 16:48:05 +02:00
Jonas Jelonek 3f592f6d59 eza: update to 0.18.6
- Release notes:
https://github.com/eza-community/eza/releases/tag/v0.18.6

- fix typo in description in Makefile

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-03-06 19:16:45 +08:00
Oskari Rauta b1d23435fd lsd: add new package
ls deluxe. Substitute for ls command with style.
Popular amongst people who use ohmyzsh and similar
shell stylers.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-03-05 11:42:00 +08:00
Oskari Rauta dbb40471b7 eza: add new package
eza is a substitute for ls command with icons and colors and more.
Common for those who use ohmyzsh or similar shell stylers.

Co-authored-by: Jonas Jelonek <jonas.helonek@proton.me>
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-03-05 11:41:48 +08:00
jasle f4d74e1b2f mt5311: make package importable as lua module
Added init.lua to make the program importable by other lua programs.

Signed-off-by: jasle <jasle@riseup.net>
2024-03-04 00:28:42 +00:00
jasle 0ee5527626 mt5311: add package
mt5311 are utilities for working with Metanoia/Proscend VDSL2 SFP Modems.

Resulting package:
 * mt5311

Signed-off-by: jasle <jasle@riseup.net>
2024-03-04 00:28:42 +00:00
krant 7eeda7fd3e inotify-tools: fix link error on x86
Previous commit removed unnecessary linking with libstdc++
but introduced another error on x86 platforms:

  undefined reference to `__stack_chk_fail_local'

Fix it by explicitly linking libssp_nonshared.a

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-28 13:50:10 +02:00
krant 03c90979c0 logrotate: update to 3.21.0
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-27 20:08:32 +08:00
Oskari Rauta dc55b0e941 mc: depend on libe2p
Now that libe2p is separated from e2fsprogs;
midnight commander needs it added to depends.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2024-02-27 08:03:57 +01:00
krant 0a7794c57e dump1090: fix soft float ARM build
Package CPU features detection is not supporting soft float ARM.
So we disable it altogether.

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-26 12:06:11 -08:00
Tianling Shen fa54dbc72a
yq: Update to 4.42.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-02-26 16:22:26 +08:00
Daniel Golle 0bdf2fcbe9 uvol: add support for detecting fitblk boot device
Auto-detect LVM2 volume on boot device used with fitblk uImage.FIT
sub-image driver.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-02-26 05:14:10 +00:00
krant ca6afe964b inotify-tools: update to 4.23.9.0
- Workaround superfluous linking with libstdccp

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-25 18:24:12 +00:00
Maxim Storchak c554f6266d tmux: update to 3.4
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2024-02-24 16:29:51 -08:00
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