aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #18488 from oskarirauta/podmanJeffery To2022-05-12
|\ | | | | podman: update to 4.1.0
| * podman: update to 4.1.0Oskari Rauta2022-05-10
| | | | | | | | | | | | | | | | Once again, a lot of changes. List of changes available at: https://github.com/containers/podman/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | Merge pull request #18484 from oskarirauta/cniJeffery To2022-05-12
|\ \ | | | | | | cni: update to v1.1.0
| * | cni: update to v1.1.0Oskari Rauta2022-05-09
| |/ | | | | | | | | | | | | A minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* / mmc-utils: update to latest upstream revisionMichael Heimpold2022-05-07
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* syncthing: update to 1.20.1Michal Vasilek2022-05-06
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* ecdsautils: update to v0.4.1Matthias Schiffer2022-05-05
| | | | | | | | This fixes CVE-2022-24884. Also update the package URL to match the source repository. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* Merge pull request #18441 from Entropy512/docker_updateEneas U de Queiroz2022-05-04
|\ | | | | Update Docker to 20.10.14
| * dockerd: Update to 20.10.14, and update version checking mechanismAndy Dodd2022-05-03
| | | | | | | | | | | | | | | | | | | | https://github.com/moby/moby/commit/a7a7c732c0dc02ee5b5515f4ca868ef50cafa4a1 changed package pinning from commit hash to version for some dependencies (but not all, libnetwork is still referenced by commit) Support the version-based pinning mechanism in addition to commit-based Signed-off-by: Andy Dodd <atd7@cornell.edu>
| * containerd: Update to 1.5.11Andy Dodd2022-05-03
| | | | | | | | Signed-off-by: Andy Dodd <atd7@cornell.edu>
| * docker: Update to 20.10.14Andy Dodd2022-05-03
| | | | | | | | Signed-off-by: Andy Dodd <atd7@cornell.edu>
* | hwdata: update to version 0.359Josef Schlehofer2022-05-04
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* docker-compose: Update to version 2.5.0Javier Marcet2022-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - Fix search/replace typo in --no-TTY documentation by @ericfreese - Fix panic with down command when -p flag specified by @glours - use project we just created to start services by @ndeloof - include services declared by links as implicit dependencies by @ndeloof - pull to respect pull_policy by @ndeloof - don't ignore error by @ndeloof - project name MUST be lowercase by @ndeloof - add support for build secrets by @ndeloof - create also a checksums.txt file, add --binary by @MaxPeal - add support for ppc64le for docker compose by @snehakpersistent - inspect image ID after pull to se com.docker.compose.image by @ndeloof - Fix cannot setup IPAM gateway by @qnap-ericfan New Contributors: - @ericfreese made their first contribution - @MaxPeal made their first contribution - @snehakpersistent made their first contribution - @qnap-ericfan made their first contribution Signed-off-by: Javier Marcet <javier@marcet.info>
* mtools: avoid picking libbsd dependencyEneas U de Queiroz2022-05-02
| | | | | | | | | | Even though commit 96ec989ed ("mtools: update to 4.0.39") correctly dropped libbsd dependency, the package's configure script will still link to it if the library is found. Tell configure not to look for it by setting ac_cv_lib_bsd_main=no. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* dockerd: fix compilation with glibcLiang Yang2022-04-30
| | | | Signed-off-by: Liang Yang <ggg17226@gmail.com>
* docker: fix compilation with glibcLiang Yang2022-04-30
| | | | Signed-off-by: Liang Yang <ggg17226@gmail.com>
* telegraf: upgrade to version 1.22.3Jonathan Pagel2022-04-30
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* dockerd: fix dependencies missingLiang Yang2022-04-29
| | | | Signed-off-by: Liang Yang <ggg17226@gmail.com>
* yq: Update to 4.25.1Tianling Shen2022-04-29
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* nano: update to 6.3Hannu Nyman2022-04-29
| | | | | | Update nano editor to version 6.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* mtools: update to 4.0.39Guilherme Janczak2022-04-28
| | | | | | This update happens to drop the libbsd dependency. Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
* Merge pull request #18357 from clarkwang/sexpect-updateJeffery To2022-04-28
|\ | | | | sexpect: updated per OpenWrt's common practice
| * sexpect: updated per OpenWrt's common practiceClark Wang2022-04-23
| | | | | | | | | | | | | | | | - removed extra white spaces in Makefile - changed license from GPL-3.0 to GPL-3.0-only - added test.sh Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | Merge pull request #18358 from clarkwang/passh-updateJeffery To2022-04-28
|\ \ | | | | | | passh: updated per OpenWrt's common practice
| * | passh: updated per OpenWrt's common practiceClark Wang2022-04-23
| |/ | | | | | | | | | | | | | | - removed extra white spaces in Makefile - changed license from GPL-3.0 to GPL-3.0-only - added test.sh Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | Merge pull request #17305 from paper42/runc-1.0.3Josef Schlehofer2022-04-28
|\ \ | | | | | | runc: update to 1.0.3
| * | runc: update to 1.0.3Michal Vasilek2021-12-10
| | | | | | | | | | | | | | | | | | * fixes CVE-2021-43784 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | telegraf: Update to version 1.22.2Jonathan Pagel2022-04-26
| | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | ubnt-manager: run through shellcheckRosen Penev2022-04-26
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | stm32flash: update to version 0.7Russell Senior2022-04-25
| | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | smartmontools: update to 7.3Maxim Storchak2022-04-25
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.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>
* | | 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>
* | 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>
* | 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>
* | 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>
* | | 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>
* | | kitty-terminfo: Terminfo for kitty, an OpenGL-based terminal emulatorJitao Lu2022-04-14
| | | | | | | | | | | | Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | yq: Update to 4.24.4Tianling Shen2022-04-13
| | | | | | | | | | | | | | | | | | Updated GO_PKG due to upstream changes. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | uvol: unbreak if LVM is installed but unusedDaniel Golle2022-04-13
| | | | | | | | | | | | | | | | | | | | | Fix and simplify console output, make sure uvol doesn't break in case of LVM being installed but not used. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | haveged: update to 1.9.18Hannu Nyman2022-04-11
| | | | | | | | | | | | | | | | | | Update haveged to version 1.9.18 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | syncthing: Update to 1.19.2Jeffery To2022-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes patch based on upstream change[1] to fix compilation with Go 1.18. Fixes https://github.com/openwrt/packages/issues/18267. [1]: https://github.com/syncthing/syncthing/commit/e30898ddb3e51225d4bda8661a1510c5cc9afe08 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | open-vm-tools: update to 12.0.0Rosen Penev2022-04-09
| | | | | | | | | | | | | | | | | | Update patches with the Alpine Linux ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #18273 from cotequeiroz/openscMichael Heimpold2022-04-09
|\ \ \ | | | | | | | | opensc: do not build man pages
| * | | opensc: do not build man pagesEneas U de Queiroz2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | Add --disable-man to configure flags to skip building man pages. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | telegraf: Update to version 1.22.1Jonathan Pagel2022-04-09
|/ / / | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | domoticz: update to 2022.1Lucian Cristian2022-04-07
| | | | | | | | | | | | | | | | | | | | | change to codeload fix python 3.10 plugin loading and usage Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>