feed/packages.git
2 years agonextdns: Update to version 1.35.0
Olivier Poitrey [Thu, 29 Jul 2021 23:34:24 +0000 (23:34 +0000)]
nextdns: Update to version 1.35.0

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2 years agouvol: lvm: make 'up' call reliable
Daniel Golle [Fri, 30 Jul 2021 01:14:39 +0000 (02:14 +0100)]
uvol: lvm: make 'up' call reliable

Changing a volume right after activation doesn't work well due to some
caching or race-condition issue.
Perform activation as last lvchange operation as a work-around.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #16181 from neheb/Nc
Rosen Penev [Thu, 29 Jul 2021 19:40:52 +0000 (12:40 -0700)]
Merge pull request #16181 from neheb/Nc

ncdu: udpate to 1.16

2 years agoMerge pull request #16180 from neheb/Al
Rosen Penev [Thu, 29 Jul 2021 19:40:34 +0000 (12:40 -0700)]
Merge pull request #16180 from neheb/Al

alsa stuff: update to 12..5.1

2 years agoMerge pull request #16175 from neheb/Fi
Rosen Penev [Thu, 29 Jul 2021 19:40:17 +0000 (12:40 -0700)]
Merge pull request #16175 from neheb/Fi

fish: update to 3.3.1

2 years agoMerge pull request #16174 from neheb/Gf
Rosen Penev [Thu, 29 Jul 2021 19:39:56 +0000 (12:39 -0700)]
Merge pull request #16174 from neheb/Gf

gptfdisk: update to 1.0.8

2 years agoMerge pull request #16186 from neheb/Ya
Rosen Penev [Thu, 29 Jul 2021 19:39:37 +0000 (12:39 -0700)]
Merge pull request #16186 from neheb/Ya

libyaml-cpp: update to 0.7.0

2 years agoMerge pull request #16183 from neheb/Pc
Rosen Penev [Thu, 29 Jul 2021 19:39:19 +0000 (12:39 -0700)]
Merge pull request #16183 from neheb/Pc

pcre2: update to 10.37

2 years agoMerge pull request #16187 from neheb/Fu
Rosen Penev [Thu, 29 Jul 2021 19:39:00 +0000 (12:39 -0700)]
Merge pull request #16187 from neheb/Fu

sshfs: update to 3.7.2

2 years agoMerge pull request #16200 from neheb/th
Rosen Penev [Thu, 29 Jul 2021 19:38:40 +0000 (12:38 -0700)]
Merge pull request #16200 from neheb/th

triggerhappy: don't build man pages

2 years agoMerge pull request #16121 from sumpfralle/patch-1
Rosen Penev [Thu, 29 Jul 2021 19:37:52 +0000 (12:37 -0700)]
Merge pull request #16121 from sumpfralle/patch-1

muninlite: update to new upstream release (2.1.2)

2 years agoMerge pull request #16078 from ja-pa/fix-email
Rosen Penev [Thu, 29 Jul 2021 19:37:06 +0000 (12:37 -0700)]
Merge pull request #16078 from ja-pa/fix-email

treewide: change email address in PKG_MAINTAINER

2 years agoMerge pull request #16106 from rpoisel/dev-add-lua-curl-v3
Rosen Penev [Thu, 29 Jul 2021 19:35:20 +0000 (12:35 -0700)]
Merge pull request #16106 from rpoisel/dev-add-lua-curl-v3

Lua-cURLv3: add package

2 years agoMerge pull request #16171 from neheb/glr
Rosen Penev [Thu, 29 Jul 2021 12:59:13 +0000 (05:59 -0700)]
Merge pull request #16171 from neheb/glr

gitlab-runner: update to 14.0.1

2 years agonumpy: fix circular dependency
Alexandru Ardelean [Thu, 29 Jul 2021 10:13:33 +0000 (13:13 +0300)]
numpy: fix circular dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agotreewide: change email 16078/head
Jan Pavlinec [Thu, 8 Jul 2021 13:32:31 +0000 (15:32 +0200)]
treewide: change email

Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2 years agoMerge pull request #16231 from stintel/ovs-controller-ssl
Stijn Tintel [Thu, 29 Jul 2021 10:11:06 +0000 (13:11 +0300)]
Merge pull request #16231 from stintel/ovs-controller-ssl

openvswitch: add SSL support

2 years agoopenvswitch: add SSL support 16231/head
Stijn Tintel [Tue, 27 Jul 2021 10:00:15 +0000 (13:00 +0300)]
openvswitch: add SSL support

Open vSwitch supports SSL to connect to an OpenFlow controller. This is
recommended for security. Expand the UCI ovs config section to allow
configuring SSL CA, certificate and private key.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agoopenvswitch: add missing basescript variable
Stijn Tintel [Wed, 28 Jul 2021 14:48:41 +0000 (17:48 +0300)]
openvswitch: add missing basescript variable

The Open vSwitch init script does not set USE_PROCD=1. Instead, it
defines most of the functions and variables that would be set when
USE_PROCD is set to 1, but with some minor changes.

The basescript variable however, which is used when calling
procd_open_service and procd_kill, is not set. As a result, basename of
the contents of the initscript variable is used as the service name. As
the service is automatically started via its symlink in /etc/rc.d,
S15openvswitch, the service name is S15openvswitch.

Set the basescript variable so that the service name is openvswitch.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agoMerge pull request #16228 from stintel/ovs-datapath_id
Stijn Tintel [Thu, 29 Jul 2021 09:29:19 +0000 (12:29 +0300)]
Merge pull request #16228 from stintel/ovs-datapath_id

openvswitch: support setting OpenFlow datapath ID

2 years agoopenvswitch: support setting OpenFlow datapath ID 16228/head
Stijn Tintel [Mon, 26 Jul 2021 16:04:19 +0000 (19:04 +0300)]
openvswitch: support setting OpenFlow datapath ID

By default, Open vSwitch will generate the OpenFlow datapath ID of a
bridge based on the MAC address of one of its ports. Due to this, it's
possible that the datapath ID changes when new ports are added. When the
datapath ID changes, Open vSwitch disconnects from the controller, as
there is no way to notify the controller that the datapath ID has
changed.

Add an option to set the datapath ID so that the above situation can be
avoided. The option takes either exactly 16 hex characters, or when
prefixed with 0x, between 1 and 16 hex characters.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agoMerge pull request #16173 from neheb/Mc
Rosen Penev [Thu, 29 Jul 2021 02:47:19 +0000 (19:47 -0700)]
Merge pull request #16173 from neheb/Mc

minicom: update to 2.8

2 years agouvol: ubi: fix bring-up of ro volumes
Daniel Golle [Wed, 28 Jul 2021 17:18:33 +0000 (18:18 +0100)]
uvol: ubi: fix bring-up of ro volumes

Fix bring-up of ro volumes on creation and on boot.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #16217 from mweinelt/prometheus-hostapd-stations-ifname-fix
David Bauer [Wed, 28 Jul 2021 16:17:13 +0000 (18:17 +0200)]
Merge pull request #16217 from mweinelt/prometheus-hostapd-stations-ifname-fix

prometheus-node-exporter-lua: fix bss identifier in hostapd_stations

2 years agoMerge pull request #16237 from stintel/ovs-libunbound-fix
Stijn Tintel [Wed, 28 Jul 2021 08:03:00 +0000 (11:03 +0300)]
Merge pull request #16237 from stintel/ovs-libunbound-fix

openvswitch: check correct config symbol

2 years agoopenvswitch: check correct config symbol 16237/head
Stijn Tintel [Tue, 27 Jul 2021 20:43:45 +0000 (23:43 +0300)]
openvswitch: check correct config symbol

The config symbol is named CONFIG_OPENVSWITCH_WITH_LIBUNBOUND, so check
for that instead of the non-existent CONFIG_OPENVSWITCH_WITH_UNBOUND.

Fixes: 45c8cc9d8a7b ("openvswitch: make libunbound optional")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agodawn: update to 2021-07-27
Nick Hainke [Tue, 27 Jul 2021 13:49:48 +0000 (15:49 +0200)]
dawn: update to 2021-07-27

276ca16 msghandler: fix rrm array parsing
1e4871d datastorage: debug rrm capabilities

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoirssi: add test.sh
Josef Schlehofer [Tue, 27 Jul 2021 08:50:37 +0000 (10:50 +0200)]
irssi: add test.sh

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agoirssi: update to 1.2.3
Rosen Penev [Mon, 19 Jul 2021 03:54:55 +0000 (20:54 -0700)]
irssi: update to 1.2.3

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16054 from commodo/numpy
Rosen Penev [Tue, 27 Jul 2021 08:00:59 +0000 (01:00 -0700)]
Merge pull request #16054 from commodo/numpy

numpy: bump to version 1.21.1

2 years agoMerge pull request #15685 from commodo/openblas
Rosen Penev [Tue, 27 Jul 2021 07:59:23 +0000 (00:59 -0700)]
Merge pull request #15685 from commodo/openblas

openblas: add initial package

2 years agoMerge pull request #16211 from stintel/ovs-libunbound-optional
Stijn Tintel [Tue, 27 Jul 2021 05:11:12 +0000 (08:11 +0300)]
Merge pull request #16211 from stintel/ovs-libunbound-optional

openvswitch: make libunbound optional

2 years agoMerge pull request #16225 from lnslbrty/update/libndpi-4.0
Rosen Penev [Tue, 27 Jul 2021 03:38:12 +0000 (20:38 -0700)]
Merge pull request #16225 from lnslbrty/update/libndpi-4.0

libndpi: update to 4.0

2 years agoMerge pull request #16144 from stangri/master-vpn-policy-routing
Stan Grishin [Tue, 27 Jul 2021 03:36:07 +0000 (20:36 -0700)]
Merge pull request #16144 from stangri/master-vpn-policy-routing

vpn-policy-routing: update to 0.3.5-1

2 years agolibndpi: update to 4.0 16225/head
Toni Uhlig [Mon, 26 Jul 2021 10:36:20 +0000 (12:36 +0200)]
libndpi: update to 4.0

- libmaxminddb config option

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2 years agovpn-policy-routing: update to 0.3.5-1 16144/head
Stan Grishin [Sun, 18 Jul 2021 00:10:39 +0000 (00:10 +0000)]
vpn-policy-routing: update to 0.3.5-1

support for 21.02.0-rc2 and up
support for reloading a single interface on ifup/ifupdate
rename config file
updated shellcheck compatibility
remove obsolete create/remove_lock
interface processing optimizations to speed up reloads
drop dependency on curl in user scripts
uniform styling of functions

Signed-off-by: Stan Grishin <stangri@melmac.net>
2 years agoMerge pull request #16224 from commodo/squashfs-tools
Josef Schlehofer [Mon, 26 Jul 2021 19:21:34 +0000 (21:21 +0200)]
Merge pull request #16224 from commodo/squashfs-tools

squashfs-tools: bump to version 4.5

2 years agoMerge pull request #16226 from dibdot/master
Dirk Brenken [Mon, 26 Jul 2021 17:05:59 +0000 (19:05 +0200)]
Merge pull request #16226 from dibdot/master

adblock: bugfix 4.1.3-3

2 years agoadblock: bugfix 4.1.3-3 16226/head
Dirk Brenken [Mon, 26 Jul 2021 15:40:13 +0000 (17:40 +0200)]
adblock: bugfix 4.1.3-3

* fix regex to prepare google safesearch domains

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 years agoopenvswitch: make libunbound optional 16211/head
Stijn Tintel [Thu, 22 Jul 2021 15:37:50 +0000 (18:37 +0300)]
openvswitch: make libunbound optional

Installing openvswitch on an x86/64 snapshot image pulls in a bunch of
dependencies, good for a total size of 3648406 byte. Disabling
libunbound reduces that with 559941 byte, for a total of 3088465 byte.
This is quite a big reduction for a small tradeoff: without libunbound,
hostnames can not be used to specify OpenFlow managers or controllers.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agoMerge pull request #16163 from stintel/openvswitch
Stijn Tintel [Mon, 26 Jul 2021 15:21:55 +0000 (18:21 +0300)]
Merge pull request #16163 from stintel/openvswitch

openvswitch: allow complex port configurations

2 years agonumpy: bump to version 1.21.1 16054/head
Alexandru Ardelean [Mon, 17 May 2021 10:57:38 +0000 (13:57 +0300)]
numpy: bump to version 1.21.1

Also bump Cython version to 0.29.23.
And add support for OpenBLAS.
Currently optional, but will be enabled by default on some architectures
later.

Depends on PR https://github.com/openwrt/packages/pull/15685

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agosquashfs-tools: bump to version 4.5 16224/head
Alexandru Ardelean [Mon, 26 Jul 2021 07:38:12 +0000 (10:38 +0300)]
squashfs-tools: bump to version 4.5

Drop GCC 10 build patch
Adds 2 more utilities which are symlinks to mksquashfs,unsquashfs.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoopenblas: add initial package 15685/head
Alexandru Ardelean [Fri, 26 Feb 2021 11:19:41 +0000 (13:19 +0200)]
openblas: add initial package

Initial draft PR is:
  https://github.com/openwrt/packages/pull/11894

This one is a bit more complete, and follows packaging practices.

For now, disabling builds on ARC and PowerPC. Will require more work to get
them going.
Explicitly disabling OpenMP support, so that it doesn't get picked by
accident.

Later we may use the `CPU_TYPE` parameter to tweak things a little further.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #16221 from dibdot/travelmate
Dirk Brenken [Mon, 26 Jul 2021 04:27:14 +0000 (06:27 +0200)]
Merge pull request #16221 from dibdot/travelmate

travelmate: update to 2.0.4

2 years agotravelmate: update to 2.0.4 16221/head
Dirk Brenken [Sun, 25 Jul 2021 19:41:58 +0000 (21:41 +0200)]
travelmate: update to 2.0.4

* code cleanup
* add auto login script for Julianahoeve beach resort (NL)
* add auto login script for Vodafone hotspots (DE)
* add auto login script for telekom hotspots (DE)
* enhance captive portal detection to support html redirects as well
* change default captive portal detection url to
  'detectportal.firefox.com'

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 years agoMerge pull request #16201 from neheb/rrd
Rosen Penev [Sun, 25 Jul 2021 19:21:16 +0000 (12:21 -0700)]
Merge pull request #16201 from neheb/rrd

rrdtool1: don't build docs

2 years agoMerge pull request #16202 from neheb/rout
Rosen Penev [Sun, 25 Jul 2021 18:16:02 +0000 (11:16 -0700)]
Merge pull request #16202 from neheb/rout

librouteros: don't build docs

2 years agouvol: update to version 0.3
Daniel Golle [Sat, 24 Jul 2021 03:35:10 +0000 (04:35 +0100)]
uvol: update to version 0.3

 * genrate UCI fstab configs for each volume before first 'up'
 * remove UCI section on volume remove
 * use autofs automounter for read-only volumes
 * try umount on 'down'
 * emulate hotplug events for UBI volume up/down
 * more robust error paths

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoprometheus-node-exporter-lua: fix bss identifier in hostapd_stations 16217/head
Martin Weinelt [Sat, 24 Jul 2021 15:42:25 +0000 (17:42 +0200)]
prometheus-node-exporter-lua: fix bss identifier in hostapd_stations

We previously did not identify the correct BSS from the output of
`hostapd_cli -i <phy> status`, because when asked for a vif it will
always respond with information relevant to the whole phy.

The per vif settings will use an iterator and we now try to detect
the correct BSS from that output.

Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2 years agoMerge pull request #16212 from 1715173329/yq
Josef Schlehofer [Sat, 24 Jul 2021 15:27:13 +0000 (17:27 +0200)]
Merge pull request #16212 from 1715173329/yq

yq: Update to 4.11.2

2 years agoyq: Update to 4.11.2 16212/head
Tianling Shen [Sat, 24 Jul 2021 10:27:59 +0000 (18:27 +0800)]
yq: Update to 4.11.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoMerge pull request #16198 from 1715173329/dnsproxy
Rosen Penev [Sat, 24 Jul 2021 03:48:05 +0000 (20:48 -0700)]
Merge pull request #16198 from 1715173329/dnsproxy

dnsproxy: Update to 0.39.0 and add init script

2 years agohs20: set PKG_SOURCE_SUBDIR
Daniel Golle [Sat, 24 Jul 2021 03:33:39 +0000 (04:33 +0100)]
hs20: set PKG_SOURCE_SUBDIR

Building without the mirror-tarballs fails to PKG_SOURCE_SUBDIR not
matching the hostapd source subdir name. Fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #16179 from neheb/Ba
Rosen Penev [Sat, 24 Jul 2021 02:53:24 +0000 (19:53 -0700)]
Merge pull request #16179 from neheb/Ba

bash: update to 5.1.8

2 years agoMerge pull request #16178 from neheb/Bz
Rosen Penev [Sat, 24 Jul 2021 02:51:13 +0000 (19:51 -0700)]
Merge pull request #16178 from neheb/Bz

bluez: update to 5.60

2 years agoMerge pull request #16177 from neheb/Cu
Rosen Penev [Sat, 24 Jul 2021 02:51:07 +0000 (19:51 -0700)]
Merge pull request #16177 from neheb/Cu

canutils: uipdate to 2021.06.0

2 years agominicom: update to 2.8 16173/head
Rosen Penev [Wed, 21 Jul 2021 03:49:13 +0000 (20:49 -0700)]
minicom: update to 2.8

Switch URL to new upstream.

Switch to AUTORELEASE for simplicity.

Removed most patches as they have been upstreamed. Rebased the remaining
one.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16168 from neheb/Spi
Rosen Penev [Sat, 24 Jul 2021 02:48:16 +0000 (19:48 -0700)]
Merge pull request #16168 from neheb/Spi

spi-tools: update to 1.0.0

2 years agoMerge pull request #16169 from neheb/Yara
Rosen Penev [Sat, 24 Jul 2021 02:48:01 +0000 (19:48 -0700)]
Merge pull request #16169 from neheb/Yara

yara: update to 4.1.1

2 years agoMerge pull request #16170 from neheb/Iperf
Rosen Penev [Sat, 24 Jul 2021 02:47:48 +0000 (19:47 -0700)]
Merge pull request #16170 from neheb/Iperf

iperf: update to 2.1.3

2 years agoMerge pull request #16182 from neheb/lk
Rosen Penev [Sat, 24 Jul 2021 02:47:33 +0000 (19:47 -0700)]
Merge pull request #16182 from neheb/lk

lksctp-tools: update to 1.0.19

2 years agotriggerhappy: don't build man pages 16200/head
Rosen Penev [Thu, 22 Jul 2021 22:28:54 +0000 (15:28 -0700)]
triggerhappy: don't build man pages

Fixes compilation without host pod2man.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16206 from jmarcet/alsa-lib-fix
Rosen Penev [Sat, 24 Jul 2021 01:00:50 +0000 (18:00 -0700)]
Merge pull request #16206 from jmarcet/alsa-lib-fix

alsa-lib: install also /usr/share/alsa/ctl or alsa-mixer fails with:

2 years agocryptsetup: update to version 2.3.6
Javier Marcet [Sun, 4 Jul 2021 15:57:31 +0000 (17:57 +0200)]
cryptsetup: update to version 2.3.6

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agouvol: adapt to changes in core
Daniel Golle [Fri, 23 Jul 2021 21:53:13 +0000 (22:53 +0100)]
uvol: adapt to changes in core

* lvm: remove left-over ubus events
* lvm: resolve /dev/dm-* device name
  As block-mount and blockd now use /dev/dm-* names, let uvol also return
  those device names.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agopython-requests: bump to version 2.26.0
Alexandru Ardelean [Mon, 19 Jul 2021 11:21:36 +0000 (14:21 +0300)]
python-requests: bump to version 2.26.0

This version prefers charset_normalizer instead of chardet.
chardet is still usable if available.

Dropping patches for idna. Not required anymore.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agopython-dateutil: bump to version 2.8.2
Alexandru Ardelean [Mon, 19 Jul 2021 11:27:15 +0000 (14:27 +0300)]
python-dateutil: bump to version 2.8.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoctop: update to 0.7.6
Javier Marcet [Fri, 23 Jul 2021 10:09:54 +0000 (12:09 +0200)]
ctop: update to 0.7.6

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agoalsa-lib: install also /usr/share/alsa/ctl or alsa-mixer fails with: 16206/head
Javier Marcet [Mon, 19 Jul 2021 05:50:09 +0000 (05:50 +0000)]
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>
2 years agodnsproxy: add basic init script 16198/head
Tianling Shen [Thu, 22 Jul 2021 09:04:07 +0000 (17:04 +0800)]
dnsproxy: add basic init script

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agodnsproxy: Update to 0.39.0
Tianling Shen [Thu, 22 Jul 2021 16:50:18 +0000 (00:50 +0800)]
dnsproxy: Update to 0.39.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoopenvswitch: allow complex port configurations 16163/head
Stijn Tintel [Tue, 20 Jul 2021 14:07:52 +0000 (17:07 +0300)]
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>
2 years agoopenvswitch: only init bridges when (re)starting
Stijn Tintel [Tue, 20 Jul 2021 17:22:49 +0000 (20:22 +0300)]
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>
2 years agoopenvswitch: refresh patches
Stijn Tintel [Wed, 21 Jul 2021 05:53:29 +0000 (08:53 +0300)]
openvswitch: refresh patches

CI run fails due to dirty patches, so refresh them.

Fixes: f4f1a25e80f5 ("openvswitch: bump to version 2.15.0")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agolibrouteros: don't build docs 16202/head
Rosen Penev [Thu, 22 Jul 2021 22:25:50 +0000 (15:25 -0700)]
librouteros: don't build docs

Fixes compilation without host pod2man.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agorrdtool1: don't build docs 16201/head
Rosen Penev [Thu, 22 Jul 2021 22:28:09 +0000 (15:28 -0700)]
rrdtool1: don't build docs

Fixes compilation without host pod2man.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16185 from neheb/P1
Nikos Mavrogiannopoulos [Thu, 22 Jul 2021 18:19:33 +0000 (20:19 +0200)]
Merge pull request #16185 from neheb/P1

p11-kit: update to 0.24.0

2 years agoMerge pull request #16192 from turris-cz/syslogng
Josef Schlehofer [Thu, 22 Jul 2021 05:50:51 +0000 (07:50 +0200)]
Merge pull request #16192 from turris-cz/syslogng

syslog-ng: update to version 3.33.2

2 years agosyslog-ng: update to version 3.33.2 16192/head
Josef Schlehofer [Wed, 21 Jul 2021 21:28:05 +0000 (23:28 +0200)]
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>
2 years agoMerge pull request #16184 from neheb/Vp
Luiz Angelo Daros de Luca [Wed, 21 Jul 2021 20:05:17 +0000 (17:05 -0300)]
Merge pull request #16184 from neheb/Vp

libvpx: update to 1.10.0

2 years agoMerge pull request #16190 from neheb/Fuse
Rosen Penev [Wed, 21 Jul 2021 09:38:12 +0000 (02:38 -0700)]
Merge pull request #16190 from neheb/Fuse

fuse3: update to 3.10.4

2 years agoMerge pull request #16167 from neheb/Mdp
Rosen Penev [Wed, 21 Jul 2021 09:37:27 +0000 (02:37 -0700)]
Merge pull request #16167 from neheb/Mdp

mpd: update to 0.22.9

2 years agoMerge pull request #16188 from neheb/Ua
Rosen Penev [Wed, 21 Jul 2021 09:37:03 +0000 (02:37 -0700)]
Merge pull request #16188 from neheb/Ua

uacme: update to 1.7.1

2 years agoMerge pull request #16176 from neheb/Ca
Rosen Penev [Wed, 21 Jul 2021 09:36:38 +0000 (02:36 -0700)]
Merge pull request #16176 from neheb/Ca

clamav: update to 0.103.3

2 years agofuse3: update to 3.10.4 16190/head
Rosen Penev [Wed, 21 Jul 2021 07:27:18 +0000 (00:27 -0700)]
fuse3: update to 3.10.4

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agouacme: update to 1.7.1 16188/head
Rosen Penev [Wed, 21 Jul 2021 02:56:28 +0000 (19:56 -0700)]
uacme: update to 1.7.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agosshfs: update to 3.7.2 16187/head
Rosen Penev [Wed, 21 Jul 2021 03:10:52 +0000 (20:10 -0700)]
sshfs: update to 3.7.2

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibyaml-cpp: update to 0.7.0 16186/head
Rosen Penev [Wed, 21 Jul 2021 03:12:45 +0000 (20:12 -0700)]
libyaml-cpp: update to 0.7.0

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agop11-kit: update to 0.24.0 16185/head
Rosen Penev [Wed, 21 Jul 2021 03:16:10 +0000 (20:16 -0700)]
p11-kit: update to 0.24.0

Switch to AUTORELEASE for simplicity.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibvpx: update to 1.10.0 16184/head
Rosen Penev [Wed, 21 Jul 2021 03:18:11 +0000 (20:18 -0700)]
libvpx: update to 1.10.0

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agopcre2: update to 10.37 16183/head
Rosen Penev [Wed, 21 Jul 2021 03:20:50 +0000 (20:20 -0700)]
pcre2: update to 10.37

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolksctp-tools: update to 1.0.19 16182/head
Rosen Penev [Wed, 21 Jul 2021 03:25:12 +0000 (20:25 -0700)]
lksctp-tools: update to 1.0.19

Switch to AUTORELEASE for simplicity.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoncdu: udpate to 1.16 16181/head
Rosen Penev [Wed, 21 Jul 2021 03:25:45 +0000 (20:25 -0700)]
ncdu: udpate to 1.16

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoalsa-utils: update to 12.5.1 16180/head
Rosen Penev [Wed, 21 Jul 2021 03:30:03 +0000 (20:30 -0700)]
alsa-utils: update to 12.5.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoalsa-ucm-conf: update to 12.5.1
Rosen Penev [Wed, 21 Jul 2021 03:29:41 +0000 (20:29 -0700)]
alsa-ucm-conf: update to 12.5.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoalsa-lib: update to 12.5.1
Rosen Penev [Wed, 21 Jul 2021 03:29:24 +0000 (20:29 -0700)]
alsa-lib: update to 12.5.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agobash: update to 5.1.8 16179/head
Rosen Penev [Wed, 21 Jul 2021 03:31:54 +0000 (20:31 -0700)]
bash: update to 5.1.8

Switch to AUTORELEASE for simplicity.

Remove upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agobluez: update to 5.60 16178/head
Rosen Penev [Wed, 21 Jul 2021 03:34:29 +0000 (20:34 -0700)]
bluez: update to 5.60

Switch to AUTORELEASE for simplicity.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agocanutils: uipdate to 2021.06.0 16177/head
Rosen Penev [Wed, 21 Jul 2021 03:36:38 +0000 (20:36 -0700)]
canutils: uipdate to 2021.06.0

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>