Maxim Anisimov [Tue, 29 Mar 2022 08:38:57 +0000 (11:38 +0300)]
libqmi: polish Makefile
PKG_VERSION replaced by PKG_SOURCE_VERSION.
Simplify for collection selection.
Removed unneeded python3/host dep.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Alexandru Ardelean [Mon, 28 Mar 2022 06:53:34 +0000 (09:53 +0300)]
python-evdev: bump to version 1.5.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 28 Mar 2022 06:52:46 +0000 (09:52 +0300)]
python-pytz: bump to version 2022.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Nita Vesa [Sat, 19 Feb 2022 09:34:33 +0000 (11:34 +0200)]
ser2net: Update to version 4.3.5
The updated version requires libgensio, libyaml and libpthread,
so those have been added accordingly to dependencies.
Also added arguments for the configure-script to always attempt
to build ser2net with the same settings, instead of leaving it
to guess, for consistency.
Signed-off-by: Nita Vesa <werecatf@outlook.com>
Stijn Tintel [Thu, 17 Mar 2022 11:01:54 +0000 (13:01 +0200)]
strongswan: fix forecast plugin dependency
The forecast plugin does not require the iptables binary, it uses
libiptc instead.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 17 Mar 2022 11:00:13 +0000 (13:00 +0200)]
strongswan: fix connmark plugin dependency
The connmark plugin does not require the iptables binary, it uses
libiptc instead.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 17 Mar 2022 10:48:50 +0000 (12:48 +0200)]
strongswan: move iptables deps to updown plugin
Let's move the iptables IPsec dependencies out of the strongswan package
and into the plugin package that actually depends on it,
strongswan-mod-updown. As the default updown script calls the iptables
binary, also add a dependency on the iptables-legacy package.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Robert Högberg [Tue, 15 Mar 2022 22:06:54 +0000 (23:06 +0100)]
rtl_433: Bump to release 21.12
rtl_433 can now use OpenSSL to send data to MQTT/influxDB using TLS.
A separate OpenWrt package has been created where OpenSSL support is
enabled.
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
Marko Ratkaj [Wed, 30 Mar 2022 11:01:47 +0000 (13:01 +0200)]
libuv: bump to v1.44.1
Changes:
* bumped version to 1.44.1
* bumped maintainer email
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
Marko Ratkaj [Wed, 30 Mar 2022 11:27:15 +0000 (13:27 +0200)]
dhcpcd: bump to 9.4.1
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
Marko Ratkaj [Wed, 30 Mar 2022 12:52:06 +0000 (14:52 +0200)]
yara: bump to 4.2.0
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
Marko Ratkaj [Wed, 30 Mar 2022 13:29:13 +0000 (15:29 +0200)]
squid: bump to 4.17
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
Marko Ratkaj [Wed, 30 Mar 2022 13:56:50 +0000 (15:56 +0200)]
sysstat: bump to 12.4.5
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
Stijn Tintel [Thu, 31 Mar 2022 00:06:27 +0000 (03:06 +0300)]
Merge pull request #18112 from graysky2/gnutls
gnutls: Update to 3.7.4
John Audia [Sun, 20 Mar 2022 15:55:22 +0000 (11:55 -0400)]
gnutls: Update to 3.7.4
Bump to latest upstream release. Rebased existing patches.
This version introduces certificate compression support, and with that,
optional dependencies on zlib and zstd. When configure picks them up,
build will fail due to missing dependencies:
Package libgnutls is missing dependencies for the following libraries:
libz.so.1
libzstd.so.1
Disable zlib and zstd support to avoid that.
Signed-off-by: John Audia <graysky@archlinux.us>
[disable zlib and zstd]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Rosen Penev [Wed, 2 Jun 2021 02:28:22 +0000 (19:28 -0700)]
gnutls: update to 3.7.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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