Commit Graph

3270 Commits

Author SHA1 Message Date
Huangbin Zhan fc02216ab2 xz: move alternatives to /usr/libexec
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-11-21 16:59:59 +08:00
Huangbin Zhan 75c4617bcf treewide: move binary of alternatives to libexec, rename as suggested
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-10-08 20:22:51 +08:00
Huangbin Zhan df10e58a9c coreutils: move alternatives to /usr/libexec
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-12 20:35:04 +08:00
Yousong Zhou 33bbeceaa7 qemu: add patch for qga guest-shutdown command
Ref: https://github.com/openwrt/packages/issues/14244
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-12-17 17:08:40 +08:00
Daniel Golle 58449afd38 podman: update to version 2.2.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-12-15 18:23:18 +00:00
Daniel Golle 363222c289 cni-plugins: update to version 0.9.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-12-15 18:23:18 +00:00
Gerard Ryan 8caf2fea0f docker-compose: Updated `docker-ce` -> `docker`
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-12-15 12:52:33 +00:00
Gerard Ryan 3d8d2bd083 dockerd: Updated to 20.10.0
* SELinux and Seccomp are now enabled via the kernel options themselves
* Config.in now uses CGroupsV2 by default but optionally allows V1

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-12-15 12:52:33 +00:00
Gerard Ryan 404b917183 docker: Split from dockerd and update to v20.10.0
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-12-15 12:52:33 +00:00
Gerard Ryan 84f084ebfe libnetwork: Updated to 2020-11-25 for dockerd
Source Version: a543cbc4871f904b0efe205708eb45d72e65fd8b

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-12-15 12:52:33 +00:00
Gerard Ryan f8a9c3d82a tini: Updated to v0.19.0 for dockerd
* Removed obsolete workaround
* Set Git source hash for executables to display

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-12-15 12:52:33 +00:00
Gerard Ryan 9cfaa96bcf containerd: Updated to v1.4.3 for dockerd
SELinux and Seccomp are now enabled via the kernel options themselves

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-12-15 12:52:33 +00:00
Gerard Ryan 249d7d8faa docker-ce: docker-ce -> dockerd
The source is being deprecated and split into the CLI and engine/daemon
repositories, So `docker-ce` will now be the `dockerd` and a separate
package will be made for the `docker` CLI.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-12-15 12:52:33 +00:00
Rosen Penev 680b76de07
Merge pull request #14158 from PolynomialDivision/snmpv6-collector
prometheus-node-exporter-lua: add snmp6 exporter
2020-12-14 13:34:35 -08:00
Rosen Penev c47870b398
Merge pull request #14162 from Cynerd/rpcd-mod-lxc-postinst
rpcd-mod-lxc: add postinst to reload rpcd on update/installation
2020-12-14 13:32:59 -08:00
Hannu Nyman 59d02aea1b
Merge pull request #14204 from PolynomialDivision/collectd-add-dhcp
collectd: add dhcpleases plugin
2020-12-12 18:21:51 +02:00
Nick Hainke 7f99516ce5 collectd: add dhcpleases plugin
Count the current dhcpleases. Currently, we use a bash script
that does the same job (Freifunk Berlin). We want to use native
collectd plugin for that.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-12-12 14:59:49 +01:00
Rosen Penev 90b289f697
Merge pull request #14187 from BKPepe/disable-selinux-for-augeas
augeas: disable selinux
2020-12-11 17:25:32 -08:00
Josef Schlehofer eb6972b0ea
Merge pull request #14178 from BKPepe/hwinfo-fix-version
Fix version in hwinfo and a few cosmetic stuff
2020-12-11 19:08:25 +01:00
Josef Schlehofer a1eea08fa6
augeas: disable selinux
Fixes:
Package augeas is missing dependencies for the following libraries:
libselinux.so.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-11 12:18:11 +01:00
Florian Eckert 111b16ca1f lcd4linux: switch service to procd
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-12-10 16:10:17 +01:00
Rosen Penev 5af59188f6
kmod: fix wrong paths in pkgconfig files
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:28 -08:00
Rosen Penev 6d4b8cfb76
Merge pull request #14177 from neheb/bash
bash: update to 5.1
2020-12-10 01:30:09 -08:00
Hirokazu MORIKAWA 0f05a0712b mg: update to 6.8.1
update to 6.8.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-10 12:22:19 +09:00
Karel Kočí 54b6116d7d
rpcd-mod-lxc: add postinst to reload rpcd on update/installation
This is dependency of luci-app-lxc and when users install that package
it is no way clear that they have to reload rpcd to get it working
correctly. Without it container listing does not work.
In general this reload should be in this package simply because other
rpcd-mod-* packages reload rpcd as well.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-12-09 10:16:37 +01:00
Josef Schlehofer 743e645b1f
hwinfo: refresh patches to avoid fuzz and offset
Fixes:
Applying patch 3-assorted-Makefile-butchery
patching file Makefile
patching file Makefile.common
patching file src/Makefile
patching file src/hd/Makefile
Hunk #1 succeeded at 8 with fuzz 1 (offset -4 lines).
patching file src/isdn/Makefile
patching file src/smp/Makefile

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-09 02:17:24 +01:00
Rosen Penev fd0188383f
bash: update to 5.1
Remove upstreamed patches.

Refresh others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-08 16:57:38 -08:00
Josef Schlehofer 7155d99ef5
hwinfo: add PKG_LICENSE_FILES
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-09 01:32:23 +01:00
Josef Schlehofer f562b46c54
hwinfo: fix hardcoded version in patch
Fixes: 7dc7e46d48 ("hwinfo: update to
version 21.71")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-09 01:32:02 +01:00
Huangbin Zhan 8a8a7cc18f less: update to general release version 563
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-12-09 06:31:05 +08:00
Huangbin Zhan 7ec279ad3e less: move binary of alternatives to /usr/libexec
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-12-09 06:30:54 +08:00
Rosen Penev 46bb62b1af
Merge pull request #12913 from ja-pa/augeas-new-package
augeas & python-augeas: add new package
2020-12-07 23:48:03 -08:00
Rosen Penev bfef0d23b7
Merge pull request #14141 from zpc0/beep-fix2
beep: restore a dependency definition to the previous one on x86 target
2020-12-07 15:33:00 -08:00
Rosen Penev 44728d0557
Merge pull request #14146 from neheb/summ
sumo: fix compilation with ccache
2020-12-07 15:20:58 -08:00
Nick Hainke 77188d2422 prometheus-node-exporter-lua: add snmp6 exporter
If you want statistics about IPv6 you can use snmpv6 exporter.
Currently, the "/proc/net/snmp6" is existing but all values are
just "0".

To use this plugin you have to set
  CONFIG_PROC_STRIPPED=n

I will find a way to enable the important ipv6 statistics by default.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-12-07 18:31:57 +01:00
Jan Pavlinec 7fc497dd67
augeas: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Co-authored-by: Jeffery To <jeffery.to@gmail.com>
2020-12-07 15:47:42 +01:00
Alexandru Ardelean c10ff20ac4 stress-ng: bump to version 0.12.00
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-07 09:30:12 +02:00
Rosen Penev bd33076a23
sumo: fix compilation with ccache
sumo's builtin support for ccache doesn't work well with the one in
base. Remove it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-05 22:42:49 -08:00
Yanase Yuki 8b1216fb49
beep: restore a dependency definition to the previous one on x86 target
Commit 9bcea2de2c causes a dependency
problem with some out-of-tree packages which expect "DEPENDS:=+kmod-pcspkr".

To fix this problem, this commit restores a dependency definition to
the previous one on x86 target.

Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
2020-12-05 20:18:03 +09:00
Hannu Nyman b7d8a0a028 nano: update to 5.4
Update nano editor to version 5.4.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-04 16:30:37 +02:00
Florian Eckert bdd26d8f26
Merge pull request #14064 from G-M0N3Y-2503/docker-blocked-interface-allow-outbound
docker-ce: Added firewall.extra_iptables_args
2020-12-04 09:12:41 +01:00
Rosen Penev ea9d7884a2
Merge pull request #14111 from neheb/vm
open-vm-tools: update to 11.2.0
2020-12-02 15:52:53 -08:00
Rosen Penev d547fa9ca9
Merge pull request #14106 from neheb/tcsh2
tcsh: update to 6.22.03
2020-12-02 15:51:12 -08:00
Rosen Penev db12199a86
Merge pull request #14104 from neheb/sumo
sumo: update to 1.7.0
2020-12-01 23:41:11 -08:00
Rosen Penev 436ac54916
open-vm-tools: update to 11.2.0
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:26:08 -08:00
Rosen Penev a308a069fc
unrar: update to 6.0.2
Add PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:24:33 -08:00
Rosen Penev 132cfe72be
tcsh: update to 6.22.03
Remove upstreamed patch

Refresh others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:22:43 -08:00
Rosen Penev 2e52916c28
sumo: update to 1.7.0
Remove CMAKE_INSTALL as there is no need for InstallDev.

Remove unneeded patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:21:03 -08:00
Rosen Penev 4fe39a4e2f
Merge pull request #14094 from CHKDSK88/crelay-patch
crelay: backport patch for use gpio >255
2020-12-01 12:12:01 -08:00
Pawel Dembicki 292a5a0258 crelay: backport patch for use gpio >255
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
2020-12-01 12:59:19 +01:00