aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* pcsc-tools: update to 1.6.1Rosen Penev2023-01-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pigz: update to 2.7Rosen Penev2023-01-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bc: use @DEBIANRosen Penev2023-01-14
| | | | | | Seems Debian no longer offers ftp. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* qfirehose: new packageOskari Rauta2023-01-14
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* yq: Update to 4.30.7Tianling Shen2023-01-14
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xz: update to version 5.4.1Hannu Nyman2023-01-14
| | | | | | Update to 5.4.1 (keep in sync with xz in tools/) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* evtest: update to 1.35Rosen Penev2023-01-13
| | | | | | | Switch to git tarballs as the old freedesktop cgit doesn't work properly anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bluez: update to version 5.66Daniel Golle2023-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ver 5.66: Fix issue with A2DP and transport connection collisions. Fix issue with allowing application specific error codes. Fix issue with not setting initiator flag correctly. Fix issue with HoG Report MAP size handling. Add initial support for Basic Audio Profile. Add initial support for Volume Control Profile. ver 5.65: Fix issue with A2DP cache invalidation handling. Fix issue with A2DP and not initialized SEP codec. Fix issue with A2DP and multiple SetConfiguration to same SEP Fix issue with AVRCP and not properly initialized volume. Fix issue with SDP records when operating in LE only mode. Fix issue with HoG and not reading report map of instances. Fix issue with GATT server crashing while disconnecting. Fix issue with not removing connected devices. Fix issue with enabling wake support without RPA Resolution. Fix issue with pairing failed due to the error of Already Paired. Add support for CONFIGURATION_DIRECTORY environment variable. Add support for STATE_DIRECTORY environment variable. Add support for "Bonded" property with Device API. Add experimental support for ISO socket. Package btmon in new package 'bluez-utils-btmon' to prevent adding glib2 it now requires as a dependency for all of bluez-utils. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* stress-ng: bump to version 0.15.01Alexandru Ardelean2023-01-13
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* conmon: update to 2.1.5Oskari Rauta2023-01-11
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update to 1.7.2Oskari Rauta2023-01-11
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* docker-compose: Update to version 2.15.1Javier Marcet2023-01-09
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #20227 from the2masters/dfu-programmerHannu Nyman2023-01-07
|\ | | | | dfu-programmer: update to 1.0.0
| * dfu-programmer: update to 1.0.0Stefan Hellermann2023-01-05
| | | | | | | | | | | | | | | | | | | | | | The project website http://dfu-programmer.github.io seams dead, but there are new releases on github. They just released 1.0.0, update to it. I removed docs, bash-completion and the fedora spec file from configure.ac to fix cross compilation problems. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | docker-compose: Update to version 2.15.0Javier Marcet2023-01-06
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | syncthing: update to 1.23.0Van Waholtz2023-01-05
|/ | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* libnetwork: Update to dcdf8f1 for Docker v20.10.22Gerard Ryan2023-01-03
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to v1.6.13 for Docker v20.10.22Gerard Ryan2023-01-03
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker: Update to v20.10.22Gerard Ryan2023-01-03
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Update to v20.10.22Gerard Ryan2023-01-03
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* tree: bump to 2.1.0John Audia2022-12-31
| | | | | | | | Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* Merge pull request #20170 from blocktrron/zyxel-resetDavid Bauer2022-12-26
|\ | | | | zyxel-reset: add package
| * zyxel-reset: add packageDavid Bauer2022-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | Add the zyxel-reset package. This package allows to trigger a factory-reset for ZyXEL devices by sending a magic LLDP package while the device-to-reset is booting. This is useful for remote-resetting a ZyXEL device running stock firmware connected to a switch using OpenWrt. It also allows to reset devices which do not have a reset-button such as the NWA55AXE. Signed-off-by: David Bauer <mail@david-bauer.net>
* | yq: Update to 4.30.6Tianling Shen2022-12-25
|/ | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* gnupg2: refresh GCC options in MakefileTony Butler2022-12-22
| | | | | | | | | | | | | | | | | this Makefile still used `CONFIG_GCC_USE_VERSION_*` to select various compilation options, for GCC versions that are antiquated convert to parsing the major from the `CONFIG_GCC_VERSION` which will always exist and can also be used with range logic intent seemed to be: * `-DEXTERN_UNLESS_MAIN_MODULE=static` for "=10" (and newer, probably) * no additional options for "not =10" (or older, probably) GCC 11 or 12 would likely revert to the default (not =10) option, because 10 was the newest at the time, and 11 and 12 are "not 10" Signed-off-by: Tony Butler <spudz76@gmail.com>
* quota: update to 4.09W. Michael Petullo2022-12-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* lxc: Remove AUTORELEASEHauke Mehrtens2022-12-22
| | | | | | The previous version used PKG_RELEASE:=3. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* lxc: Fix compilation with glibc 2.36Hauke Mehrtens2022-12-22
| | | | | | | | | | | Backport patches from upstream lxc master to fix compilation against glibc 2.36. The changes were added in these pull requests: https://github.com/lxc/lxc/pull/4179 https://github.com/lxc/lxc/pull/4181 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* docker-compose: Update to version 2.14.2Javier Marcet2022-12-22
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* gawk: update to version 5.2.1Daniel Golle2022-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes from 5.2.0 to 5.2.1 --------------------------- 1. Infrastructure upgrades: PMA version Avon 8. 2. Issues related to the sign of NaN and Inf values on RiscV have been fixed; gawk now gives identical results on that platform as it does on others. 3. A few issues with the debugger have been fixed. 4. More subtle issues with untyped array elements being passed to functions have been fixed. 5. The rwarray extension's readall() function has had some bugs fixed. 6. The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on S/390x. Is is now supported also on both Intel and M1 macOS systems. 7. There have been several minor code cleanups and bug fixes. See the ChangeLog for details. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: update to version 1.1.1Daniel Golle2022-12-20
| | | | | | For details see https://github.com/containernetworking/plugins/releases Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni: update to version 1.1.2Daniel Golle2022-12-20
| | | | | | For details see https://github.com/containernetworking/cni/releases Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ccid: update to version 1.5.1Daniel Golle2022-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.5.1 - 14 November 2022, Ludovic Rousseau Add support of Access IS ATR220 with idProduct: 0x0184 Alcor Link AK9567 Alcor Link AK9572 BLUTRONICS TAURUS NFC CHERRY SmartTerminal ST-1144 CREATOR CRT-603(CZ1) CCR Dexon Tecnologias Digitais LTDA DXToken ESMART Reader ER433x ICC ESMART Reader ER773x Dual & 1S Flight system consulting Incredist Ledger Nano S Ledger Nano S Plus Ledger Nano SP Ledger Nano X SafeNet eToken Fusion Sensyl SSC-NFC Reader Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR configure.ac: add --enable-strict option Fix a problem with AUTO PPS readers and ATR convention inverse cards examples/scardcontrol: - add support of 6A xx error codes - check WinSCard error early - parse wLcdLayout & bEntryValidationCondition macOS: log non sensitive strings as "%{public}s" Some other minor improvements What's Changed Fix debug logging of lang in ccid.c in LudovicRousseau/CCID#96 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cryptsetup: update to version 2.6.0Daniel Golle2022-12-20
| | | | | | | | | Update to new major release of cryptsetup. For details, please see the release notes[1]. [1]: https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.6/v2.6.0-ReleaseNotes Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: update LVM2 to 2.03.17 and DM to 1.02.187Daniel Golle2022-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. libdm changes: 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>
* exfatprogs: update to version 1.2.0Daniel Golle2022-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CHANGES: * fsck.exfat: Keep traveling files even if there is a corrupted directory entry set. * fsck.exfat: Introduce the option "b" to recover a boot sector even if an exFAT filesystem is not found. * fsck.exfat: Introduce the option "s" to create files in "/LOST+FOUND", which have clusters allocated but was not belonged to any files. * fsck.exfat: Rename '.' and '..' entry name to the one user want. NEW FEATURES: * fsck.exfat: Repair corruptions of an exFAT filesystem. Please refer to fsck.exfat manpage to see what kind of corruptions can be repaired. * exfat2img: Dump metadata of an exFAT filesystem. Please refer to exfat2img manpage to see how to use it. BUG FIXES: * fsck.exfat: Fix an infinite loop while traveling files. * tune.exfat: Fix bitmap entry corruption when adding new volume lablel. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #20099 from tohojo/fix-flent-pkgToke Høiland-Jørgensen2022-12-19
|\ | | | | flent: fixup flent package
| * flent: Integrate flent-tools into the flent packageToke Høiland-Jørgensen2022-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | Now that we're packaging flent itself, there's no reason to have a completely separate flent-tools package. So integrate the flent-tools package specification into the main flent package so it's always kept in sync. Also add a dependency from flent itself on flent-tools, as the shell versions of those utilities that Flent uses when running tests doesn't work on the busybox shell included with openwrt. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | dos2unix: Deactivate NLS supportHauke Mehrtens2022-12-19
|/ | | | | | | | | | | | | | By default the dos2unix build uses the msgfmt application which is provided by the host tool gettext in OpenWrt. Instead of adding the dependency to gettext deactivate NLS support. This fixes the following build error: ------------------------------------------- msgfmt -c po/da.po -o po/da.mo make[4]: msgfmt: No such file or directory make[4]: *** [Makefile:472: po/da.mo] Error 127 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* dosfstools: fix PKG_SOURCEStijn Tintel2022-12-16
| | | | | | | Both mirrors provided in the Makefile only serve gzipped tarballs. Fixes: dcd7fcfa5b4e ("dosfstools: update to v4.0") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* docker-compose: Update to version 2.14.1Javier Marcet2022-12-17
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* nano: update to 7.1Hannu Nyman2022-12-15
| | | | | | | | | Update nano editor to version 7.1 * drop the backported upstream fix for 7.0 * drop AUTORELEASE * disable justify from 'plus'. Rarely needed with OpenWrt Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #20083 from paper42/miniflux-2.0.41Tianling Shen2022-12-15
|\ | | | | miniflux: update to 2.0.41
| * miniflux: update to 2.0.41Michal Vasilek2022-12-13
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | base16384: add new package源 文雨2022-12-14
| | | | | | | | | | | | | | Encode binary files to printable utf16be. See more at https://github.com/fumiama/base16384. Signed-off-by: 源 文雨 <fumiama@foxmail.com>
* | Merge pull request #20016 from commodo/stress-ng-updateHannu Nyman2022-12-13
|\ \ | |/ |/| stress-ng: bump to version 0.15.00
| * stress-ng: bump to version 0.15.00Alexandru Ardelean2022-12-13
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | syncthing: update to 1.22.2Van Waholtz2022-12-12
|/ | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* zoneinfo: updated to the latest releaseVladimir Ulrich2022-12-09
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* swig: bump to 4.1.1Hirokazu MORIKAWA2022-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update summary * Add Javascript Node v12-v18 support, remove support prior to v6. * Octave 6.0 to 6.4 support added. * Add PHP 8 support. * PHP wrapping is now done entirely via PHP's C API - no more .php wrapper. * Perl 5.8.0 is now the oldest version SWIG supports. * Python 3.3 is now the oldest Python 3 version SWIG supports. * Python 3.9-3.11 support added. * Various memory leak fixes in Python generated code. * Scilab 5.5-6.1 support improved. * Many improvements for each and every target language. * Various preprocessor expression handling improvements. * Improved C99, C++11, C++14, C++17 support. Start adding C++20 standard. * Make SWIG much more move semantics friendly. * Add C++ std::unique_ptr support. * Few minor C++ template handling improvements. * Various C++ using declaration fixes. * Few fixes for handling Doxygen comments. * GitHub Actions is now used instead of Travis CI for continuous integration. * Add building SWIG using CMake as a secondary build system. * Update optional SWIG build dependency for regex support from PCRE to PCRE2. * Couple of stability fixes. * Stability fix in ccache-swig when calculating hashes of inputs. * Some template handling improvements. * R - minor fixes plus deprecation for rtypecheck typemaps being optional. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>