feed/packages.git
2 years agopython3-package.mk: add check for dependencies in host-pip-requirements 16462/head
Alexandru Ardelean [Wed, 25 Aug 2021 12:59:56 +0000 (15:59 +0300)]
python3-package.mk: add check for dependencies in host-pip-requirements

It often happens that we update a package to a new version (e.g. cffi) to a
newer version, but we forget to update the version for cffi in the
`lang/python/host-pip-requirements/cffi.txt` file.

This check adds a minimal check, so that when a build occurs for a Python
package, if there is a mention/listing of this package in
`lang/python/host-pip-requirements/` it will check that the versions match.

This way, when we update a package, we get a build failure and update the
host version as well.

This will omit packages (like Cython) that are not packaged for OpenWrt,
but are host-side dependencies only.
But until we find some mechanism to check for those, we will probably only
notice to update them when another build occurs (at the very least).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoseafile-seahub: move Django-1.11.txt in package folder
Alexandru Ardelean [Mon, 30 Aug 2021 07:00:39 +0000 (10:00 +0300)]
seafile-seahub: move Django-1.11.txt in package folder

Django 1.11 (host-build) is only needed for Seahub.
And won't ever be needed for anything else (hopefully).

This change moves it to the Seahub folder.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #16489 from dibdot/banIP
Dirk Brenken [Sun, 29 Aug 2021 18:06:26 +0000 (20:06 +0200)]
Merge pull request #16489 from dibdot/banIP

banip: update 0.7.10

2 years agov2rayA: add new package
Tianling Shen [Thu, 26 Aug 2021 13:13:59 +0000 (21:13 +0800)]
v2rayA: add new package

v2rayA is a Linux web GUI client of Project V which supports V2Ray,
Xray, Shadowsocks, ShadowsocksR, Trojan and Pingtunnel.

Wiki: https://github.com/v2rayA/v2rayA/wiki

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agojson-glib: bump to version 1.6.6
Sebastian Kemper [Sat, 28 Aug 2021 23:03:43 +0000 (01:03 +0200)]
json-glib: bump to version 1.6.6

This also drops 01-remove-python-check.patch, which was added previously
to allow Github Actions to work.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2 years agobanip: update 0.7.10 16489/head
Dirk Brenken [Sun, 29 Aug 2021 15:16:59 +0000 (17:16 +0200)]
banip: update 0.7.10

* switch to unencrypted http downloads for ipdeny.com due to persistant certificate issues
* compact json generator code (tested with report files > 2MB)
* various code cleanups and optimizations

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 years agopdns-recursor: Update to v4.5.5
Wout Bertrums [Thu, 26 Aug 2021 08:29:33 +0000 (10:29 +0200)]
pdns-recursor: Update to v4.5.5

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
2 years agopdns-recursor: Update recursor.conf-dist
Wout Bertrums [Thu, 26 Aug 2021 08:28:46 +0000 (10:28 +0200)]
pdns-recursor: Update recursor.conf-dist

It has been updated to the latest version shipped by upstream.
This has not been done since v4.2.1, hence the big diff.

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
2 years agomemcached: use memcached user
Paul Spooren [Tue, 24 Aug 2021 23:31:19 +0000 (13:31 -1000)]
memcached: use memcached user

This avoid using `nobody` as user since multiple services fallback to
this user, resulting in a security issue. The UID was taken from Gentoos
`acct-user` repository.

https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/memcached/memcached-0-r1.ebuild

Signed-off-by: Paul Spooren <mail@aparcar.org>
2 years agonfs-kernel-server: update to 2.5.4
Rosen Penev [Sat, 17 Jul 2021 03:58:21 +0000 (20:58 -0700)]
nfs-kernel-server: update to 2.5.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agosquid: update to 4.16
Rosen Penev [Wed, 7 Jul 2021 03:37:25 +0000 (20:37 -0700)]
squid: update to 4.16

Fixes compilation with GCC11.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolxc: update to 4.0.10
Rosen Penev [Thu, 15 Jul 2021 02:02:42 +0000 (19:02 -0700)]
lxc: update to 4.0.10

Remove getline patch. It seems to be for uClibc, which is no longer in
the tree.

Remove commands patch. Issue was fixed upstream. Same with the tests
patch.

Remove gpg patch. It's an upstream backport.

Refreshed others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16473 from paper42/python-websocket-client-1.2.1
Rosen Penev [Sat, 28 Aug 2021 18:32:10 +0000 (11:32 -0700)]
Merge pull request #16473 from paper42/python-websocket-client-1.2.1

python-websocket-client: update to 1.2.1

2 years agoMerge pull request #16481 from neheb/1
Rosen Penev [Sat, 28 Aug 2021 17:34:48 +0000 (10:34 -0700)]
Merge pull request #16481 from neheb/1

glib2: update to 2.68.4

2 years agoglib2: update to 2.68.4 16481/head
Rosen Penev [Thu, 26 Aug 2021 21:56:30 +0000 (14:56 -0700)]
glib2: update to 2.68.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16472 from paper42/libssh-0.9.6
Rosen Penev [Fri, 27 Aug 2021 20:33:13 +0000 (13:33 -0700)]
Merge pull request #16472 from paper42/libssh-0.9.6

libssh: update to 0.9.6

2 years agoMerge pull request #16475 from M95D/M95D-2
Rosen Penev [Fri, 27 Aug 2021 20:32:41 +0000 (13:32 -0700)]
Merge pull request #16475 from M95D/M95D-2

tvheadend: multiple improvements

2 years agoMerge pull request #16476 from 1715173329/dnsproxy
Rosen Penev [Fri, 27 Aug 2021 20:31:33 +0000 (13:31 -0700)]
Merge pull request #16476 from 1715173329/dnsproxy

dnsproxy: Update to 0.39.4

2 years agoMerge pull request #16479 from mwarning/smcroute
Rosen Penev [Fri, 27 Aug 2021 20:31:19 +0000 (13:31 -0700)]
Merge pull request #16479 from mwarning/smcroute

smcroute: update to version 2.5.2

2 years agoMerge pull request #16477 from 1715173329/yq
Rosen Penev [Fri, 27 Aug 2021 20:30:53 +0000 (13:30 -0700)]
Merge pull request #16477 from 1715173329/yq

yq: Update to 4.12.1

2 years agosmcroute: update to version 2.5.2 16479/head
Moritz Warning [Fri, 27 Aug 2021 19:36:06 +0000 (21:36 +0200)]
smcroute: update to version 2.5.2

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2 years agodnsproxy: Update to 0.39.4 16476/head
Tianling Shen [Fri, 27 Aug 2021 16:37:40 +0000 (00:37 +0800)]
dnsproxy: Update to 0.39.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoyq: Update to 4.12.1 16477/head
Tianling Shen [Fri, 27 Aug 2021 16:43:24 +0000 (00:43 +0800)]
yq: Update to 4.12.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agotvheadend: multiple improvements 16475/head
Marius Dinu [Fri, 27 Aug 2021 07:21:53 +0000 (10:21 +0300)]
tvheadend: multiple improvements
- Added menuconfig options:
  - TV sources and protocols: SAT>IP, IPTV, HDHomeRun
  - SoftCAM (3 options)
  - Image cache (default changed to OFF)
  - Trace debug option (default changed to OFF)
- Added menuconfig descriptions.
- Removed codecs.
- Made PIE option dependent on global OpenWRT PIE setting.
- Run as regular user, not root.
- Added USB hotplug script to change DVB tuners permissions.
- Fixed a first-start bug(?) that I encountered: admin account created but not saved.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2 years agopython-websocket-client: update to 1.2.1 16473/head
Michal Vasilek [Fri, 27 Aug 2021 10:40:48 +0000 (12:40 +0200)]
python-websocket-client: update to 1.2.1

* update license (changed in 1.2.0)
* removed python3-six dependency (removed in 1.0.0)
* do not install tests

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoMerge pull request #16470 from 1715173329/xray
Rosen Penev [Fri, 27 Aug 2021 08:04:31 +0000 (01:04 -0700)]
Merge pull request #16470 from 1715173329/xray

xray-core: fix build under go 1.17

2 years agolibssh: update to 0.9.6 16472/head
Michal Vasilek [Fri, 27 Aug 2021 07:51:17 +0000 (09:51 +0200)]
libssh: update to 0.9.6

* fixes CVE-2021-3634

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoauc: update to version 0.2.4
Daniel Golle [Fri, 27 Aug 2021 01:06:57 +0000 (02:06 +0100)]
auc: update to version 0.2.4

A stray ')' made auc skip the check if all mandatory fields of a
branch are present. Fix paranthesis in that if-clause to actually
check for all fields.

Don't even fetch package lists if checking only for release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoxray-core: fix build under go 1.17 16470/head
Tianling Shen [Thu, 26 Aug 2021 13:52:40 +0000 (21:52 +0800)]
xray-core: fix build under go 1.17

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoauc: update to version 0.2.3
Daniel Golle [Wed, 25 Aug 2021 20:20:39 +0000 (21:20 +0100)]
auc: update to version 0.2.3

 * use regular verrevcmp for branch names, fixes update indication
 * break out usage() from main() function
 * require '-f' in case installed package is missing in remote lists
 * don't use ENETUNREACH for unlrelated error

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #16458 from kuanyili/usbutils
Rosen Penev [Thu, 26 Aug 2021 00:43:00 +0000 (17:43 -0700)]
Merge pull request #16458 from kuanyili/usbutils

usbutils: bump to 014

2 years agoMerge pull request #16459 from commodo/numpy
Rosen Penev [Wed, 25 Aug 2021 21:09:18 +0000 (14:09 -0700)]
Merge pull request #16459 from commodo/numpy

numpy: bump to version 1.21.2

2 years agoMerge pull request #16418 from SibrenVasse/master
Rosen Penev [Wed, 25 Aug 2021 21:07:07 +0000 (14:07 -0700)]
Merge pull request #16418 from SibrenVasse/master

openssh: update to 8.7p1

2 years agoyq: Update to 4.12.0
Tianling Shen [Wed, 25 Aug 2021 14:41:14 +0000 (22:41 +0800)]
yq: Update to 4.12.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoMerge pull request #16366 from stintel/rtl_433
Stijn Tintel [Wed, 25 Aug 2021 15:21:52 +0000 (18:21 +0300)]
Merge pull request #16366 from stintel/rtl_433

rtl_433: disable SoapySDR

2 years agoopenssh: update to 8.7p1 16418/head
Sibren Vasse [Sat, 21 Aug 2021 11:00:07 +0000 (13:00 +0200)]
openssh: update to 8.7p1

Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
2 years agolua: penlight: bump to 1.11.0
Karl Palsson [Mon, 23 Aug 2021 10:33:51 +0000 (10:33 +0000)]
lua: penlight: bump to 1.11.0

Feature updates, and some minor bugfixes.

Changelog for 1.11.0: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1110-2021-08-18
Changelog for prior releases rolled up here are in the same changelog.

This also moves to the "final" home, under lunarmodules, instead of the
temporary "tieske" maintainer's private github, see https://github.com/lunarmodules/Penlight/issues/339

Signed-off-by: Karl Palsson <karlp@etactica.com>
2 years agolibwebsockets: enable external poll support
Karl Palsson [Wed, 25 Aug 2021 09:54:18 +0000 (09:54 +0000)]
libwebsockets: enable external poll support

This was removed and then re-added, but defaulted off upstream.  It's
still listed as "not recommended" but still absolutely essential for
many apps for performance.

Fixes: https://github.com/eclipse/mosquitto/issues/2284
Signed-off-by: Karl Palsson <karlp@etactica.com>
2 years agoMerge pull request #16422 from neheb/g19
Rosen Penev [Wed, 25 Aug 2021 07:57:54 +0000 (00:57 -0700)]
Merge pull request #16422 from neheb/g19

gerbera: update to 1.9.0

2 years agonumpy: bump to version 1.21.2 16459/head
Alexandru Ardelean [Wed, 25 Aug 2021 07:05:48 +0000 (10:05 +0300)]
numpy: bump to version 1.21.2

Switch to AUTORELEASE for PKG_RELEASE.
And update Cython as well.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agousbutils: bump to 014 16458/head
Kuan-Yi Li [Wed, 25 Aug 2021 06:31:32 +0000 (14:31 +0800)]
usbutils: bump to 014

Remove dependency on usbids as lsusb binary does not use usb.ids file
anymore, instead it uses udev hardware database.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2 years agogerbera: update to 1.9.0 16422/head
Rosen Penev [Sat, 21 Aug 2021 18:42:17 +0000 (11:42 -0700)]
gerbera: update to 1.9.0

Backport upstream patch fixing Os compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agospdlog: update to 1.9.2
Rosen Penev [Sat, 21 Aug 2021 18:42:04 +0000 (11:42 -0700)]
spdlog: update to 1.9.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16453 from paper42/grep-3.7
Rosen Penev [Wed, 25 Aug 2021 02:12:47 +0000 (19:12 -0700)]
Merge pull request #16453 from paper42/grep-3.7

grep: update to 3.7

2 years agoMerge pull request #16374 from neheb/pocc
Rosen Penev [Wed, 25 Aug 2021 02:12:00 +0000 (19:12 -0700)]
Merge pull request #16374 from neheb/pocc

poco: update to 1.11.0

2 years agoMerge pull request #16452 from commodo/python-simplejson
Rosen Penev [Wed, 25 Aug 2021 02:10:49 +0000 (19:10 -0700)]
Merge pull request #16452 from commodo/python-simplejson

python-simplejson: bump to version 3.17.5

2 years agoMerge pull request #16405 from neheb/airr
Rosen Penev [Wed, 25 Aug 2021 02:08:41 +0000 (19:08 -0700)]
Merge pull request #16405 from neheb/airr

aircrack-ng: add fcommon

2 years agoMerge pull request #16330 from neheb/ksmbbb
Rosen Penev [Wed, 25 Aug 2021 02:08:14 +0000 (19:08 -0700)]
Merge pull request #16330 from neheb/ksmbbb

ksmbd stuff: update to 3.4.1

2 years agoMerge pull request #16457 from rs/nextdns-1.36.0-master
Stan Grishin [Wed, 25 Aug 2021 00:07:48 +0000 (17:07 -0700)]
Merge pull request #16457 from rs/nextdns-1.36.0-master

nextdns: Update to version 1.36.0

2 years agonextdns: Update to version 1.36.0 16457/head
Olivier Poitrey [Tue, 24 Aug 2021 23:40:39 +0000 (23:40 +0000)]
nextdns: Update to version 1.36.0

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2 years agomosquitto: allow auth options with per listener settings
Karl Palsson [Tue, 24 Aug 2021 14:19:41 +0000 (14:19 +0000)]
mosquitto: allow auth options with per listener settings

Some settings can be either global or per listener, and we need to
support both forms in UCI.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2 years agogrep: update to 3.7 16453/head
Michal Vasilek [Tue, 24 Aug 2021 13:30:25 +0000 (15:30 +0200)]
grep: update to 3.7

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agomosquitto: init: support more UCI options
Karl Palsson [Tue, 24 Aug 2021 12:07:23 +0000 (12:07 +0000)]
mosquitto: init: support more UCI options

Recent versions of mosquitto have added a lot more fine grained control
of various options.  Add UCI support for all of them, and fix a couple
of things that were configured as per listener, that are actually global
settings.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2 years agopython-simplejson: bump to version 3.17.5 16452/head
Alexandru Ardelean [Tue, 24 Aug 2021 11:24:45 +0000 (14:24 +0300)]
python-simplejson: bump to version 3.17.5

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #16420 from neheb/fakepop
Rosen Penev [Tue, 24 Aug 2021 09:25:49 +0000 (02:25 -0700)]
Merge pull request #16420 from neheb/fakepop

fakepop: fix compilation with PKG_ASLR

2 years agoMerge pull request #16439 from ja-pa/tailscale-1.12.3
Rosen Penev [Tue, 24 Aug 2021 09:25:28 +0000 (02:25 -0700)]
Merge pull request #16439 from ja-pa/tailscale-1.12.3

tailscale: update to version 1.12.3

2 years agoMerge pull request #16446 from micmac1/mdio-tools-ac_init
Rosen Penev [Tue, 24 Aug 2021 09:24:13 +0000 (02:24 -0700)]
Merge pull request #16446 from micmac1/mdio-tools-ac_init

mdio-tools: fix buildbot build

2 years agoMerge pull request #16448 from dbermond/proxychains-ng-4.15
Rosen Penev [Tue, 24 Aug 2021 03:24:18 +0000 (20:24 -0700)]
Merge pull request #16448 from dbermond/proxychains-ng-4.15

proxychains-ng: update to version 4.15

2 years agoproxychains-ng: update to version 4.15 16448/head
Daniel Bermond [Tue, 24 Aug 2021 00:08:47 +0000 (21:08 -0300)]
proxychains-ng: update to version 4.15

Maintainer: me

Build system: Arch Linux x86_64
Build tested: ipq806x/R7800
Run tested  : ipq806x/R7800

Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
2 years agoMerge pull request #16408 from vgaetera/iface-bond
Rosen Penev [Mon, 23 Aug 2021 21:50:46 +0000 (14:50 -0700)]
Merge pull request #16408 from vgaetera/iface-bond

bonding: use shorter interface prefix

2 years agobonding: use shorter interface prefix 16408/head
Vladislav Grigoryev [Fri, 20 Aug 2021 04:07:47 +0000 (07:07 +0300)]
bonding: use shorter interface prefix

Change the interface protocol prefix from "bonding-" to "bond-".
This allows longer custom interface names and useful for VLANs.

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2 years agoMerge pull request #16304 from micmac1/gpsd-3.23
Rosen Penev [Mon, 23 Aug 2021 19:31:29 +0000 (12:31 -0700)]
Merge pull request #16304 from micmac1/gpsd-3.23

gpsd: bump to 3.23

2 years agoMerge pull request #16442 from nwidger/delve-1.7.1
Rosen Penev [Mon, 23 Aug 2021 19:19:31 +0000 (12:19 -0700)]
Merge pull request #16442 from nwidger/delve-1.7.1

delve: Update to 1.7.1

2 years agoMerge pull request #16440 from paper42/apr-cve-master
Rosen Penev [Mon, 23 Aug 2021 19:16:49 +0000 (12:16 -0700)]
Merge pull request #16440 from paper42/apr-cve-master

apr: patch CVE-2021-35940

2 years agomdio-tools: fix buildbot build 16446/head
Sebastian Kemper [Mon, 23 Aug 2021 19:13:42 +0000 (21:13 +0200)]
mdio-tools: fix buildbot build

On buildbots the build fails because git isn't finding any git repo and
then AC_INIT refuses to run:

fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
configure.ac:5: error: AC_INIT should be called with package and version arguments

Address this by substituting the git command with $(PKG_VERSION).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2 years agogpsd: bump to 3.23 16304/head
Sebastian Kemper [Sun, 22 Aug 2021 14:21:58 +0000 (16:21 +0200)]
gpsd: bump to 3.23

Contains fix for time jumping back 1024 weeks after 23-October-2021.

Changes:

- Between current version and 3.23 the ABI version changed from 27 to
  29. Add ABI_VERSION variable to package as the jumps occur often.
- 0001-no-distutils-import.patch: removed because current patch doesn't
  work with new release and host python3-distutils is a build
  requirement anyway.
- 0002-ncurses6_detection.patch: fixed the patch. Currently the first
  "elif" checks for "ncurses6-config". But this is only provided by
  ncurses/host package, so the CFLAGS then contain includes that point
  into $(STAGING_DIR_HOSTPKG). The ncurses target package only installs
  "ncursesw6-config" into the staging area. So this is the only tool of
  interest. Also, the hunk moved from SConstruct to SConscript.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2 years agoauc: read `detail` not `message` from server
Paul Spooren [Sun, 22 Aug 2021 21:07:14 +0000 (11:07 -1000)]
auc: read `detail` not `message` from server

The server API was unified and therefore the servers response is now
`detail` rather than `message`, all found under the new endpoint
/api/v1/build.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2 years agoMerge pull request #16361 from stintel/v4l
Ted Hess [Mon, 23 Aug 2021 16:42:26 +0000 (12:42 -0400)]
Merge pull request #16361 from stintel/v4l

v4l-utils: add libudev-zero dependency

2 years agov4l-utils: add libudev-zero dependency 16361/head
Stijn Tintel [Sat, 14 Aug 2021 18:51:17 +0000 (21:51 +0300)]
v4l-utils: add libudev-zero dependency

When libudev-zero is enabled, v4l-utils links against it, and the
package build fails due to a missing dependency:

Package v4l-utils is missing dependencies for the following libraries:
libudev.so.1

As disabling udev doesn't seem to be supported in v4l-utils, simply add
the dependency to fix the build.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agoapr: patch CVE-2021-35940 16440/head
Michal Vasilek [Mon, 23 Aug 2021 11:37:53 +0000 (13:37 +0200)]
apr: patch CVE-2021-35940

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agodelve: Update to 1.7.1 16442/head
Niels Widger [Mon, 23 Aug 2021 12:38:26 +0000 (08:38 -0400)]
delve: Update to 1.7.1

See
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#171-2021-08-18
for changes.

Signed-off-by: Niels Widger <niels@qacafe.com>
2 years agoMerge pull request #16438 from kuoruan/aria2
Rosen Penev [Mon, 23 Aug 2021 09:40:40 +0000 (02:40 -0700)]
Merge pull request #16438 from kuoruan/aria2

aria2: bump to v1.36.0

2 years agoairos-dfs-reset: add airos-dfs-reset
Simon Polack [Tue, 3 Aug 2021 10:59:44 +0000 (12:59 +0200)]
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>
2 years agoMerge pull request #16401 from Fanfwe/fix_jq_performance
Rosen Penev [Mon, 23 Aug 2021 09:21:26 +0000 (02:21 -0700)]
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

2 years agojq: Backport a bunch of commits in order to fix jq-1.6 terrible performance on startup 16401/head
François Goudal [Wed, 18 Aug 2021 21:01:23 +0000 (23:01 +0200)]
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>
2 years agotailscale: update to version 1.12.3 16439/head
Jan Pavlinec [Mon, 23 Aug 2021 06:44:46 +0000 (08:44 +0200)]
tailscale: update to version 1.12.3

Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2 years agoaria2: bump to v1.36.0 16438/head
Hsing-Wang Liao [Mon, 23 Aug 2021 02:21:08 +0000 (02:21 +0000)]
aria2: bump to v1.36.0

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2 years agoMerge pull request #16432 from nickberry17/update_MM_and_libs
Rosen Penev [Sun, 22 Aug 2021 21:33:52 +0000 (14:33 -0700)]
Merge pull request #16432 from nickberry17/update_MM_and_libs

bump ModemManager and libs

2 years agoMerge pull request #16435 from jefferyto/golang-1.17
Rosen Penev [Sun, 22 Aug 2021 21:32:34 +0000 (14:32 -0700)]
Merge pull request #16435 from jefferyto/golang-1.17

golang: Update to 1.17

2 years agoMerge pull request #16427 from neheb/vs
Rosen Penev [Sun, 22 Aug 2021 21:04:30 +0000 (14:04 -0700)]
Merge pull request #16427 from neheb/vs

vsftpd: update to 3.0.5

2 years agogolang: Update to 1.17 16435/head
Jeffery To [Sun, 22 Aug 2021 16:36:15 +0000 (00:36 +0800)]
golang: Update to 1.17

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agophantap: update to latest commit
Etienne Champetier [Sun, 22 Aug 2021 11:25:45 +0000 (07:25 -0400)]
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>
2 years agomodemmanager: switch to autorelease 16432/head
Nicholas Smith [Sun, 22 Aug 2021 06:12:36 +0000 (16:12 +1000)]
modemmanager: switch to autorelease

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2 years agolibmbim: switch to autorelease
Nicholas Smith [Sun, 22 Aug 2021 06:12:20 +0000 (16:12 +1000)]
libmbim: switch to autorelease

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2 years agolibqmi: switch to autorelease
Nicholas Smith [Sun, 22 Aug 2021 06:12:08 +0000 (16:12 +1000)]
libqmi: switch to autorelease

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2 years agomodemmanager: bump to 1.16.10
Nicholas Smith [Sun, 22 Aug 2021 05:50:33 +0000 (15:50 +1000)]
modemmanager: bump to 1.16.10

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2 years agolibmbim: bump to 1.26.0
Nicholas Smith [Sun, 22 Aug 2021 05:50:14 +0000 (15:50 +1000)]
libmbim: bump to 1.26.0

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2 years agolibqmi: bump to 1.28.8
Nicholas Smith [Sun, 22 Aug 2021 05:49:41 +0000 (15:49 +1000)]
libqmi: bump to 1.28.8

Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2 years agoMerge pull request #16428 from dibdot/travelmate
Dirk Brenken [Sun, 22 Aug 2021 04:38:25 +0000 (06:38 +0200)]
Merge pull request #16428 from dibdot/travelmate

travelmate: update to 2.0.6

2 years agotravelmate: update to 2.0.6 16428/head
Dirk Brenken [Sat, 21 Aug 2021 19:37:01 +0000 (21:37 +0200)]
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>
2 years agoMerge pull request #16421 from neheb/nfdd
Rosen Penev [Sat, 21 Aug 2021 23:10:58 +0000 (16:10 -0700)]
Merge pull request #16421 from neheb/nfdd

nfdump: fix compilation with PKG_ASLR

2 years agoMerge pull request #16423 from neheb/kll
Rosen Penev [Sat, 21 Aug 2021 23:10:47 +0000 (16:10 -0700)]
Merge pull request #16423 from neheb/kll

klish: update to 2.2.3

2 years agovsftpd: update to 3.0.5 16427/head
Rosen Penev [Sat, 21 Aug 2021 19:13:29 +0000 (12:13 -0700)]
vsftpd: update to 3.0.5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoksmbd-tools: update to 3.4.1 16330/head
Rosen Penev [Wed, 11 Aug 2021 23:29:58 +0000 (16:29 -0700)]
ksmbd-tools: update to 3.4.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoksmbd: update to 3.4.1
Rosen Penev [Wed, 11 Aug 2021 23:19:58 +0000 (16:19 -0700)]
ksmbd: update to 3.4.1

Add AUTORELEASE as 19.07 compatibility is not needed.

Add dependency hacks and add comments.

Add upstream patch to get rid of FS_POSIX_ACL requirement.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoklish: update to 2.2.3 16423/head
Rosen Penev [Sun, 8 Aug 2021 04:31:41 +0000 (21:31 -0700)]
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>
2 years agonfdump: fix compilation with PKG_ASLR 16421/head
Rosen Penev [Sat, 21 Aug 2021 00:30:02 +0000 (17:30 -0700)]
nfdump: fix compilation with PKG_ASLR

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agofakepop: fix compilation with PKG_ASLR 16420/head
Rosen Penev [Sat, 21 Aug 2021 00:23:59 +0000 (17:23 -0700)]
fakepop: fix compilation with PKG_ASLR

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibinput: package libinput cli applets and quriks
Daniel Golle [Sat, 21 Aug 2021 17:37:34 +0000 (18:37 +0100)]
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>
2 years agoMerge pull request #16312 from ynezz/upstream/c-ares-CVE-2021-3672
Petr Štetiar [Sat, 21 Aug 2021 09:52:35 +0000 (11:52 +0200)]
Merge pull request #16312 from ynezz/upstream/c-ares-CVE-2021-3672

c-ares: update to version 1.17.2