Commit Graph

3914 Commits

Author SHA1 Message Date
Baptiste Jonglez 7fe513971f tessdata: uncompress tarball only once to speed up builds
The previous approach was to uncompress N times a big tarball (638 MB)
where N=130 is the number of supported languages.  Each iteration would
only extract a single file, but it still needs to uncompress the whole
tarball.  This is of course completely inefficient.

Now, we uncompress the tarball only once to extract all relevant files,
and then iterate N times to copy the file needed for each language.

This massively speeds up builds, at the expense of temporarily requiring
more build space (about 1 GB more)

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2021-06-30 14:09:42 +02:00
Daniel Golle 1204cb82f9 auc: update to version 0.1.8
This fixes support for x86, auc now selects the right combined image
depending on the system being booted in EFI mode or not.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-06-30 01:40:37 +01:00
Rosen Penev dfee9d005d
Merge pull request #15979 from G-M0N3Y-2503/cache-domains-fix-wildcard
cache-domains: Fixed missing wildcard entries
2021-06-29 14:50:12 -07:00
Rosen Penev ea8083639d
Merge pull request #15950 from rsalvaterra/lolcat
lolcat: add package
2021-06-29 14:45:47 -07:00
Rosen Penev 789a4e2a9a
Merge pull request #15877 from neheb/exfatp
exfatprogs: update to 1.1.2
2021-06-29 14:41:19 -07:00
Rosen Penev 0c025e503c
Merge pull request #15889 from flyn-org/podman
podman: change permissions on /usr/share/containers/seccomp.json
2021-06-28 12:50:21 -07:00
Rui Salvaterra d2582939ad lolcat: add package
A pure C implementation of lolcat, probably the lightest out there.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2021-06-28 09:05:19 +01:00
Gerard Ryan 8347b46969 cache-domains: Fixed missing wildcard entries
The fix requires the use of the generated dnsmasq `lancache.conf` file.
So I moved configuration of the hosts directory out of the UCI and into
the generated dnsmasq configuration file to simplify the script.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-06-27 17:11:08 +10:00
Sebastian Kemper 1c73bd8591 mariadb: fix cmake issue
Same fix that went into libmariadb package with commit fd13c12.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-06-26 23:11:53 +02:00
Yuhei OKAWA 448db7a507 open-vm-tools: update to 11.3.0
Refreshed patches.

Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
2021-06-23 23:09:57 +09:00
Rosen Penev 2ed47b5414
Merge pull request #15884 from neheb/dom
domoticz: update to 2021.1 and fix other packages
2021-06-21 20:08:09 -07:00
Rosen Penev caa2cc5cc1 sumo: fix compilation when gtest is present
Removes cmake check for gtest.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-19 14:10:20 -07:00
Tianling Shen 6c6b74b8f8
yq: Update to 4.9.6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-06-18 22:58:04 +08:00
Rosen Penev 89e9a1a634
Merge pull request #15875 from CodeFetch/patch-10
apparmor: fix packaging
2021-06-17 11:53:08 -07:00
Hannu Nyman 6f2ac237a1 nano: update to 5.8
Update nano editor version to 5.8.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-06-17 19:03:11 +03:00
Rosen Penev 1049f8bf7b
Merge pull request #15879 from neheb/lesss
less: update to 590
2021-06-17 06:22:12 -07:00
W. Michael Petullo a41556af4f podman: change permissions on /usr/share/containers/seccomp.json
Running podman as users other than root seems to require that those
users can read /usr/share/containers/seccomp.json. This change sets the
permissions on that file to match those used on Fedora.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-06-16 22:08:01 -05:00
Vincent Wiemann dcd72a7d84 apparmor: fix packaging
Removes the BUILDONLY flag as otherwise no packages will be created.

Signed-off-by: Vincent Wiemann <vincent.wiemann@ironai.com>
2021-06-17 00:14:19 +02:00
Rosen Penev edfb91f334 domoticz: update to 2021.1
Remove outdated patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-15 20:04:50 -07:00
Rosen Penev 22055fdb15 less: update to 590
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-15 19:57:00 -07:00
Rosen Penev b445e13850 hdparm: update to 9.62
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-15 19:56:00 -07:00
Rosen Penev b1585a5375 exfatprogs: update to 1.1.2
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-15 19:54:45 -07:00
Rosen Penev 1517ca5e56
Merge pull request #15876 from mstorchak/tmux
tmux: update to 3.2a
2021-06-15 18:04:32 -07:00
Daniel Golle 9150e82768 auc: update to version 0.1.7
No longer fail in case a package is part of multiple lists (which may
happen temporarily in case it becomes 'nonshared').
Bump version to prepare for sync accross branches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-06-15 10:47:50 +01:00
Florian Eckert a4eb7f4499
Merge pull request #15825 from TDT-AG/pr/20210611-dockerd
dockerd: refactoring uciadd and ucidel handling
2021-06-15 11:16:54 +02:00
Florian Eckert 0fded274ec dockerd: refactoring uciadd and ucidel handling
This change makes the handling of adding and deleting interface, device
bridge and firewall more robust.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-15 08:05:22 +02:00
Hirokazu MORIKAWA 69c42cda62 mg: bump to 6.9
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-06-15 08:56:10 +03:00
Maxim Storchak 61a1a37e87 tmux: update to 3.2a
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-06-15 02:33:39 +03:00
Rosen Penev c72651408b
Merge pull request #15864 from commodo/stress-ng-update
stress-ng: bump to version 0.12.10
2021-06-14 12:52:02 -07:00
Oskari Rauta 5ad56ca340 parted: add new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-06-14 14:17:14 +02:00
Alexandru Ardelean 6f48074e79 stress-ng: bump to version 0.12.10
Patch `010-soft-float.patch` can be dropped.
It was upstreamed via https://github.com/ColinIanKing/stress-ng/pull/126

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-06-14 13:25:46 +03:00
Daniel Golle 02bc1fc929 auc: fix several issues
* don't segfault if server reply is incomplete
 * always request 'generic' image on x86/generic and x86/64
 * make SNAPSHOT branches sticky, eg. stay on 21.02-SNAPSHOT and do
   not 'upgrade' to 21.02.0-rc2.
 * output requested server URL when debugging

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-06-13 22:39:14 +01:00
Daniel Golle 94e1ae9b79 squashfs-tools: build with xz by default
squashfs-tools aren't of much use without xz compression support
on OpenWrt, as we build kernel with squashfs supporting only xz.
Enabled support for xz compression by default.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-06-13 22:39:14 +01:00
Daniel Golle c7d1704feb uvol: try to be more shellcheck compliant, fix LVM vol-up
* quotes around all variables
 * always use 'read -r' instead of 'read'
 * some more minor shellcheck fixes
 * reorder LVM ops for 'up' call to allow it to succeed

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-06-13 22:14:20 +01:00
Kevin Lyda 4028878b2b prometheus-node-export-lua: add my email
Add my email address to the copyright for the file.

Signed-off-by: Kevin Lyda <kevin@lyda.ie>
2021-06-13 16:10:57 -04:00
Rosen Penev 2e654b19f3 treewide: back to cmake.mk
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-12 21:05:01 -07:00
Rosen Penev b8c925104e
Merge pull request #15814 from neheb/t1
tang: remove outdated key handling
2021-06-11 03:25:17 -07:00
Oskari Rauta ceaccc1c7a cni: update to 0.8.1
This is a security release that fixes a single bug:
 - tighten up plugin-finding logic (#811)

Users of libcni are strongly encouraged to update.

Added me to list of maintainers as requested by @dangowrt.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-06-10 17:13:33 -10:00
Rosen Penev 364f8d3ac8
Merge pull request #15820 from ktgeek/compile-fixes-15807-15818
bluld: fix compilation issues for nls and string truncation
2021-06-10 16:21:45 -07:00
Oskari Rauta 9fdfe2e2c7 conmon: update to 2.0.29
Patch fixing segfaults on nulls was removed due to patch's content being now included in conmon's source since containers/conmon@355dbf1

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-06-10 23:32:57 +02:00
Keith T. Garner 4ec036a8c2 bluld: fix compilation issues for nls and string truncation
Fixes #15807
Fixes #15818

Signed-off-by: Keith T. Garner <kgarner@kgarner.com>
2021-06-10 15:48:56 -05:00
Oskari Rauta 3ba2a3411d apparmor: add package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-06-10 18:11:57 +02:00
Rosen Penev d49c79b76b tang: remove outdated key handling
As of https://github.com/latchset/tang/commit/c0f080efcd2e50 , tang has
no more tangd-update. Instead, it handles it itself. Update postinst
script.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-09 22:23:04 -07:00
Gerard Ryan 7f420955cd docker: Updated to 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-06-09 21:12:44 +10:00
Gerard Ryan 70b1364dd5 dockerd: Updated to 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-06-09 21:12:44 +10:00
Gerard Ryan 3c304a0d03 libnetwork: Updated to 2021-05-25 for docker 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-06-09 21:12:44 +10:00
Gerard Ryan 7311210d50 containerd: Updated to 1.4.6 for docker 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-06-09 21:12:35 +10:00
Gerard Ryan c0b2d08c41 runc: Updated to 1.0.0-rc95 for docker 20.10.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-06-09 21:12:28 +10:00
Nick Hainke e5e6aa421d gpsd: use $(AUTORELEASE)
The version is often incremented. Switch to $(AUTORELEASE).

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-06-08 17:21:01 +02:00
Rosen Penev 5771a30b72
Merge pull request #15802 from oskarirauta/crun
crun: update to 3.2.0
2021-06-07 18:46:16 -07:00
Oskari Rauta 0b609eb373 crun: update to 3.2.0
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-06-08 03:15:15 +03:00
Oskari Rauta e565bebf41 podman: update to 3.2.0
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-06-08 02:57:50 +03:00
Paul Spooren 2bb5cb0a4c syncthing: update to v1.17.0
Lenghy changelog available on GitHub[1].

[1]: https://github.com/syncthing/syncthing/releases

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-06-06 17:23:16 -10:00
Nick Hainke 35b18ddfc4 gpsd: fix compilation with x86 glibc
The sysroot has to point to the toolchain directory. The directory
includes libraries like libm. However, the STAGING_DIR needs to be
added to the CFLAGS.

Fixes #15773

[As suggested by jow]

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-06-04 18:21:43 +02:00
Rosen Penev 3f2113db87 tcsh: update to 6.22.04
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-04 12:19:57 +02:00
Rosen Penev bdb017dd40
Merge pull request #15740 from neheb/moreut
moreutils: update to 0.65
2021-06-03 11:55:39 -07:00
Rosen Penev 51a2c2b569
Merge pull request #15736 from neheb/fsh
fish: update to 3.2.2
2021-06-03 11:51:53 -07:00
Rosen Penev 42442e5954
Merge pull request #15742 from neheb/sumoo
sumo: update to 1.9.2
2021-06-02 21:10:24 -07:00
Rosen Penev 8362bb77c7
Merge pull request #15750 from neheb/unrarr
unrar: update to 6.0.6
2021-06-02 21:09:57 -07:00
Rosen Penev a02d79327b tang: update to 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-02 20:21:40 -07:00
Rosen Penev 4d380bcfc8 unrar: update to 6.0.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:12:39 -07:00
Rosen Penev 2e7ede0e3b sumo: update to 1.9.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:06:33 -07:00
Rosen Penev f4a65f15d0 moreutils: update to 0.65
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:04:08 -07:00
Rosen Penev 6abb64b316 fish: update to 3.2.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-01 23:00:48 -07:00
Keith T. Garner 76b45c8bbc bluld: add new package
Signed-off-by: Keith T. Garner <kgarner@kgarner.com>
2021-06-01 21:11:03 +02:00
Jianhui Zhao 110e24ad9c rtty: update to 7.4.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-05-31 14:10:29 +08:00
Rosen Penev f8843d2458
Merge pull request #15708 from neheb/hwi
hwinfo: fix compilation with ARC
2021-05-29 12:35:43 -07:00
Rosen Penev f262a4af86
Merge pull request #15641 from oskarirauta/gummiboot
gummiboot: fix case in depends..
2021-05-29 09:44:01 -07:00
Rosen Penev 6af7fbbf01 hwinfo: fix compilation with ARC
Added a small patch to fix compilation.

Renamed patch files to have a .patch suffix. Makes them easier to read
with vim and probably IDEs.

Remove UCLIBC depend since it's no longer present.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-05-29 01:19:26 -07:00
ekathva advaita a86c3666f3 gpsd: Add a new package gpsd-utils to add gpsdctl
gpsd-utils include management tools for GPS daemon - and this commmit
particularly introduces gpsdctl to add/remove device from the GPS
daemon's device list over control socket.

Signed-off-by: ekathva advaita <ekathva@hotmail.com>
2021-05-26 11:59:25 +02:00
Tianling Shen f2b7dce0a4 yq: Update to 4.9.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-24 20:05:36 +03:00
W. Michael Petullo f51ef46aa6 podman: change permissions on /etc/containers
Running podman as users other than root seems to require that those
users can read the configuration files in /etc/containers. This change
sets the permissions of /etc/containers and its contents to match those
used on Fedora.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-22 14:15:05 +01:00
Oskari Rauta 616d867e48 crun: bumb to version 0.19.1
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-19 17:30:03 +03:00
Oskari Rauta b6299c763a podman: bumb version to 3.1.2
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-18 12:30:31 +03:00
Tianling Shen add86cd30a yq: Update to 4.9.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-18 12:29:44 +03:00
Oskari Rauta 5638023c7e gummiboot: fix case in depends..
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-18 01:56:59 +03:00
Javier Marcet 332d64a5bb docker-compose: Update to version 1.29.2
Miscellaneous:

- Remove prompt to use docker compose in the up command

- Bump py to 1.10.0 in requirements-indirect.txt

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-05-13 07:39:16 +02:00
Tianling Shen 915311c3dc
yq: Update to 4.8.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-11 21:38:31 +08:00
Daniel Golle dc27d43f29
lvm2: update to version 2.03.12
Two notable changes are devices file and metadata based autoactivation.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-05-10 04:20:52 +01:00
Daniel Golle 5b7ff1ad65
auc: support queue_position status from server
Display position in queue while waiting for build.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-05-10 04:20:41 +01:00
Sergio E. Nemirowski 6583ef0049 vim: install vimdiff symlink for vim-full
vim-full comes with diff feature

Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
2021-05-06 14:31:50 -07:00
Alexandru Ardelean 96692fa6c1 stress-ng: bump to version 0.12.07
Refreshed patch.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-04 20:16:41 -07:00
Josef Schlehofer 22ae08919e
hwdata: update to version 0.347
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-05-03 20:00:53 +02:00
Eneas U de Queiroz 2151d948a5
Merge pull request #15532 from dangowrt/bunch-of-updates
a bunch of package updates
2021-05-03 11:30:53 -03:00
Hannu Nyman 765e986857 nano: update version to 5.7
Upgrade nano editor to version 5.7.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-05-01 23:50:21 +03:00
Paul Spooren a54b9570ad attendedsysupgrade-common: update to 2021
* Use $(COMMITCOUNT)
* Use SPDX
* Use CA (ucert) public key
* Update repo link
* Update maintainer email
* Format description

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-04-29 20:06:40 -10:00
Daniel Golle 97e87c471c exfatprogs: update to version 1.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-28 19:10:34 +01:00
Josef Schlehofer cb0d83be31
Merge pull request #15517 from 1715173329/yq
yq: Update to 4.7.1
2021-04-28 00:01:16 +02:00
Daniel Golle 816c41b6fc
uvol: fix emmitting ubus event when removing UBI volume
In case a volume which is down is removed, no ubus event needs to be
fired. Don't try.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-26 19:21:50 +01:00
Daniel Golle 794cf3ac59
auc: compare versions using dpkg/opkg's verrevcmp
Using strcmp() to compare a version string doesn't work well.
Use verrevcmp() function from opkg instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-26 19:21:43 +01:00
Tianling Shen 633d1dcf58
yq: Update to 4.7.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-04-26 19:18:33 +08:00
Rosen Penev 75e623710f dbus: fix new cmake build
CMake was using the wrong paths. Fix them up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-25 13:46:17 -07:00
Aleksander Jan Bajkowski f53127b03c coremark: bump to 2021-03-12
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
2021-04-24 20:00:32 -07:00
Oskari Rauta ccf1b96e0e gummiboot: add new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-04-24 01:12:39 -07:00
Maxim Storchak c5aa2fe3ba tmux: update to 3.2
- switch to $(AUTORELEASE)
- change dependency from libevent2 to libevent2-core

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-04-22 00:16:19 +03:00
Daniel Golle 1b570f7aad
uvol: improve autopart and lvm scripts, fix F2FS volumes
Use sfdisk to get GPT partition by name as partition names are not
known by the kernel if added via partx.
Make sure physical volume names are unique, if possible correlate
with the disks serial number and/or card's cid.
mkf2fs apparently returns 134 even in case format succeeded, so don't
fail in that case (this fixes rw volumes large enough for F2FS to be
selected by the lvm scripts of uvol).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-21 17:32:14 +01:00
Gerard Ryan 0b73b9ca3c dockerd: Updated to 20.10.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-21 19:19:43 +03:00
Gerard Ryan 76ae7ce030 docker: Updated to 20.10.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-21 19:19:43 +03:00
Gerard Ryan fd141e5e9a libnetwork: Updated to 2021-01-26 for docker 20.10.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-21 19:19:43 +03:00
Gerard Ryan d97578ccf2 containerd: Updated to 1.4.4 for docker 20.10.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-21 19:19:43 +03:00
Rosen Penev c597f12bb6
Merge pull request #15483 from oskarirauta/feature_mtools
mtools: add new package
2021-04-20 17:31:14 -07:00
Rosen Penev 6cf634c52a
Merge pull request #15480 from oskarirauta/podman-311
podman: update to 3.1.1
2021-04-20 17:28:50 -07:00
Oskari Rauta 5bb8844fe3 podman: update to 3.1.1
- Add support for AppArmor
 - Gracefully stop containers and pods on shutdown

I found out that If you change location of containers to persistent storage instead of tmpfs, starting them will fail unless they have been stopped. If this is the case that reboot has occurred before pods and containers have been stopped, they cannot be started, they have to be removed and re-created. Change in initscript tries to avoid that. Even if containers are running at tmpfs, this won't hurt. Still, if something happens and system hangs/reboots/etc, script won't save you from that. It's just a attempt to make things better.
I also enabled AppArmor support for future possibilities.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-04-21 04:38:35 +03:00
Oskari Rauta 8ec61eb7a8 mtools: add new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-04-21 03:19:14 +03:00
Oskari Rauta dcbef6fde0 cni-plugins-nft: add new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-04-20 23:35:16 +02:00
Josef Schlehofer b477c0a704
Merge pull request #15445 from turris-cz/psmisc-killall-alternatives
psmisc: move killall to /usr/libexec and add ALTERNATIVES
2021-04-18 19:50:38 +02:00
Hannu Nyman 6631cfaa61 irqbalance: upgrade to version 1.8.0
Upgrade irqbalance to version 1.8.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-04-18 18:26:43 +03:00
Josef Schlehofer d8969e0fd1
psmisc: move killall to /usr/libexec and add ALTERNATIVES
Currently, this package can not be installed while using standard path
of busybox, because binary killall wants to be installed on the same
location as busybox.

Collision:
• /usr/bin/killall: busybox (new-file), psmisc (existing-file)

Many of these binaries, which provides alternatives were moved to
folder /usr/libexec like wget, sed, findutils, less.
So I moved killall to /usr/libexec and others leave in touch and added
ALTERNATIVES for it, because preinstall script is no longer necessary.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-18 14:31:11 +02:00
Daniel Golle fc01307d7a
uvol: emmit ubus events and bring up volumes on boot
Emmit ubus events when volumes come up/down.
Make sure volume state is always well defined by introducing
additional state 'write-prepare' (wp) during mkfs.
Add init scripts to bring up volumes at boot.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-18 00:41:35 +01:00
Tianling Shen c4d27271ad
yq: Update to 4.7.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-04-18 03:20:31 +08:00
Rosen Penev b228ee2aea
Merge pull request #15435 from cotequeiroz/atheepmgr
atheepmgr: avoid libpciaccess dependency
2021-04-16 18:17:05 -07:00
Eneas U de Queiroz 5283711754
atheepmgr: avoid libpciaccess dependency
HAVE_LIBPCIACCESS that is currently passed through MAKE_VARS to disable
building with libpciaccess can't be set through the environment.
Instead, use CONFIG_CON_PCI, which can be passed through the environment
and will disable libpciaccess.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-04-15 17:26:37 -03:00
Rosen Penev 346784ef8e stm32flash: update to 0.6
Switch to AUTORELEASE for simplicity.

Use autotools build.

Remove upstream patch.

Minor cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-14 19:06:10 -07:00
Daniel Golle 3d4d75c519
uvol: make volume creation atomic
Make sure filesystem is ready when volume becomes available.
Use 'write-once' as initial state for read-only volumes, only allow
writing to volumes in that state and transision to 'read-only' once
write has completed.
Also fix a typo which prevented 'list' command from working with LVM.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-15 02:55:10 +01:00
Javier Marcet 583dbec703 docker-compose: Update to version 1.29.1
Bugs:

- Fix for invalid handler warning on Windows builds

- Fix config hash to trigger container recreation on IPC mode updates

- Fix conversion map for placement.max_replicas_per_node

- Remove extra scan suggestion on build

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-04-14 16:40:53 -07:00
Tomas Lara 6bd8d29b70 collectd: enable cpufreq for rockchip target
Enable collectd-mod-cpufreq  for rockchip

Signed-off-by: Tomas Lara <tl849670@gmail.com>
2021-04-13 09:18:24 +03:00
Javier Marcet 138f1ccb4c docker-compose: Update to version 1.29.0
Features:

- Add profile filter to docker-compose config

- Add a depends_on condition to wait for successful service completion

Miscellaneous:

- Add image scan message on build

- Update warning message for --no-ansi to mention --ansi never as alternative

- Bump docker-py to 5.0.0

- Bump PyYAML to 5.4.1

- Bump python-dotenv to 0.17.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-04-11 20:30:20 -07:00
Eneas U de Queiroz 048e1d2d63
crun: Don't build on arc
The package needs libseccomp, which does not currently support arc.
In order to avoid a circular dependency, we must avoid arc here as well.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-04-11 21:21:14 -03:00
Daniel Golle a4b034cf68
uvol: some improvements
* use lvm --reportformat json
 * add 'list' and 'align' commands
 * add help output

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-11 01:42:58 +01:00
Daniel Golle 1e1e7af6a9
modbus-utils: remove accidentally added package
modbus-utils was not intended to be added at this stage. Remove it.

Fixes: 312594f86 ("uvol: add new package")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-10 13:33:17 +01:00
Daniel Golle 0d505441be
ap_config: remove accidentally added package
Fixes: 312594f86 ("uvol: add new package")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-10 12:53:26 +01:00
Daniel Golle 312594f869
uvol: add new package
uvol is a wrapper-script which allows automated handling of storage
volumes. uvol currently comes with backend support for LVM2 and UBI,
covering practically all options for storage large enough to be
managed (NAND, SPI-NAND, eMMC, SATA, NVME, virtio-blk, ...).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-10 12:02:23 +01:00
Daniel Golle 43597b918a
lvm2: don't use `-normal` suffix for non-SELinux variants
This was probably a work-around for an issue with dependencies which
was fixed by
988ed00802

Remove it as all other packages with `-selinux` variants do provide
a non-SELinux-variant without any suffix and that works now, see
procd vs. procd-selinux
busybox vs. busybox-selinux

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-10 12:01:59 +01:00
Daniel Golle d2f8d9c90f
autopart: use '-' to separate drive serial in volume name
Instead of just appending the driver serial including the '0x' prefix,
use '-' prefix instead to make it more readable.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-09 17:33:21 +01:00
Hannu Nyman 90e45ce5be
Merge pull request #15235 from TDT-AG/pr/20210323-collectd-mod-ubi
collectd: add bad blocks percent calculation for ubi plugin
2021-04-07 10:16:28 +03:00
Rosen Penev 0fb5d3ed2c dbus: update to 1.13.18
Switch to building with CMake for faster compilation.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-03 19:17:13 -07:00
Rosen Penev fc5b047c4d
Merge pull request #15329 from G-M0N3Y-2503/cache-domains-fix
cache-domains: Fixed host files directory
2021-04-03 19:07:43 -07:00
Philip Prindeville fd9012836a bash: fixing missing PARAMS() macro in strtod.c
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2021-04-03 18:57:09 -07:00
Gerard Ryan 8afdaf1195 cache-domains: Fixed host files directory
* Hid unnecessary output

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-02 17:15:58 +10:00
Tianling Shen eb2b7bece3 yq: Update to 4.6.3
- Re-assigned myself as the maintainer
- Used $(AUTORELEASE) for PKG_RELEASE

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-03-31 17:36:34 -10:00
Daniel Golle 87ac99146e
autopart: add package
The 'autopart' package is intended for devices with rather large
block device storage (ie. SATA or MMC).
It automatically allocates the free space on the block device used
for booting into an LVM2 physical volume.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-01 00:14:33 +01:00
Oskari Rauta abce423851 podman: Add selinux variant and several improvements
* add -selinux variant which depends on libselinux
* init script for background service
* updated configurations
* maintainer change as requested

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-03-31 00:55:45 +01:00
Rosen Penev c4c8ca402b
Merge pull request #15311 from commodo/stress-ng
stress-ng: bump to version 0.12.06
2021-03-30 03:30:46 -07:00
Daniel Golle 518fe771e6 oci-runtime-tools: provide rootfs-arm64 for oci-runtime-tests
Download static busybox to provide rootfs-amd64.tar.gz for test-suite.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-30 00:54:09 +01:00
Daniel Golle 954be76e6a podman: add 'crun' to containers.conf
Now that 'crun' has been packaged, add support for it in podman.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-30 00:21:29 +01:00
Oskari Rauta 01d1a4969e crun: add package crun
crun is the prefered container run-time of podman, it's faster than
runc and has a much lower memory footprint.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-03-30 00:21:29 +01:00
Daniel Golle 1b25b6e239 cni-plugins: depend on kmod-veth
cni-plugins makes use of veth, make sure kernel module is installed.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-30 00:21:29 +01:00
Oskari Rauta 463227f70c conmon: fix segfault, correct a typo and update description
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-03-29 15:16:13 +01:00
Alexandru Ardelean 940492c577 stress-ng: bump to version 0.12.06
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 11:51:51 +03:00
Paul Spooren d424d19b5a whois: update to 5.5.9
* Updated the .ga TLD server.
* Removed the .cd and cf TLD servers.
* Removed 72 new gTLDs which are no longer active.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-28 16:24:18 -10:00
Paul Spooren e05a58615f apk: update to 2.12.4
Ariadne Conill (1):
      database: do not chroot(".") unless actually necessary

Martin Vahlensieck (1):
      Use correct port when redirected

Timo Teräs (5):
      db: fix control character check to use uint8_t
      libfetch: send Proxy-Authorization also for https connect
      del: report correctly package's provides names

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-28 16:24:04 -10:00
Rosen Penev c84729b564
Merge pull request #15012 from neheb/ninja
treewide: build CMake projects with Ninja
2021-03-27 21:52:11 -07:00
Rosen Penev a31b732007 treewide: build CMake projects with Ninja
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-27 21:51:50 -07:00
Rosen Penev 0aa5d541ef fontconfig: compile with meson
Faster compilation.

Backport upstream patch fixing cross compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-27 20:31:14 -07:00
Daniel Golle 3c758231cb podman: update to version 3.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-27 02:46:13 +00:00
Daniel Golle 301abeecdc conmon: update to version 2.0.27
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-27 02:46:13 +00:00
Daniel Golle d3da072411 cni-plugins: update to version 0.9.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-27 02:46:13 +00:00
Rosen Penev 464223cdab fish: update to 3.2.1
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 13:14:42 -07:00
Javier Marcet 7369f3270c docker-compose: Update to version 1.28.6
Bugs:

- Make --env-file relative to the current working directory and error out for
invalid paths. Environment file paths set with --env-file are relative to the
current working directory while the default .env file is located in the project
directory which by default is the base directory of the Compose file.

- Fix missing service property storage_opt by updating the compose schema

- Fix build extra_hosts list format

- Remove extra error message on exec

- Fix OpenSSL version mismatch error when shelling out to the ssh client

- Add missing build flags to the native builder: platform, isolation and
extra_hosts

- Remove info message on native build

- Avoid fetching logs when service logging driver is set to 'none'

Miscellaneous:

- Add compose.yml and compose.yaml to default filename list

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-03-26 13:06:42 -07:00
Daniel Golle 30639b69ea
oci-runtime-tools: bump to git HEAD
Remove local patch which was merged upstream.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-26 19:41:21 +00:00
Rosen Penev 37bffba074 tessdata: update to 2.1.0
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-25 16:49:00 -07:00
Rosen Penev c4981cd87e tesseract: update to 4.1.1
Switch to AUTORELEASE for simplicity.

Add libarchive dependency since it's now used.

Build with ninja for faster compilation.

Refresh SIMD CMake patch and add musl patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-25 16:49:00 -07:00
Daniel Golle c644917ca7
cryptsetup: update to version 2.3.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:31:00 +00:00
Daniel Golle c22638cb83
ccid: update to version 1.4.34
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:55 +00:00
Daniel Golle c84ab8890c
opensc: update to version 0.21.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:50 +00:00
Daniel Golle fee9ad1c68
pcsc-lite: update to version 1.9.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:45 +00:00
Daniel Golle 54b8e21fe7
exfatprogs: update to version 1.1.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:40 +00:00
Rosen Penev 1e3c22d81d
Merge pull request #15239 from neheb/ul
uledd: update to 2020-09-15
2021-03-25 02:28:19 -07:00
Rosen Penev 76016fbea7
Merge pull request #15216 from BKPepe/sshpass-update
sshpass: update to version 1.0.9
2021-03-25 00:20:21 -07:00
Rosen Penev 4c2e24f9b8 uledd: update to 2020-09-15
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster speed.

Several cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 16:04:52 -07:00
Paul Spooren 6bfe3f12c9 prometheus: update to 2.25.2
See changes at upstream release log:
https://github.com/prometheus/prometheus/releases

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-23 18:22:50 -10:00
Florian Eckert 1e2ba94064 collectd: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-23 10:22:12 +01:00
Florian Eckert b4e24c12a6 collectd: add percent calculation of bad block to ubi plugin
This patche adds the percent evaluation for the bad blocks.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-23 10:20:27 +01:00
Florian Eckert 4927b53333 collectd: prepare ubi plugin for percent calculation
This patche change prepares the ubi plugin to add the bad block evaluation in
percent.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-23 10:16:29 +01:00
Josef Schlehofer ad116f29ce
nnn: update to version 3.6
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-03-22 11:19:57 +01:00
Josef Schlehofer 5799d0b1ee
sshpass: update to version 1.09
Changelog [1]:
Version 1.09
	* Explicitly set the controlling TTY

Version 1.08
	* Report when IP key has changed
	* Scrub the environment variable for -e

Version 1.07
	* Pass signals that should terminate to ssh
	* Fix race around signal handling
	* Report IPC errors to stderr
	* Report if can't open -f password file

[1] https://sourceforge.net/p/sshpass/code/76/tree/trunk/ChangeLog

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-03-22 02:04:03 +01:00
Maxim Storchak b559ce3f4e acl: update to 2.3.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-03-21 10:32:27 -07:00
Maxim Storchak 796ae80e44 attr: update to 2.5.1
- swith to AUTORELEASE

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-03-21 10:32:01 -07:00
Rosen Penev c4feffb0a1 mandoc: fix compilation with GCC10
This is probably fixed in CVS. Unfortunately, I have no idea how to
import such a patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-21 10:30:20 -07:00
Rosen Penev 03515d00cd reptyr: add mips64el to the DEPENDS list
MIPS is completely unsupported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-21 09:48:34 +01:00
Rosen Penev 95935f2baf btrfs-progs: update to 5.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-20 13:16:35 -07:00
Daniel Golle 004abfec75
auc: bump to version 0.1.6
Fixes running on release branches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-18 01:39:44 +00:00
Florian Eckert aa4a02a68c
Merge pull request #15105 from TDT-AG/pr/20210312-collectd
collectd: enable smart plugin
2021-03-17 10:56:18 +01:00
Florian Eckert 6e41bf73ba collectd: upate PKG_RELEASE number
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-16 13:23:08 +01:00
Florian Eckert a4f74eb11c collectd: make compile time debug option configurable
Enables the compiler option that collectd is compiled with
debugging support. This is used at development stages to get
more messages from the collectd during development.

This option is default disabled.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-16 13:23:08 +01:00
Florian Eckert 416ba35d50 collectd: fix COLLECTD_PLUGINS_SELECTED end of line
This removes the trailing back slash. This is not needed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-16 13:23:08 +01:00
Florian Eckert 543a2a970c collectd: fix smart disk detection
On my system the attribute DEVTYPE was not set. The plugin could not
read any data and the function call blocked forever on this function and did
not returned. By removing it, all block devices under `/sys/class/block`
were checked.

Block devices that do not support SMART were not evaluated. The
collected displays the following message.

smart plugin: checking SMART status of /dev/loop4.
smart plugin: unable to open /dev/loop4.

If you do not like this message, you could only enable device in the uci that
does support SMART.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-16 13:23:08 +01:00
Florian Eckert 092902a87e collectd: enable collectd-mod-smart
Switching on compilation for collectd smart plugin.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-16 13:23:08 +01:00
Maxim Storchak 1964fbdf45 haserl: update to 0.9.36
- refresh patches
- switch to AUTORELEASE
- remove myself as maintainer

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-03-16 11:09:50 +02:00
Rosen Penev f8de4f065b
Merge pull request #15131 from neheb/unrar
unrar: update to 6.0.4
2021-03-15 00:56:27 -07:00
Daniel Golle fb26b424e8
auc: several improvements
* include version_code in request
 * include versions of selected packages in request
 * add SHA256 verification via busybox sha256sum
 * sort attributes in policies alphabetically
 * move all API-specific string constants to precompiler macros
 * set correct MIME type for JSON post request (application/json)
 * output string error message if something goes wrong
 * auto-generate version string

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-15 00:54:23 +00:00
Rosen Penev 8f891a93e8 unrar: update to 6.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-14 17:10:10 -07:00
Gerard Ryan 567b1fe57e docker,dockerd: Updated to 20.10.5
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-03-13 18:30:49 +10:00
W. Michael Petullo 96cd78dd1f mandoc: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-03-12 17:20:06 -06:00
Paul Spooren 2ce9215213 syncthing: update to 1.14.0
https://github.com/syncthing/syncthing/releases/tag/v1.14.0

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-11 11:26:56 -10:00
Jan Pavlinec ebc4939dd2
zstd: update to version 1.4.9
Fixes CVE-2021-24032

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-10 13:11:47 +01:00
Rosen Penev 31d37ec6d5
Merge pull request #15069 from neheb/seli
selinux updates
2021-03-09 23:57:20 -08:00
Daniel Golle 985b0f8f63
auc: improve CLI
Make some cosmetics improvements.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-10 03:16:21 +00:00
Daniel Golle 85ba80592b
auc: update to new server API
This updates auc to use the new API of the sysupgrade image server.
Package version updates now need to be evaluated locally.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-10 02:21:03 +00:00
Dominick Grift a63bc367b7 selinux-python: update to version 3.2
be065c4b sepolicy: Do not try to load policy on import
8f0f0a28 selinux(8,5): Describe fcontext regular expressions
e12f71e8 python/sepolgen: allow any policy statement in if(n)def
b15dff0f python/semanage: Sort imports in alphabetical order
92e01969 python/semanage: empty stdout before exiting on BrokenPipeError
fadcc839 python/sepolicy: allow to override manpage date
2a60de8e sepolgen: sort extended rules like normal ones
9e239e55 sepolgen: print extended permissions in hexadecimal
ccd973f7 python/audit2allow: add #include <limits.h> to sepolgen-ifgen-attr-helper.c

Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
2021-03-09 16:53:39 -08:00
Dominick Grift 961c0129e2 semodule-utils: update to version 3.2
no changes

Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
2021-03-09 16:53:38 -08:00
Rosen Penev 39bce0e719 setools: update to 4.4.0
Remove no longer needed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-09 16:39:56 -08:00
Paul Fertser 9a07474e13 openocd: update to 0.11.0
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2021-03-08 21:42:24 +00:00
Rosen Penev 9d8c5873fe
Merge pull request #15048 from BKPepe/update-hwdata
hwdata: update to version 0.345
2021-03-08 12:27:37 -08:00
Rosen Penev 6582d6e751
Merge pull request #15049 from commodo/stress-ng
stress-ng: bump to version 0.12.04
2021-03-08 12:24:34 -08:00
Alexandru Ardelean 987c82cc73 stress-ng: bump to version 0.12.04
Refreshed patch.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-08 12:32:25 +02:00
Josef Schlehofer 5e30a07908
hwdata: update to version 0.345
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-03-08 10:41:53 +01:00
Curtis Jiang 6ba2a55b07 fish: update to 3.2.0
Signed-off-by: Curtis Jiang <jqqqqqqqqqq@gmail.com>
2021-03-07 23:00:43 -05:00
Rosen Penev 29440d1575 dosfstools: update to 4.2
Remove upstreamed patch.

Added AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-06 14:05:09 -08:00
Rosen Penev a30518f99e reptyr: do not build on mips64
mips of any kind is not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-06 14:04:33 -08:00
Rosen Penev 45dcec32ce
Merge pull request #14873 from neheb/cxx
treewide: remove uClibc++ support
2021-03-06 14:00:32 -08:00
Rosen Penev 838c22b32a
Merge pull request #14973 from neheb/tang
tang: update to 8
2021-03-06 13:51:52 -08:00
Rosen Penev 96d292ff5b
Merge pull request #14856 from neheb/mar
mariadb: update to 10.4.18
2021-03-06 13:51:15 -08:00
Rosen Penev 54663aafa9
Merge pull request #14820 from neheb/r
readsb: update to 3.9.0
2021-03-06 13:50:18 -08:00
Rosen Penev 6543580fa0
Merge pull request #15015 from neheb/aug
augeas: fix compilation with BUILD_NLS
2021-03-06 01:50:45 -08:00
Hannu Nyman 0f4138db0b nano: update to 5.6.1
Update nano editor to version 5.6.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-03-06 10:27:14 +02:00
Rosen Penev b9236dc173 tang: update to 8
Upstream switched to meson. Adjust accordingly.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 16:41:41 -08:00
Rosen Penev 39bc254663 treewide: remove uClibc++ support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:46 -08:00
Rosen Penev c8128df4e4 conmon: update to 2.0.26
Switched to building with meson as it works better in a parallel
context.

Small Makefile adjustments for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 14:32:33 +00:00
Rosen Penev 60682c0235 stoken: fix compilation with BUILD_NLS
Fixes linking issue as libxml2 uses iconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:44:46 -08:00
Rosen Penev 80a0261a5d augeas: fix compilation with BUILD_NLS
Needs nls.mk because of libxml2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:43:43 -08:00
Rosen Penev 7c4300d6de
Merge pull request #14966 from neheb/whois
whois: update to 5.5.8
2021-03-04 15:02:56 -08:00
Rosen Penev f61ed7fb3f
Merge pull request #14999 from jmv2009/patch-12
Bluez: Update to 5.56
2021-03-03 17:03:58 -08:00
Johnny Vogels 7299ba0517 Bluez: Update to 5.56
Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
2021-03-03 19:35:02 +01:00
Rosen Penev f9ec8d411c
Merge pull request #14943 from aTanW/master
joe: new package joe-extras
2021-03-02 20:12:50 -08:00
Johnny Vogels d653862bd7 Bluez: Update to 5.55
Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
2021-03-02 21:50:58 +01:00
Tianling Shen 32515ced93
yq: Update to 4.6.1
Fixed performance issue.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-03-02 20:07:12 +08:00
Florian Eckert cf8cb8541f
Merge pull request #14569 from nickberry17/wc
watchcat: update to support procd
2021-03-02 12:13:35 +01:00
Rosen Penev 8be55bb93f
Merge pull request #14975 from neheb/spi
spi-tools: update to 0.8.7
2021-03-01 19:34:49 -08:00
Rosen Penev 37d30f66c4
Merge pull request #14979 from G-M0N3Y-2503/dockerd-20.10.4
docker,dockerd,runc: Docker 20.10.4 Update
2021-03-01 14:33:59 -08:00
Paul Spooren dda59fedcc syncthing: update to 1.13.1
Also start using $(AUTORELEASE)

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-01 11:02:17 -10:00
Dirk Brenken 974d51b939
Merge pull request #14982 from dibdot/mc
mc: remove maintainer
2021-03-01 21:32:14 +01:00
Dirk Brenken 58a634aa6e
mc: remove maintainer
Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-03-01 17:16:30 +01:00
Gerard Ryan 69a15e2460 docker,dockerd: Updated to 20.10.4
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-03-01 19:39:36 +10:00
Gerard Ryan caa247664c runc: Updated to 1.0.0-rc93
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-03-01 19:38:44 +10:00
Rosen Penev bfc0b44b47
Merge pull request #14964 from neheb/yar
yara: update to 4.0.5
2021-03-01 00:21:28 -08:00
Rosen Penev 55ed772eba
Merge pull request #14970 from neheb/ta
taskwarrior: update to 2.5.3
2021-02-28 20:47:50 -08:00
Rosen Penev af5277e592
Merge pull request #14974 from neheb/sys
sysstat: update to 12.4.3
2021-02-28 20:47:33 -08:00
Rosen Penev b28214e78f spi-tools: update to 0.8.7
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 19:28:48 -08:00
Rosen Penev 081dcfadcc sysstat: update to 12.4.3
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 19:23:01 -08:00
Rosen Penev 9fed947615 tar: update to 1.34
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 18:34:08 -08:00
Rosen Penev fc1e62f131 taskwarrior: update to 2.5.3
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 18:14:15 -08:00
Rosen Penev a527806211 whois: update to 5.5.8
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 17:26:08 -08:00
Rosen Penev 3c2a474d69 yara: update to 4.0.5
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-28 17:08:45 -08:00
Vitaly Protsko 459aa353bb joe: Syntax error fix
Signed-off-by: Vitaly Protsko <villy@sft.ru>
2021-02-28 12:13:41 +03:00
Vitaly Protsko 8abd802b6a joe: added new package joe-extras
Signed-off-by: Vitaly Protsko <villy@sft.ru>
2021-02-28 11:56:17 +03:00
Gerard Ryan a54e8acfb5 dockerd: package release bump
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-28 16:48:46 +10:00
Gerard Ryan 7c6a132d76 dockerd: Added options to setup a dualstack default bridge
* Added IPv6 Support

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-28 16:29:10 +10:00
Rosen Penev e8d431e649
Merge pull request #14905 from neheb/vim
vim: fix compile with BUILD_NLS
2021-02-27 12:24:33 -08:00
Rosen Penev d5ddc98cb6 vim: fix compile with BUILD_NLS
Avoids having to use msgfmt, which happens to be broken with gettext-full.

msgfmt is used for the desktop gvim application, which is not used here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-27 01:40:26 -08:00
Rosen Penev c1ce778dec
Merge pull request #14916 from bernhard-voelker/master
utils/findutils: update to 4.8.0
2021-02-27 01:36:02 -08:00
Bernhard Voelker 3614a520d2 utils/findutils: update to 4.8.0
* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_RELEASE): Reset to 1.
(PKG_HASH): Update.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2021-02-27 08:02:57 +01:00
Gerard Ryan b5ef34f5dd docker,dockerd: Updated to 20.10.3
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-27 13:29:15 +10:00
Gerard Ryan 0187a8d55a docker,dockerd: Added git-short-commit to verify short commit
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-27 13:29:11 +10:00
Eneas U de Queiroz 470176905d
lxc: fix build without seccomp if libseccomp built
This fixes compiling lxc without seccomp support if libseccomp is
already installed to the staging dir.  Patches were applied upstream.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-25 22:51:08 -03:00
Florian Eckert 5e0ef1d535
Merge pull request #14807 from G-M0N3Y-2503/dockerd-use-host-dns
Dockerd: Added option to configrue docker to use host Dnsmasq for DNS
2021-02-25 15:03:09 +01:00
Rosen Penev 400d1ded76
Merge pull request #14752 from neheb/mc
mc: update to 4.8.26
2021-02-25 03:51:56 -08:00
Gerard Ryan 36c44d780f dockerd: Package release bump
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-25 21:34:10 +10:00
Gerard Ryan 0a969afabc dockerd: set docker zone chain defaults to ACCEPT
* Since the docker0 is a private network by default we can be
  more accepting like the LAN is by default

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-25 21:33:39 +10:00
Gerard Ryan 398af87bdd dockerd: Added option to set dns servers
* The default server is the default switch so that
  queries will go through the hosts dnsmasq by default

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-02-25 21:33:39 +10:00