Jeffery To [Wed, 19 Jul 2023 17:10:00 +0000 (01:10 +0800)]
python3-netifaces: Update to 0.11.0, rename source package
This renames the source package to python-netifaces to match other
Python packages.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Kuan-Yi Li [Tue, 18 Jul 2023 00:22:20 +0000 (08:22 +0800)]
cpusage: remove AUTORELEASE
Commit
0c10c224be81 only handles the case where AUTORELEASE is used in
PKG_RELEASE thus this package was left behind. Let's fix this up.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
Marius Dinu [Sun, 16 Jul 2023 13:43:25 +0000 (16:43 +0300)]
transmission: add ftruncate syscall to seccomp
Fixes many crashes.
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
Luca Barbato [Tue, 11 Jul 2023 14:01:16 +0000 (14:01 +0000)]
nvme-cli: Add new package
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Tianling Shen [Tue, 18 Jul 2023 11:12:05 +0000 (19:12 +0800)]
Merge pull request #21593 from jefferyto/ci-fix-pkg-source
CI: Fix finding test script
Tianling Shen [Sat, 15 Jul 2023 17:18:58 +0000 (01:18 +0800)]
rust: Update to 1.71.0
Refreshed patches.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Orne Brocaar [Sat, 15 Jul 2023 17:16:44 +0000 (01:16 +0800)]
rust: compile host package per target
While the compiled binaries are intended to run on the host system, the
rust/host package does include the target matching the configured
OpenWrt target.
If using (for example) ./scripts/env to switch between different
OpenWrt configurations, this will cause issues if the different
configuration is for a different target. In such case there will be a
mismatch between the available Rust target and OpenWrt target and the
following error will be printed:
> error[E0463]: can't find crate for `core`
> note: the `XXX` target may not be installed
This fix will add the RUSTC_TARGET_ARCH as HOST_BUILD_DIR and CARGO_HOME
suffix, such that rust/host will be compiled in case an OpenWrt
configuration change causes the RUSTC_TARGET_ARCH to change.
Fixes: #21530
Signed-off-by: Orne Brocaar <info@brocaar.com>
[Applied Jeffery To's suggestion for build and install path]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Jeffery To [Mon, 17 Jul 2023 05:50:00 +0000 (13:50 +0800)]
python-pip: Update to 23.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
W. Michael Petullo [Mon, 17 Jul 2023 13:42:20 +0000 (08:42 -0500)]
jq: remove _GNU_SOURCE from Makefile and instead backport patch
Commit
4bb18b04 added _GNU_SOURCE to jq's Makefile to fix a segfault.
This has since been fixed upstream, so this commit backports the upstream
patch instead. This keeps things closer to upstream, and it will prevent
the Makefile from containing a redundant fix once upstream releases the
next version.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Tianling Shen [Mon, 17 Jul 2023 13:14:40 +0000 (21:14 +0800)]
Merge pull request #21590 from jefferyto/golang-1.20.6
golang: Update to 1.20.6
Jeffery To [Mon, 17 Jul 2023 09:02:30 +0000 (17:02 +0800)]
CI: Fix finding test script
Currently, the run-test code tries to find the package source directory
based on the directory name only. This fails for the Go compiler package
because there is more than one directory named "golang".
This uses the full path listed in the "Source:" line of the control file
to find the package source directory.
This also:
* Checks for the test script earlier, to avoid installing and removing
ipk files when there is no test script to be run
* Makes PKG_VERSION parsing more lenient, as the package may not have a
PKG_RELEASE, e.g. attendedsysupgrade-common
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 17 Jul 2023 07:13:00 +0000 (15:13 +0800)]
golang: Update to 1.20.6
Includes fix for CVE-2023-29406 (net/http: insufficient sanitization of
Host header).
This also updates the copyright information for various Go packaging
files.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 16 Jul 2023 08:29:41 +0000 (16:29 +0800)]
python-babel: Update to 2.12.1, add host build
Also updated dependencies for the new version.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Sun, 16 Jul 2023 18:06:07 +0000 (21:06 +0300)]
Merge pull request #21566 from jefferyto/python-mako-reimport
python-mako: Re-import host-only package from abandoned packages repo
Alexandru Ardelean [Sun, 16 Jul 2023 18:03:42 +0000 (21:03 +0300)]
Merge pull request #21576 from commodo/libwebp
libwebp: bump to version 1.3.1
Alexandru Ardelean [Sun, 16 Jul 2023 18:03:33 +0000 (21:03 +0300)]
Merge pull request #21577 from commodo/tcpreplay
tcpreplay: bump to version 4.4.4
Alexandru Ardelean [Sun, 16 Jul 2023 10:59:03 +0000 (13:59 +0300)]
Merge pull request #21575 from commodo/sudo
sudo: bump to verison 1.9.14p1
Alexandru Ardelean [Sun, 16 Jul 2023 10:58:54 +0000 (13:58 +0300)]
Merge pull request #21568 from commodo/python-updates1
pillow, pymysql, requests: bump versions
Dirk Brenken [Sun, 16 Jul 2023 05:32:24 +0000 (07:32 +0200)]
banip: release 0.9.0-1
* supports allowing / blocking of certain VLAN forwards in segregated network environments,
set 'ban_vlanallow', ''ban_vlanblock' accordingly
* simplified the code/JSON to generate/parse the banIP status
* enclose nft related devices in quotation marks , e.g. to handle devices which starts with a number '10g-1'
* made the new vlan options available to LuCI (separate commit)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Alexandru Ardelean [Sat, 15 Jul 2023 21:43:01 +0000 (00:43 +0300)]
tcpreplay: bump to version 4.4.4
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Alexandru Ardelean [Sat, 15 Jul 2023 21:20:55 +0000 (00:20 +0300)]
libwebp: bump to version 1.3.1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Alexandru Ardelean [Sat, 15 Jul 2023 21:02:40 +0000 (00:02 +0300)]
sudo: bump to verison 1.9.14p1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Alexandru Ardelean [Wed, 5 Jul 2023 08:06:54 +0000 (11:06 +0300)]
pillow: bump to version 10.0.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Alexandru Ardelean [Wed, 5 Jul 2023 08:07:57 +0000 (11:07 +0300)]
pymysql: bump to version 1.1.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Alexandru Ardelean [Wed, 5 Jul 2023 08:05:58 +0000 (11:05 +0300)]
python-requests: bump to version 2.31.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Jeffery To [Fri, 14 Jul 2023 09:52:50 +0000 (17:52 +0800)]
python-mako: Re-import host-only package from abandoned packages repo
Mako was removed in
60ce07b9a1d5c7a53297f177f10af68f3304be9e; at the
time we were using host pip to install host Python packages and so
having this package was not necessary.
With the move away from host pip and toward proper host packages, it
would be better to have a Mako host-only package here to support the
mesa package in the video feed.
This re-imports the package from the abandoned packages feed, updates
the makefile with current Python package conventions, and updates the
package to the latest version.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Tianling Shen [Fri, 14 Jul 2023 06:13:46 +0000 (14:13 +0800)]
yq: Update to 4.34.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Fri, 14 Jul 2023 06:13:35 +0000 (14:13 +0800)]
cloudflared: Update to 2023.7.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Fri, 14 Jul 2023 06:13:28 +0000 (14:13 +0800)]
inih: Update to r57
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Liangbin Lian [Tue, 11 Jul 2023 07:59:54 +0000 (15:59 +0800)]
shairport-sync: fix init script
'name' may contains '%h' or '%v', printf will fail on that
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Jeffery To [Thu, 13 Jul 2023 08:49:48 +0000 (16:49 +0800)]
ooniprobe: Update to 3.18.0
This version includes support for Go 1.20 (specifically 1.20.5).
This also:
* Adds a workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1]
* Sets GO_PKG_BUILD_PKG to build the main binary (ooniprobe) only
* Updates the package license; the project was relicensed in 3.13.0[2]
[1]: https://github.com/mattn/go-sqlite3/issues/1164
[2]: https://github.com/ooni/probe-cli/pull/446
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 13 Jul 2023 08:46:12 +0000 (16:46 +0800)]
python-trove-classifiers: Update to 2023.7.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 13 Jul 2023 08:31:57 +0000 (16:31 +0800)]
click: Update to 8.1.4, rename source package
This renames the source package to python-click to match other Python
packages.
This also updates the package dependencies, licence file, package title
and description.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 13 Jul 2023 08:42:52 +0000 (16:42 +0800)]
python-editables: Update to 0.4
The build backend was changed from setuptools to flit-core.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Javier Marcet [Thu, 13 Jul 2023 17:16:36 +0000 (19:16 +0200)]
docker-compose: Update to version 2.20.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Jeffery To [Thu, 13 Jul 2023 08:37:05 +0000 (16:37 +0800)]
python-cython: Update to 0.29.36
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Michael Heimpold [Thu, 13 Jul 2023 16:14:41 +0000 (18:14 +0200)]
Merge pull request #21550 from mhei/php8-update-to-8.2.8
php8: update to 8.2.8
Dobroslaw Kijowski [Tue, 11 Jul 2023 20:49:45 +0000 (22:49 +0200)]
adguardhome: bump to 0.107.33
* Full changelog available at:
* https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.30
* https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.31
* https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.32
* https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.33
Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Michael Heimpold [Wed, 12 Jul 2023 20:29:03 +0000 (22:29 +0200)]
php8: update to 8.2.8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Nikos Mavrogiannopoulos [Tue, 11 Jul 2023 17:51:20 +0000 (19:51 +0200)]
Merge pull request #21545 from nmav/tmp-ocserv1.2.0
ocserv: updated to 1.2.0
Nikos Mavrogiannopoulos [Tue, 11 Jul 2023 15:36:05 +0000 (17:36 +0200)]
ocserv: updated to 1.2.0
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Rosen Penev [Sun, 2 Jul 2023 00:38:34 +0000 (17:38 -0700)]
sedutil: fix compilation with GCC13
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 1 Jul 2023 18:31:23 +0000 (11:31 -0700)]
libtins: fix compilation with GCC13
Patch taken from upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 1 Jul 2023 23:44:54 +0000 (16:44 -0700)]
nginx-util: fix compilation with GCC13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 2 Jul 2023 00:55:13 +0000 (17:55 -0700)]
treewide: make all GNOME URLs consistent
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 1 Jul 2023 18:30:42 +0000 (11:30 -0700)]
lua-rs232: fix compilation with GCC13
Patch taken from upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Javier Marcet [Sun, 9 Jul 2023 14:43:45 +0000 (16:43 +0200)]
libaio: opt out of lto usage
Signed-off-by: Javier Marcet <javier@marcet.info>
Volker Christian [Sat, 8 Jul 2023 08:02:58 +0000 (10:02 +0200)]
Nlohmannjson: Update to version 3.11.2
Compile tested: OpenWRT-23.05-rc2, arm_cortex-a7_neon-vfpv4, mips_24kc
Run tested: arm_cortex-a7_neon-vfpv4 (Linksys MR8300), mips_24kc (tplink_archer-a7), OpenWrt 23.05-rc2)
* Update package nlohmannjson to version 3.11.2.
* Version 3.11.2 is source compatible with 3.10.2 so no package should fail to compile
* From version 3.11.2 on forward template declarations are collected in the file
json_fwd.hpp. The json.hpp still contains all template definitions.
Because in most compilation units of a software package only the file json_fwd.hpp
needs to be included, the compilation process is accelerated a lot.
Signed-off-by: Volker Christian <me@vchrist.at>
Alexandru Ardelean [Fri, 26 May 2023 11:21:19 +0000 (14:21 +0300)]
stress-ng: bump to version 0.15.10
Merged patches into a single one.
Disabling libmpfr (which got added recently).
To avoid potentially new build failures.
And disabling test-compiler check.
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Zephyr Lykos [Tue, 4 Jul 2023 13:38:10 +0000 (21:38 +0800)]
tailscale: update to 1.44.0
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
John Audia [Tue, 4 Jul 2023 12:25:43 +0000 (08:25 -0400)]
snort3: update to 3.1.65.0
Upstream bump
Build system: x86_64
Build-tested: x86_64/AMD 5800U
Run-tested: x86_64/AMD 5800U
Signed-off-by: John Audia <therealgraysky@proton.me>
Maxim Storchak [Sun, 9 Jul 2023 13:06:55 +0000 (16:06 +0300)]
luaposix: update to 36.2.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
John Audia [Mon, 10 Jul 2023 10:17:44 +0000 (06:17 -0400)]
iperf3: update to 3.14
Release Notes:
https://github.com/esnet/iperf/blob/master/RELNOTES.md
Signed-off-by: John Audia <therealgraysky@proton.me>
Rosen Penev [Sat, 1 Jul 2023 18:06:04 +0000 (11:06 -0700)]
libre2: update to 2023-02-01
Fixes compilation with GCC13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Volker Christian [Sat, 8 Jul 2023 14:04:27 +0000 (16:04 +0200)]
File: Fix segfault
Executables depending on binary package libmagic segfault in case
package file is not installed. Libmagic needs file
/usr/share/misc/magic to not segfault. Thus, install
/usr/share/misc/magic along with libmagic and not with file.
Signed-off-by: Volker Christian <me@vchrist.at>
Volker Christian [Sat, 8 Jul 2023 14:01:12 +0000 (16:01 +0200)]
File: Update to version 5.44
Signed-off-by: Volker Christian <me@vchrist.at>
Javier Marcet [Sun, 9 Jul 2023 13:26:52 +0000 (15:26 +0200)]
btop: opt out of lto usage
Signed-off-by: Javier Marcet <javier@marcet.info>
Stefan Hellermann [Sat, 8 Jul 2023 21:25:38 +0000 (23:25 +0200)]
dfu-programmer: update to 1.1.0
Changes:
* Add `--erase-first` option
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Dirk Brenken [Sun, 9 Jul 2023 05:01:17 +0000 (07:01 +0200)]
banip: update 0.8.9-4
* made the etag id parsing more bulletproof (to catch unverified etags as well)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Sat, 8 Jul 2023 17:51:52 +0000 (19:51 +0200)]
banip: update 0.8.9-3
* prevent superflous etag function calls during start action (on start backups will be used anyway)
* changed the ipthreat feed download URL (load a compressed file variant to save bandwidth)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Peter van Dijk [Fri, 7 Jul 2023 18:32:22 +0000 (20:32 +0200)]
pdns: update to 4.8.1
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Van Waholtz [Wed, 5 Jul 2023 14:06:24 +0000 (22:06 +0800)]
frp: update to 0.51.0
XTCP is incompatible with previous versions since 0.49.0.
Changelog:
https://github.com/fatedier/frp/releases/tag/v0.49.0
https://github.com/fatedier/frp/releases/tag/v0.50.0
https://github.com/fatedier/frp/releases/tag/v0.51.0
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
Dirk Brenken [Fri, 7 Jul 2023 18:03:08 +0000 (20:03 +0200)]
banip: update 0.8.9-2
* fix a corner case backup issue with empty feed downloads
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Fri, 7 Jul 2023 16:28:21 +0000 (18:28 +0200)]
banip: release 0.8.9-1
* added HTTP ETag or entity tag support to download only ressources that have been updated on the server side,
to save bandwith and speed up banIP reloads
* added 4 new feeds: binarydefense, bruteforceblock, etcompromised, ipblackhole (see readme)
* updated the readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Peter van Dijk [Mon, 3 Jul 2023 08:11:46 +0000 (10:11 +0200)]
pdns-recursor: update to 4.9.0
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Josef Schlehofer [Fri, 7 Jul 2023 12:05:48 +0000 (14:05 +0200)]
Merge pull request #21496 from Ansuel/add-mtools
net-mtools: Add new package to debug multicast setups
Javier Marcet [Sat, 1 Jul 2023 18:32:53 +0000 (20:32 +0200)]
nyx: fix python 3.11 compatibility
Signed-off-by: Javier Marcet <javier@marcet.info>
Christian Marangi [Tue, 4 Jul 2023 04:52:52 +0000 (06:52 +0200)]
net-mtools: Add new package to debug multicast setups
Add new package to debug multicast setups. This is required to use
kselftests script for network testing.
net-mtools is used instead of mtools as it does conflicts with another
package that is also called mtools.
Some additional patch from Vladimir Oltean are added to make the tool
works on kernel selftests scripts.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Wed, 5 Jul 2023 00:32:56 +0000 (02:32 +0200)]
nginx: don't install all module for FULL variant
We currently have a more or less circular dependency with nginx ssl and
full variant.
FULL variant depends on every nginx module. Every nginx module depends
on nginx-ssl.
Since nginx-full depends on an nginx module, nginx-ssl is installed as
module depends on it and then the installation fails as nginx-full
conflicts with nginx-ssl.
nginx-full in it's meaning is nginx built with every config selected and
it should not have module as dependency. In fact an user should always
install them separetly as while other things, local modification to the
nginx config file are required to include the just installed module.
To fix this circular dependency problem, drop the dependency of every
nginx module for FULL variant.
Fixes: #21300
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Tiago Gaspar [Sun, 2 Jul 2023 17:14:10 +0000 (18:14 +0100)]
nginx: add quic modue
This commit adds support for http/3. This is an experimental version
and isn't fully supported because nginx is being built with the regular
OpenSSL and the regular one doesn't support quic.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
Tiago Gaspar [Sun, 2 Jul 2023 17:11:28 +0000 (18:11 +0100)]
nginx: update to 1.25.1
Update nginx to 1.25.1.
*) Feature: the "http2" directive, which enables HTTP/2 on a per-server
basis; the "http2" parameter of the "listen" directive is now
deprecated.
*) Change: HTTP/2 server push support has been removed.
*) Change: the deprecated "ssl" directive is not supported anymore.
*) Bugfix: in HTTP/3 when using OpenSSL.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
[ improve commit title and add nginx changelog ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Javier Marcet [Fri, 30 Jun 2023 14:21:19 +0000 (16:21 +0200)]
nginx: add support for MaxMind GeoIP2 databases
Signed-off-by: Javier Marcet <javier@marcet.info>
Christian Lachner [Sat, 24 Jun 2023 07:17:06 +0000 (09:17 +0200)]
liburing: Update to v2.4
- Updated download URL and hash
- Switched to downloading bz2 archives to save bandwidth
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Javier Marcet [Sat, 1 Jul 2023 18:55:30 +0000 (20:55 +0200)]
python-docker: Update to 6.1.3
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Sun, 21 May 2023 13:08:03 +0000 (15:08 +0200)]
python-docker: Update to 6.1.2
Signed-off-by: Javier Marcet <javier@marcet.info>
Christian Lachner [Tue, 4 Jul 2023 06:09:39 +0000 (08:09 +0200)]
haproxy: update to v2.8.1
- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Tianling Shen [Tue, 4 Jul 2023 08:04:54 +0000 (16:04 +0800)]
rclone: Update to 1.63.0
While at it fixed a typo error of license files variable.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Jeffery To [Mon, 3 Jul 2023 06:41:18 +0000 (14:41 +0800)]
python-typing-extensions: Update to 4.7.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Javier Marcet [Sat, 1 Jul 2023 18:51:17 +0000 (20:51 +0200)]
python-dotenv: update to v1.0.0
- 1.0.0:
- What's Changed:
- Handle situations where the cwd does not exist.
- Add python-decouple as a related project
- Drop support for python 3.7, add python 3.12-dev
- 0.21.1:
- Added:
- Use Python 3.11 non-beta in CI
- Modernize variables code
- Modernize main.py and parser.py code
- Improve conciseness of cli.py and init.py
- Improve error message for get and list commands when env file
can't be opened
- Updated Licence to align with BSD OSI template
Signed-off-by: Javier Marcet <javier@marcet.info>
Tianling Shen [Mon, 3 Jul 2023 14:05:28 +0000 (22:05 +0800)]
dnsproxy: Update to 0.51.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Philip Prindeville [Mon, 3 Jul 2023 03:27:08 +0000 (21:27 -0600)]
Merge pull request #21483 from pprindeville/acpica-unix-update-
20230628
acpica-unix: Update to
20230628
Philip Prindeville [Mon, 3 Jul 2023 02:54:15 +0000 (20:54 -0600)]
acpica-unix: Update to
20230628
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Javier Marcet [Fri, 30 Jun 2023 03:18:51 +0000 (05:18 +0200)]
docker-compose: Update to version 2.19.1
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Sat, 1 Jul 2023 18:43:28 +0000 (20:43 +0200)]
python-websocket-client: update to 1.6.1
- 1.6.1
- Fix Dispatcher keyboard interrupt. Should solve reconnect loop
with rel
- 1.6.0
- Fix teardown issue when ping thread is not properly ended
- Fix double ping wait time on first ping
- Minor typehints improvements
- 1.5.3
- Add logic to avoid error in the case where content-length header
does not exist, bug introduced in 1.5.2
- Fix wsdump.py script typing, bug introduced in 1.5.2
- 1.5.2
- Add typehints
- Fix pytype errors
- Fix args passed to logging function
- Standardize PEP 3101 formatting
- Add more verbose exception for unsuccessful handshake
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Sat, 1 Jul 2023 18:20:05 +0000 (20:20 +0200)]
python-stem: update to v1.8.2
Signed-off-by: Javier Marcet <javier@marcet.info>
Oskari Rauta [Sun, 28 May 2023 06:33:08 +0000 (09:33 +0300)]
libwebsockets: Fix -Werror=enum-int-mismatch in lws_tls_server_abort_connection()
with gcc 13 libwebsockets fails with -Werror=enum-int-mismatch with both
SSL variants. These 2 patches work out that issue. Problem is mentioned
as a issue in openwrt/packages#20949 and instead of overriding issue
with appropriate CFLAGS, this approach was suggested for me as it's
been made as a PR (for openssl) at warmcat/libwebsockets#2824
Second patch for mbedtls, was made by me using same approach
as was used of openssl.
Eventually these propably will be merged into libwebsockets mainstream.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
W. Michael Petullo [Fri, 30 Jun 2023 18:22:07 +0000 (13:22 -0500)]
grilo-plugins: update to 0.3.16
This drops the opensubtitles plugin, because it is not yet compatible
with libsoup3.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 30 Jun 2023 18:21:51 +0000 (13:21 -0500)]
grilo: update to 0.3.16
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Jeffery To [Mon, 26 Jun 2023 05:00:05 +0000 (13:00 +0800)]
python-hatchling: Update to 1.18.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 26 Jun 2023 05:38:11 +0000 (13:38 +0800)]
python-pluggy: Update to 1.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Van Waholtz [Sat, 1 Jul 2023 09:24:49 +0000 (17:24 +0800)]
sing-box: update to 1.3.0
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
Salem Huang [Sun, 25 Jun 2023 16:43:29 +0000 (00:43 +0800)]
netbird: update to 0.21.7
1. Release notes:
https://github.com/netbirdio/netbird/releases/tag/v0.21.2
https://github.com/netbirdio/netbird/releases/tag/v0.21.3
https://github.com/netbirdio/netbird/releases/tag/v0.21.4
https://github.com/netbirdio/netbird/releases/tag/v0.21.5
https://github.com/netbirdio/netbird/releases/tag/v0.21.6
https://github.com/netbirdio/netbird/releases/tag/v0.21.7
2. Update GO_PKG_LDFLAGS, because of https://github.com/netbirdio/netbird/commit/
292ee260ad564d1e65199b1cb3430b0cd7ba9646
3. Define the configuration file.
Signed-off-by: Salem Huang <solohoh@hotmail.com>
Jeffery To [Wed, 28 Jun 2023 17:54:50 +0000 (01:54 +0800)]
python-markupsafe: Update to 2.1.3, add host build
The host build will be used for mako (to be added later).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 26 Jun 2023 05:59:56 +0000 (13:59 +0800)]
python-service-identity: Update to 23.1.0
This adds new build dependencies as the package switched to
pyproject.toml-based builds.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 28 Jun 2023 17:22:03 +0000 (01:22 +0800)]
python-libmodbus: Update to 0.6.2
This also adds a source package (python3-libmodbus-src).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Robert Högberg [Wed, 28 Jun 2023 17:23:39 +0000 (19:23 +0200)]
inadyn: update to 2.11.0
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
Philip Prindeville [Tue, 27 Jun 2023 21:56:03 +0000 (15:56 -0600)]
strongswan: Update to 5.9.11
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
W. Michael Petullo [Wed, 28 Jun 2023 13:09:55 +0000 (08:09 -0500)]
vala: add self as maintainer of unmaintained package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 25 Jun 2023 20:36:28 +0000 (15:36 -0500)]
vala: patch to circumvent apparent pkgconf bug
There is an apparent bug in pkgconf 1.9 that broke building the OpenWrt
Vala package. This adds a patch to circumvent the bug. For the related
discussion, see:
https://github.com/openwrt/packages/issues/21359
The pkgconf bug appears similar to the one discussed here:
https://github.com/pkgconf/pkgconf/issues/268
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Dirk Brenken [Fri, 30 Jun 2023 05:28:16 +0000 (07:28 +0200)]
adblock: update to 4.1.5-8
* adapt adguard_tracking source changes
Signed-off-by: Dirk Brenken <dev@brenken.org>