Commit graph

4212 commits

Author SHA1 Message Date
Sergey V. Lobanov
99086dc44b open2300: fix build on macos
This patch sets UNAME=Linux due to OpenWrt is always Linux but
`uname -s` return Darwin on MacOS and fails target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-28 12:08:38 -08:00
Daniel Golle
19c135685f
auc: add '-n' parameter for dry-run
Add option to allow only requesting an image but not actually download
or sysupgrade anything.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-01-27 17:26:28 +00:00
Sergey V. Lobanov
373bb8e4e7 reptyr: fix build on macos
This patch sets UNAME_S=Linux due to OpenWrt is always Linux but
`uname -s` return Darwin on MacOS and fails target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-26 23:01:10 +01:00
Tiago Gaspar
fadc0db74a collectd: remove libip4tc dependency
Base collectd doesn't require libip4tc as stated in the collectd git:

* libiptc (optional)
For querying iptables counters
<http://netfilter.org/>

And libip4tc is already added as a dependency in the iptables plugin
because it needs it, so remove this dependency from the default collectd
to make it compatible with the new nftables firewall4 (by not selecting
any iptables components).

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2022-01-26 22:34:26 +02:00
Sergey V. Lobanov
5a2178a344 gpsd: fix build on macos
gpsd build fails on macos due to using sys.platform in build logic.

This patch allows to redefine target platform to fix the issue.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-25 16:27:13 -08:00
Alexandru Ardelean
41c2e77e6a
Merge pull request #17688 from svlobanov/stress-ng-fix-build-on-macos
stress-ng: fix build on macos
2022-01-25 12:17:33 +02:00
Oskari Rauta
05dcb333be crun: update to v1.4.1
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-01-24 15:45:16 -08:00
Oskari Rauta
e08862ba0b conmon: update to 2.0.32
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-01-24 15:45:01 -08:00
Tianling Shen
029b37aad0 yq: Update to 4.17.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-01-24 15:43:25 -08:00
Sergey V. Lobanov
53a51fb3d1 stress-ng: fix build on macos
This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection.
If Makefile detects Darwin, it removes -lbsd from build flags, but
this flag is required due to target is always Linux, not bsd-like.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-25 01:41:09 +03:00
Sergey V. Lobanov
50b4221ee5 tcsh: fix build on macos
tcsh requires host-tool (gethost) to generate tc.defs.c file.
To build this tool on macos, it is required to run ./configure
script wihout target vars/flags, but this package is not
splitted to host and target build.

This patch splits build to host and target builds to compile
host-tool(gethost) first, then compile tsch.

Due to lack of support of separate building host and target,
OpenWrt Makefile is modified to do it in the order below:
1. build host-tool (gethost)
2. build sh.err.h header for target
3. build tc.const.h header for target
4. copy gethost tool from host staging dir to target build dir
5. touch (make -t) gethost to protect it from recompiling
6. build tsch for target

It is required to do step 2 and 3 because 'make -t' generates
empty files but these files required to build tcsh

Patch 020-cross.patch has been removed due to not required
anymore (gethost build is separated and not affected by
target configure flags and vars)

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-18 18:10:48 -08:00
Josef Schlehofer
a2427edf76 cryptsetup: update to version 2.4.3
Fixes: CVE-2021-4122

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-01-18 18:43:56 +00:00
Florian Eckert
ea567e3c7c
Merge pull request #17497 from corna/dockerd_log_driver
dockerd: Add "log-driver" option
2022-01-18 10:46:38 +01:00
Sergey V. Lobanov
7aec247dff hwinfo: fix build on macos
hwinfo host-compile builds hwinfo entirely that is not really
required. It is required to build only some host tools to
generate ids and isdn related C-code

This patch changes host build to build only required host tools

Added patch to remove malloc.h using as deprecated, not required
and not supported on macos system (stdlib.h has required functions
on Linux and MacOS systems)

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-17 21:11:09 -08:00
Vladimir Ermakov
df6cf458c4 qemu: add seccomp feature
Patch add an option to enable seccomp support,
adds dependency on libseccomp.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2022-01-18 12:53:27 +08:00
Vladimir Ermakov
421fb2fea4 qemu: update to 6.2.0
Qemu version updated to 6.2.0, patch set refreshed for it.

Options --disable-jemalloc --disable-tcmalloc was replaced
by --enable-malloc=CHOICE, defaults to system.

Libudev search was moved from configure to meson.build, and now it's
not so easy to disable it. Even though --disable-mpath present.

Delete patches 0008-falloc and 0009-fs - they're already in 6.2.0.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2022-01-18 12:53:27 +08:00
Michael Heimpold
c71b09aa92 mmc-utils: update to latest git head
While at, update project's reference URL.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-01-16 15:30:18 +01:00
Michal Hrusecky
0ffec9bd4b
mariadb: Add sudo dependency
During update we use sudo to start an instance. It probably could be
workarounded, but given the MariaDB size, dependency on sudo shouldn't
be an issue.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2022-01-14 15:32:48 +01:00
Michal Hrusecky
b41525cef4
mariadb: Check and fix datadir owner issues during upgrade
If you are migrating to MariaDB package, you might have old datadir
stored somewhere using different setup with different users. If you
trust us enough to enable autoupgrade, you probably trust us enough to
chown your datadir as well. This can prevent some potential issues.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2022-01-14 15:32:48 +01:00
Michal Vasilek
aae551544b
apparmor: cleanup
* replace 020-fix-ss-path.patch with an upstream patch 020-remove-which-dep.patch
* remove 030-remove-pynotify2-dep.patch and do not install aa-notify
* simplify 060-openwrt-dnsmasq-profile.patch
* add two upstream patches for Python 3.10 compatibility
* add an upstream patch to move from deprecated distutils which broke
  the build with Python 3.10+

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-01-13 11:59:58 +01:00
Philip Prindeville
7b6a35e0ef
Merge pull request #17592 from svlobanov/lcdproc-fix-build-on-macos
lcdproc: fix build on macos
2022-01-12 10:53:16 -07:00
Sergey V. Lobanov
5fbfba19c2 lcdproc: fix build on macos
./configure script detects mtab file and fails build if mtab is not
found on build host. It is not required for OpenWrt build due to
mtab is always /etc/mtab on OpenWrt

MacOS doesn't have mtab file so disable it via ac_cv_mtab_file var

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-12 18:12:46 +03:00
Michal Vasilek
af37497c4f miniflux: update to 2.0.34
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-01-12 04:00:47 -08:00
Huangbin Zhan
15c6fa3ddd bash: update to 5.1.16
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2022-01-10 17:01:48 -08:00
Huangbin Zhan
2977360e46 bash: add /etc/profile.d/sys_bashrc.sh as conffile
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2022-01-10 17:01:48 -08:00
Josef Schlehofer
daaba8f3ff nnn: update to version 4.4
Refreshed patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-01-09 13:50:25 -08:00
Javier Marcet
042507f284 docker-compose: Update to version 2.2.3
What's Changed

 -  compose images should list images of created containers by @kiniou

 -  Ignore missing (swarm) overlay networks by @ndeloof

 -  Remove intermediate containers when build succeeded in classic
 build by @notok

 -  compose ps: fix typo "unknow" -> "unknown" by @webignition

 -  Add 2 modes test mechanism by @ulyssessouza

 -  Handle "stop" event by @ndeloof

 -  Only kill running containers by @ulyssessouza

 -  compose cp doesn't need a full project and can copy from stopped
 containers by @ndeloof

 -  Add dependabot by @ulyssessouza

 -  Do not try to guess when to allocate a TTY and keep it as default
 by @ulyssessouza

 -  Bump github.com/golang/mock from 1.5.0 to 1.6.0 by @dependabot

 -  Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot

 -  Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1 by
 @dependabot

 -  Bump github.com/buger/goterm from 1.0.0 to 1.0.3 by @dependabot

 -  Propagate GroupAdd from ServiceConfig to HostConfig by
 @lancechentw

 -  Bump github.com/containerd/console from 1.0.2 to 1.0.3 by
 @dependabot

 -  Bump github.com/AlecAivazis/survey/v2 from 2.2.3 to 2.3.2 by
 @dependabot

 -  Added volume bind option SELinux label :z :Z by @tymonx

 -  Downgrade goterm to 1.0.1 by @ulyssessouza

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-01-09 13:47:16 -08:00
Jonathan Pagel
b754c9d1ac telegraf: Update package to version 1.21.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-01-09 13:46:55 -08:00
Hannu Nyman
e065ccda94 haveged: update to 1.9.17
Update havged to version 1.9.17.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-01-09 19:00:24 +02:00
Sergey V. Lobanov
47c31b4746 bossa: fix build on macos
override OS=Linux Makefile variable to support building on macos

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-09 14:17:13 +01:00
Alexandru Ardelean
7f5484fc9d
Merge pull request #17531 from neheb/1
fuse: fix compilation with recent glibc
2022-01-09 10:21:34 +02:00
Rosen Penev
df8a0f324d bluez: fix compilation with glibc
sync() is implemented now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-01-08 20:39:15 -08:00
Rosen Penev
6710881cbd fuse: fix compilation with recent glibc
closefrom is implemented now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-01-08 20:38:19 -08:00
Sergey V. Lobanov
9913c0899a rtty: add compatibility for wolfssl >= 5.0
NTRU support has been removed in wolfssl 5.0 so it is required to
mask NTRU specific code if wolfssl >= 5.0

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-06 23:21:20 +01:00
Nicola Corna
800d69b4b4 dockerd: Add "log-driver" option
Signed-off-by: Nicola Corna <nicola@corna.info>
2022-01-04 17:16:45 +01:00
Philip Prindeville
471ef4e398 acpica-unix: Update to 20211217
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2022-01-01 10:13:56 -08:00
Hirokazu MORIKAWA
2b165b9b37 mg: bump to 7.0
This is mg as it appears in OpenBSD 7.0.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-12-29 01:19:15 +01:00
Jonathan Davies
80fe862fc3 prometheus-node-exporter-lua: Added entropy.lua.
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
2021-12-25 00:20:50 +01:00
Tianling Shen
c47425fe29
yq: Update to 4.16.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-24 23:17:14 +08:00
Alexandru Ardelean
b574955ca5
Merge pull request #17391 from clayface/logrotate
logrotate: add logrotate.d to conffiles definition
2021-12-20 11:33:07 +02:00
Rosen Penev
cdb4ffede3 whois: update to 5.5.10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:27:30 +02:00
Daniel Golle
f8f5960e76
uvol: update to 0.6
* auto-created meta volume
Automatically create volume '.meta' sized 0.01% of the total space
managed by uvol, the minimum size being 4 MiB.
This volume should be used to keep metadata about stored volumes, such
as container runtime configuration (in /var/run/uvol/.meta/uxc) or
the database of installed container packages.

 * configurable LVM volume group
Allow setting volume group to be used by uvol using UCI.
This is useful on devices which do not boot off the device which
should be used for uvol and hence cannot make use of autopart and
physical volume detection based on kernel cmdline.
Use option vg_name in uvol section of fstab UCI config package.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-12-20 01:42:58 +00:00
Josef Schlehofer
613ef6a773
Merge pull request #17330 from flyn-org/selinux
Update SElinux utilities
2021-12-19 21:17:55 +01:00
Matthew Hagan
437bbb35a2 logrotate: add logrotate.d to conffiles definition
Currently the contents of logrotate.d is not kept across sysupgrades.
Add this directory to the conffiles definition to ensure its content is
maintained.

Bump the release as well.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-12-19 09:27:26 +00:00
Jonathan Pagel
364fb67103 telegraf: update package to version 1.21.1
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-12-19 10:17:59 +01:00
Michael Heimpold
8791bbd484
Merge pull request #17335 from mhei/migrate-bandwidthd-to-php8
bandwidthd: migrate dependencies to php8 (fixes #17296)
2021-12-19 07:37:49 +01:00
Alif M. Ahmad
9d1bbd7949 gptfdisk: remove myself from maintainer
Returning package maintainership to OpenWrt developers.
Feel free to adopt this package.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2021-12-17 23:02:27 -08:00
Daniel Golle
73d36738f8
Merge pull request #17377 from neheb/21
exfatprogs: update to 1.1.3
2021-12-17 11:23:02 +00:00
Rosen Penev
3ee221d016 bluez: update to 5.62
Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 02:55:28 -08:00
Rosen Penev
a004e872ea canutils: update to 2021.08.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 01:03:29 -08:00
Rosen Penev
e89dc610f0 tang: update to 11
Remove upstreamed patch.

Install tang-show-keys.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 00:58:19 -08:00
Rosen Penev
4597830663 less: update to 598
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 20:25:54 -08:00
Rosen Penev
5456d44073 unrar: update to 6.1.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 17:19:41 -08:00
Rosen Penev
1653703835 yara: update to 4.1.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 17:19:25 -08:00
Rosen Penev
3caf9ce16b exfatprogs: update to 1.1.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 15:52:52 -08:00
Oskari Rauta
5ff3b25509 podman: update to v3.4.4
list of changes: https://github.com/containers/podman/releases

Added patch for compiling with musl. Patch can be removed on next
release as it is already merged to podman git but not on this release.
Patch moves definition in source so definition is available before it
is being used.

Patch source: https://github.com/containers/podman/pull/12564

Patch re-created with quilt.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-12-16 10:15:51 +01:00
Oskari Rauta
4569f21812 conmon: update to v2.0.31
- conmon: free userdata files before exec cleanup
 - logging: new mode -l passthrough

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-12-16 10:15:03 +01:00
Jonathan Pagel
95966e493d telegraf: Update package to version 1.21.0
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-12-16 10:14:32 +01:00
Tianling Shen
11265308c7 qemu: add libslirp dependency
It has been integrated in QEMU to provide user mode networking.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-16 13:27:47 +08:00
Hannu Nyman
0571f5400d nano: update to version 6.0
Update nano editor to version 6.0

Version 6.0 enable toggling the display of the line numbers with
the shortcut key M-N (Alt-n). Also the cmdline option "-l" works.
Remove earlier patch regarding that.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-12-15 19:55:36 +02:00
W. Michael Petullo
c68c5f8cc0 mandoc: update to 1.14.6
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-14 19:02:57 +01:00
Florian Eckert
6b81a51fc5
Merge pull request #17300 from TDT-AG/pr/20211210-dbus
dbus: add debug option and move service to procd and update/fix compile CMAKE_OPTIONS
2021-12-14 16:27:13 +01:00
W. Michael Petullo
ea8b5521fb semodule-utils: update to 3.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-12-14 08:56:06 -06:00
Michael Heimpold
2a9d47c658 bandwidthd: migrate dependencies to php8 (fixes #17296)
This package was forgotten when all other packages were upgraded to PHP8.
So let's upgrade the dependencies here as well.

Thanks to @feckert, for pointing this out.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-13 20:15:31 +01:00
Florian Eckert
4c1f20f4c9 dbus: remove dbus-update-activation-environment and add dbus-test-tool
The tool dbus-update-activiation-environment does not make sense there,
we only use --system service. So this is not needed.

But for debugging we need the tool dbus-test-tool.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-13 11:15:20 +01:00
Florian Eckert
fe96ad4f66 dbus: refactoring init for using procd
The dbus service has not yet been started via the procd. This commit
changes this.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-13 09:54:26 +01:00
Michael Heimpold
0ecd50e0cb
Merge pull request #17309 from mhei/mmc-utils-update
mmc-utils: update to latest git head
2021-12-12 12:35:27 +01:00
Michael Heimpold
e4ab2e45c6
Merge pull request #17307 from mhei/open-plc-utils-update
open-plc-utils: update to latest upstream version
2021-12-12 12:35:18 +01:00
Josef Schlehofer
7fe90f633e
Merge pull request #17205 from cotequeiroz/python
apparmor,domoticz: use $(PYTHON3_VERSION) instead of hardcoding it in the Makefile
2021-12-12 11:39:59 +01:00
Nick Hainke
7e2e38cab6 bossa: fix fpic compilation
Fixes: #17287 ("bossa: recompile with -fPIC")

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-12-12 08:09:36 +01:00
Michael Heimpold
7970955024 mmc-utils: update to latest git head
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-11 17:17:41 +01:00
Michael Heimpold
135b65e0df open-plc-utils: update to latest upstream version
This improves the chipset reporting in some command line tools.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-11 09:58:53 +01:00
Florian Eckert
9fa04c296f dbus: add debug compile option
To simplify the debugging of dbus problems, the VERBOSE option for the
dbus can now be switched on via make menuconfig. This is switched off by
default. If this is switched on, the dbus package must be recompiled.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-10 15:08:51 +01:00
Florian Eckert
7fb856d9b8 dbus: add patch to fix cmake tmp session search
The tmp file location cannot be set explicitly. It is set incorrectly by
cmake. This patch only searches for this location if it is not specified
via the build system. Without this change, the cross compile value is
not correct set on target in the file /usr/share/dbus-1/session.conf.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-10 15:04:19 +01:00
Florian Eckert
0c912c82a8 dbus: use default pif file location form cmake
Wo do not have to specify that. Instead, take the default value from the
cmake.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-10 15:03:14 +01:00
Florian Eckert
6aa99f28e5 dbus: do not build XML DOCS
Setting the variable DBUS_ENABLE_XML_DOCS to OFF will not build this
documentation.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-10 15:01:11 +01:00
Florian Eckert
913f406fa0 dbus: fix cmake variable nameing for QTHELP
The cmake variable ENABLE_QT_HELP does no exist. Use instead the
variable DBUS_ENABLE_QTHELP_DOCS.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-10 14:59:32 +01:00
Josef Schlehofer
20a759a6dd hwdata: update to version 0.354
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-12-08 13:31:22 -08:00
Javier Marcet
e9d9e3ae1a docker-compose: Update to version 2.2.2
What's Changed:

 - Return an error when failing to list containers by @ulyssessouza

 - compose logs to notify printer about container lifecycle events by
 @ndeloof

 - Turn external volume usage into a warning instead of erroring by
 @ulyssessouza

 - Use filepath instead of path to check if the dockerfile path is
 abolute or not by @glours

 - Upgrade version of opencontainers/image-spec (security issue) by
 @glours

 - Merge and fix Convert function from docker/compose-switch by
 @ulyssessouza

 - Fix to use Key instead of Service for graph updates by @Mygao

 - Fix links resolution by @ulyssessouza

 - Don't check compose labels on external volumes by @ndeloof

 - Refactoring variable name by @ulyssessouza

 - Add multiargs build e2e tests by @ulyssessouza

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-12-08 15:56:38 +01:00
Florian Eckert
09ac45ad50
Merge pull request #17262 from TDT-AG/pr/20211203-minicom
minicom: remove PKG_FIXUP:autoreconf
2021-12-06 15:00:43 +01:00
Aleksander Jan Bajkowski
740189d6b3 coremark: add myself as maintainer
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2021-12-06 08:26:17 +01:00
Aleksander Jan Bajkowski
80840ac66d coremark: bump to 2021-11-17
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2021-12-06 08:26:17 +01:00
Tianling Shen
0f46facfdb yq: Update to 4.16.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-05 22:13:47 +01:00
Oskari Rauta
00603ca437 slirp4netns: update to version 1.1.12
Most recent changes:

 - Explicitly support DHCP
 - Update parson to v1.1.3

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-12-05 21:10:41 +01:00
Florian Eckert
b2408a0d4b minicom: remove PKG_FIXUP:autoreconf
The definition PKG_FIXUP=:autorenconf is no longer necessary. If this
option is not removed, I get the following compilation error warning.

configure.ac:125: warning: macro 'AM_GNU_GETTEXT' not found in library
configure.ac:126: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library

And the compilation stops with the following message.

./configure: line 6690: syntax error near unexpected token `external'
./configure: line 6690: `AM_GNU_GETTEXT(external)'

Removing the PKG_FIXUP solves this.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-03 09:01:58 +01:00
Oskari Rauta
91c7f6e6c0 slirp4netns: new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-12-01 16:43:20 -08:00
Oskari Rauta
aa150031b9 fatresize: add new package
fatresize is a small tool using libparted to resize
FAT type partitions.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-29 01:59:27 -08:00
Michal Hrusecky
2295c351ed mariadb: Create compatibility symlinks
For every mysql* binary create corresponding mariadb binary and vice
versa.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2021-11-29 01:47:45 -08:00
Michal Hrusecky
4653d83048 mariadb: Install all supporting sql files
Do not pick just few random SQL files to install, install all of them.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2021-11-29 01:47:45 -08:00
Michal Hrusecky
a2c1a57282 mariadb: Tweak default configuration
Remove from default configuration options that are compiled in like
default paths and character set. On the other hand add few examples of
tweak options that might be handy.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2021-11-29 01:47:45 -08:00
Michal Hrusecky
1be35284bb mariadb: Init script improvements
Update init script so other user/group can be used. Also make sure that
init script can actually create an empty database instead of forcing the
user to do it by hand. Other new feature is taking care of migration
of the database when upgrading the database.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2021-11-29 01:47:45 -08:00
Michal Hrusecky
d8ecded02d mariadb-common: Drop package and adjust configuration
The raison d'être of package mariadb-common was to provide common my.cnf
config file that was being used to include subdirectories and then to
push utf-8 as default everywhere. Let's make this file part of the
server package as there we actually set other options as well and drop
it from all clients. Instead let's set utf-8 as default in server,
client and client libraries. While at it also set socket to the more
common path and drop mysqld_safe script from the list of configuration
files and do other minor tweaks.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2021-11-29 01:47:45 -08:00
Oskari Rauta
537b6bd87b conmon: remove unnecessary dependency
this patch removes unnecessary dependency to golang/host
as pointed out by @jefferyto earlier at #17063 (comment)

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-29 01:45:15 -08:00
Javier Marcet
c453c42bf8 docker-compose: Update to version 2.2.0
What's Changed:

 - Better detect container will restart by @ndeloof in #8898

 - Type mismatch checking tmpfs conflicting options by @ndeloof in
  #8904

 - Remove unused flag by @ulyssessouza in #8923

 - Use Dockerfile directly when path is absolute otherwise join it
 with Context path by @glours in #8929

 - Interrupt printer when compose log is cancelled by @ndeloof in
 #8926

 - Restore compose build to support context set as a git URL by
 @ndeloof in #8933

 - Upgrade containerd version - security fix by @glours in #8936

 - Don't SetRawTerminal when run is ran with -T by @ndeloof in #8938

 - Fix typo in --wait option mechanism by @PierreAntoineGuillaume in
 #8888

 - Detect volume we didn't created and ask user to explicitely mark
 them as external by @ndeloof in #8941

 - Bump compose-go to v1.0.8 by @mat007 in #8956

 - Don't normalize compose model in compatibility mode by @ndeloof
 in #8943

 - Don't try to start services with 0 replicas by @akerouanton in
 #8834

 - Introduce docker compose config --images by @ndeloof in #8955

 - Introduce run —quiet-pull to align with up by @ndeloof in #8947

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-11-29 01:41:57 -08:00
Eneas U de Queiroz
c590d41d45
domoticz: remove python3.9 linking hack
Adding -lpython3.9 to TARGET_LDFLAGS is not needed now that domoticz has
proper support for it.

Fixes: edfb91f33 ("domoticz: update to 2021.1")
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-26 08:33:41 -03:00
Eneas U de Queiroz
9335b406bd
Merge pull request #17064 from cotequeiroz/mariadb
mariadb, liburing: fix liburing dependency failure (use liburing if kernel supports it)
2021-11-25 20:52:26 -03:00
Eneas U de Queiroz
17dd2f1774
apparmor: use $(PYTHON3_VERSION)
Instead of hardcoding the current python version, use PYTHON3_VERSION
from the python package.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-25 16:49:46 -03:00
Tianling Shen
63f95db55e yq: Update to 4.15.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-11-25 19:42:55 +01:00
Oskari Rauta
7034d3cbba crun: update to 1.3
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-24 21:29:04 +00:00
Oskari Rauta
b011f3faf8 podman: update to 3.4.2
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-24 19:39:44 +00:00
David Bauer
95a65fb76e clocate: update to latest HEAD
4a4c0c0 nl80211: fix IE loop
d83e572 nl80211: fix potential oob read

Signed-off-by: David Bauer <mail@david-bauer.net>
2021-11-22 16:41:22 -08:00
Gerard Ryan
8bc0b57459 docker: Update to 20.10.11
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-11-22 16:41:05 -08:00
Gerard Ryan
9526fa352e dockerd: Update to 20.10.11
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-11-22 16:41:05 -08:00
Gerard Ryan
53d0a071e7 containerd: Update to 1.4.12
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-11-22 16:41:05 -08:00
Jonathan Pagel
4f0f4474d8 telegraf: Update package to version 1.20.4
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-11-19 18:06:20 +01:00
Oskari Rauta
df847e1c03 parted: update Makefile
- updated Makefile fields license (GPL3) and COPYING as license file
 - fix config directive
 - split package to shared library and application (another package, fatresize has dependency to libparted)

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-18 14:14:07 -08:00
Daniel Golle
74969337cf
lvm2: update to version 2.03.14
Drop two local patches which were replaced by upstream commits.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:36 +00:00
Daniel Golle
be6099fb7e
gawk: update to version 5.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:31 +00:00
Tianling Shen
8eab3a2bf2 yq: Update to 4.14.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-11-15 00:29:51 +01:00
Ren Zongjia
29fadb0cde bcm27xx-eeprom: Update to the latest master branch(47976e440)
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
2021-11-12 11:01:02 -08:00
Javier Marcet
691d73271c docker-compose: Update to version 2.1.1
What's Changed:

 - Fix the maintainers array in MAINTAINERS by @rumpl in #8868

 - Introduce up --wait condition by @ndeloof in #8777

 - Don't exit on container destroy events by @sdt in #8859

 - Update golang to 1.17 by @rumpl in #8873

 - Support inherited environment vars on exec by @ulyssessouza in #8857

 - Restore support for multiple build-args by @ndeloof in #8889

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-11-11 01:37:02 +01:00
Hannu Nyman
9023845d50 nano: enable showing line numbers with M-N (Alt-n)
Backport new upstream patch to enable toggling the display of
the line numbers with the shortcut key M-N (Alt-n).

Also the cmdline option "-l" works.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-11-10 20:25:15 +02:00
Alexander Couzens
dccdfa62c1 bossa: add patch to fix flash failures on serial
bossa only waited 1ms for the serial device instead calling
tcdrain().
Without this patch bossa is failing to flash a ATSAM3S4 8/10 times.
Patch has been submitted as PR#150 upstream.
https://github.com/shumatech/BOSSA/pull/150

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2021-11-09 08:43:51 +01:00
Huangbin Zhan
33ea7a719f less: remove less-wide
The package `less` and `less-wide` has same content of the binary file. It's not necessary to keep both packages.
Add `PROVIDES` for legacy compat.

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2021-11-08 17:54:58 -08:00
Javier Marcet
dc5f272594 docker-compose: Update to version 2.1.0
Docker Compose V2 is a major version bump release of Docker Compose.
It has been completely rewritten from scratch in Golang (V1 was in
Python).

Features:

 - Added support for running the plugin as a standalone program. Like
 docker-compose v1 would behave compute sha256 checksums while releasing

Bugfixes:

 - Allow combination of --status and --services
 - Fix build cache_from option
 - Fix compose up on README.md
 - Make --status a multi-flag
 - No longer fail when inferred .env is a directory

Misc

 - Stop ticker after use on ttyWriter
 - Use uname -m for cross platform suffixes
 - Add note about installing it system-wide
 - Bump containerd 1.5.5

What's Changed

 - Fix support for devices by @ndeloof in #8732
 - Make command descriptions consistent by @mat007 in #8739
 - Restore missing version commands by @Shikachuu in #8738
 - Add step in README to install on linux by @Yopadd in #8755
 - log --follow must stop when container get killed by @ndeloof in
 #8726
 - Fix index out of range on compose.buildContainerMountOptions by
 @ulyssessouza in #8750
 - Pass runtime option to containerCreate by @ndeloof in #8783
 - Fix compose down --timeout/-t flag by @debdutdeb in #8788
 - Fix network_mode "service:x" by @ulyssessouza in #8792
 - Make service>build>dockerfile a simple filename by @ulyssessouza
 in #8779
 - Compose exec cannot process more than 32KB of data by @resios in
 #8815
 - Actually fix Compose exec cannot process more than 32KB of data by
 @resios in #8816
 - Fix project settings' options order by @ulyssessouza in #8819
 - Update link to Docker Community Slack by @mat007 in #8824
 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in #8848
 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in #8847
 - Add support for EnableIPv6 by @ndeloof in #8851
 - Avoid test flakyness by ordering volumes before checking by
 @ulyssessouza in #8858
 - Update README.md: typographical edit of "About update..." by
 @youssefeldakar in #8838
 - Add support for classic builder by @ulyssessouza in #8818
 - Fix typo: netwok -> network by @Mygao in #8789
 - Bump compose-go to v1.0.5 by @ulyssessouza in #8870

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-11-08 17:50:38 -08:00
Ren Zongjia
1df75704a1 dockerd: Update to 20.10.10
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
2021-11-08 17:47:31 -08:00
Ren Zongjia
89b6ea104e docker: Update to 20.10.10
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
2021-11-08 17:47:31 -08:00
Ren Zongjia
ce92c0a227 containerd: Update to 1.4.11
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
2021-11-08 17:47:31 -08:00
Ren Zongjia
692f4bf679 runc: Update to 1.0.2
Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
2021-11-08 17:47:31 -08:00
Hannu Nyman
ae7f62d637 nano: enable line numbers (from cmdline)
Enable showing line numbers, which makes it easier to find
the correct place in long files. Due to the "tiny" build,
the functionality is only available from cmdline with "-l"
option.
For example:  nano -l /etc/banner

Key shortcut M-n is disabled due to "tiny".
See https://savannah.gnu.org/bugs/?61441 for explanation.

Also
* remove without-slang config option, deprecated in Dec 2020
* adopt AUTORELEASE

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-11-08 21:32:54 +02:00
Oskari Rauta
ab08ad2ad9 conmon: update to 2.0.30
bug fixes:
 - Remove unreachable code path
 - exit: report if the exit command was killed
 - exit: fix race zombie reaper
 - conn_sock: allow watchdog messages through the notify socket proxy
 - seccomp: add support for seccomp notify

misc:
 - Add seccomp to build dependency

included patch removes unnecessary dependency of libdl and also allows a succesfull build
disabled for arc where libseccomp does not seem to be available

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-05 16:54:21 +01:00
Oskari Rauta
79a9549940 cni-plugins-nft: update to 1.0.11
Update compatibility with CNI v1.0.1

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-05 07:24:07 +01:00
Oskari Rauta
3e5761d6cd podman: update to 3.4.1
A lot of changes since 3.3.1.

Full (long) lists of release notes between
versions are available at
https://github.com/containers/podman/releases

containers.conf updated

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-05 07:23:33 +01:00
Oskari Rauta
3873a850a5 crun: update to version 1.2
release notes:

0.20.1
 - container: ignore error when resetting the SELinux label for the keyring.

0.21
 - when compiled with krun, automatically use it if the current executable file is called "krun"
 - cgroup: lookup pids controller as well when the memory controller is not available
 - status: add fields for owner and created timestamp
 - honor memory swappiness set to 0

1.0
 - Fix symlink target mangling for tmpcopyup targets.
 - Makefile.am: fix link error when using directly libcrun.
 - cgroup: add support for setting memory.use_hierarchy on cgroup v1.
 - linux: treat pidfd_open failures EINVAL as ESRCH.
 - cgroup: chown the current container cgroup to root in the container.

1.1
 - utils: retry openat2 on EAGAIN. If the openat2 syscall is interrupted, try again.
 - criu: fix save of external descriptors. Now restored containers attach correctly their standard streams.
 - criu: Add support for external PID namespace.
 - container: Set primary process to 1 via LISTEN_PID by default if user configuration is missing.
 - exec: refuse to exec in a paused container/cgroup.
 - cgroup: use cgroup.kill when available. It is faster to kill a container through its cgroup as there is no need to recurse over the cgroup pids and terminate each one of them.

1.2
 - criu: add support for external ipc, uts and time namespaces.
 - exec: fix regression in 1.1 where containers are being wrongly reported as paused.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-11-05 07:21:36 +01:00
Eneas U de Queiroz
a3cec3e410
mariadb: use liburing if kernel supports it
liburing is preferred over libaio.  So, if liburing has already been
built, mariadb will use it, instead of libaio, failing with a missed
dependency.  If it is not found, then libaio is used.

Since it depends on the kernel being built with io_uring support, and it
defaults to y unless SMALL_FLASH=y, then we should allow libaio as
fallback, checking the CONFIG_KERNEL_IO_URING symbol.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-04 15:12:58 -03:00
Eneas U de Queiroz
e448917ad2
mariadb: ensure columnstore engine is disabled
mariadb may detect boost libraries, if the latter has been built with
threads, date_time and chorno support, then it will enable the
columnstore engine, which fails to build.

Set PKG_RELEASE:=$(AUTORLEASE).

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-11-04 15:12:55 -03:00
Andre Heider
b19da2d419 prometheus-node-exporter-lua: add missing metrics to ltq-dsl
Two values were missing, add them to the appropriate metrics.

The dsl error vectors are new and useful stats to debug vector related
line deteriorations, see [0].

[0] https://forum.openwrt.org/t/vectoring-on-lantiq-vrx200-vr9-missing-callback-for-sending-error-samples/104046

Signed-off-by: Andre Heider <a.heider@gmail.com>
2021-11-02 02:49:21 -04:00
Rosen Penev
0b349d9ea3 qemu: disable libfuse
Fixes x86 build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-11-02 10:38:49 +08:00
Jonathan Pagel
078a71d3d0 telegraf: Move config file to /etc/telegraf.conf because
/etc/config is the default uci folder. Also marking it as
configuration file prevents overwriting it on updates.

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-11-01 12:04:36 +01:00
Jonathan Pagel
ca7492c6cf telegraf: Update package to version 1.20.3
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-11-01 12:04:36 +01:00
Michal Hrusecky
3d0f73ea67 afuse: Add new package
This commit add new package afuse into packages feed.

afuse is an automounting file system implemented in user-space using
FUSE. It implements the most basic functionality that can be expected by
an automounter; that is it manages a directory of virtual directories.
If one of these virtual directories is accessed and is not already
automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as
normal, otherwise it will fail with an error.

Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
2021-11-01 00:14:22 -07:00
Andy Li
17e416bf31 unrar: update to 6.0.7
Signed-off-by: Andy Li <andy@onthewings.net>
2021-10-30 01:06:13 -07:00
Tianling Shen
06bb78cf4d yq: Update to 4.14.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-30 01:05:34 -07:00
Michal Hrusecky
b86b4cd1b8 mariadb: Update to version 10.6.4
Update to the latest stable version of MariaDB. Dropped few no longer
needed patches.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2021-10-30 01:03:31 -07:00
Eneas U de Queiroz
d5226e1e6f ntfs-3g: update config's help syntax
Change ---help--- to plain 'help' in Package/ntfs-3g/config, as newer
versions of kconfig have removed the command's older name.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-10-28 16:08:24 -07:00
Huangbin Zhan
e6e770b268 treewide: fix broken conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2021-10-27 23:18:42 -07:00
Nick Hainke
efaa971914 gpsd: update to 3.23.1
3.23.1: 2021-09-21
  Improve ubx cycle detection.
  Add quirks for Jackson Labs nonstandard NMEA
  Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode.
  Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode.
  Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with fix mode.
  Split SOURCE_ACM from SOURCE_USB.  ACM has no speeds.
  Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher.  When libc supports them.
  Improve autobaud.
  Add new u-blox M10 messages.
  Fix u-blox M6, M7 initialization issues.
  Various ubxtool and gpxlogger updates.
  Add mtk3301_speed_switcher()
  No API changes, except for STATUS_* as above.
  No ABI changes.
  Fallback to "python3" if "python" not found.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-10-27 23:16:09 -07:00
Rosen Penev
164bd1fdf8 acsccid: fix compilation under macOS
uname is not safe for cross compilation.

Also fixed up download file name to avoid potential conflicts.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-27 23:14:31 -07:00
Alexandru Ardelean
811bd772b7 stress-ng: bump to version 0.13.05
And switch to Github URLs.
The old one isn't working anymore.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-10-27 20:55:22 +03:00
Vladimir Ulrich
3185feda49 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2021-10-26 11:15:41 -07:00
Rosen Penev
8a42b541d4 zstd: update to 1.5.0
Remove uClibc hack. uClibc is not in the tree anymore.

Update configure options. Change legacy_level to 7. This gets rid of
backwards compatibility with version 0.1 and bumps it to 0.7.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-24 17:52:20 -07:00
Rosen Penev
f19a93bf5e fuse-overlayfs: update to 1.7.1
Rearrange Makefile for consistency between packages.

Add m4 patch to fix compilation under some systems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-24 17:48:45 -07:00
Nick Hainke
5dd6c8ad46 bossa: add bossa
Based on the work of Hirokazu MORIKAWA (nxhack):
https://github.com/nxhack/openwrt-arduino-packages/tree/master/bossa

BOSSA is a flash programming utility for Atmel's SAM family of
flash-based ARM microcontrollers. The motivation behind BOSSA is to
create a simple, easy-to-use, open source utility to replace Atmel's
SAM-BA software.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-10-23 20:52:30 -10:00
Bjørn Mork
4160ba8725 dosfstools: fix AM_ICONV triggered build error
Fix this build error:

 gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \
  -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \
  -I/usr/local/src/openwrt/staging_dir/host/include \
  -L/usr/local/src/openwrt/staging_dir/host/lib \
  -o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \
  charconv.o @LIBICONV@
 gcc: error: LIBICONV@: No such file or directory
 make[4]: *** [Makefile:449: fsck.fat] Error 1

Suggested-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2021-10-23 11:48:41 -07:00
Florian Eckert
03129673bc
Merge pull request #12175 from jekkos/collectd-ltq-dsl
collectd: Add collector for lantiq dsl metrics
2021-10-23 08:10:02 +02:00
Jeroen Peelaerts
533c072ee0 collectd: Add lua and exec collectors for lantiq dsl metrics
Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>
2021-10-22 22:10:17 +02:00
Tianling Shen
336577fe29 yq: Update to 4.13.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-22 10:13:18 -07:00
Rosen Penev
332644f47a apparmor: update to 3.0.3
Fix compilation under Fedora. There's some weird systemd target. Just
remove it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-21 16:07:16 -07:00
Michal Vasilek
9697b69609 miniflux: new package
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-10-21 07:53:58 -07:00
Jonathan Pagel
c65e320961 telegraf: Upgrade package telegraf to version 1.20.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-10-20 20:59:10 +02:00
Jonathan Pagel
2b93edf3a2 telegraf: Add package for telegraf
Telegraf is a plugin-driven agent for collecting and sending metrics
and events. It supports various inputs (including prometheus
endpoints) and is able to send data into InfluxDB.
https://www.influxdata.com/time-series-platform/telegraf/

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-10-20 18:58:03 +02:00
Bruno Randolf
6e83bf2ef5 dfu-util: Upgrade to version 0.11
Tested on RAMIPS with STM32 L1 and STM32 L4

Signed-off-by: Bruno Randolf <br1@einfach.org>
2021-10-18 21:58:13 -07:00
Jan Pavlinec
db358e8a89 checksec: update to version 2.5.0
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2021-10-18 21:57:36 -07:00
Vladimir Ulrich
453be8f179 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2021-10-17 23:52:30 -07:00
Nuno Goncalves
c62586b417 gl-puli-mcu: add GL.iNet GL-XE300 (Puli) power monitoring daemon
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2021-10-15 11:12:20 +02:00
Phil Eichinger
1fa10757b9 at: bump to version 3.2.2
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2021-10-14 16:23:26 -07:00
Tianling Shen
2f51a0188c yq: Update to 4.13.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-13 19:53:02 +03:00
Hannu Nyman
e341af53db rrdtool: Keep time as 'long' despite 64bit time_t in musl
Adjust to the 64 bit time_t in musl 1.2.2 by keeping time
internally in RRD still as 'long', so that old databases
created during musl 1.1.x still work in 32 bit targets.

That also helps with several interal functions that use 'long'
for calculations and printf formatting.

* Define internal type TIME_INT as 'long', and use that
  internally in calculations
* Use time_t vs. TIME_INT casting when necessary
* Provide time_t variable pointers for functions expecting
  a time_t pointer.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-10 20:58:47 +03:00
Daniel Golle
b42ea814a0
cni-plugins: update to version 1.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-10-09 17:03:30 +01:00
Daniel Golle
043bc28dd1
cni: update to version 1.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-10-09 17:03:25 +01:00
Daniel Golle
97dd009f58
cryptsetup: update to version 2.4.1
Package new experimental SSH token authenticator plugin as new package
'cryptsetup-ssh'.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-10-09 17:03:15 +01:00
Daniel Golle
f8e79854f9
ccid: update to version 1.4.36
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-10-09 17:03:10 +01:00
Daniel Golle
7e2a56e77d
pcsc-lite: update to version 1.9.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-10-09 17:03:04 +01:00
Paul Spooren
6527d65b9b auc: remove superfluous variables
Remove parsing of data which is not used within `auc`. Later iterations
may use these but they can be gradually added whenever needed.

Also remove HTTP code handling of error codes no longer used by the
backend. Early iterations of the server where infinitely complex to
figure out created images and announce them to clients but ever since
everything is stored in JSON, things got better (aka simpler).

If a package is missing on the upstream server, color it in red.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08 22:52:02 +01:00
Florian Eckert
a075c2bc43 acpica-unix: add additional acpi programms
This change adds the missing acpi programms for on target acpi development.

* acpibin
* acpiexamples
* acpiexec
* acpihelp
* acpisrc
* acpixtract
* iasl

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-10-08 09:46:07 -07:00
René van Dorst
077fed709a tang: Fix installation error, missing fi statement
root@OpenWrt:/# opkg install tang
Package tang (10-3) installed in root is up to date.
Configuring tang.
//usr/lib/opkg/info/tang.postinst: /usr/lib/opkg/info/tang.postinst-pkg: line 9: syntax error: unexpected end of file (expecting "fi")
Collected errors:
 * pkg_run_script: package "tang" postinst script returned status 2.
 * opkg_configure: tang.postinst returned 2.

Fix commit d49c79b76b tang: remove outdated
 key handling.

if statement is not closed.

Signed-off-by: René van Dorst <opensource@vdorst.com>
2021-10-08 09:45:12 -07:00
Rosen Penev
7a7d1a5d2c ccid: fix compilation under macOS
Remove a bad uname check.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-08 09:43:07 -07:00
Rosen Penev
11fe454c8a openzwave: fix compilation with macOS
The Makefiles test for host uname. Override it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-08 09:42:41 -07:00
Michal Vasilek
5fa4177583 docker: update to 20.10.9
* switch to AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-10-06 22:43:23 -07:00
Michal Vasilek
70c34ac4f7 dockerd: update to 20.10.9
* switch to AUTORELEASE
* fixes CVE-2021-41089

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-10-06 22:43:23 -07:00
Hannu Nyman
38143e6f8b nano: update to 5.9
Update nano editor to version 5.9.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-06 21:47:27 +03:00
Kevin Darbyshire-Bryant
9db12bbaff collectd: sqm_collect: optimise parent search
There can be only 1 parent process ID, so as soon as we find it, print
it and exit - there's no point searching any of the following lines

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2021-10-06 12:13:11 +01:00
Rosen Penev
6c73457c09 vim: fix compilation with macOS
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-05 17:33:28 -07:00
Vladimir Ulrich
00f1c78a64 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2021-10-04 09:30:01 +03:00
Gerard Ryan
baf556f0de cache-domains: Fixed remote script usage change
* Removed all unnecessary files after configuration
* Reduced code duplication
* Changed to symlinking config instead of copying

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-10-03 16:43:26 -07:00
Michael Heimpold
1e6b05fd39
Merge pull request #16786 from mhei/mmc-utils-update
mmc-utils: update to latest upstream revision
2021-10-03 23:49:07 +02:00
Hannu Nyman
006c6c70b5 haveged: update to 1.9.15
Update haveged to version 1.9.15.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-03 21:05:06 +03:00
Kevin Darbyshire-Bryant
8322059f01 collectd: sqm_collect: handle being orphaned
If the master collectd instance gets shut down in an uncontrolled
manner (crashes!) then sqm_collect scripts will be left orphaned and
will run forever.

Modify script to check if it still has a parent and if not, exit.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2021-10-02 20:37:08 +01:00
Tianling Shen
86e26a0c3b yq: Update to 4.13.3
Fixes: CVE-2021-33196

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-02 18:14:47 +02:00
Michael Heimpold
7b61ab9fce mmc-utils: update to latest upstream revision
While at, switch to offical repo URL, adjust license tag to newer style
and remove obsolete/already mainlined patches.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-10-02 13:41:11 +02:00
Alexandru Ardelean
71fc63342f stress-ng: bump to 0.13.03
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-30 14:28:26 -07:00
Hannu Nyman
7778661b08 fontconfig: avoid compilation problem (on Ubuntu)
Partially revert an upstream commit to avoid build breakage
on Ubuntu.

Refrerence to discussion starting at
https://github.com/openwrt/packages/pull/16726#issuecomment-927309052

Upstream commit:
  ae9ac2a1bf
  meson: fix cross-compilation issues with gperf header file preprocessing

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-09-27 22:20:12 -07:00
Jianhui Zhao
12c5ed9a4c rtty: update to 8.0.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-09-27 11:00:27 -07:00
Max S Kash
31dbc888cc ttyd: fix ssl ca option init
Signed-off-by: Max S Kash <asukms@ya.ru>
2021-09-26 19:51:10 -07:00
Rosen Penev
fe8060a90c fontconfig: update to 2.13.94
Remove upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 16:28:57 -07:00
John Audia
7984d2d74a lxc-auto: step by 1 sec up to $max_timeout
If the user defines a $max_timeout of 30, the service will wait 30 seconds
before it considers lxc-stop complete even though lxc-stop might actually
finish much sooner.  This introduces an unneeded delay.

This commit changes the behavior to check once per second to see when lxc-stop
actually stops doing so up to $max_timeout.  It also slightly simplifies the
code with logic to append the -t $max_timeout to the script.

Signed-off-by: John Audia <graysky@archlinux.us>
2021-09-25 12:37:06 -07:00
Vladimir Ulrich
7259eea63f zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2021-09-25 12:36:20 -07:00
Rosen Penev
3d7fbe9c4f gzip: update to 1.11
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 01:38:06 -07:00
Rosen Penev
a976658b8c fuse3: update to 3.10.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-25 01:19:12 -07:00
Martin Weinelt
093f3443ce prometheus-node-exporter-lua: fix broken control flow
Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2021-09-24 18:10:25 -04:00
Paul Spooren
81b00bd6ab attendedsysupgrade-common: use sysupgrade.openwrt.org
A new server was added which runs within the OpenWrt cloud, it's much
faster and should be used instead. For development the server at
https://asu.aparcar.org stays available.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-09-24 12:00:26 -10:00
Paul Spooren
69b5c28929 auc: use /json/v1/
Currently `auc` uses the outdated /json/ path, this commit uses
/json/v1/ to be more future proof.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-09-24 10:17:07 -10:00
Rosen Penev
315439568e
Merge pull request #16688 from paper42/apparmor-fix-include
apparmor: fix include path
2021-09-22 20:47:10 -07:00
Michal Vasilek
42bf46039c
nnn: update to 4.2
* switch to AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-09-22 16:05:45 +02:00
Michal Vasilek
a7537834ef
apparmor: fix include path
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-09-22 13:50:41 +02:00
Tianling Shen
f97d8182b8
yq: Update to 4.13.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-21 02:36:46 +08:00
Rosen Penev
e028f69064
Merge pull request #16360 from stintel/acpica
acpica: bump to 20210730
2021-09-18 19:46:55 -07:00
John Audia
049cf1e1b0 lxc: remove legacy cgroups from common.conf
I am unaware of any kernel currently provided that retains cgroup v1 support.
This patch removes these lines in /usr/share/lxc/config/common.conf to allow
for error free usage.

Providing common.conf as-is will result in failure to start. One solution is to
comment out the legacy lines.[1] This requires users to either provide a custom
version of this file on their builds or to manually edit it with each update.

Since many do not build their own, the first option is not available to them.
Manually editing the file with each update will cause a failure to start
containers set to auto-start upon rebooting into the update.

1. https://forum.openwrt.org/t/openwrt-arm64-quick-lxc-howto-guide-lms-in-debian-system-in-lxc-container/99835

Signed-off-by: John Audia <graysky@archlinux.us>
2021-09-18 15:04:46 -07:00
Rosen Penev
7049dd0ec5
Merge pull request #16364 from stintel/mtools
mtools: fix host lib leakage + version bump
2021-09-18 14:50:34 -07:00
Rosen Penev
5ccd4d1c25 treewide: compile with tools/meson
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-17 22:06:52 -07:00