Commit Graph

5027 Commits

Author SHA1 Message Date
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
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
Georgi Valkov 84c69fed29 ideviceinstaller: add package from git
Manage apps and app archives on iOS devices

There have been no releases since 2020-06-16.
Use the latest git 22872c3571b8d2646a9fbb74ec1d7e186941053d

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2024-04-30 13:46:24 -07:00
Georgi Valkov 512afeb406 ifuse: add package from git
Fuse filesystem access to iOS devices

There have been no releases since 2020-06-16.
Use the latest git 814a0e38050850937debd697fcfe6eca3de1b66f

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2024-04-30 13:46:24 -07:00
Georgi Valkov 2b55547d0c idevicerestore: update to the latest git version
There have been no releases since 2020-06-16.
Update to the latest git 6d40d0ab626eb0ffee4f005b7fdc915bc561deb9

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2024-04-30 13:46:24 -07:00
Georgi Valkov a6eaa4796b usbmuxd: update to the latest git version
There have been no releases since 2020-06-16.
Update to the latest git 360619c5f721f93f0b9d8af1a2df0b926fbcf281
Fix: --version did not print the version.

[1] changes to mode 3 CDC NCM by default. Revert back to mode 1:
Originally mode 1 was used, where a tethered iPhone appears as an
Ethernet interface, handled by the ipheth driver. This has been the
default for many years and is known to work on iPhone 3G, 4S, 7 Plus,
11 and newer. Since [2] ipheth supports CDC NCM in mode 1, and
configures the iPhone to use it.

In mode 3, the Ethernet interface is handled by kmod-usb-net-cdc-ncm.
This driver has better performance, but now the iPhone does not
provide DHCP or Internet connectivity, so we should revert to mode 1.

Analysing the network traffic, shows that both the iPhone and OpenWRT
are DHCP clients. The iPhone does not act as a DHCP server. I can set
a static IP on OpenWRT and lease 172.20.10.1 to the iPhone. Then I can
ping the iPhone and I have IPv4 connectivity. However the iPhone does
not provide Internet connectivity to OpenWRT. Maybe in mode 3, the
iPhone is a client meant to receive Internet over USB and therefore
it is not a gateway?

Attempts to switch old iPhones, such as 3G and 4S to mode 3 fail.
They remain in mode 1 and work correctly using the ipheth driver.

Comparison, tested on iPhone 7 Plus and 11
- mode 1 eth0 kmod-usb-net-ipheth  264 Mbit/s DHCP server, Internet
- mode 3 usb0 kmod-usb-net-cdc-ncm 304 Mbit/s DHCP client, no Internet

[1] c7a0dd9b82
[2] 680f8738d0

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2024-04-30 13:46:24 -07:00
Vladimir Ermakov 48e103ef0d qemu: update to 9.0.0
- update version: 9.0.0
- refresh patches

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2024-04-30 13:45:48 -07:00
John Audia a3224c736e ncdu: update to 1.20
Upstream bump

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-04-30 13:44:42 -07:00
Paul Spooren 269b1a0b6d apk: move package to core
This will become part of openwrt.git and used within the build system.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2024-04-29 12:06:54 +02:00
Florian Eckert 437041ee65
Merge pull request #23901 from M95D/m95d-audit2
audit: move from packages to openwrt
2024-04-29 07:59:47 +02:00
Javier Marcet bb5e6e15ef docker-compose: Update to version 2.27.0
Release notes:
https://github.com/docker/compose/releases/tag/v2.27.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-04-26 01:57:33 +08:00
Rosen Penev 70a44730fd cni-plugins-nft: use local tarballs
Avoids having to override PKG_UNPACK.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-04-23 18:59:51 -07:00
Rosen Penev ed50df97f7 cni-plugins: use local tarballs
Avoids having to override PKG_UNPACK.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-04-23 18:59:37 -07:00
Rosen Penev 7ee33e792e treewide: exclude mips64
These packages exclude mips but forget to exclude mips64.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-04-23 18:59:04 -07:00
Georgi Valkov a0c4d8a6fb usbmuxd: fix tethering not working after iPhone restart
If the iPhone restarts while the USB cable is still connected,
tethering does not work. This can be fixed by reconnecting.

Fix: if the hotplug.d script detects that carrier is disabled
(no communication), the USB link is reset, and then the
usbmuxd service is restarted. Tethering starts even before
the iPhone is unlocked. As a side effect, if tethering is not
enabled, the iPhone will ding a second time after 5 seconds.

Add dependency on usbutils for usbreset, remove dependency on librt.

[1] https://github.com/libimobiledevice/usbmuxd/issues/218
[2] https://github.com/openwrt/openwrt/issues/12566#issuecomment-2066305622

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2024-04-21 13:45:57 -07:00
Jonas Jelonek bf1b907d12 eza: update to 0.18.11
changelogs:
0.18.10: https://github.com/eza-community/eza/releases/tag/v0.18.10
0.18.11: https://github.com/eza-community/eza/releases/tag/v0.18.11

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-04-20 18:09:45 -07:00
Rosen Penev 72a6e17d49 xxhash: build with cmake
Faster.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-04-20 18:06:21 -07:00
Rosen Penev db07f86c35 xxhash: switch to local git tarballs
Smaller and avoids having to use PKG_UNPACK.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-04-20 18:06:21 -07:00
Hauke Mehrtens ddd379416e tini: Fix compilation with musl libc 1.2.5
Support POSIX basename used in musl libc 1.2.5.

This fixes compilation with musl libc 1.2.5.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-04-20 18:05:14 -07:00
Hauke Mehrtens b20e69d765 rtty: Fix compilation with musl libc 1.2.5
Support POSIX basename used in musl libc 1.2.5.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-04-19 14:23:51 -07:00
Rosen Penev 55440f2ac7 yara: update to 4.5.0
Move away from codeload for smaller and better tarballs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-04-19 14:20:13 -07:00
krant 98aa6b8fde fontconfig: update to 2.15.0
- Use up-to-date project URLs
- Remove obsoleted patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-13 14:05:04 -07:00
krant ad6344d045 gptfdisk: update to 1.0.10
- Delete upstreamed patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-13 14:03:21 -07:00
krant fbe4b5f359 stress-ng: update to 0.17.07
- Refresh the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-13 14:02:58 -07:00
krant c22110929b moreutils: update to 0.69
- Refresh patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-13 14:02:44 -07:00
krant 607e681d8d mc: update to 4.8.31
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-13 14:01:48 -07:00
Marius Dinu e87d89da2e audit: move from packages to openwrt
This package is joined with libaudit from openwrt base packages.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2024-04-12 12:23:46 +03:00
krant a9ae9bad06 minicom: update to 2.9
- Refresh the patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-12 17:00:02 +08:00
krant ecc4ecb9d5 whois: update to 5.5.22
- Don't override PKG_BUILD_DIR since tarball is now properly constructed

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-12 05:45:49 +02:00
krant 0f4591537a qemu: update to 8.2.2
- Use HTTPS for URLs

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-10 16:15:28 -07:00
krant 6f19eb2f4e pciutils: update to 3.12.0
- Refresh patch

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-10 16:14:03 -07:00
Rosen Penev 4e5f5a09c5 acpica-unix: update to 20240321
Remove PKG_CAT. No need for it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-04-08 01:31:20 -07:00
Robert Marko 9f78055f94 treewide: refresh missed hashes after move to use ZSTD as default
This is a follow-up on the previous treewide refresh of hashes after move
to ZSTD by default for compressing tarballs, as it seems that somehow
CHECK_ALL missed couple of packages.

Fixes: 272f55e87f ("treewide: refresh hashes after move to use ZSTD as default")
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-08 09:30:35 +02:00
krant c91947b4ec hwdata: update to 0.381
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-07 16:00:37 -07:00
源 文雨 254ae42faa base16384: bump to version 2.3.1
Signed-off-by: 源 文雨 <fumiama@foxmail.com>
2024-04-07 16:00:19 -07:00
Robert Marko 272f55e87f treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-07 12:06:34 +02:00
Fabian Lipken 9278e7d624 fx: update to 34.0.0
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2024-04-05 17:35:46 -07:00
源 文雨 1c4a993609 base16384: bump to version 2.3.0
Signed-off-by: 源 文雨 <fumiama@foxmail.com>
2024-04-05 13:40:44 -07:00
Philip Prindeville 1e5618008b clixon: Update to 7.0.1
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2024-04-05 12:25:44 -06:00
Edmunt Pienkowsky 12856c56f1 collectd: enable statsd plugin
Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
2024-04-05 17:39:00 +03:00