Stijn Tintel [Fri, 25 Mar 2022 12:40:37 +0000 (14:40 +0200)]
gnutls: add build dependency on gettext-full/host
The gnutls package uses the gettext-version fixup, which is only
available if gettext-full/host has been built. Add the missing build
dependency to fix these errors:
bash: line 1: /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/gettext: No such file or directory
bash: line 1: /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/autopoint: No such file or directory
It also prevents configure from using host gettext:
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
vs:
checking for msgfmt... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/msgfmt
checking for gmsgfmt... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/gmsgfmt
checking for xgettext... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/xgettext
checking for msgmerge... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/msgmerge
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Fri, 25 Mar 2022 12:30:56 +0000 (14:30 +0200)]
gnutls: enable AUTORELEASE
Enable AUTORELEASE in a separate commit so that the next commit can be
reverted without having to manually re-introduce it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Javier Marcet [Tue, 29 Mar 2022 13:05:35 +0000 (15:05 +0200)]
python3-paramiko: update to version 2.10.3
2.10.2:
- [Bug] Fix Python 2 compatibility breakage introduced in 2.10.1.
Spotted by Christian Hammond.
2.10.3:
- [Bug] Switch from module-global to thread-local storage when
recording thread IDs for a logging helper; this should avoid one
flavor of memory leak for long-running processes. Catch & patch via
Richard Kojedzinszky.
- [Bug] Certificate-based pubkey auth was inadvertently broken when
adding SHA2 support; this has been fixed. Reported by Erik Forsberg
and fixed by Jun Omae.
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Tue, 29 Mar 2022 13:02:24 +0000 (15:02 +0200)]
ctop: update to 0.7.7
- Adds uptime column
- CPU bar color thresholds update
- Updated container status icons
- Optimize health status event handling
- Adds ppc64le build
- Adds "open in browser" menu option
- Fix CPU count estimation
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Tue, 29 Mar 2022 13:07:37 +0000 (15:07 +0200)]
docker-compose: Update to version 2.3.4
What's Changed:
- don't fail trying to remove container with no candidate by @ndeloof
- recreate container after image has been rebuilt/pulled by @ndeloof
- ps: un-deprecate --filter, and enhance docs by @thaJeztah
- Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot
- Remove DEPRECATED text, since it's just the default by
@ulyssessouza
- Bump Buildx to v0.8.0 by @ndeloof
- kill only need project name by @ndeloof
- don't remove external volumes/networks by @ndeloof
- use docker/cli RunExec and RunStart to handle all the
interactive/tty/* terminal logic by @ndeloof
- Validate doc on pr by @glours
Signed-off-by: Javier Marcet <javier@marcet.info>
Tiago Gaspar [Tue, 29 Mar 2022 09:12:15 +0000 (10:12 +0100)]
jool: update to 4.1.8
Update jool to the latest version.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
Maxim Anisimov [Sat, 26 Mar 2022 08:45:59 +0000 (11:45 +0300)]
libmbim: switch to meson build tools
Using https://gitlab.freedesktop.org/mobile-broadband/libmbim.git to download the source code.
Enabled lto and additional gcc flags for perfomance and less size.
Modified to use meson as upstream has abandoned autotools.
Removed BUILD_PARALLEL options. These are default with ninja/meson.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Martin Moreno [Tue, 29 Mar 2022 06:51:38 +0000 (23:51 -0700)]
sslh: update to v1.22c
Change notes:
Updated Makefile package version and hash.
Added libpcre2 dependency
Removed USELIBPCRE make flag (no longer optional within sslh)
Updated patch 001 to work with new sslh Makefile
Signed-off-by: Martin Moreno <fett3270@yahoo.com>
Maxim Anisimov [Sat, 26 Mar 2022 09:04:26 +0000 (12:04 +0300)]
libqmi: switch to meson build tools
Using https://gitlab.freedesktop.org/mobile-broadband/libqmi.git to download the source code.
Enabled lto and additional gcc flags for perfomance and less size.
Added support for selecting qmi message collection.
Selected basic qmi message collection by default (modemmanager requires it).
Modified to use meson as upstream has abandoned autotools.
Removed BUILD_PARALLEL options. These are default with ninja/meson.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Josef Schlehofer [Mon, 28 Mar 2022 14:39:33 +0000 (16:39 +0200)]
vala: update to version 0.56.0 (LTS version)
According, to the project website [1], we were not using long-term
version, but stable one. Let's use LTS version.
Changelog can be found on their GitLab [2].
[1] https://wiki.gnome.org/Projects/Vala
[2] https://gitlab.gnome.org/GNOME/vala/raw/0.56/NEWS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Sven Eckelmann [Wed, 16 Mar 2022 13:39:20 +0000 (14:39 +0100)]
ap51-flash: update to version 2022.0
* Improve listing of ethernet devices under Linux
* Add support for modern Npcap DLLs
* Fix embedding of images with modern GCC versions
* coding style cleanups and refactoring
* added support for:
- Datto AP440
- Datto AP840
- Datto AP840E
- Datto TW420
- Plasma Cloud PAX1800
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Sven Eckelmann [Wed, 16 Mar 2022 13:37:27 +0000 (14:37 +0100)]
ap51-flash: use $(AUTORELEASE) for PKG_RELEASE
Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Peter van Dijk [Fri, 25 Mar 2022 14:31:36 +0000 (15:31 +0100)]
pdns-recursor: update to 4.6.1
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Peter van Dijk [Fri, 25 Mar 2022 14:31:29 +0000 (15:31 +0100)]
pdns: update to 4.6.1
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Maxim Anisimov [Sat, 26 Mar 2022 08:52:06 +0000 (11:52 +0300)]
libqrtr-glib: Makefile polishing
Enabled lto and additional gcc flags for perfomance and less size.
Removed BUILD_PARALLEL options. These are default with ninja/meson.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Lucian Cristian [Fri, 25 Mar 2022 21:38:31 +0000 (23:38 +0200)]
uacme: always include ualpn
with mbetls update we can have ualpn on any variant
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Jeffery To [Fri, 25 Mar 2022 19:46:25 +0000 (03:46 +0800)]
golang: Update to 1.18, update patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Tianling Shen [Sat, 26 Mar 2022 14:16:03 +0000 (22:16 +0800)]
v2raya: fix panic in go 1.18
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Mon, 28 Mar 2022 17:22:29 +0000 (01:22 +0800)]
yq: Update to 4.24.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
René Treffer [Mon, 28 Mar 2022 06:14:04 +0000 (08:14 +0200)]
prometheus-node-exporter-lua: add netclass.lua collector
All current node_exporter netclass metrics will be available. This includes
speed metrics per lan port on supported DSA switches.
Signed-off-by: René Treffer <treffer@measite.de>
Florian Eckert [Mon, 28 Mar 2022 14:11:37 +0000 (16:11 +0200)]
Merge pull request #18172 from TDT-AG/pr/
20220328-mwan3
mwan3: fix sticky chain length
Florian Eckert [Mon, 28 Mar 2022 12:02:18 +0000 (14:02 +0200)]
mwan3: fix sticky chain length
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Stijn Tintel [Thu, 24 Mar 2022 14:52:30 +0000 (16:52 +0200)]
poemgr: fix conffiles path
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Jeffery To [Sun, 27 Mar 2022 17:41:24 +0000 (01:41 +0800)]
python3: Update to 3.10.4
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Tianling Shen [Sat, 26 Mar 2022 13:22:09 +0000 (21:22 +0800)]
dnsproxy: Update to 0.42.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Hannu Nyman [Sun, 27 Mar 2022 18:46:33 +0000 (21:46 +0300)]
Merge pull request #18093 from AuthorReflex/ovpn-2.5.6
openvpn: update to 2.5.6
Tianling Shen [Sat, 26 Mar 2022 13:29:46 +0000 (21:29 +0800)]
cloudflared: Update to 2022.3.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Daniel Golle [Sat, 26 Mar 2022 21:15:29 +0000 (21:15 +0000)]
gnunet: work-around sysupgrade restore missing file ownerships
Make sure /etc/gnunet and all its files and sub-directories are owned
by gnunet:gnunet. This is somehow necessary as file ownership otherwise
doesn't survive sysupgrade.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Josef Schlehofer [Sat, 26 Mar 2022 14:39:02 +0000 (15:39 +0100)]
vala: update to version 0.54.8
Changelog:
https://gitlab.gnome.org/GNOME/vala/raw/0.54/NEWS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Daniel Golle [Sun, 20 Feb 2022 21:25:09 +0000 (21:25 +0000)]
Jinja2: add Josef as the maintainer of this package
It seems that Turris guys is using this package in the Turris OS, where
it is used for reForis (simple, basic UI for users)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[replace Daniel as maintainer, add commit message]
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
Josef Schlehofer [Wed, 16 Mar 2022 09:07:48 +0000 (10:07 +0100)]
Flask: use AUTORELEASE
This helps in cases, when someone forgets to bump PKG_RELEASE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Daniel Golle [Sun, 20 Feb 2022 21:24:20 +0000 (21:24 +0000)]
Flask: add Josef as the maintainer of this package
It seems that Turris guys is using this package in the Turris OS, where
it is used for reForis (simple, basic UI for users)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[replace Daniel as maintainer, add commit message]
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
Daniel Golle [Thu, 24 Mar 2022 22:37:30 +0000 (22:37 +0000)]
libudev-zero: update to version 1.0.1
The new version includes all previously locally backported patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 24 Mar 2022 22:30:03 +0000 (22:30 +0000)]
gpgme: update to version 1.17.1
Remove backported patch which is now included in the upstream release.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Dirk Brenken [Thu, 24 Mar 2022 20:01:12 +0000 (21:01 +0100)]
adblock: 4.1.3-7
* removed discontinued source 'gaming'
* changed url of source 'reg_kr'
Signed-off-by: Dirk Brenken <dev@brenken.org>
Eneas U de Queiroz [Sat, 1 May 2021 17:26:32 +0000 (14:26 -0300)]
gost_engine: adapt to new openssl UCI config
OpenSSL now uses UCI to enable and disable engines, and engine packages
need to adapt.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Sat, 1 May 2021 17:24:23 +0000 (14:24 -0300)]
afalg_engine: adapt to new openssl UCI config
OpenSSL now uses UCI to enable and disable engines, and engine packages
need to adapt.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Petr Štetiar [Thu, 24 Mar 2022 12:59:52 +0000 (13:59 +0100)]
Merge pull request #18137 from ynezz/ynezz/gh-action-sdk-v4
ci: use openwrt/gh-action-sdk@v4
Petr Štetiar [Thu, 24 Mar 2022 08:17:27 +0000 (09:17 +0100)]
ci: use openwrt/gh-action-sdk@v4
In order to use feeds from GH mirror for GH actions, thus saving a lot
of resources being wasted. While at it fix whitespace issue.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Jonathan Pagel [Thu, 24 Mar 2022 01:41:31 +0000 (02:41 +0100)]
telegraf: Update to version 1.22.0
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Yousong Zhou [Wed, 16 Mar 2022 11:12:52 +0000 (11:12 +0000)]
xl2tpd: bump to version 1.3.17
The typo fix patch was merged upstream
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 16 Mar 2022 11:11:34 +0000 (11:11 +0000)]
spice-protocol: bump to version 0.14.4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 16 Mar 2022 06:20:34 +0000 (06:20 +0000)]
ovn: bump to version 22.03.0
libovn now depends on libopenvswitch since ovn 21.09.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 23 Mar 2022 06:47:41 +0000 (06:47 +0000)]
openvswitch: bump to version 2.17.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Philip Prindeville [Thu, 24 Mar 2022 00:14:33 +0000 (18:14 -0600)]
Merge pull request #18055 from pprindeville/bind-subpackage-ddns-confgen
bind: add subpackaging for ddns-confgen
Stijn Tintel [Thu, 17 Mar 2022 11:34:59 +0000 (13:34 +0200)]
openvswitch: bump to 2.15.3
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 17 Mar 2022 11:31:03 +0000 (13:31 +0200)]
openvswitch: enable AUTORELEASE
Enable AUTORELEASE in a separate commit so that the next commit can be
reverted without having to manually re-introduce it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Lucian Cristian [Tue, 22 Mar 2022 07:50:12 +0000 (09:50 +0200)]
frr: update to 8.2.2 branch
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Hannu Nyman [Tue, 22 Mar 2022 15:59:48 +0000 (17:59 +0200)]
nano: provide nano-full with most features enabled
Provide a new variant, nano-full, that enables almost
all functionality of nano. Only libmagic file type detection
has been left out.
Ship with a minimal /etc/nanorc that the user can modify.
nanorc documentation at
https://www.nano-editor.org/dist/latest/nanorc.5.html
Provide color highlighting for the uci config files.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 22 Mar 2022 15:20:10 +0000 (17:20 +0200)]
Merge pull request #18129 from neheb/8
horst: fix compilation with ncurses 6.3
Looks like a trivial fix due to ncurses 6.3.
Similar actions will be needed for some other packages, too.
Merging.
Daniel Golle [Tue, 22 Mar 2022 14:16:58 +0000 (14:16 +0000)]
uvol: fix list output on LVM backend
'uvol list' was broken when introducing support for the hidden volumes.
Fix that by not using 'continue' keyword to break the loop (as that
lead to skipping 'json_select ..') and using if-clause instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Mon, 21 Mar 2022 04:21:52 +0000 (21:21 -0700)]
powertop: update to 2.14
Upstream switched to github.
Fix license information.
Backport patch for ncurses 6.3. Remove other backported patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 21 Mar 2022 04:12:06 +0000 (21:12 -0700)]
horst: fix compilation with ncurses 6.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Alexandru Ardelean [Mon, 21 Mar 2022 12:28:08 +0000 (14:28 +0200)]
Merge pull request #18121 from jefferyto/python-3.10.3
python3: Update to 3.10.3, refresh patches
Daniel Golle [Mon, 21 Mar 2022 11:50:26 +0000 (11:50 +0000)]
auc: only add filesystem type if it is known
Prevent NULL-pointer on older versions of OpenWrt.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 21 Mar 2022 10:53:25 +0000 (10:53 +0000)]
auc: bump to version 0.2.5
Request root filesystem type to since it is possible now after
https://github.com/openwrt/asu/commit/
9d8467a748aaa954b27eb3a471ae8a8303abc47a
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Vladimir Ulrich [Mon, 21 Mar 2022 08:21:00 +0000 (11:21 +0300)]
zoneinfo: updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Jeffery To [Mon, 21 Mar 2022 08:43:35 +0000 (16:43 +0800)]
python3: Update to 3.10.3, refresh patches
Includes fixes for:
* Windows builds updated to bzip2 1.0.8 to mitigate CVE-2016-3189 and
CVE-2019-12900
* CVE-2022-26488: Escalation of privilege via Windows Installer
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Florian Eckert [Mon, 21 Mar 2022 07:51:33 +0000 (08:51 +0100)]
Merge pull request #18095 from TDT-AG/pr/
20220318-glib2
glib2: update version to 2.70.4
Florian Eckert [Thu, 9 Dec 2021 14:47:40 +0000 (15:47 +0100)]
glib2: update version to 2.70.4
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Michael Heimpold [Mon, 21 Mar 2022 07:03:12 +0000 (08:03 +0100)]
Merge pull request #18117 from mhei/php8-update
php8: update to 8.1.4
Tianling Shen [Sun, 20 Mar 2022 17:37:15 +0000 (01:37 +0800)]
cloudflared: Update to 2022.3.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sun, 20 Mar 2022 17:36:02 +0000 (01:36 +0800)]
yq: Update to 4.23.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sun, 20 Mar 2022 17:34:14 +0000 (01:34 +0800)]
xray-core: Update to 1.5.4
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Daniel Golle [Mon, 21 Mar 2022 01:55:28 +0000 (01:55 +0000)]
gnunet-fuse: update to 0.16.0
Only notable change since 0.14.0 is that pthread_mutexattr_setkind_np()
is now no longer used.
pthread_mutexattr_setkind_np() is deprecated and non-standard.
The standard version is called pthread_mutexattr_settype()
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 21 Mar 2022 01:54:29 +0000 (01:54 +0000)]
gnunet: update to 0.16.2
This is a bugfix release for gnunet 0.16.1.
Noteworthy changes in 0.16.2 (since 0.16.1)
DHT: Fix path signature handling.
GNS: Fix BOX handling in zone apex.
NAMESTORE: Prevent storing under invalid labels.
Buildsystem: Fix build on *BSD and Guix.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
David Bauer [Sat, 19 Mar 2022 22:17:48 +0000 (23:17 +0100)]
poemgr: add package
Add the poemgr package. This package is required to control the PSE
controller for the PoE outputs on the Ubiquiti UniFi Switch Flex.
Signed-off-by: David Bauer <mail@david-bauer.net>
Michael Heimpold [Sun, 20 Mar 2022 21:58:55 +0000 (22:58 +0100)]
php8: update to 8.1.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 20 Mar 2022 19:37:58 +0000 (20:37 +0100)]
Merge pull request #18106 from mhei/mmc-utils-update
mmc-utils: update to latest upstream revision
Michael Heimpold [Sun, 20 Mar 2022 19:37:45 +0000 (20:37 +0100)]
Merge pull request #18109 from mhei/php8-pecl-http-update
php8-pecl-http: update to 4.2.2
Hannu Nyman [Sun, 20 Mar 2022 18:49:22 +0000 (20:49 +0200)]
Merge pull request #18116 from hnyman/oping
liboping: fix compilation with ncurses 6.3
Hannu Nyman [Sun, 20 Mar 2022 18:36:53 +0000 (20:36 +0200)]
liboping: fix compilation with ncurses 6.3
Fix compilation with ncurses 6.3 by adjusting the printf format strings.
Apparently ncurses 6.3 introduced some new formatting tweaks that
broke things.
Fixes #18110
Reference to:
* https://github.com/octo/liboping/issues/62
* https://github.com/octo/liboping/pull/61
* https://salsa.debian.org/debian/liboping/-/blob/debian/debian/patches/fix_HOST_PRINTF_format_string.patch
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Michael Heimpold [Sat, 19 Mar 2022 22:09:50 +0000 (23:09 +0100)]
php8-pecl-http: update to 4.2.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Fri, 18 Mar 2022 21:41:03 +0000 (22:41 +0100)]
mmc-utils: update to latest upstream revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Tianling Shen [Sat, 19 Mar 2022 08:25:17 +0000 (16:25 +0800)]
rclone: Update to 1.58.0
Added missing call for rclone-config.
Refreshed patches.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Daniel Golle [Fri, 18 Mar 2022 18:54:00 +0000 (18:54 +0000)]
postgresql: update to 14.2
Minor release with a large number of fixes and small changes.
See release notes[1] for details.
[1]: https://www.postgresql.org/docs/release/14.2/
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 18 Mar 2022 18:50:34 +0000 (18:50 +0000)]
perl-net-dns: update to version 1.33
**** 1.33 Dec 16, 2021
Fix rt.cpan.org #137768
Test t/05-SVCB.t on Perl 5.18.0 fails with deep recursion.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 18 Mar 2022 18:49:33 +0000 (18:49 +0000)]
lvm2: update to 2.03.15
Version 2.03.15 - 07th February 2022
====================================
Remove service based autoactivation. global/event_activation = 0 is NOOP.
Improve support for metadata profiles for --type writecache.
Use cache or active DM device when available with new kernels.
Introduce function to utilize UUIDs from DM_DEVICE_LIST.
Increase some hash table size to better support large device sets.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 18 Mar 2022 18:46:53 +0000 (18:46 +0000)]
libinput: update to 1.19.3
ed79e4fa quirks: changes touchpad pressure Lenovo Yoga 2 Pro
797a66c1 doc/user: fix broken link to "Observations on trackpoint input data"
7db2a339 quirks: add ModelBouncingKeys for A4Tech X-710BK Mouse
5e7bae44 quirks: Dell 15R touchpad settings for firmware v3
54275910 gestures: cancel hold gestures on thumb detection
033aee76 doc/user: fix broken link to systemd 60-evdev.hwdb
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 18 Mar 2022 18:40:15 +0000 (18:40 +0000)]
ccid: update to version 1.5.0
1.5.0 - 27 January 2022, Ludovic Rousseau
- Add support of
- ACS ACR1281U
- Circle CCR7125 ICC
- Circle CIR125 ICC
- Circle CIR125-DOT ICC
- Circle CIR215 CL with iProduct 0x2100
- Circle CIR315 DI
- Circle CIR315 with idProduct: 0x0324
- Circle CIR315 with idProduct: 0x7004
- Circle CIR415 CL
- Circle CIR515 ICC
- Circle CIR615 CL
- Circle CIR615 CL & 1S
- ELYCTIS CL reader
- Nitrokey Nitrokey 3
- Thales Shield M4 Reader
- Add support of simultaneous slot access on multi slots readers
- Use FeliCa instead of Felica on SONY request
- Fix SafeNet eToken 5110 SC issue
- Allow vendor control commands for Omnikey 5427 CK
- always compute readTimeout to use a value greater than default 3 seconds
- Check the bSeq value when receiving a CCID frame
- Avoid logging errors when a reader is removed
- Some other minor improvements
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 18 Mar 2022 18:36:16 +0000 (18:36 +0000)]
pcsc-lite: update to version 1.9.5
1.9.5: Ludovic Rousseau 4 December 2021
- pcscd: autoexit even if no client connects
- Fix variable substitution in systemd units
- fix potential race conditions with powerState handling
- Add and use tag TAG_IFD_DEVICE_REMOVED
- UnitaryTests: port code to Python 3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
David Bauer [Fri, 18 Mar 2022 21:45:18 +0000 (22:45 +0100)]
usteer: update to latest version
f4e120c band-steering: add band-steering component
439acc5 policy: add steer-reject-timeout
648c6f3 policy: make roam-steers client-rejectable
1fa3210 policy: update roam-state after hard-kicks
c19c885 policy: move load-kick out of kick meta-function
96ef3a6 ubus: skip neighbors which exceed their assoc limit
86e7297 policy: export below_max_assoc
33a5acd policy: make policy helpers more generic
32fed79 add local_mode config option
Signed-off-by: David Bauer <mail@david-bauer.net>
Michael Heimpold [Fri, 18 Mar 2022 20:16:03 +0000 (21:16 +0100)]
Merge pull request #17903 from WereCatf/feature_gensio
gensio: Add new package
Stan Grishin [Fri, 18 Mar 2022 16:38:32 +0000 (09:38 -0700)]
Merge pull request #18091 from c---/fixcurlwolfssl
curl: Fix compiling curl wolfSSL when IPv6 is disabled
Chris Osgood [Fri, 18 Mar 2022 14:48:07 +0000 (10:48 -0400)]
curl: Fix compiling curl wolfSSL IPv6 disabled
Fixes #18082
Signed-off-by: Chris Osgood <chris_github@functionalfuture.com>
Jeffery To [Fri, 18 Mar 2022 08:42:21 +0000 (16:42 +0800)]
Mako: Remove package
This package (more specifically, the host version) was added for mesa in
the video feed[1]; no packages in the packages feed require this
package.
As mesa will be updated to install Mako using host pip[2], there is no
need to continue maintaining the package here. It will be imported into
the abandoned packages repo[3].
[1]: https://github.com/openwrt/packages/commit/
2e17cb9a1b336f4b53146bdedbc583a03092e424#commitcomment-
63047904
[2]: https://github.com/openwrt/video/pull/25
[3]: https://github.com/openwrt/packages-abandoned/pull/26
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Noah Meyerhans [Fri, 18 Mar 2022 01:32:38 +0000 (18:32 -0700)]
bind: bump to 9.18.1
Fixes multiple security issues:
* CVE-2022-0667 -- An assertion could occur in resume_dslookup() if the
fetch had been shut down earlier
* CVE-2022-0635 -- Lookups involving a DNAME could trigger an INSIST when
"synth-from-dnssec" was enabled
* CVE-2022-0396 -- A synchronous call to closehandle_cb() caused
isc__nm_process_sock_buffer() to be called recursively,
which in turn left TCP connections hanging in the CLOSE_WAIT
state blocking indefinitely when out-of-order processing was
disabled.
* CVE-2021-25220 -- The rules for acceptance of records into the cache
have been tightened to prevent the possibility of
poisoning if forwarders send records outside the
configured bailiwick
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Ivan Pavlov [Fri, 18 Mar 2022 05:43:53 +0000 (08:43 +0300)]
openvpn: update to 2.5.6
Maintainer: me / @mkrkn
Compile tested: ramips/mt7620 TP-Link Archer C50 v1, ramips/mt7621 Xiaomi Mi router 3 Pro, ath79/generic TP-Link WDR-3500
Run tested: ramips/mt7620 TP-Link Archer C50 v1, ramips/mt7621 Xiaomi Mi router 3 Pro, ath79/generic TP-Link WDR-3500
bugfix release including one security fix ("Disallow multiple deferred authentication plug-ins.", CVE: 2022-0547)
several build fixes, refer to https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Rosen Penev [Sun, 13 Mar 2022 08:09:52 +0000 (00:09 -0800)]
glib2: fix compilation with Alpine Linux
Patch taken from Alpine Linux git. The problem is missing -lintl linker
flag. Placed in a separate directory as the patch interferes with the
way libintl is implemented in OpenWrt.
Also removed rpath hack, which is not needed as all libraries are
static.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Tue, 8 Mar 2022 21:29:22 +0000 (05:29 +0800)]
Revert "expat: add host build"
This reverts commit
ca21bbf2edd64fffd044e0d6caf6975243a3fa4b.
5bf74f2 removed the host build of expat and updated packages to use
tools/expat instead.
ca21bbf re-added the host build of expat for mesa (actually wayland) in
the video feed.
Changing wayland to use tools/expat is the proper fix, and there is a
PR[1] open with this change. Therefore this commit can and should be
reverted.
[1]: https://github.com/openwrt/video/pull/24
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Nita Vesa [Sat, 19 Feb 2022 09:21:47 +0000 (11:21 +0200)]
gensio: Add new package
A library to abstract stream I/O like serial port, TCP, telnet,
UDP, SSL, IPMI SOL, etc.
Signed-off-by: Nita Vesa <werecatf@outlook.com>
Jeffery To [Thu, 17 Mar 2022 15:46:41 +0000 (23:46 +0800)]
slide-switch: Update to 1.0.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Tianling Shen [Thu, 17 Mar 2022 16:51:26 +0000 (00:51 +0800)]
cloudflared: Update to 2022.3.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Jeffery To [Mon, 7 Mar 2022 13:29:56 +0000 (21:29 +0800)]
python3: Add Py3Build/InstallBuildDepends recipe
This adds a recipe, Py3Build/InstallBuildDepends, that installs the
requirements listed in HOST_PYTHON3_PACKAGE_BUILD_DEPENDS. This allows
other (non-Python) packages to install host Python packages by calling
this recipe, without having to know the internals of python3-package.mk.
This also updates apparmor to call this recipe.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Sun, 13 Mar 2022 08:09:10 +0000 (00:09 -0800)]
libextractor: remove ffmpeg plugin
This was removed upstream. It also doesn't build with ffmpeg 5.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Philip Prindeville [Tue, 15 Mar 2022 22:46:08 +0000 (16:46 -0600)]
bind: fix warnings about unknown options
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Florian Eckert [Thu, 17 Mar 2022 14:33:29 +0000 (15:33 +0100)]
Merge pull request #18066 from TDT-AG/pr/
20220315-collectd
collectd: update smart plugin
Florian Eckert [Tue, 15 Mar 2022 14:03:46 +0000 (15:03 +0100)]
collectd: smart: add patch to check udev_enumerate_scan_devices return value
The function udev_enumarte_scan_devices returns a value less than 0 on
failure. If this is the case then we terminate the read for this smart
information.
This change was already send upstream. And could be delete in feature
collectd versions.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 15 Mar 2022 13:52:05 +0000 (14:52 +0100)]
collectd: remove not needed fix
This was not a real fix but a workaround. It is no longer clear to me
why this was necessary. Deleting the patch restores the upstream
behaviour of the collected for the smart plugin. I have tested it and on
my system the hard disk to be monitored is recognised.
root@system ~ # cat /sys/class/block/sda/uevent
MAJOR=8
MINOR=0
DEVNAME=sda
DEVTYPE=disk
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 17 Mar 2022 13:01:43 +0000 (14:01 +0100)]
Merge pull request #17940 from TDT-AG/pr/
20220225-mwan3
mwan3: update to version 2.11.0