aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | Merge pull request #14801 from Noltari/rng-toolsÁlvaro Fernández Rojas2021-02-20
|\ \ | | | | | | rng-tools: start as early as possible
| * | rng-tools: start as early as possibleÁlvaro Fernández Rojas2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | Raspberry Pi devices (bcm2708) need this to get from: [ 102.310494] random: crng init done to: [ 12.539744] random: crng init done Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | Merge pull request #14793 from jmarcet/docker-compose-updateRosen Penev2021-02-19
|\ \ \ | | | | | | | | Docker compose update
| * | | docker-compose: Update to version 1.28.4Javier Marcet2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - Fix SSH port parsing by bumping docker-py to 4.4.3 Miscellaneous: - Bump Python to 3.7.10 Signed-off-by: Javier Marcet <javier@marcet.info>
| * | | docker-compose: Update to version 1.28.3Javier Marcet2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - Fix SSH hostname parsing when it contains leading 's', 'h', and remove the quiet option that was hiding the error (via docker-py bump to 4.4.2) - Fix key error for --no-log-prefix option - Fix incorrect CLI environment variable name for service profiles: COMPOSE_PROFILES instead of COMPOSE_PROFILE - Fix fish completion Miscellaneous: - Bump cryptography to 3.3.2 - Remove log driver filter Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | Merge pull request #14794 from zhaojh329/rttyRosen Penev2021-02-19
|\ \ \ \ | | | | | | | | | | rtty: update to 7.4.0
| * | | | rtty: update to 7.4.0Jianhui Zhao2021-02-19
| |/ / / | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | / / reptyr: Don't build for mipselEneas U de Queiroz2021-02-19
| |/ / |/| | | | | | | | | | | | | | The package does not support any mips archs, including mipsel. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | bcm27xx-eeprom: update to latest versionÁlvaro Fernández Rojas2021-02-19
|/ / | | | | | | | | | | New eeprom firmwares support recently added RPi 400 and CM4. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | curl,fuse,lm-sensors: move BuildPackage line for libs above packges ↵Felix Fietkau2021-02-16
| | | | | | | | | | | | | | | | depending on it Fixes ABI_VERSION handling issues Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | klish: add include for nls when BUILD_NLS is enabledJosef Schlehofer2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In recent commit for libxml2 [1], there was enabled support for iconv, but it relieves issue with klish that it does not compile as it fails with following output: checking for xmlNewDoc in -lxml2... no configure: error: cannot find libxml2 library make[2]: *** [Makefile:73: /foo/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/klish-2.2.0/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1 make[2]: Leaving directory '/foo/build/feeds/packages/utils/klish' [1] https://github.com/openwrt/packages/commit/d18692c92638cdc1e643554699cb21e893abf2e9 Suggested-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | prometheus-node-exporter-lua: fix wifiNick Hainke2021-02-15
| | | | | | | | | | | | | | | | | | The "get_wifi_interfaces" function is not returning the wifi interface names. This causes the bug #14625. Fix the "get_wifi_interfaces" function. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #14747 from neheb/oRosen Penev2021-02-15
|\ \ | | | | | | open-vm-tools: update to 11.2.5
| * | open-vm-tools: update to 11.2.5Rosen Penev2021-02-14
| |/ | | | | | | | | | | | | Work around a quilt bug where instead of showing a rename, it removes and duplicates the file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / apk: update to 2.12.2Rosen Penev2021-02-14
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14684 from rsa9000/atheepmgr-integrationRosen Penev2021-02-14
|\ | | | | atheepmgr: add new package
| * atheepmgr: add new packageSergey Ryazanov2021-02-12
| | | | | | | | | | | | | | | | | | | | This utility is intended to analyze EEPROM/boarddata content of Atheros based boards: load, dump, parse and perform quick edit. Mostly it is used to work with binary dumps/blobs on a host, but sometime it is useful to be able to run it on a board, e.g. to make an EEPROM content dump or to quickly analyze ART/boarddata without copying it to a host. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
* | uhubctl: update to 2.4.0Steven Honson2021-02-15
| | | | | | Signed-off-by: Steven Honson <steven@honson.id.au>
* | yq: Update to 4.5.1Tianling Shen2021-02-10
| | | | | | | | | | | | | | | | added test script as well. Changelog: https://github.com/mikefarah/yq/releases/tag/v4.5.1 Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | Merge pull request #14700 from BKPepe/psmiscJosef Schlehofer2021-02-09
|\ \ | | | | | | psmisc: update to version 23.4
| * | psmisc: update to version 23.4Josef Schlehofer2021-02-09
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #14572 from dhewg/dslHauke Mehrtens2021-02-08
|\ \ \ | | | | | | | | prometheus-node-exporter-lua: use the new ubus dsl metrics
| * | | prometheus-node-exporter-lua: use the new ubus dsl metricsAndre Heider2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | This is significantly faster. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | oci-runtime-tools: add packageDaniel Golle2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package oci-runtime-tool itself as well as oci-runtime-tests containing runtime validation test executables as well as rootfs tarballs used by the tests. oci-runtime-tool can be used to generate OCI spec files or validate OCI bundles. To validate the OCI runtime (runc, crun, uxc, maybe others) itself, install the 'oci-runtime-tests' package as well as 'node-npm', use npm to install node-tap and symlink the tap executable to /usr/bin. Then cd /usr/libexec/oci-runtime-tests tap *.t Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | ttyd: force enable authentication for loginTianling Shen2021-02-08
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we called `/usr/libexec/login.sh` as login command, but unfortunately the auth is disabled by default in it[1], and this is really serious as it could be a free "backdoor" for any spoiler who has conntectd to the router via LAN or wireless. In my option, it shouldn't be exposed to anyone without auth, so I set the default login command to `/bin/login`. And for those who really want that, they can do it themselves. 1. `login.sh` adjusts whether use authentication or not from system config named ttylogin, which is set to disabled by default. See package/base-files/files/bin/config_generate#L243. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | rtty: update to 7.3.2Jianhui Zhao2021-02-06
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | collectd: add plugin to compare ipv4,ipv6 statsNick Hainke2021-02-04
|/ / | | | | | | | | | | | | Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and "/proc/net/snmp6" to get the overall ipv4 and ipv6 usage. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #14600 from PolynomialDivision/update-node-exporterRosen Penev2021-02-03
|\ \ | | | | | | prometheus-node-exporter-lua: update netstat
| * | prometheus-node-exporter-lua: update netstatNick Hainke2021-01-28
| | | | | | | | | | | | | | | | | | | | | The snmp and netstat interface are enabled by default See: 4943bc5cff47a482c3010033e04c6d489a4b733c Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #14633 from qinyuhang/patch-1Rosen Penev2021-02-03
|\ \ \ | | | | | | | | dockerd: change dockerd start level to 99 to avoid unknown conflicts
| * | | dockerd: change start level to 99Yuhang Qin2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Dockerd start too early will conflict with other net config. After boot must manually restart dockerd, Or some container will not run. Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
* | | | stress-ng: bump to version 0.12.02Alexandru Ardelean2021-02-02
|/ / / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | rtty: update to 7.3.1Jianhui Zhao2021-02-01
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | Merge pull request #14609 from httpstorm/hwdata-0.343.fix-macosRosen Penev2021-02-01
|\ \ \ | | | | | | | | hwdata 0.343: fix build error on macOS
| * | | hwdata: fix build error on macOSGeorgi Valkov2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The install command on macOS does not support the -T flag. As suggested by Rosen Penev, this package does not compile anything, so the contents can be installed directly. Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
* | | | btrfs-progs: update to 5.10Rosen Penev2021-01-31
| | | | | | | | | | | | | | | | | | | | | | | | Added libmount dependency as it's needed now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | quota: update to 4.06W. Michael Petullo2021-01-31
|/ / / | | | | | | | | | | | | | | | | | | This includes a backport of quota commit 02b222a3, which removes the use of reallocarray. The musl C library does not provide reallocarray. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / / rtty: update to 7.3.0Jianhui Zhao2021-01-29
|/ / | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | Merge pull request #14542 from PolynomialDivision/sipcalc-use-autoreleaseRosen Penev2021-01-28
|\ \ | | | | | | sipcalc: use autorelease feature
| * | sipcalc: use autorelease featureNick Hainke2021-01-23
| | | | | | | | | | | | | | | | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #14595 from jmarcet/docker-compose-updateRosen Penev2021-01-28
|\ \ \ | | | | | | | | docker-compose: Update to version 1.28.2
| * | | docker-compose: Update to version 1.28.2Javier Marcet2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - Revert to Python 3.7 bump for Linux static builds - Add bash completion for docker-compose logs|up --no-log-prefix Miscellaneous: - CI setup update Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | apk: fix compilation without deprecated OpenSSL APIsRosen Penev2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream Backport. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14568 from PolynomialDivision/collectd-fix-snmp6Hannu Nyman2021-01-28
|\ \ \ \ | | | | | | | | | | collectd: refactor snmp6
| * | | | collectd: snmp6 further improvementsNick Hainke2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return with "-1" if parsing fails in read function. Reduce buffersize of splitstring function. Signed-off-by: Nick Hainke <vincent@systemli.org>
| * | | | collectd: fix snmp6 not showing all interfacesNick Hainke2021-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Getifaddrs() is not working all the time (e.g. wireguard interfaces). Instead we use if_nameindex() syscall as suggested in: https://stackoverflow.com/a/45796495/8474618 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | gl-mifi-mcu: compatibility with linux >= 5.6Ilya Lipnitskiy2021-01-28
| |/ / / |/| | | | | | | | | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | rtty: update to 7.2.3Jianhui Zhao2021-01-27
| |_|/ |/| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | apk: add packagePaul Spooren2021-01-26
|/ / | | | | | | | | | | | | | | | | The Alpine Package Keeper is the default package manager for Alpine Linux. They manage their own repositoriy with thousends of packages and as musl is used for compilation, their binaries can directly run on OpenWrt. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | zoneinfo: Updated to the latest releaseVladimir Ulrich2021-01-25
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>