Commit graph

25142 commits

Author SHA1 Message Date
Alexandru Ardelean
91f3482f7e numpy: fix circular dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-07-29 15:33:34 +03:00
Jan Pavlinec
3ee2a087a3
treewide: change email
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-07-29 13:21:02 +02:00
Stijn Tintel
8cb5a98086
Merge pull request #16231 from stintel/ovs-controller-ssl
openvswitch: add SSL support
2021-07-29 13:11:06 +03:00
Stijn Tintel
653716eb19 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>
2021-07-29 12:30:39 +03:00
Stijn Tintel
2430c4ef82 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>
2021-07-29 12:30:22 +03:00
Stijn Tintel
2104f7cd51
Merge pull request #16228 from stintel/ovs-datapath_id
openvswitch: support setting OpenFlow datapath ID
2021-07-29 12:29:19 +03:00
Stijn Tintel
4a4c1634e6 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>
2021-07-29 11:02:34 +03:00
Rosen Penev
a167eed837
Merge pull request #16173 from neheb/Mc
minicom: update to 2.8
2021-07-28 19:47:19 -07:00
Daniel Golle
da00d71f55
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>
2021-07-28 20:29:56 +01:00
David Bauer
bd08bdea6b
Merge pull request #16217 from mweinelt/prometheus-hostapd-stations-ifname-fix
prometheus-node-exporter-lua: fix bss identifier in hostapd_stations
2021-07-28 18:17:13 +02:00
Stijn Tintel
913a4bb8ac
Merge pull request #16237 from stintel/ovs-libunbound-fix
openvswitch: check correct config symbol
2021-07-28 11:03:00 +03:00
Stijn Tintel
5423522944 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: 45c8cc9d8a ("openvswitch: make libunbound optional")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-07-27 23:52:44 +03:00
Nick Hainke
6582979678 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>
2021-07-27 15:59:17 +02:00
Josef Schlehofer
21992344b5 irssi: add test.sh
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-07-27 12:55:24 +02:00
Rosen Penev
752656c6be irssi: update to 1.2.3
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-27 10:27:53 +02:00
Rosen Penev
399ef59ce9
Merge pull request #16054 from commodo/numpy
numpy: bump to version 1.21.1
2021-07-27 01:00:59 -07:00
Rosen Penev
038f890bca
Merge pull request #15685 from commodo/openblas
openblas: add initial package
2021-07-27 00:59:23 -07:00
Stijn Tintel
4b4a3b7b87
Merge pull request #16211 from stintel/ovs-libunbound-optional
openvswitch: make libunbound optional
2021-07-27 08:11:12 +03:00
Rosen Penev
2e0b72910a
Merge pull request #16225 from lnslbrty/update/libndpi-4.0
libndpi: update to 4.0
2021-07-26 20:38:12 -07:00
Stan Grishin
af44f17db4
Merge pull request #16144 from stangri/master-vpn-policy-routing
vpn-policy-routing: update to 0.3.5-1
2021-07-26 20:36:07 -07:00
Toni Uhlig
de119e010e
libndpi: update to 4.0
- libmaxminddb config option

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2021-07-27 01:40:06 +02:00
Stan Grishin
051abe8e18 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>
2021-07-26 23:20:41 +00:00
Josef Schlehofer
dd8200e25f
Merge pull request #16224 from commodo/squashfs-tools
squashfs-tools: bump to version 4.5
2021-07-26 21:21:34 +02:00
Dirk Brenken
0fdad26614
Merge pull request #16226 from dibdot/master
adblock: bugfix 4.1.3-3
2021-07-26 19:05:59 +02:00
Dirk Brenken
69a2a68c31
adblock: bugfix 4.1.3-3
* fix regex to prepare google safesearch domains

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-07-26 17:40:13 +02:00
Stijn Tintel
45c8cc9d8a 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>
2021-07-26 18:25:13 +03:00
Stijn Tintel
9b86d46d3c
Merge pull request #16163 from stintel/openvswitch
openvswitch: allow complex port configurations
2021-07-26 18:21:55 +03:00
Alexandru Ardelean
cb2300d354 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>
2021-07-26 12:05:57 +03:00
Alexandru Ardelean
399bb7f992 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>
2021-07-26 11:22:54 +03:00
Alexandru Ardelean
9cbf548649 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>
2021-07-26 10:27:44 +03:00
Dirk Brenken
3995ad1e51
Merge pull request #16221 from dibdot/travelmate
travelmate: update to 2.0.4
2021-07-26 06:27:14 +02:00
Dirk Brenken
380a5110b4
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>
2021-07-25 21:50:27 +02:00
Rosen Penev
c83edc105c
Merge pull request #16201 from neheb/rrd
rrdtool1: don't build docs
2021-07-25 12:21:16 -07:00
Rosen Penev
b305e880d8
Merge pull request #16202 from neheb/rout
librouteros: don't build docs
2021-07-25 11:16:02 -07:00
Daniel Golle
f4afa4189e
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>
2021-07-25 00:40:41 +01:00
Martin Weinelt
2849ec248d 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>
2021-07-24 17:44:14 +02:00
Josef Schlehofer
1614cdde0a
Merge pull request #16212 from 1715173329/yq
yq: Update to 4.11.2
2021-07-24 17:27:13 +02:00
Tianling Shen
d8fcfb0628
yq: Update to 4.11.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-24 18:27:59 +08:00
Rosen Penev
83304d7d67
Merge pull request #16198 from 1715173329/dnsproxy
dnsproxy: Update to 0.39.0 and add init script
2021-07-23 20:48:05 -07:00
Daniel Golle
3c7da5dc7d
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>
2021-07-24 04:35:29 +01:00
Rosen Penev
55fd042e33
Merge pull request #16179 from neheb/Ba
bash: update to 5.1.8
2021-07-23 19:53:24 -07:00
Rosen Penev
cac37fe9ed
Merge pull request #16178 from neheb/Bz
bluez: update to 5.60
2021-07-23 19:51:13 -07:00
Rosen Penev
81fbf54f46
Merge pull request #16177 from neheb/Cu
canutils: uipdate to 2021.06.0
2021-07-23 19:51:07 -07:00
Rosen Penev
2e6de93710 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>
2021-07-23 19:50:27 -07:00
Rosen Penev
a76dc4ac5c
Merge pull request #16168 from neheb/Spi
spi-tools: update to 1.0.0
2021-07-23 19:48:16 -07:00
Rosen Penev
03580ba05f
Merge pull request #16169 from neheb/Yara
yara: update to 4.1.1
2021-07-23 19:48:01 -07:00
Rosen Penev
dc7daeaf68
Merge pull request #16170 from neheb/Iperf
iperf: update to 2.1.3
2021-07-23 19:47:48 -07:00
Rosen Penev
637c9e90d2
Merge pull request #16182 from neheb/lk
lksctp-tools: update to 1.0.19
2021-07-23 19:47:33 -07:00
Rosen Penev
566ec7008f triggerhappy: don't build man pages
Fixes compilation without host pod2man.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-23 19:38:56 -07:00
Rosen Penev
7e1f113dd4
Merge pull request #16206 from jmarcet/alsa-lib-fix
alsa-lib: install also /usr/share/alsa/ctl or alsa-mixer fails with:
2021-07-23 18:00:50 -07:00