aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | smartmontools: update to 7.3Maxim Storchak2022-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | dnsdist: update to 1.7.1Peter van Dijk2022-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | | prometheus-node-exporter-lua: use uhttpd-mod-luaEtienne Champetier2022-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listen_ipv6 config option is removed and we now listen on both ipv4 and ipv6 addresses. HTTP keepalive is enabled and set to 70s by default. With uhttpd-mod-lua there is a small change in behavior, all code is loaded/parsed/executed once on startup as before, but now each request is executed in his own fork, so we can't keep a state between requests. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | prometheus-node-exporter-lua: fixup openwrt collectorEtienne Champetier2022-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | Merge pull request #18366 from turris-cz/git-updateJeffery To2022-04-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | git: update to version 2.34.3
| * | | | | | | git: update to version 2.34.3Josef Schlehofer2022-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: - CVE-2022-24765 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | xray-core: Update to 1.5.5Tianling Shen2022-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | mdio-tools: add kmod-mdio-netlink as dependenciesChukun Pan2022-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise it will fail as follows: failed to find a module named mdio-netlink ERROR: mdio-netlink module not detected, and could not be loaded. Run-tested on: ramips/mt7621 Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* | | | | | | | Merge pull request #18351 from 1715173329/vaJosef Schlehofer2022-04-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | v2rayA: Update to 1.5.7
| * | | | | | | | v2rayA: Update to 1.5.7Tianling Shen2022-04-23
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed an upstreamed patch - Move logs to /var/log in accordance with FHS 3.0 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | Revert "miniupnpd: bump to latest git source"Josef Schlehofer2022-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was reverted because the commit does more things than just "bump to latest git source". Also, it was not properly reviewed/tested. See: https://github.com/openwrt/packages/pull/18133#issuecomment-1106346788 This reverts commit b3b911e99238282a768bce962bc2a271f84229ac. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | usteer: update to latest HEADDavid Bauer2022-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f88ac23 local-node: periodically send link-measurement requests 4473c6e measurement: add missing timeout-reset 6d3314c local-node: handle received link-measurement reports 7df969f measurement: generalize measurement handling bb61f2a local-node: enable link-measurement capability 4458b6f usteer: expose STA link measurement capability Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | | prometheus-node-exporter-lua: improve ubnt-managerNick Hainke2022-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is costly in transmissions to add all information to each metric. Instead, only use the "device" as a label and add all other important labels to the "uptime" metric. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | zerotier: fix segfault on ARM platformsMoritz Warning2022-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | zerotier: update to 1.8.8Moritz Warning2022-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | libpqxx: update to version 7.7.3Igor Bezzubchenko2022-04-21
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
* | | | / / / rsync: bump to 3.2.4John Audia2022-04-20
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to latest upstream release. Signed-off-by: John Audia <graysky@archlinux.us>
* | | | | | pillow: bump to version 9.1.0Alexandru Ardelean2022-04-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #18326 from jefferyto/python-twisted-22.4.0Josef Schlehofer2022-04-18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | python-twisted: Update to 22.4.0, refresh patches
| * | | | | python-twisted: Update to 22.4.0, refresh patchesJeffery To2022-04-18
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | passh: an sshpass alternativeClark Wang2022-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sshpass does not work well in a few scenarios. Passh is an sshpass alternative which tries to fix the issues. Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | | flex: use PKG_FIXUP:=autoreconf gettext-versionW. Michael Petullo2022-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change aims to fix build problems that produce the error "gettext infrastructure mismatch". References: - See the commit comments at: https://github.com/openwrt/packages/commit/baaf7f95cb5259724e28158510d9bcd152d4f693 Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | sexpect: Expect for ShellsClark Wang2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sexpect is another implementation of Expect which is specifically designed for shells. It's lightweight and has no dependency on other packages. Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | | node-serialport-bindings: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node-arduino-firmata: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node-cylon: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node-serialport: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node-javascript-obfuscator: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. The modification method is different from other node modules. The reason is due to the npm@8 issue. https://github.com/npm/cli/issues/4027 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node-hid: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node-yarn: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node-homebridge: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | node: Major update from v14 to v16Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update also changes npm from v6 to v8. This change also requires node module packages to be modified. Each package will be updated later. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #17303 from CarlosDerSeher/feature_bt_agentFlorian Eckert2022-04-16
|\ \ \ \ \ | |_|_|_|/ |/| | | | bt-agent: add new package
| * | | | bluez-tools: Add package bluezetoolsKarl Osterseher2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Karl Osterseher <karli_o@gmx.at>
* | | | | ola: fix compilation with musl 1.2.3Rosen Penev2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream sent patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | golang: Fix conditionals not strippedJeffery To2022-04-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | golang: Update to 1.18.1Jeffery To2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for: * CVE-2022-24675 - encoding/pem: stack overflow * CVE-2022-28327 - crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes This also adds -buildvcs=false to omit VCS information in Go programs. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | yq: Update to 4.24.5Tianling Shen2022-04-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | uvol: update to version 0.8Daniel Golle2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version to reset PKG_RELEASE counter. Add missing dependency on ucode-mod-math which is needed for the mkdtemp() implementation used to format UBI volumes. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | adguardhome: Update v0.107.6James White2022-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Go 1.18 patch as upstream source has updated go dependencies Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | miniupnpd: bump to latest git sourceZiMing Mo2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org>
* | | | | kitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulatorJitao Lu2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | | | bison: new packageW. Michael Petullo2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | flex: new packageW. Michael Petullo2022-04-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | zlog: update PKG_SOURCE to avoid dl clashesMarko Ratkaj2022-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* | | | | zlog: add new packageMarko Ratkaj2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library. Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* | | | | pdns: update to 4.6.2Peter van Dijk2022-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | pdns-recursor: update to 4.6.2Peter van Dijk2022-04-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | openssh: update to 9.0p1Sibren Vasse2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | | yq: Update to 4.24.4Tianling Shen2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated GO_PKG due to upstream changes. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>