aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | mariadb: Add sudo dependencyMichal Hrusecky2022-01-14
| | | | | | | | | | | | | | | | 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>
* | mariadb: Check and fix datadir owner issues during upgradeMichal Hrusecky2022-01-14
| | | | | | | | | | | | | | | | | | 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>
* | apparmor: cleanupMichal Vasilek2022-01-13
| | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge pull request #17592 from svlobanov/lcdproc-fix-build-on-macosPhilip Prindeville2022-01-12
|\ \ | | | | | | lcdproc: fix build on macos
| * | lcdproc: fix build on macosSergey V. Lobanov2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ./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>
* | | miniflux: update to 2.0.34Michal Vasilek2022-01-12
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | bash: update to 5.1.16Huangbin Zhan2022-01-10
| | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | bash: add /etc/profile.d/sys_bashrc.sh as conffileHuangbin Zhan2022-01-10
|/ / | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | nnn: update to version 4.4Josef Schlehofer2022-01-09
| | | | | | | | | | | | Refreshed patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | docker-compose: Update to version 2.2.3Javier Marcet2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | telegraf: Update package to version 1.21.2Jonathan Pagel2022-01-09
| | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | haveged: update to 1.9.17Hannu Nyman2022-01-09
| | | | | | | | | | | | Update havged to version 1.9.17. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | bossa: fix build on macosSergey V. Lobanov2022-01-09
| | | | | | | | | | | | override OS=Linux Makefile variable to support building on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | Merge pull request #17531 from neheb/1Alexandru Ardelean2022-01-09
|\ \ | | | | | | fuse: fix compilation with recent glibc
| * | fuse: fix compilation with recent glibcRosen Penev2022-01-08
| | | | | | | | | | | | | | | | | | closefrom is implemented now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | bluez: fix compilation with glibcRosen Penev2022-01-08
|/ / | | | | | | | | | | sync() is implemented now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / rtty: add compatibility for wolfssl >= 5.0Sergey V. Lobanov2022-01-06
|/ | | | | | | 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>
* acpica-unix: Update to 20211217Philip Prindeville2022-01-01
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* mg: bump to 7.0Hirokazu MORIKAWA2021-12-29
| | | | | | This is mg as it appears in OpenBSD 7.0. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* prometheus-node-exporter-lua: Added entropy.lua.Jonathan Davies2021-12-25
| | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com>
* yq: Update to 4.16.2Tianling Shen2021-12-24
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #17391 from clayface/logrotateAlexandru Ardelean2021-12-20
|\ | | | | logrotate: add logrotate.d to conffiles definition
| * logrotate: add logrotate.d to conffiles definitionMatthew Hagan2021-12-19
| | | | | | | | | | | | | | | | | | | | 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>
* | whois: update to 5.5.10Rosen Penev2021-12-20
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | uvol: update to 0.6Daniel Golle2021-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge pull request #17330 from flyn-org/selinuxJosef Schlehofer2021-12-19
|\ \ | | | | | | Update SElinux utilities
| * | semodule-utils: update to 3.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | telegraf: update package to version 1.21.1Jonathan Pagel2021-12-19
| | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | Merge pull request #17335 from mhei/migrate-bandwidthd-to-php8Michael Heimpold2021-12-19
|\ \ \ | | | | | | | | bandwidthd: migrate dependencies to php8 (fixes #17296)
| * | | bandwidthd: migrate dependencies to php8 (fixes #17296)Michael Heimpold2021-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | gptfdisk: remove myself from maintainerAlif M. Ahmad2021-12-17
| |_|/ |/| | | | | | | | | | | | | | | | | Returning package maintainership to OpenWrt developers. Feel free to adopt this package. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | Merge pull request #17377 from neheb/21Daniel Golle2021-12-17
|\ \ \ | | | | | | | | exfatprogs: update to 1.1.3
| * | | exfatprogs: update to 1.1.3Rosen Penev2021-12-16
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | bluez: update to 5.62Rosen Penev2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | canutils: update to 2021.08.0Rosen Penev2021-12-17
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | tang: update to 11Rosen Penev2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Install tang-show-keys. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | less: update to 598Rosen Penev2021-12-16
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | unrar: update to 6.1.3Rosen Penev2021-12-16
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | yara: update to 4.1.3Rosen Penev2021-12-16
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | podman: update to v3.4.4Oskari Rauta2021-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | conmon: update to v2.0.31Oskari Rauta2021-12-16
| | | | | | | | | | | | | | | | | | | | | - conmon: free userdata files before exec cleanup - logging: new mode -l passthrough Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | telegraf: Update package to version 1.21.0Jonathan Pagel2021-12-16
| | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | qemu: add libslirp dependencyTianling Shen2021-12-16
| | | | | | | | | | | | | | | | | | It has been integrated in QEMU to provide user mode networking. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | nano: update to version 6.0Hannu Nyman2021-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | mandoc: update to 1.14.6W. Michael Petullo2021-12-14
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #17300 from TDT-AG/pr/20211210-dbusFlorian Eckert2021-12-14
|\ \ \ | |/ / |/| | dbus: add debug option and move service to procd and update/fix compile CMAKE_OPTIONS
| * | dbus: remove dbus-update-activation-environment and add dbus-test-toolFlorian Eckert2021-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | dbus: refactoring init for using procdFlorian Eckert2021-12-13
| | | | | | | | | | | | | | | | | | | | | The dbus service has not yet been started via the procd. This commit changes this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | dbus: add debug compile optionFlorian Eckert2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | dbus: add patch to fix cmake tmp session searchFlorian Eckert2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>