Commit Graph

25283 Commits

Author SHA1 Message Date
Simon Polack e36e8a6a3b airos-dfs-reset: add airos-dfs-reset
Ubiquitis airmax based gear does not fallback to original port after DFS
event is over. This tool triggers the fallback automatically by soft-restarting
unconditionally, whenever the configured freq differs from the running.

Signed-off-by: Simon Polack <spolack+git@mailbox.org>
2021-08-23 11:40:33 +02:00
Rosen Penev 3a29ecfcc9
Merge pull request #16401 from Fanfwe/fix_jq_performance
jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance on startup
2021-08-23 02:21:26 -07:00
François Goudal dca61c0261 jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance on startup
Signed-off-by: François Goudal <francois.goudal@airmont.com>
2021-08-23 11:15:44 +02:00
Rosen Penev 8c55f72146
Merge pull request #16432 from nickberry17/update_MM_and_libs
bump ModemManager and libs
2021-08-22 14:33:52 -07:00
Rosen Penev 086054fded
Merge pull request #16435 from jefferyto/golang-1.17
golang: Update to 1.17
2021-08-22 14:32:34 -07:00
Rosen Penev da6c6acebc
Merge pull request #16427 from neheb/vs
vsftpd: update to 3.0.5
2021-08-22 14:04:30 -07:00
Jeffery To d0aab6b8bc
golang: Update to 1.17
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-08-23 00:37:25 +08:00
Etienne Champetier 7a1c237937 phantap: update to latest commit
26bd876 Switch from ifname to device
d8d3d5f Fix blog post link

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2021-08-22 07:47:09 -04:00
Nicholas Smith c7ec9ec410 modemmanager: switch to autorelease
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-08-22 16:12:36 +10:00
Nicholas Smith 80b47a11b1 libmbim: switch to autorelease
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-08-22 16:12:20 +10:00
Nicholas Smith daeb94469b libqmi: switch to autorelease
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-08-22 16:12:08 +10:00
Nicholas Smith 858d61b148 modemmanager: bump to 1.16.10
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-08-22 15:50:33 +10:00
Nicholas Smith 46e6cb7d15 libmbim: bump to 1.26.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-08-22 15:50:14 +10:00
Nicholas Smith 4e67af0cc1 libqmi: bump to 1.28.8
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-08-22 15:49:41 +10:00
Dirk Brenken 114b8da841
Merge pull request #16428 from dibdot/travelmate
travelmate: update to 2.0.6
2021-08-22 06:38:25 +02:00
Dirk Brenken 1c0fcbd28b
travelmate: update to 2.0.6
* replaced pipe input for a while/read-loop with a here document/variable as input
  (fix various subshell related bugs and oddities)
* further improve abort and re-connection handling
* prevent alleged detected connection failures (false positives) with an additional gw check,
  to stabilize VPN connections in particular

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-08-22 06:31:51 +02:00
Rosen Penev 1b86329536
Merge pull request #16421 from neheb/nfdd
nfdump: fix compilation with PKG_ASLR
2021-08-21 16:10:58 -07:00
Rosen Penev 71ee801e14
Merge pull request #16423 from neheb/kll
klish: update to 2.2.3
2021-08-21 16:10:47 -07:00
Rosen Penev a9ae3c0295 vsftpd: update to 3.0.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-21 12:14:45 -07:00
Rosen Penev e1b8af20d6 klish: update to 2.2.3
Switch to AUTORELEASE for simplicity.

Remove uClibc reference from patch as it's no longer in tree.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-21 11:59:15 -07:00
Rosen Penev 0b01966590 nfdump: fix compilation with PKG_ASLR
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-21 11:45:19 -07:00
Daniel Golle f53cd4232a
libinput: package libinput cli applets and quriks
Also package /usr/libexec/libinput/* and /usr/share/lib/input/*.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-21 18:40:34 +01:00
Petr Štetiar e29678aa2c
Merge pull request #16312 from ynezz/upstream/c-ares-CVE-2021-3672
c-ares: update to version 1.17.2
2021-08-21 11:52:35 +02:00
Stan Grishin d889df02ec
Merge pull request #16413 from champtar/https-dns-proxy-cmakelist
https-dns-proxy: patch CMakeList.txt to use OpenWrt CFLAGS
2021-08-20 17:06:14 -07:00
Etienne Champetier 374e1dd56e https-dns-proxy: patch CMakeList.txt to use OpenWrt CFLAGS
This fixes compilation issues with ASLR PIE enabled

We were compiling with '-g -DDEBUG'

https-dns-proxy_2021-07-29-*_arm_cortex-a9_vfpv3-d16.ipk
shrink from 19514 to 19095

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2021-08-20 15:45:44 -04:00
Ted Hess 6981009f48 dnscrypt-proxy2: Upgrade to 2.1.0
Adjust build opts to force GOPATH mode by setting GO111MODULE off.
Ref: https://go.dev/blog/go116-module-changes

Signed-off-by: Ted Hess <thess@kitschensync.net>
2021-08-20 19:40:27 +02:00
Rosen Penev 3096840aef
Merge pull request #16379 from neheb/sft
softethervpn5: fix compilation without engines
2021-08-20 08:25:31 -07:00
Petr Štetiar 84058b3980 c-ares: update to version 1.17.2
Missing input validation of host names returned by Domain Name Servers
in the c-ares library can lead to output of wrong hostnames (leading to
Domain Hijacking).

The Common Vulnerabilities and Exposures (CVE) project has assigned the
name CVE-2021-3672 to this issue.

References: https://c-ares.haxx.se/adv_20210810.html
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-08-20 10:33:33 +00:00
Ronny Kotzschmar 35876858d1 libwebsockets: avoid a compilation error due to a missing uloop
With a clean build environment and at least two parallel jobs
a compilation error may occur:

...
-- Looking for uv/version.h - found
libubox include dir: ULOOP_INCLUDE_DIRS-NOTFOUND
libubox libraries: ULOOP_LIBRARIES-NOTFOUND
...
CMake Error in lib/event-libs/uloop/CMakeLists.txt:
  Found relative path while evaluating include directories of
  "websockets-evlib_uloop":

    "ULOOP_INCLUDE_DIRS-NOTFOUND"
...

Signed-off-by: Ronny Kotzschmar <ro.ok@me.com>
2021-08-20 10:31:49 +00:00
Dirk Brenken 0ae51dab64
Merge pull request #16409 from paper42/mc-fix
mc: add a missing Syntax file
2021-08-20 10:59:15 +02:00
Michal Vasilek 312caff03b
mc: add a missing Syntax file
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-20 10:06:42 +02:00
Rosen Penev d96ae81d24
Merge pull request #16406 from neheb/gpgg
gnupg: remove the GCC if
2021-08-19 18:40:25 -07:00
Rosen Penev 2811f18da7 gnupg: remove the GCC if
Doesn't seem to work without advanced toolchain settings.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-19 12:37:29 -07:00
Alexandru Ardelean bbdaaacd63
Merge pull request #16394 from turris-cz/python-add-distutils-hack
python3-setuptools: add _distutils_hack
2021-08-19 13:55:53 +03:00
Rosen Penev aac14f7134
Merge pull request #16396 from paper42/git-2.33
git: update to 2.33.0
2021-08-18 23:07:55 -07:00
Rosen Penev b6ea2d67ef
Merge pull request #16400 from wfleurant/ygg-uci-ifname
yggdrasil: uci ifname is now known as device
2021-08-18 23:07:21 -07:00
William Fleurant 6b280aef02 yggdrasil: uci ifname is now known as device
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2021-08-18 21:21:51 +02:00
Dirk Brenken e3d69b8653
Merge pull request #16388 from paper42/mc-master
mc: update to 4.8.27, split -skins
2021-08-18 20:44:42 +02:00
Daniel Golle 8486f64fea
auc: update to version 0.2.1
Brings support for future connexion based API.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-18 19:33:41 +01:00
Jan Baier 641f75d98a zabbix: Call killall with the -s
Some versions of killall do support the `killall -SIGNAL` syntax and
have only `-s SIGNAL` which should be supported everywhere.

I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2

Signed-off-by: Jan Baier <jan.baier@amagical.net>
2021-08-18 10:37:40 -04:00
Michal Vasilek e684672916
git: update to 2.33.0
* refresh patches

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-18 14:53:03 +02:00
Josef Schlehofer feaaacc10f
python3-setuptools: add _distutils_hack
I tried to install matplotlib by using pip and it failed with the following output:

2021-08-18T11:52:26,171 Collecting matplotlib
2021-08-18T11:52:26,173   Created temporary directory: /tmp/pip-unpack-wuth2u0e
2021-08-18T11:52:26,565   Using cached matplotlib-3.4.3.tar.gz (37.9 MB)
2021-08-18T11:52:38,659   Added matplotlib from https://files.pythonhosted.org/packages/21/37/           197e68df384ff694f78d687a49ad39f96c67b8d75718bc61503e1676b617/matplotlib-3.4.3.tar.                       gz#sha256=fc4f526dfdb31c9bd6b8ca06bf9fab663ca12f3ec9cdf4496fb44bc680140318 to build tracker '/tmp/pip-   req-tracker-u30x8pht'
2021-08-18T11:52:38,660     Running setup.py (path:/tmp/pip-install-afiyiers/                            matplotlib_8e717e38862f4976a3d6cb1832ba3261/setup.py) egg_info for package matplotlib
2021-08-18T11:52:38,661     Created temporary directory: /tmp/pip-pip-egg-info-kbtiezxq
2021-08-18T11:52:38,662     Running command python setup.py egg_info
2021-08-18T11:52:38,831     Traceback (most recent call last):
2021-08-18T11:52:38,832       File "<string>", line 1, in <module>
2021-08-18T11:52:38,832       File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 8, in <module>
2021-08-18T11:52:38,833     ModuleNotFoundError: No module named '_distutils_hack'

More details about it:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968410

Once I applied the patch from the bug tracker, I got further to install
it.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-08-18 12:20:07 +02:00
Michal Vasilek c2b68710e1
mc: update to 4.8.27, split -skins
* fixes CVE-2021-36370
* add a new subpackage mc-skins
* drop 030-fix-cchat_t.patch, fixed upstream
* refresh patches

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-18 11:47:29 +02:00
Rosen Penev 1cba8af1b1
Merge pull request #16327 from cotequeiroz/lua-rs232
lua-rs232: don't rely on detected luadir
2021-08-18 02:05:23 -07:00
Rosen Penev 1062324202
Merge pull request #16322 from paper42/mblaze
mblaze: new package
2021-08-18 02:04:56 -07:00
Rosen Penev 1a1b203ea4
Merge pull request #16369 from stintel/gnuplot
gnuplot: fix host lib leakage
2021-08-18 02:01:47 -07:00
Rosen Penev 6a47396734
Merge pull request #16380 from EricLuehrsen/unbound_132
unbound: update to 1.3.2
2021-08-17 14:50:24 -07:00
Rosen Penev a231c25e8f
Merge pull request #16382 from cotequeiroz/perl_flock
perl: perlmod.mk: wrap hostpkg perl usage around flock
2021-08-17 14:20:25 -07:00
Rosen Penev f02e6d59ab
Merge pull request #16377 from neheb/mjpgg
mjpg-streamer: remove outdated musl patch
2021-08-17 14:19:54 -07:00
Rosen Penev 66178b024c
Merge pull request #16378 from neheb/hplp
hplip: update to 3.21.6
2021-08-17 14:17:14 -07:00