aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* rtty: update to 8.1.2Jianhui Zhao2024-05-04
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* flashrom: strip leading whitespace from PROGRAMMER_ARGSFederico Capoano2024-05-04
| | | | | | Newer version of meson do not allow empty arguments. Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* nano: update to 8.0Hannu Nyman2024-05-03
| | | | | | Update nano editor to version 8.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* docker: Update to 26.1.0Gerard Ryan2024-05-02
| | | | | | * Removed unnecessary GO lang variables Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Update to 26.1.0Gerard Ryan2024-05-02
| | | | | | * Removed unnecessary GO lang variables Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to 1.7.15Gerard Ryan2024-05-02
| | | | | | | * Explicitly list GO_PKG_INSTALL_EXTRA * Removed unnecessary GO lang variables Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* ideviceinstaller: add package from gitGeorgi Valkov2024-04-30
| | | | | | | | | 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>
* ifuse: add package from gitGeorgi Valkov2024-04-30
| | | | | | | | | 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>
* idevicerestore: update to the latest git versionGeorgi Valkov2024-04-30
| | | | | | | There have been no releases since 2020-06-16. Update to the latest git 6d40d0ab626eb0ffee4f005b7fdc915bc561deb9 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* usbmuxd: update to the latest git versionGeorgi Valkov2024-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] https://github.com/libimobiledevice/usbmuxd/commit/c7a0dd9b82633ea347497626282e3051a469ef50 [2] https://github.com/openwrt/openwrt/commit/680f8738d02a1876ae4cd11aacf9cd56e520fadf Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* qemu: update to 9.0.0Vladimir Ermakov2024-04-30
| | | | | | | - update version: 9.0.0 - refresh patches Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* ncdu: update to 1.20John Audia2024-04-30
| | | | | | | | | | 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>
* apk: move package to corePaul Spooren2024-04-29
| | | | | | This will become part of openwrt.git and used within the build system. Signed-off-by: Paul Spooren <mail@aparcar.org>
* Merge pull request #23901 from M95D/m95d-audit2Florian Eckert2024-04-29
|\ | | | | audit: move from packages to openwrt
| * audit: move from packages to openwrtMarius Dinu2024-04-12
| | | | | | | | | | | | This package is joined with libaudit from openwrt base packages. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | docker-compose: Update to version 2.27.0Javier Marcet2024-04-26
| | | | | | | | | | | | | | Release notes: https://github.com/docker/compose/releases/tag/v2.27.0 Signed-off-by: Javier Marcet <javier@marcet.info>
* | cni-plugins-nft: use local tarballsRosen Penev2024-04-23
| | | | | | | | | | | | Avoids having to override PKG_UNPACK. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | cni-plugins: use local tarballsRosen Penev2024-04-23
| | | | | | | | | | | | Avoids having to override PKG_UNPACK. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | treewide: exclude mips64Rosen Penev2024-04-23
| | | | | | | | | | | | These packages exclude mips but forget to exclude mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | usbmuxd: fix tethering not working after iPhone restartGeorgi Valkov2024-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | eza: update to 0.18.11Jonas Jelonek2024-04-20
| | | | | | | | | | | | | | | | 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>
* | xxhash: build with cmakeRosen Penev2024-04-20
| | | | | | | | | | | | Faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | xxhash: switch to local git tarballsRosen Penev2024-04-20
| | | | | | | | | | | | Smaller and avoids having to use PKG_UNPACK. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | tini: Fix compilation with musl libc 1.2.5Hauke Mehrtens2024-04-20
| | | | | | | | | | | | | | | | 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>
* | rtty: Fix compilation with musl libc 1.2.5Hauke Mehrtens2024-04-19
| | | | | | | | | | | | Support POSIX basename used in musl libc 1.2.5. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | yara: update to 4.5.0Rosen Penev2024-04-19
| | | | | | | | | | | | Move away from codeload for smaller and better tarballs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | fontconfig: update to 2.15.0krant2024-04-13
| | | | | | | | | | | | | | - Use up-to-date project URLs - Remove obsoleted patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | gptfdisk: update to 1.0.10krant2024-04-13
| | | | | | | | | | | | - Delete upstreamed patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | stress-ng: update to 0.17.07krant2024-04-13
| | | | | | | | | | | | - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | moreutils: update to 0.69krant2024-04-13
| | | | | | | | | | | | - Refresh patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | mc: update to 4.8.31krant2024-04-13
| | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | minicom: update to 2.9krant2024-04-12
| | | | | | | | | | | | - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | whois: update to 5.5.22krant2024-04-12
| | | | | | | | | | | | - Don't override PKG_BUILD_DIR since tarball is now properly constructed Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | qemu: update to 8.2.2krant2024-04-10
| | | | | | | | | | | | - Use HTTPS for URLs Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | pciutils: update to 3.12.0krant2024-04-10
| | | | | | | | | | | | - Refresh patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | acpica-unix: update to 20240321Rosen Penev2024-04-08
| | | | | | | | | | | | Remove PKG_CAT. No need for it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | treewide: refresh missed hashes after move to use ZSTD as defaultRobert Marko2024-04-08
| | | | | | | | | | | | | | | | | | 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: 272f55e87f07 ("treewide: refresh hashes after move to use ZSTD as default") Signed-off-by: Robert Marko <robimarko@gmail.com>
* | hwdata: update to 0.381krant2024-04-07
| | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | base16384: bump to version 2.3.1源 文雨2024-04-07
|/ | | | Signed-off-by: 源 文雨 <fumiama@foxmail.com>
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | 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>
* fx: update to 34.0.0Fabian Lipken2024-04-05
| | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* base16384: bump to version 2.3.0源 文雨2024-04-05
| | | | Signed-off-by: 源 文雨 <fumiama@foxmail.com>
* clixon: Update to 7.0.1Philip Prindeville2024-04-05
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* collectd: enable statsd pluginEdmunt Pienkowsky2024-04-05
| | | | Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
* nano: fix syntax highlighting for raw ucode scriptsJo-Philipp Wich2024-04-05
| | | | | | | | | Text between interpreter line and start of first directive should only highlighted as uninterpreted when running in template mode, so adjust the match rule accordingly. Fixes: #23761 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* cryptsetup: update to version 2.7.1Daniel Golle2024-04-04
| | | | | | | | | | | | | | The most notable change is the introduction of (optional) support for hardware OPAL disk encryption. However, as this requires Linux 6.4 or later, support for OPAL is implicitely disabled until targets used for the package build have been updated to Linux 6.6. See release notes for 2.7.0 and 2.7.1 for more details: https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.0-ReleaseNotes https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.1-ReleaseNotes Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: update to LVM2 2.03.17 and libdm Version 1.02.187Daniel Golle2024-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | LVM2 Version 2.03.17 - 10th November 2022 ========================================= Add new options (--fs, --fsmode) for FS handling when resizing LVs. Fix 'lvremove -S|--select LV' to not also remove its historical LV right away. Fix lv_active field type to binary so --select and --binary applies properly. Switch to use mallinfo2 and use it only with glibc. Error out in lvm shell if using a cmd argument not supported in the shell. Fix lvm shell's lastlog command to report previous pre-command failures. Extend VDO and VDOPOOL without flushing and locking fs. Add --valuesonly option to lvmconfig to print only values without keys. Updates configure with recent autoconf tooling. Fix lvconvert --test --type vdo-pool execution. Add json_std output format for more JSON standard compliant version of output. Fix vdo_slab_size_mb value for converted VDO volume. Fix many corner cases in device_id, including handling of S/N duplicates. Fix various issues in lvmdbusd. DM Version 1.02.187 - 10th November 2022 ======================================== Add DM_REPORT_GROUP_JSON_STD for more JSON standard compliant output format. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* yq: Update to 4.43.1Tianling Shen2024-04-01
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* docker-compose: add PKG_NAME to PKG_SOURCEJavier Marcet2024-03-31
| | | | | | | | | | | | | | | | | Before this change, the tarball was downloaded as vVERSION.tar.gz. For example, it was v2.26.1.tar.gz and that file was put into the dl folder within the OpenWrt build system. After this change, the tarball is properly downloaded as NAME-vVERSION.tar.gz. In this case, it will look like this: docker-compose-v.2.26.1.tar.gz The advantages of using this: - Users, developers will know that what they downloaded (it has name and version) - The tarball will not be overwritten by another package with the same version. Signed-off-by: Javier Marcet <javier@marcet.info> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [added commit message]
* docker-compose: Update to version 2.26.1Javier Marcet2024-03-31
| | | | | | | Release notes: https://github.com/docker/compose/releases/tag/v2.26.1 Signed-off-by: Javier Marcet <javier@marcet.info>