Commit Graph

25190 Commits

Author SHA1 Message Date
Javier Marcet 44158274de alsa-lib: install also /usr/share/alsa/ctl or alsa-mixer fails with:
❯ alsamixer
ALSA lib conf.c:827:(get_char_skip_comments) Cannot access file /usr/share/alsa/ctl/default.conf
ALSA lib conf.c:1994:(_snd_config_load_with_include) _toplevel_:61:26:No such file or directory
ALSA lib conf.c:4040:(config_file_open) /usr/share/alsa/cards/aliases.conf may be old or corrupted: consider to remove or fix it
ALSA lib conf.c:3962:(snd_config_hooks_call) function snd_config_hook_load returned error: No such file or directory
ALSA lib control.c:1481:(snd_ctl_open_noupdate) Invalid CTL cards.ctl.default
cannot open mixer: No such file or directory

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-07-23 17:15:34 +00:00
Tianling Shen 10aebfd51b
dnsproxy: add basic init script
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-23 23:29:26 +08:00
Tianling Shen f4ed32e14c
dnsproxy: Update to 0.39.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-23 23:29:16 +08:00
Stijn Tintel eff5adb9a3 openvswitch: allow complex port configurations
The current way to add ports to an Open vSwitch bridge does not allow
complex port configurations. Use a dedicated uci config section per port
instead of the current port:type syntax. This way we can easily support
more features like setting the VLAN tag or the OpenFlow port number.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-07-23 12:16:29 +03:00
Stijn Tintel a5648280b3 openvswitch: only init bridges when (re)starting
Calling the ovs_bridge_init function when stopping the service will
result in ovs-vsctl being called after ovsdb-server has been shut down.
This causes the following error:

ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

Calling the ovs_bridge_init function when requesting the service status
has no added value.

Only call ovs_bridge_init during start or restart to fix this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-07-23 12:16:29 +03:00
Stijn Tintel 261961a33c openvswitch: refresh patches
CI run fails due to dirty patches, so refresh them.

Fixes: f4f1a25e80 ("openvswitch: bump to version 2.15.0")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-07-23 12:16:29 +03:00
Rosen Penev e41fd1794b librouteros: don't build docs
Fixes compilation without host pod2man.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-22 16:32:00 -07:00
Rosen Penev d67dde734c rrdtool1: don't build docs
Fixes compilation without host pod2man.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-22 16:31:04 -07:00
Nikos Mavrogiannopoulos 743aafbeda
Merge pull request #16185 from neheb/P1
p11-kit: update to 0.24.0
2021-07-22 20:19:33 +02:00
Ansuel Smith e9617f5532
nginx: bump to 1.21.1 and improve makefile
- Bump to 1.21.1
- Rework makefile to fix bad make refresh
- Refresh patch

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2021-07-22 18:49:03 +02:00
Michal Hrusecky 2fe854ebd6
net/snort3: Include default configs and snort2lua
Include default configuration files to have something to start from.
Also include snort2lua to help convert snort2 rules to snort3 to also
help with bootstrapping the configuration.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2021-07-22 13:55:38 +02:00
Josef Schlehofer c057dfb09c
Merge pull request #16192 from turris-cz/syslogng
syslog-ng: update to version 3.33.2
2021-07-22 07:50:51 +02:00
Josef Schlehofer 4b06f9ff4c
syslog-ng: update to version 3.33.2
Changelog:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.33.2

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-07-21 23:28:23 +02:00
Michael Heimpold 5302cce8ff mdio-netlink: fix PKG_MIRROR_HASH
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-07-21 23:00:09 +02:00
Michael Heimpold 30299084e8 mdio-tools: upgrade to latest commit
Also fix minor style issues.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-07-21 22:24:49 +02:00
Luiz Angelo Daros de Luca 6a1575452c
Merge pull request #16184 from neheb/Vp
libvpx: update to 1.10.0
2021-07-21 17:05:17 -03:00
Rosen Penev 18e0eb1448
Merge pull request #16190 from neheb/Fuse
fuse3: update to 3.10.4
2021-07-21 02:38:12 -07:00
Rosen Penev 20ca7cafc6
Merge pull request #16167 from neheb/Mdp
mpd: update to 0.22.9
2021-07-21 02:37:27 -07:00
Rosen Penev 2f6a07dfe8
Merge pull request #16188 from neheb/Ua
uacme: update to 1.7.1
2021-07-21 02:37:03 -07:00
Rosen Penev 0aa167679e
Merge pull request #16176 from neheb/Ca
clamav: update to 0.103.3
2021-07-21 02:36:38 -07:00
Rosen Penev e07a7928e4 fuse3: update to 3.10.4
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:29:05 -07:00
Rosen Penev 4a80f0c66e uacme: update to 1.7.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:24:06 -07:00
Rosen Penev 75887b5f10 sshfs: update to 3.7.2
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:23:24 -07:00
Rosen Penev 0135933a0d libyaml-cpp: update to 0.7.0
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:21:07 -07:00
Rosen Penev 5f78f5f8de p11-kit: update to 0.24.0
Switch to AUTORELEASE for simplicity.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:20:35 -07:00
Rosen Penev c385d03879 libvpx: update to 1.10.0
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:19:51 -07:00
Rosen Penev 9bdb8cca65 pcre2: update to 10.37
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:18:59 -07:00
Rosen Penev 7fe327a31a lksctp-tools: update to 1.0.19
Switch to AUTORELEASE for simplicity.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:18:15 -07:00
Rosen Penev e4d63c297d ncdu: udpate to 1.16
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:17:22 -07:00
Rosen Penev 34e9a959f8 alsa-utils: update to 12.5.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:16:36 -07:00
Rosen Penev ef00d8e755 alsa-ucm-conf: update to 12.5.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:16:36 -07:00
Rosen Penev e658dcfd86 alsa-lib: update to 12.5.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:16:36 -07:00
Rosen Penev 069f1a80b6 bash: update to 5.1.8
Switch to AUTORELEASE for simplicity.

Remove upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:15:52 -07:00
Rosen Penev 5c467bb76f bluez: update to 5.60
Switch to AUTORELEASE for simplicity.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:15:13 -07:00
Rosen Penev 5fb11cf1d5 canutils: uipdate to 2021.06.0
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:14:39 -07:00
Rosen Penev 2a685d665c clamav: update to 0.103.3
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:13:57 -07:00
Rosen Penev 9519819d66 fish: update to 3.3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:12:56 -07:00
Rosen Penev 00da88bc70 gptfdisk: update to 1.0.8
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:12:03 -07:00
Rosen Penev 08f1cb23b9
Merge pull request #16122 from zhoreeq/bump_0_4_0
yggdrasil: bump to 0.4.0
2021-07-20 20:56:40 -07:00
Rosen Penev e0bbf1b454
Merge pull request #16164 from stangri/master-vpnbypass
vpnbypass: update to 1.3.2-1
2021-07-20 20:55:45 -07:00
Rosen Penev dd51f58b14 gitlab-runner: update to 14.0.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:51:16 -07:00
Rosen Penev 872505d8f9 iperf: update to 2.1.3
Switch to AUTORELEASE for simplicity.

Remove upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:50:31 -07:00
Rosen Penev 3d8514b198 yara: update to 4.1.1
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:49:52 -07:00
Rosen Penev efc131fcae spi-tools: update to 1.0.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:49:14 -07:00
Rosen Penev b58aa9bfff mpd: update to 0.22.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:48:25 -07:00
Stan Grishin 802cc65c72 vpnbypass: updates to 1.3.2-1
bugfix: domain names bypass
rename config file
update Makefile
updated README link
updated shellcheck compatibility
support for 21.02.0-rc2 and later
updated code for interface triggers
add newline to test.sh

Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-07-20 21:23:26 +00:00
Rosen Penev 0b28914abb
Merge pull request #16158 from TDT-AG/pr/20210720-file-magic-fix-pattern
libs: file: magic: remove "u" from pattern
2021-07-20 10:47:40 -07:00
Felix Fietkau ec56b98a7e openvswitch: close flock fd when starting openvswitch services
Fixes deadlock with multiple init script calls

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2021-07-20 14:26:55 +02:00
Martin Schiller 39fd6151e9 libs: file: magic: remove "u" from pattern
This backports an upstream fix for the following warning:

Warning: Unparsable number `xu                    \b, dcrypt version %d'

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2021-07-20 11:25:51 +02:00
Rosen Penev 66e0dfa7cd
Merge pull request #16153 from nwidger/niels/delve-1.7.0
delve: Update to 1.7.0
2021-07-20 02:14:37 -07:00