]>
git.99rst.org Git - openwrt-packages.git/log
Josef Schlehofer [Sat, 17 Oct 2020 11:53:40 +0000 (13:53 +0200)]
logrotate: update to version 3.17.0
Signed-off-by: Josef Schlehofer <redacted>
Rosen Penev [Sat, 17 Oct 2020 06:57:49 +0000 (23:57 -0700)]
Merge pull request #13666 from neheb/lmar
libmariadb: update to 3.8.10
Rosen Penev [Fri, 16 Oct 2020 21:25:07 +0000 (14:25 -0700)]
Merge pull request #13658 from miska/mariadb-procd
mariadb: procd adoption
Rosen Penev [Fri, 16 Oct 2020 21:22:42 +0000 (14:22 -0700)]
Merge pull request #13681 from jefferyto/golang-cache-fixes
golang: Cache fixes
Toke Høiland-Jørgensen [Fri, 16 Oct 2020 20:07:04 +0000 (22:07 +0200)]
Merge pull request #13689 from jannispinter/master
acme: Allow custom ACME server directory URL
Jannis Pinter [Fri, 16 Oct 2020 18:59:08 +0000 (20:59 +0200)]
acme: Allow custom ACME server directory URL
The underlying `acme.sh` allows custom ACME server URLs (using `--server`). Adding the necessary field to specify a custom ACME server URL from UCI.
Signed-off-by: Jannis Pinter <redacted>
Josef Schlehofer [Fri, 16 Oct 2020 16:15:28 +0000 (18:15 +0200)]
CI: fix CVE-2020-15228
More details:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Fri, 16 Oct 2020 15:40:17 +0000 (17:40 +0200)]
CI: fix grammar typo when test is succesful
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Fri, 16 Oct 2020 16:05:18 +0000 (18:05 +0200)]
Merge pull request #13683 from BKPepe/netdata-1.26.0
netdata: update to version 1.26.0
Josef Schlehofer [Fri, 16 Oct 2020 15:45:48 +0000 (17:45 +0200)]
Merge pull request #13578 from BKPepe/bind
bind: update to version 9.16.7
Josef Schlehofer [Fri, 16 Oct 2020 15:20:26 +0000 (17:20 +0200)]
netdata: add runtime test
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Fri, 16 Oct 2020 15:10:56 +0000 (17:10 +0200)]
netdata: update to version 1.26.0
Disable ebpf plugin as in OpenWrt there is no package libbpf.
- With that, I need to introduce patch, which is not merged into netdata,
yet. Without it, I still got during cross-compilation this error:
checking for externaldeps/libbpf/libbpf.a... configure: error: cannot check for file existence when cross compiling
- And yes, the flag was there.
Signed-off-by: Josef Schlehofer <redacted>
James White [Tue, 22 Sep 2020 14:18:05 +0000 (15:18 +0100)]
mwan3: Simplify default configuration, mostly use defaults
Signed-off-by: James White <redacted>
Aaron Goodman [Wed, 9 Sep 2020 06:21:25 +0000 (02:21 -0400)]
mwan3: cleanup mwan3track
- reduce duplicate logging code
- simplify nping track code
- simplify ping result parsing
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Sun, 11 Oct 2020 22:43:56 +0000 (18:43 -0400)]
mwan3: add back support for iputils ping
With the new wrapper code, we can override the broken binding behavior of
iputils ping v20101006.
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Tue, 25 Aug 2020 22:16:07 +0000 (18:16 -0400)]
mwan3: add "use" function to mwan3 utils
Use "mwan3 use" to wrap a command with interface bindings so that you can
avoid the mwan3 rules and test behavior on a specific interface.
eg "mwan3 use wan ping -c1 1.1.1.1"
Additional binding arguments to the command will have their system
calls intercepted and ignored.
eg "mwan3 use wan ping -c1 -I tun0 1.1.1.1" will use the
device associated with "wan", rather than "tun0".
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Sun, 11 Oct 2020 22:37:25 +0000 (18:37 -0400)]
mwan3: use helper library for mwan3track
Rather than using a special mwan3 user to manage mwan3track's tracking
packets, this commit implements a small helper library to bind to
device and to set a fwmark so that the tracking packets can be routed
out of the correct interface.
This provides a consistent method for binding to a device rather than
relying on various packages potentially buggy implementations. For
example: #8139 and #12836
This helper issue also allows for more tracking methods to be added
even if they do not have a command line option to bind to device,
such as iperf3 (eg #13050).
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Mon, 31 Aug 2020 23:20:17 +0000 (19:20 -0400)]
mwan3: give warning if ip of incorrect family specified in a rule
also use global IPv4_REGEX environment variable as consistent IPv4 regex
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Thu, 13 Aug 2020 00:38:56 +0000 (20:38 -0400)]
mwan3: use procd for mwan3rtmon and mwan3track
start all mwan3mon and mwan3track instances on mwan3 start
if an interface is down when mwan3track starts, it waits
for a signal from the hotplug script to start
procd can then handle stopping all of the scripts when mwan3
is halted
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Mon, 31 Aug 2020 19:51:25 +0000 (15:51 -0400)]
mwan3: fix bug when one interface is a prefix of another
correctly terminate interface status checks with new lines so that
interface status does not get confused when one interface is a prefix
of another interface.
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Tue, 1 Sep 2020 23:20:41 +0000 (19:20 -0400)]
mwan3: only update src_iface rules on ifup
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Sat, 15 Aug 2020 23:58:55 +0000 (19:58 -0400)]
mwan3: improvements to route creation
handle creation of routing tables in mwan3rtmon to avoid race
conditions and potentially missing routes
handle ipv6 routes that have expiry
update directly connected ipset when routes are added or deleted
add fall through rules so that the default routing table is not
used if no rule in the interface-specific routing table matches
add option to comply with mwan3 source based routing
get default route parameters from main routing table
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Mon, 31 Aug 2020 19:49:17 +0000 (15:49 -0400)]
mwan3: use MWAN3TRACK_STATUS_DIR variable throughout
Signed-off-by: Aaron Goodman <redacted>
Aaron Goodman [Mon, 31 Aug 2020 23:15:09 +0000 (19:15 -0400)]
mwan3: fixup some extra spaces and shellcheck warnings
Signed-off-by: Aaron Goodman <redacted>
Jeffery To [Fri, 16 Oct 2020 09:38:17 +0000 (17:38 +0800)]
golang: Fix vars not passed when calling cache_cleanup
Fixes https://github.com/openwrt/packages/issues/13674.
Signed-off-by: Jeffery To <redacted>
Jeffery To [Fri, 16 Oct 2020 09:13:42 +0000 (17:13 +0800)]
golang: Move build cache into $(TMP_DIR)
This changes the default build cache directory from $(TOPDIR)/.go-build
to $(TMP_DIR)/go-build, so that the cache directory is ignored by git
and is removed by "make dirclean".
This does not move/remove a build cache directory in the previous
location; it will need to be removed manually.
Fixes https://github.com/openwrt/packages/issues/13675.
Signed-off-by: Jeffery To <redacted>
Rosen Penev [Fri, 16 Oct 2020 03:19:36 +0000 (20:19 -0700)]
Merge pull request #13664 from neheb/pros
prosody: update to 0.11.7
Rosen Penev [Thu, 15 Oct 2020 03:07:58 +0000 (20:07 -0700)]
prosody: fix shellcheck warnings
Remove paxctl stuff. pax is not packaged in OpenWrt.
Add reload support.
Install lua cfg file as 644. It's needed to be readable as prosody user
Signed-off-by: Rosen Penev <redacted>
Daniel Golle [Thu, 15 Oct 2020 23:13:50 +0000 (00:13 +0100)]
libinput: update to version 1.16.2
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Thu, 15 Oct 2020 23:12:53 +0000 (00:12 +0100)]
libp11: update to version 0.4.11
Signed-off-by: Daniel Golle <redacted>
Rosen Penev [Thu, 15 Oct 2020 02:40:00 +0000 (19:40 -0700)]
prosody: update to 0.11.7
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 20:30:33 +0000 (13:30 -0700)]
Merge pull request #13669 from neheb/jool2
jool: update to 4.1.4
Oldřich Jedlička [Thu, 15 Oct 2020 15:48:12 +0000 (17:48 +0200)]
fwknop: Use sensible defaults.
* Change KEY/HMAC_KEY to __CHANGEME__, which is rejected by fwknopd
during start-up. The value CHANGEME is used only by LuCI package
luci-app-fwknopd - pull request for generating keys directly from
LuCI has been created already.
* Add sensible defaults for ENABLE_IPT_FORWARDING and ENABLE_NAT_DNS,
which both are/were set by luci-app-fwknopd. Move the defaults here.
Signed-off-by: Oldřich Jedlička <redacted>
Rosen Penev [Thu, 15 Oct 2020 10:34:48 +0000 (03:34 -0700)]
Merge pull request #13667 from neheb/glib2
glib2: update to 2.66.1
Rosen Penev [Thu, 15 Oct 2020 10:33:26 +0000 (03:33 -0700)]
Merge pull request #13665 from neheb/idn
libidn: update to 1.36
Rosen Penev [Thu, 15 Oct 2020 10:32:22 +0000 (03:32 -0700)]
Merge pull request #13673 from neheb/gerb
gerbera: update to 1.6.4
Rosen Penev [Thu, 15 Oct 2020 08:27:18 +0000 (01:27 -0700)]
Merge pull request #13668 from neheb/gam
gammu: update to 1.42.0
Rosen Penev [Thu, 15 Oct 2020 00:38:24 +0000 (17:38 -0700)]
spdlog: update to 1.8.1
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 00:56:40 +0000 (17:56 -0700)]
libnpupnp: update to 4.0.12
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 01:12:18 +0000 (18:12 -0700)]
gerbera: update to 1.6.4
Remove upstreamed patch.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 01:46:55 +0000 (18:46 -0700)]
qrencode: update to 4.1.1
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 02:02:07 +0000 (19:02 -0700)]
jool: update to 4.1.4
Added BUILDONLY to eliminate warning.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 02:09:10 +0000 (19:09 -0700)]
gammu: update to 1.42.0
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 02:12:43 +0000 (19:12 -0700)]
glib2: update to 2.66.1
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 02:25:36 +0000 (19:25 -0700)]
libmariadb: update to 3.8.10
Remove upstreamed patch.
Fixed license info.
Several whitespace changes.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 02:37:52 +0000 (19:37 -0700)]
libidn: update to 1.36
Refreshed patch.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 15 Oct 2020 00:41:25 +0000 (17:41 -0700)]
Merge pull request #13663 from nickberry17/update_mm_1.14.6
modemmanager: bump to 1.14.6
Nicholas Smith [Wed, 14 Oct 2020 23:39:02 +0000 (09:39 +1000)]
modemmanager: bump to 1.14.6
Signed-off-by: Nicholas Smith <redacted>
Rosen Penev [Wed, 14 Oct 2020 21:04:23 +0000 (14:04 -0700)]
Merge pull request #13656 from odmdas/freeradius3-fix_version
freeradius3: move "release_" from PKG_VERSION
Hannu Nyman [Wed, 14 Oct 2020 15:31:35 +0000 (18:31 +0300)]
Merge pull request #13642 from ja-pa/ooniprobe-3.0.8
ooniprobe: update to version 3.0.8
Hannu Nyman [Wed, 14 Oct 2020 15:29:49 +0000 (18:29 +0300)]
Merge pull request #13660 from zhaojh329/libuhttpd
libuhttpd: Update to 3.4.0
Jianhui Zhao [Wed, 14 Oct 2020 14:25:17 +0000 (22:25 +0800)]
libuhttpd: Update to 3.4.0
Signed-off-by: Jianhui Zhao <redacted>
Jan Pavlinec [Mon, 12 Oct 2020 10:49:23 +0000 (12:49 +0200)]
ooniprobe: update to version 3.0.8
Changes:
-Add tag to disable QUIC
-remove dependecy for measurement-kit
Signed-off-by: Jan Pavlinec <redacted>
Alexey Dobrovolsky [Wed, 14 Oct 2020 10:02:22 +0000 (13:02 +0300)]
freeradius3: move "release_" from PKG_VERSION
The substring "release_" does not reflect the version number.
In addition, package names will be shorter.
Signed-off-by: Alexey Dobrovolsky <redacted>
Michal Hrusecky [Tue, 13 Oct 2020 06:55:36 +0000 (08:55 +0200)]
mariadb: Cleanup and bump
Remove few no longer needed bits - like checking that datadir is defined
or mysqld_safe from server package and bumping revision after all the
init script cleanups.
Signed-off-by: Michal Hrusecky <redacted>
Michal Hrusecky [Tue, 13 Oct 2020 06:52:42 +0000 (08:52 +0200)]
mariadb: Use procd and run as user
Drop mysqld_safe and use procd instead. Also run as a user.
Signed-off-by: Michal Hrusecky <redacted>
Rosen Penev [Wed, 14 Oct 2020 04:28:02 +0000 (21:28 -0700)]
Merge pull request #13657 from neheb/tran
transmission: fix mbedtls search
Rosen Penev [Tue, 13 Oct 2020 23:52:40 +0000 (16:52 -0700)]
transmission: fix mbedtls search
mbedcrypto should be searched, not mbedtls. Also, there is no pkgconfig
file with mbedtls. Fixed that as well. Removed Makefile hacks.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Tue, 13 Oct 2020 22:36:55 +0000 (15:36 -0700)]
Merge pull request #13647 from jefferyto/seafile-server-7.1.5
seafile-server: Update to 7.1.5
Rosen Penev [Tue, 13 Oct 2020 22:24:35 +0000 (15:24 -0700)]
Merge pull request #13651 from neheb/build
treewide: add missing BUILDONLY
Pavel Demkovich [Tue, 13 Oct 2020 12:40:11 +0000 (15:40 +0300)]
znc: Add support for many configurable listeners for znc
Function add_listener called from /etc/init.d/znc, but not implemented
Signed-off-by: Pavel Demkovich <redacted>
Rosen Penev [Tue, 13 Oct 2020 09:55:41 +0000 (02:55 -0700)]
Merge pull request #13645 from aleksander0m/aleksander/libqmi-1-26-6
Update libqmi to 1.26.6 and make QMI-over-MBIM support optional
Florian Eckert [Tue, 13 Oct 2020 09:42:52 +0000 (11:42 +0200)]
Merge pull request #13641 from TDT-AG/pr/
20201012 -keepalived
keepalived: update to 2.1.5
Aleksander Morgado [Mon, 12 Oct 2020 11:54:54 +0000 (13:54 +0200)]
libqmi: make QMI-over-MBIM support optional
There is no need to force every user of libqmi to require libmbim and
build with QMI-over-MBIM support, if they know they're not going to
use it. Just make it optional and enabled by default.
Signed-off-by: Aleksander Morgado <redacted>
Michal Hrusecky [Mon, 12 Oct 2020 10:52:42 +0000 (12:52 +0200)]
mariadb: Do not use mysqladmin in init
Rewrite init script as mysqladmin requires access to the MySQL which is
hard to guarantee. Use standard signals instead.
Signed-off-by: Michal Hrusecky <redacted>
Michal Hrusecky [Mon, 12 Oct 2020 08:50:51 +0000 (10:50 +0200)]
mariadb: Use defaults and change default datadir
Use /srv/mysql as default datadir as /var/lib/mysql is in tmpfs. This
doesn't affect any existing setup as up till now it had to be always
specified in configuration. That is addressed in the second part of this
commit - init script now uses even defaults as compiled in MariaDB so
not everything has to be specified in configuration file.
Signed-off-by: Michal Hrusecky <redacted>
Rosen Penev [Tue, 13 Oct 2020 00:40:44 +0000 (17:40 -0700)]
treewide: add missing BUILDONLY
Fixes Makefile warnings:
WARNING: skipping X -- package has no install section
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 12 Oct 2020 23:29:29 +0000 (16:29 -0700)]
Merge pull request #13648 from neheb/canu
canutils: remove usleep and bzero
Rosen Penev [Mon, 12 Oct 2020 23:24:08 +0000 (16:24 -0700)]
Merge pull request #13649 from neheb/pico
picocom: remove usleep
Rosen Penev [Mon, 12 Oct 2020 05:20:43 +0000 (22:20 -0700)]
canutils: remove usleep and bzero
Both removed in POSIX 2008.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 12 Oct 2020 05:18:35 +0000 (22:18 -0700)]
picocom: remove usleep
usleep is removed in POSIX 2008.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 12 Oct 2020 23:12:20 +0000 (16:12 -0700)]
Merge pull request #13636 from neheb/pdnsr2
pdns-resursor: add missing dependency
Rosen Penev [Mon, 12 Oct 2020 23:09:45 +0000 (16:09 -0700)]
Merge pull request #13577 from BKPepe/click
click: update to version 7.1.2
Rosen Penev [Mon, 12 Oct 2020 23:01:02 +0000 (16:01 -0700)]
Merge pull request #13639 from neheb/geth
geth: update to 1.9.22
Rosen Penev [Mon, 12 Oct 2020 23:00:45 +0000 (16:00 -0700)]
Merge pull request #13638 from neheb/imgma
imagemagick: remove lto for GCC10
Rosen Penev [Mon, 12 Oct 2020 22:56:30 +0000 (15:56 -0700)]
Merge pull request #13631 from brvphoenix/boost
boost: refine the dependences
Jeffery To [Mon, 12 Oct 2020 20:46:04 +0000 (04:46 +0800)]
seafile-server: Update to 7.1.5, refresh patches
Signed-off-by: Jeffery To <redacted>
Jeffery To [Mon, 12 Oct 2020 19:30:59 +0000 (03:30 +0800)]
seafile-seahub: Update to 7.1.5, refresh patches
Signed-off-by: Jeffery To <redacted>
Jeffery To [Mon, 12 Oct 2020 17:41:08 +0000 (01:41 +0800)]
seafile-ccnet: Update to 7.1.5
Signed-off-by: Jeffery To <redacted>
Rosen Penev [Mon, 12 Oct 2020 21:19:22 +0000 (14:19 -0700)]
Merge pull request #13606 from PolynomialDivision/add-hostapd-ubus-exporter
prometheus-node-exporter-lua: hostad ubus stats
David Bauer [Mon, 12 Oct 2020 18:30:11 +0000 (20:30 +0200)]
Merge pull request #13630 from blocktrron/pr-static-neighbor-reports
static-neighbor-reports: add package
Michal Hrusecky [Thu, 1 Oct 2020 06:53:57 +0000 (08:53 +0200)]
mariadb: Add basic test
Add simple to test to try to run MariaDB and get the version.
Signed-off-by: Michal Hrusecky <redacted>
Nick Hainke [Thu, 8 Oct 2020 12:40:00 +0000 (14:40 +0200)]
prometheus-node-exporter-lua: hostad ubus stats
There is already the hostapd_stations exporter, which uses
hostapd-utils (more precisely hostapd-cli) to get client statistics.
However, the ubus interface is permanently integrated under hostapd
in OpenWrt. So this exporter needs one dependency less.
For now it exports mainly the rrm statistics. Many people are
interested in what your device supports. The exporter provides
information about the radio-resource-managment extensions.
Signed-off-by: Nick Hainke <redacted>
Hannu Nyman [Mon, 12 Oct 2020 17:24:07 +0000 (20:24 +0300)]
Merge pull request #13644 from Wedmer/zoneinfo_update
zoneinfo: Updated to the latest release
Vladimir Ulrich [Mon, 12 Oct 2020 11:58:26 +0000 (14:58 +0300)]
zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <redacted>
Aleksander Morgado [Mon, 12 Oct 2020 11:45:38 +0000 (13:45 +0200)]
libqmi: update version to 1.26.6
https://lists.freedesktop.org/archives/libqmi-devel/2020-October/003416.html
Signed-off-by: Aleksander Morgado <redacted>
Aleksander Morgado [Mon, 12 Oct 2020 11:44:38 +0000 (13:44 +0200)]
libqmi: update version to 1.26.4
https://lists.freedesktop.org/archives/libqmi-devel/2020-August/003377.html
Signed-off-by: Aleksander Morgado <redacted>
Rosen Penev [Mon, 12 Oct 2020 08:04:41 +0000 (01:04 -0700)]
Merge pull request #13637 from neheb/postf
postfix: update to 3.5.7
Rosen Penev [Mon, 12 Oct 2020 07:56:07 +0000 (00:56 -0700)]
Merge pull request #13640 from neheb/mar
mariadb: fix compilation when selinux is present
Van Waholtz [Sun, 11 Oct 2020 13:59:02 +0000 (06:59 -0700)]
boost: refine the dependences
Signed-off-by: Van Waholtz <redacted>
Florian Eckert [Mon, 5 Oct 2020 07:19:44 +0000 (09:19 +0200)]
keepalived: update PKG_VERSION to 2.1.5
Signed-off-by: Florian Eckert <redacted>
Rosen Penev [Mon, 12 Oct 2020 04:50:32 +0000 (21:50 -0700)]
mariadb: fix compilation when selinux is present
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Sun, 4 Oct 2020 21:57:28 +0000 (14:57 -0700)]
gammu: add back nls.mk
Because glib2 uses libintl, this is needed to prevent a linking error.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 5 Oct 2020 00:13:12 +0000 (17:13 -0700)]
geth: update to 1.9.22
Removed bogus PKGARCH.
Added nls.mk to fix compilation with uClibc-ng.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Sun, 11 Oct 2020 23:57:01 +0000 (16:57 -0700)]
imagemagick: remove lto for GCC10
It does not work with GCC10.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 12 Oct 2020 01:06:10 +0000 (18:06 -0700)]
postfix: update to 3.5.7
Fix compilation with GCC10.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 12 Oct 2020 01:06:37 +0000 (18:06 -0700)]
pdns-resursor: add missing dependency
Signed-off-by: Rosen Penev <redacted>
David Bauer [Sun, 11 Oct 2020 11:56:12 +0000 (13:56 +0200)]
static-neighbor-reports: add package
Signed-off-by: David Bauer <redacted>
Rosen Penev [Sun, 11 Oct 2020 22:22:24 +0000 (15:22 -0700)]
Merge pull request #13607 from sumpfralle/master
muninlite: update to new upstream release (2.1.0)
Rosen Penev [Sun, 11 Oct 2020 22:18:07 +0000 (15:18 -0700)]
Merge pull request #13629 from ynezz/upstream/cgi-io-oot-project
cgi-io: move into out of tree project