Kerma Gérald [Thu, 29 Jul 2021 15:36:58 +0000 (17:36 +0200)]
crowdsec: initial package v1.2.0
/net/crowdsec/
Crowdsec - An open-source, lightweight agent to detect
and respond to bad behaviours.
It also automatically benefits from a global community-wide
IP reputation database.
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
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
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>
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
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>
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>
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
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>
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
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>
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
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
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>
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>
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>
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>
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
Rosen Penev [Tue, 27 Jul 2021 07:59:23 +0000 (00:59 -0700)]
Merge pull request #15685 from commodo/openblas
openblas: add initial package
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
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
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
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>
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>
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
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
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>
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>
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
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>
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>
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>
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
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>
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
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
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>
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>
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
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>
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
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>
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
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
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
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>
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
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
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
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
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:
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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
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>
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
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
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
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
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
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>
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>
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>
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>
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>
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>
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>
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>
Rosen Penev [Wed, 21 Jul 2021 03:38:33 +0000 (20:38 -0700)]
clamav: update to 0.103.3
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 21 Jul 2021 03:56:40 +0000 (20:56 -0700)]
Merge pull request #16122 from zhoreeq/bump_0_4_0
yggdrasil: bump to 0.4.0
Rosen Penev [Wed, 21 Jul 2021 03:55:45 +0000 (20:55 -0700)]
Merge pull request #16164 from stangri/master-vpnbypass
vpnbypass: update to 1.3.2-1
Rosen Penev [Mon, 19 Jul 2021 04:14:33 +0000 (21:14 -0700)]
gitlab-runner: update to 14.0.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 19 Jul 2021 05:06:33 +0000 (22:06 -0700)]
iperf: update to 2.1.3
Switch to AUTORELEASE for simplicity.
Remove upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 19 Jul 2021 05:27:05 +0000 (22:27 -0700)]
yara: update to 4.1.1
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 19 Jul 2021 05:29:42 +0000 (22:29 -0700)]
spi-tools: update to 1.0.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 19 Jul 2021 06:14:16 +0000 (23:14 -0700)]
mpd: update to 0.22.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Stan Grishin [Sun, 18 Jul 2021 19:45:27 +0000 (19:45 +0000)]
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>
Rosen Penev [Tue, 20 Jul 2021 17:47:40 +0000 (10:47 -0700)]
Merge pull request #16158 from TDT-AG/pr/
20210720-file-magic-fix-pattern
libs: file: magic: remove "u" from pattern
Felix Fietkau [Tue, 20 Jul 2021 12:26:54 +0000 (14:26 +0200)]
openvswitch: close flock fd when starting openvswitch services
Fixes deadlock with multiple init script calls
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Martin Schiller [Tue, 20 Jul 2021 08:56:59 +0000 (10:56 +0200)]
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>
Rosen Penev [Tue, 20 Jul 2021 09:14:37 +0000 (02:14 -0700)]
Merge pull request #16153 from nwidger/niels/delve-1.7.0
delve: Update to 1.7.0
Rosen Penev [Tue, 20 Jul 2021 09:14:07 +0000 (02:14 -0700)]
Merge pull request #16155 from
1715173329/yq
yq: Update to 4.11.0
Josef Schlehofer [Tue, 20 Jul 2021 08:24:29 +0000 (10:24 +0200)]
Merge pull request #16152 from BKPepe/miniupnpnd-remove-not-upstreamed-patch
Revert "net/miniupnpd: ext_ip_reserved_ignore support"
Jan Hak [Mon, 19 Jul 2021 14:50:43 +0000 (16:50 +0200)]
knot: update to version 3.0.8
Signed-off-by: Jan Hak <jan.hak@nic.cz>
Tianling Shen [Mon, 19 Jul 2021 14:14:58 +0000 (22:14 +0800)]
yq: Update to 4.11.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
George Iv [Mon, 19 Jul 2021 12:46:16 +0000 (15:46 +0300)]
yggdrasil: bump to 0.4.0
- Bump yggdrasil-go version to v0.4.0
- Update ygguci tool for compatibility with the new yggdrasil-go version
- Yggdrasil's config file is now generated in a separate command before running the daemon
Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
Niels Widger [Mon, 19 Jul 2021 12:35:46 +0000 (08:35 -0400)]
delve: Update to 1.7.0
See
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#170-2021-07-19
for changes.
Signed-off-by: Niels Widger <niels@qacafe.com>
Scott Lamb [Thu, 15 Jul 2021 18:24:59 +0000 (11:24 -0700)]
ddns-scripts: use https for google ipv6 ddns url
This matches an ipv4 change in
21f5cdd2fa and has the same rationale.
Google requires https for both ipv6 and ipv6.
Signed-off-by: Scott Lamb <slamb@slamb.org>
Josef Schlehofer [Mon, 19 Jul 2021 11:55:52 +0000 (13:55 +0200)]
Revert "net/miniupnpd: ext_ip_reserved_ignore support"
This patch is causing several issues [1], which then were reported to
upstream [2] and it was not accepted by upstream [3]. This results that
nobody maintain this custom patch and it is not useful as it is changing
addr_is_reserved behavior.
[1] https://github.com/openwrt/packages/issues/15258
[2] https://github.com/miniupnp/miniupnp/issues/542
[3] https://github.com/miniupnp/miniupnp/pull/511
This reverts commit
b76aa9919489f49b472a8f939f6d46ca33d05f64.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>