aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* docker: Update to 24.0.5Gerard Ryan2023-08-04
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Update to 24.0.5Gerard Ryan2023-08-04
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* runc: Update to 1.1.8 for docker v24.0.5Gerard Ryan2023-08-04
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* Merge pull request #20662 from akosiaris/collectd_mqttFlorian Eckert2023-07-28
|\ | | | | collectd: Support config of mqtt plugin
| * collectd: Support config of mqtt pluginAlexandros Kosiaris2023-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mqtt plugin is already built and shipped in collectd-mod-mqtt, however it is not possible to configure it via uci currently, instead having to rely on populating the config file manually. Add support by adding 2 functions, process_mqtt() and process_mqtt_block(). First one just enables/disables the plugin. The second one, in the spirit of the curl plugin, adds support for populating multiple <Publish> and <Subscribe> blocks under <Plugin mqtt> with support for some parameters. Those are: * blocktype. Publish or Subscribe. Mandatory * name. The name of the block. Mandatory * Host. Mandatory * Port. Optional * User. Optional * Password. Optional * ClientId. Optional * QoS. Optional * Prefix. Optional * Retain. Optional * StoreRates. Optional * CleanSession. Optional * Topic. Optional Bump PKG_RELEASE per comments in PR Signed-off-by: Alexandros Kosiaris <akosiaris@gmail.com>
* | mg: bump to 7.3Hirokazu MORIKAWA2023-07-27
|/ | | | | | | Description: Sync to OpenBSD 7.3 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* base16384: bump to version 2.2.4源 文雨2023-07-24
| | | | Signed-off-by: 源 文雨 <fumiama@foxmail.com>
* docker-compose: Update to version 2.20.2Javier Marcet2023-07-21
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* cpusage: remove AUTORELEASEKuan-Yi Li2023-07-18
| | | | | | | Commit 0c10c224be81 only handles the case where AUTORELEASE is used in PKG_RELEASE thus this package was left behind. Let's fix this up. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* nvme-cli: Add new packageLuca Barbato2023-07-18
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* jq: remove _GNU_SOURCE from Makefile and instead backport patchW. Michael Petullo2023-07-17
| | | | | | | | | | Commit 4bb18b04 added _GNU_SOURCE to jq's Makefile to fix a segfault. This has since been fixed upstream, so this commit backports the upstream patch instead. This keeps things closer to upstream, and it will prevent the Makefile from containing a redundant fix once upstream releases the next version. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* yq: Update to 4.34.2Tianling Shen2023-07-14
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* docker-compose: Update to version 2.20.0Javier Marcet2023-07-13
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* sedutil: fix compilation with GCC13Rosen Penev2023-07-11
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* stress-ng: bump to version 0.15.10Alexandru Ardelean2023-07-10
| | | | | | | | | | Merged patches into a single one. Disabling libmpfr (which got added recently). To avoid potentially new build failures. And disabling test-compiler check. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* dfu-programmer: update to 1.1.0Stefan Hellermann2023-07-09
| | | | | | | Changes: * Add `--erase-first` option Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* acpica-unix: Update to 20230628Philip Prindeville2023-07-02
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* docker-compose: Update to version 2.19.1Javier Marcet2023-07-02
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #21405 from jefferyto/selinux-updateTianling Shen2023-06-25
|\ | | | | selinux: Update selinux packages to 3.5, setools to 4.4.2, reorganize packages
| * semodule-utils: Update to 3.5, reorganize packageJeffery To2023-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add separate packages for each tool (semodule-*) * Update the semodule-utils package as a meta-package that installs all tools, keeping it functionally the same as the current semodule-utils package * Remove host build (not used by any other package) * Update package titles, descriptions, and license files Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * selinux-python: Update to 3.5, reorganize packageJeffery To2023-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added packages: * python3-seobject Contains the seobject.py library file which was previously included in selinux-semanage * selinux-sepolicy Contains the sepolicy and sepolgen tools which were previously included in python3-sepolicy * selinux-sepolgen-ifgen Contains the sepolgen-ifgen tool which was previously included in selinux-audit2allow * selinux-python A meta-package to install all tools * Change the python3-sepolgen data_dir from /usr/share/sepolgen to /etc/sepolgen (updated 0001-sepolgen-adjust-data_dir.patch), and add the directory to conffiles By default, the sepolgen-ifgen tool writes to a file named "interface_info" in the data directory, to be read by the audit2allow tool. The header comment in the perm_map file also suggests that the file is customizable. The best place for these files would be in /var/lib, but /etc is more appropriate than /usr. * Remove gui files from python3-sepolicy (0003-sepolicy-no-gui.patch) * Fix ModuleNotFoundError raised by sepolicy (0004-sepolicy-fix-get_os_version-except.patch) Patch has been submitted upstream: https://lore.kernel.org/selinux/20230619063217.3165462-1-jeffery.to@gmail.com/ * Update package titles, descriptions, and dependencies * Use Py3Package to build Python bytecode and source packages Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * selinux-python: Add default sections for Python and util packagesJeffery To2023-06-19
| | | | | | | | | | | | | | This also moves the python3-selinux dependency from the default section into each util package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * selinux-python: Order package sections alphabeticallyJeffery To2023-06-19
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python3-libsemanage: Update to 3.5, rename source/target packageJeffery To2023-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename: * Source package from python3-libsemanage to python-semanage * Target package from python3-libsemanage to python3-semanage * Update dependents with new target package name * Update package title, license files, and dependencies * Remove Build/InstallDev (files not used by any other package) * Use Py3Package to build Python bytecode and source packages Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python3-libselinux: Update to 3.5, rename source/target packageJeffery To2023-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename: * Source package from python3-libselinux to python-selinux * Target package from python3-libselinux to python3-selinux * Update dependents with new target package name * Remove patches: * 010-setup-py-custom-cc.patch: LDSHARED is already set as part of $(PYTHON3_VARS) * 020-Make-use-of-variables-when-defining-libdir-and-inclu.patch: This package doesn't install the libselinux.pc file * Update package title and dependencies * Remove Build/InstallDev (files not used by any other package) * Use Py3Package to build Python bytecode and source packages Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * setools: Update to 4.4.2, reorganize packageJeffery To2023-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add separate packages for each tool (setools-*) and a package for the Python bindings (python3-setools) * Update the setools package as a meta-package that installs all tools, keeping it functionally the same as the current setools package * Remove gui tool (apol) and Python binding (setoolsgui) * Simplify 030-remove-host-paths.patch (libraries installed by Build/InstallDev are placed in $(STAGING_DIR)/usr/lib only) * Update package titles, descriptions, license, and dependencies Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | shared-mime-info: update to 2.2W. Michael Petullo2023-06-21
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | gl-mifi-mcu: remove package as it is device specific and I can't test it anymoreNuno Gonçalves2023-06-21
| | | | | | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* | gl-mifi-mcu: make compatible with newer kernel (fix #21198)Nuno Gonçalves2023-06-20
|/ | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* arp-whisper: Add new packageFacundo Acevedo2023-06-18
| | | | | | | | arp-whisper listens to ARP requests on a network interface and responds to them based on a list of IP-MAC address mappings defined in a configuration file Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
* collectd: handle renaming ipq807x as qualcommaxHannu Nyman2023-06-17
| | | | | | | The 'ipq807x' target was renamed to be 'qualcommax' (and ipq807x was set as subtarget). Adjust plugin target dependencies to this renaming. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* mhz: add new packageRobert Marko2023-06-17
| | | | | | | | | | | mhz is a tool for mathematically calculating the current CPU frequency, it has proven to be a really good help while developing CPU frequency scaling solutions as it allows to independently prove that scaling actually works. Now that the author has added a license we can package it for the all to use. Signed-off-by: Robert Marko <robimarko@gmail.com>
* fatresize: bump releaseOskari Rauta2023-06-17
| | | | | | | use newer git commit, fixes problem with manually specified sizes. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* qemu: update to 8.0.2Vladimir Ermakov2023-06-16
| | | | | | Update version and refresh patches. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* qemu: change references from armvirt to armsrTianling Shen2023-06-16
| | | | | | | | | armvirt target has been renamed to armsr (Arm SystemReady) [1], so the dependency need to be changed as well. https://github.com/openwrt/openwrt/commit/40b02a230167626def69389452f19b7109aaeac1 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* collectd: change references from armvirt to armsrTianling Shen2023-06-16
| | | | | | | | | armvirt target has been renamed to armsr (Arm SystemReady) [1], so the dependency need to be changed as well. 1. https://github.com/openwrt/openwrt/commit/40b02a230167626def69389452f19b7109aaeac1 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* treewide: remove COMMITCOUNTKuan-Yi Li2023-06-13
| | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(COMMITCOUNT) instances as this feature is deprecated and shouldn't be used. Based on commit 0c10c224be81: Change COMMITCOUNT in rules.mk to: ``` COMMITCOUNT = $(if $(DUMP),0,$(shell sed -i "s/\$$(COMMITCOUNT)/$(call commitcount)/" $(CURDIR)/Makefile)) ``` then update all affected packages by: ``` for i in $(git -C feeds/packages grep -l COMMITCOUNT | sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/clean done ``` Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* gpsd: update to 3.25Nick Hainke2023-06-12
| | | | | | | | | | | | Release Information: https://gitlab.com/gpsd/gpsd/-/blob/release-3.25/NEWS?ref_type=tags Remove the backport that is now contained in the release: - 003_sconscript-cross-platform-build-support.patch Latest olsrd version needs this bump. Signed-off-by: Nick Hainke <vincent@systemli.org>
* podman: update to v4.5.1Oskari Rauta2023-06-12
| | | | | | | Contains several bug fixes. Package now contains additional tool quadlet. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* parted: update to v3.6.0Oskari Rauta2023-06-11
| | | | | | | | Lot's of changes, but no online release notes available, check ChangeLog file once extracted if necessary Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update v1.8.5Oskari Rauta2023-06-11
| | | | | | | | | | Moved to from git to release version, but release version does not have submodule libocispec included, so additional download added. Release notes: https://github.com/containers/crun/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* mtools: update to version 4.0.43Oskari Rauta2023-06-11
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* dockerd: Update to 24.0.2Gerard Ryan2023-06-09
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker: Update to 24.0.2Gerard Ryan2023-06-09
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to 1.7.1 for docker 24.0.2Gerard Ryan2023-06-09
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* runc: Update to 1.1.7 for docker 24.0.2Gerard Ryan2023-06-09
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* gawk: disable mpfr detectionTianling Shen2023-06-06
| | | | | | | | | | | | | Disable mpfr detection to fix a build error due to (unncessary) missing dependency: ``` Package gawk is missing dependencies for the following libraries: libgmp.so.10 libmpfr.so.6 ``` Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* tree: bump to 2.1.1John Audia2023-06-06
| | | | | | | | Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* yq: Update to 4.34.1Tianling Shen2023-06-01
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* tang: create user tangNikos Mavrogiannopoulos2023-06-01
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>