Nick Hainke [Sun, 3 Jul 2022 09:23:50 +0000 (11:23 +0200)]
openwisp-config: cleanup Makefile
The license identifier has a typo. Fix it.
Use SPDX instead of license boilerplate.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Nick Hainke [Sun, 3 Jul 2022 09:21:11 +0000 (11:21 +0200)]
openwisp-monitoring: cleanup Makefile
The license identifier has a typo. Fix it.
Use SPDX instead of license boilerplate.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Martin Blumenstingl [Wed, 6 Jul 2022 23:46:02 +0000 (01:46 +0200)]
netsniff-ng: Build and package mausezahn
mausezahn is a multicast traffic generator which is part of the
netsniff-ng sources. This utility is needed for the upcoming
kernel-selftests-net-forwarding package. Add a new package for it.
netsniff-ng will automatically detect all installed dependencies and
build only the utilities whose dependencies are installed (meaning:
mausezahn is not build when for example libcli is not installed and
other tools are not build if for example zlib is missing). Depending
on the selected packages (netsniff-ng or mausezahn) the OpenWrt build
system has to trigger netsniff-ng's configure script, which will then
pick up and automatically build the programs (mausezahn, netsniff-ng,
trafgen, ...) for which all dependencies are installed.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Martin Blumenstingl [Wed, 6 Jul 2022 23:46:56 +0000 (01:46 +0200)]
libcli: Add new package
This package is a dependency for building mausezahn as part of the
netsniff-ng sources. mausezahn is a multicast traffic generator used by
the upcoming kernel-selftests-net-forwarding package.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Florian Eckert [Mon, 15 Feb 2021 10:35:46 +0000 (11:35 +0100)]
open-vm-tools: enable debugging for vcenter
Updating tools.conf to get more info during deployment and template
cloning.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 18 Mar 2021 14:23:40 +0000 (15:23 +0100)]
open-vm-tools: enable dnet support
Enable dnet support to get guestinfo and nicinfo
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 15 Feb 2021 12:01:30 +0000 (13:01 +0100)]
open-vm-tools: enable deploypkg plugin
Enable support functions for guest package deployment.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 15 Feb 2021 12:00:33 +0000 (13:00 +0100)]
libmspack: initial checkin
libmspack is a library for some loosely related Microsoft compression
formats: CAB, CHM, HLP, LIT, KWAJ and SZDD
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Alexander E. Patrakov [Sun, 4 Sep 2022 16:38:58 +0000 (00:38 +0800)]
hping3: add new package
The new package would help measuring one-way delays using ICMP type 13
packets. This is important for various scripts that automatically adjust
CAKE shaper bandwidth based on the observed bufferbloat. They need to
understand whether the delay is on the way up or on the way down, so
that they can adjust the bandwidth of the proper part of the shaper.
https://forum.openwrt.org/t/cake-w-adaptive-bandwidth-historic/108848
https://forum.openwrt.org/t/cake-w-adaptive-bandwidth/135379
V2: refreshed patches
Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
Nick Hainke [Thu, 25 Aug 2022 09:11:43 +0000 (11:11 +0200)]
vim: update to 9.0
Remove upstreamed patches:
- 001-support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
-> https://github.com/vim/vim/commit/
8f1dde5021d9623a951d1ccbc78cf1b1a55ccd7a
- 020-macos.patch
-> https://github.com/vim/vim/commit/
5289783e0b07cfc3f92ee933261ca4c4acdca007
Refresh patches:
- 002-remove_helptags_generation.patch
Release Notes:
https://www.vim.org/vim90.php
Add to configure_args:
--disable-libsodium
Signed-off-by: Nick Hainke <vincent@systemli.org>
Nick Hainke [Sun, 28 Aug 2022 04:23:40 +0000 (06:23 +0200)]
xz: update to 5.2.6
Release Notes:
https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD
Signed-off-by: Nick Hainke <vincent@systemli.org>
Alexandru Gagniuc [Sun, 18 Sep 2022 15:34:59 +0000 (10:34 -0500)]
realtek-poe: Update package to v1.0
v1.0 fixes a bug with MCU communication, and allows shutting down
individual ports over ubus. A summarry of commands can be shown with:
ubus -v list poe
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Noah Meyerhans [Wed, 21 Sep 2022 18:57:50 +0000 (11:57 -0700)]
bind: bump to 9.18.7
Fixes multiple security issues:
CVE-2022-38178 - Fix memory leak in EdDSA verify processing
CVE-2022-3080 - Fix serve-stale crash that could happen when
stale-answer-client-timeout was set to 0 and there was
a stale CNAME in the cache for an incoming query
CVE-2022-2906 - Fix memory leaks in the DH code when using OpenSSL 3.0.0
and later versions. The openssldh_compare(),
openssldh_paramcompare(), and openssldh_todns()
functions were affected
CVE-2022-2881 - When an HTTP connection was reused to get
statistics from the stats channel, and zlib
compression was in use, each successive
response sent larger and larger blocks of memory,
potentially reading past the end of the allocated
buffer
CVE-2022-2795 - Prevent excessive resource use while processing large
delegations
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Eneas U de Queiroz [Thu, 15 Sep 2022 00:21:50 +0000 (21:21 -0300)]
opendoas: avoid libpam dependency
Package is failing to build because it picks up libpam dependency
regardless of `BUSYBOX_CONFIG_PAM`.
Use configure args --with-pam, --without-pam to assert the option.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Adam Williams [Wed, 14 Sep 2022 02:21:41 +0000 (20:21 -0600)]
wifi-presence: Update to version v0.2.0
This version better decodes SSID names which contain emoji, control
characters, and other non-ascii characters.
https://github.com/awilliams/wifi-presence/pull/8
Signed-off-by: Adam Williams <pwnfactory@gmail.com>
Tianling Shen [Mon, 19 Sep 2022 02:33:32 +0000 (10:33 +0800)]
yq: Update to 4.27.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Mon, 19 Sep 2022 02:42:57 +0000 (10:42 +0800)]
gg: Update to 0.2.11
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Rosen Penev [Mon, 19 Sep 2022 02:49:21 +0000 (19:49 -0700)]
glib2: update to 2.74.0
Remove upstreamed patch and delete pointless one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Stijn Tintel [Wed, 21 Sep 2022 13:56:17 +0000 (16:56 +0300)]
Merge pull request #19410 from robimarko/mdio
mdio-tools: update to 1.2.0
Glenn Strauss [Sun, 18 Sep 2022 07:02:40 +0000 (03:02 -0400)]
lighttpd: update to lighttpd 1.4.67 release hash
* update to lighttpd 1.4.67 release hash
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Michael Heimpold [Wed, 21 Sep 2022 05:57:19 +0000 (07:57 +0200)]
Merge pull request #19417 from mhei/libxml2-update-2.10.2
libxml2: update to 2.10.2 (closes #19288)
Michael Heimpold [Mon, 29 Aug 2022 21:26:20 +0000 (23:26 +0200)]
libxml2: update to 2.10.2 (closes #19288)
This fixes:
- CVE-2022-2309
Release Notes:
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.0
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.1
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.2
Also drop removed docbook compile switch.
Disable PKG_FIXUP to allow backporting.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Tue, 20 Sep 2022 19:27:09 +0000 (22:27 +0300)]
Merge pull request #19414 from G-M0N3Y-2503/docker-update
Docker: Update to v20.10.18
Gerard Ryan [Tue, 20 Sep 2022 10:45:06 +0000 (20:45 +1000)]
dockerd: Update to v20.10.18
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Tue, 20 Sep 2022 10:44:44 +0000 (20:44 +1000)]
docker: Update to v20.10.18
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Tue, 20 Sep 2022 10:41:21 +0000 (20:41 +1000)]
libnetwork: Update to
0dde5c8 for Docker v20.10.18
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Tue, 20 Sep 2022 10:38:17 +0000 (20:38 +1000)]
containerd: Update to v1.6.8 for Docker v20.10.18
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Tue, 20 Sep 2022 10:37:08 +0000 (20:37 +1000)]
runc: Update to v1.1.4 for Docker v20.10.18
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Florian Eckert [Tue, 20 Sep 2022 09:14:57 +0000 (11:14 +0200)]
Merge pull request #19335 from
db260179/master-openconnect
vpnc-script: restart dnsmasq when openconnect disconnects
Robert Marko [Mon, 19 Sep 2022 17:50:16 +0000 (19:50 +0200)]
mdio-tools: update to 1.2.0
Update the mdio-netlink kmod and userspace mdio-tools to version 1.2.0.
This allows dropping the time64 musl patch which was upstreamed.
[v1.2.0] - 2022-09-15
---------------------
- mdio: A new addressing mode "mmd-c22": Used to access MMDs attached
to MDIO controllers without Clause 45 support by using registers 13
and 14 in the device's Clause 22 register space
- mdio: Pretty print gigabit link capability information from a PHY's
extended status register
- mdio: Pretty print lots of status information from MMDs (C45 PHYs)
- mvls: Decode priority override information of ATU entries
- mvls: Table listings now always prints out the device information,
even on single chip systems.
Signed-off-by: Robert Marko <robimarko@gmail.com>
David Bentham [Fri, 9 Sep 2022 08:40:02 +0000 (09:40 +0100)]
vpnc-script: restart dnsmasq when openconnect disconnects
Signed-off-by: David Bentham <db260179@gmail.com>
Florian Eckert [Mon, 19 Sep 2022 09:13:28 +0000 (11:13 +0200)]
Merge pull request #19314 from TDT-AG/pr/2022-09-05-collectd
collectd: extend network uci plugin
Rosen Penev [Sat, 17 Sep 2022 22:22:53 +0000 (15:22 -0700)]
jose: fix static library usage
When libjose is built statically, it must use --whole-archive as it uses
GCC's constructor attribute to initialize itself.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tianling Shen [Mon, 19 Sep 2022 02:39:35 +0000 (10:39 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Mon, 19 Sep 2022 02:45:48 +0000 (10:45 +0800)]
xray-core: Update to 1.6.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Rosen Penev [Mon, 19 Sep 2022 03:06:20 +0000 (20:06 -0700)]
telldus-core: add missing include
Needed for memset.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Nick Hainke [Sun, 18 Sep 2022 09:18:34 +0000 (11:18 +0200)]
grep: use libpcre2
We should use libpcre2 instead of libpcre in the new grep version.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Hannu Nyman [Sun, 18 Sep 2022 16:58:45 +0000 (19:58 +0300)]
Merge pull request #19396 from hnyman/collectd-nut
collectd: re-enable nut plugin
Hannu Nyman [Sun, 18 Sep 2022 15:55:03 +0000 (18:55 +0300)]
collectd: re-enable nut plugin
Re-enable the nut plugin (remove BROKEN mark).
Nut itself has been patched to provide better compatible time_t.
I have not not run-tested the plugin, so it is still possible that
the fixes from upstream collectd PR 4043 are still needed.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 18 Sep 2022 07:51:00 +0000 (10:51 +0300)]
Merge pull request #19362 from dhewg/dsl
prometheus/collectd: adapt dependencies for the dsl collector
Dirk Brenken [Sun, 18 Sep 2022 07:09:07 +0000 (09:09 +0200)]
adblock: update 4.1.4-3
* unbound: fix domain search regression
Signed-off-by: Dirk Brenken <dev@brenken.org>
Javier Marcet [Sat, 10 Sep 2022 01:36:55 +0000 (03:36 +0200)]
python-jsonschema: Update to 4.16.0
- Improve the base URI behavior when resolving a $ref to a resolution
URI which is different from the resolved schema's declared $id.
- Accessing jsonschema.draftN_format_checker is deprecated. Instead,
if you want access to the format checker itself, it is exposed as
jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any
jsonschema.protocols.Validator.
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Wed, 7 Sep 2022 18:15:17 +0000 (20:15 +0200)]
python-jsonschema: Update to 4.15.0, broken since 4.6.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Nick Hainke [Sat, 10 Sep 2022 06:20:17 +0000 (08:20 +0200)]
grep: update to 3.8
Manually refresh:
- ppc-musl.patch
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html
Signed-off-by: Nick Hainke <vincent@systemli.org>
Eneas U de Queiroz [Thu, 15 Sep 2022 14:53:23 +0000 (11:53 -0300)]
nut: ensure time_t is defined in upsclient.h
Use an upstream commit to ensure time_t is defined in upsclient.h,
fixing a compile failure in collectd.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Eneas U de Queiroz [Thu, 15 Sep 2022 13:18:40 +0000 (10:18 -0300)]
nut: avoid picking up libi2c dependency
Add --without-linux-i2c to configure arguments to avoid using i2c if
found in the staging dir.
Switch to AUTORELEASE.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Daniel Golle [Wed, 14 Sep 2022 19:44:53 +0000 (20:44 +0100)]
midisport-firmware: add package
Add package with user-space loaded firmware for M-Audio USB MIDI
interfaces. Implement OpenWrt-specific hotplug script which uses
'fxload' from libusb examples.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Fri, 16 Sep 2022 13:27:49 +0000 (16:27 +0300)]
Merge pull request #19385 from hnyman/collectd-nut
collectd: disable nut plugin (incompatibility with nut 2.8.0)
Josef Schlehofer [Fri, 16 Sep 2022 12:39:35 +0000 (14:39 +0200)]
Merge pull request #19384 from paper42/flask-socketio-5.3
python-flask-socketio: update to 5.3.1
Hannu Nyman [Fri, 16 Sep 2022 12:29:19 +0000 (15:29 +0300)]
collectd: disable nut plugin
Temporarily disable nut plugin by marking it BROKEN.
Apparently the upstream collectd plugin is not yet compatible
with nut 2.8.0.
I tried the upstream PR 4043, but it does not help, as it
apparently requires at least one specific UPS type to be
defined/compiled.
nut . . . . . . . . . no (required data types for
NUT API were not detected) (dependency error)
If there is a requirement to specify some UPS data type when
compiling nut, it might be problematic for the generic OpenWrt
buildbot context.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Michal Vasilek [Fri, 16 Sep 2022 10:48:19 +0000 (12:48 +0200)]
python-flask-socketio: update to 5.3.1
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Stan Grishin [Thu, 15 Sep 2022 21:32:14 +0000 (00:32 +0300)]
Merge pull request #19380 from stangri/master-curl
curl: update to 7.85.0
Stan Grishin [Thu, 15 Sep 2022 20:51:07 +0000 (20:51 +0000)]
curl: update to 7.85.0
* https://curl.se/changes.html#7_85_0
* add GitHub to PKG_SOURCE_URL
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Stan Grishin [Thu, 15 Sep 2022 20:40:00 +0000 (20:40 +0000)]
Revert "curl: update to 7.85.0"
This reverts commit
312ab68be498f0d895d8d4dc5b2f0fc857e45eb9.
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Stan Grishin [Thu, 15 Sep 2022 20:00:49 +0000 (23:00 +0300)]
Merge pull request #19377 from stangri/master-curl
curl: update to 7.85.0
Stan Grishin [Thu, 15 Sep 2022 19:41:31 +0000 (19:41 +0000)]
curl: update to 7.85.0
* https://curl.se/changes.html#7_85_0
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Florian Eckert [Thu, 15 Sep 2022 12:10:39 +0000 (14:10 +0200)]
Merge pull request #19329 from jempatel/improve_keepalived-uci
keepalived: add status rpc and service improvement
Jaymin Patel [Fri, 9 Sep 2022 13:40:49 +0000 (19:10 +0530)]
keepalived: add status rpc and service improvement
- enable json by default to generate json stats
- add rpc to generate json status
- add kmod-nf-ipvs dependencies for virtual servers
- set default vip labels on virtual interfaces
- set process name for keepalived child processes
Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
Javier Marcet [Wed, 14 Sep 2022 13:06:51 +0000 (15:06 +0200)]
docker-compose: Update to version 2.11.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Rosen Penev [Wed, 14 Sep 2022 20:03:53 +0000 (13:03 -0700)]
gst1-plugins-base: remove liboil dependency
It's completely unused.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Nick Hainke [Wed, 14 Sep 2022 20:46:09 +0000 (22:46 +0200)]
iperf3: fix install section of Makefile and dependencies
In the Makefile the library installation was accidentally called
"Package/iperf3/install" and not "Package/libiperf3/install". Fix this
typo. Thanks to Hartmut spotting this.
Also the iperf3-ssl does not need to depend on libiperf3.
Fixes
ae48be8e2157 ("iperf3: add shared libiperf library and link iperf3 dynamically")
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Sat, 10 Sep 2022 00:44:27 +0000 (17:44 -0700)]
liboil: small cleanups
Fixes a compile error when glib2 is missing.
get rid of nls.mk. iconv/gettext is not used. This was previously here
because of glib2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 10 Sep 2022 00:46:54 +0000 (17:46 -0700)]
sysrepo: build under WSL
This check is for host, not cross compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
YiZhen Choo [Wed, 7 Sep 2022 16:05:16 +0000 (00:05 +0800)]
AdGuardHome: update to v0.107.12
Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
Maxim Anisimov [Mon, 12 Sep 2022 07:01:33 +0000 (10:01 +0300)]
modemmanager: bump to 1.18.12
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Maxim Anisimov [Mon, 12 Sep 2022 07:16:37 +0000 (10:16 +0300)]
libqmi: bump to 1.30.8
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Hannu Nyman [Wed, 14 Sep 2022 19:01:15 +0000 (22:01 +0300)]
Merge pull request #19340 from EricLuehrsen/nut-280
nut: update to 2.8.0
John Audia [Sun, 11 Sep 2022 10:18:26 +0000 (06:18 -0400)]
rsync: bump to 3.2.6
Bump to latest upstream release.
Signed-off-by: John Audia <therealgraysky@proton.me>
John Audia [Sun, 11 Sep 2022 16:07:07 +0000 (12:07 -0400)]
tree: bump to 2.0.4
Upstream update
Signed-off-by: John Audia <therealgraysky@proton.me>
Nick Peng [Wed, 14 Sep 2022 16:07:16 +0000 (00:07 +0800)]
smartdns: bump to 1.2022.38
Signed-off-by: Nick Peng <pymumu@gmail.com>
Florian Eckert [Wed, 14 Sep 2022 13:23:29 +0000 (15:23 +0200)]
mwan3: fix balanced default config
The metrics and weight need to be the same. A 50% balanced would be
require member policies of the same metric and weight value.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Nick Hainke [Sun, 11 Sep 2022 08:26:38 +0000 (10:26 +0200)]
python3-iperf3: add iperf3 python wrapper
This wrapper gives us an easy to use api for using iperf3 in python.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Nick Hainke [Sun, 11 Sep 2022 12:31:33 +0000 (14:31 +0200)]
iperf3: add shared libiperf library and link iperf3 dynamically
Add library for creating own functions with iperf3 functionality.
Example: https://github.com/esnet/iperf/blob/master/examples/mis.c
This library is needed by python3-iperf3.
Build iperf3 binary with dynamically linked libiperf3. However, still
build iperf3-ssl as static binary due to a lack of shipping two libiperf
versions.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Nick Hainke [Tue, 13 Sep 2022 10:00:51 +0000 (12:00 +0200)]
python3-flent: add flent package
As described on GitHub page [0]:
Flent is a Python wrapper to run multiple simultaneous
netperf/iperf/ping instances and aggregate the results.
[0] - https://github.com/tohojo/flent
Signed-off-by: Nick Hainke <vincent@systemli.org>
Andre Heider [Fri, 2 Sep 2022 09:46:58 +0000 (11:46 +0200)]
collectd: adapt dependencies for the dsl collector
All lantiq/intel/maxlinear compatible dsl daemons now provide a common
package name, switch over.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Andre Heider [Fri, 17 Dec 2021 17:22:20 +0000 (18:22 +0100)]
prometheus-node-exporter-lua: adapt dependencies for the dsl collector
All lantiq/intel/maxlinear compatible dsl daemons now provide a common
package name, switch over.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Florian Eckert [Wed, 14 Sep 2022 06:53:55 +0000 (08:53 +0200)]
Merge pull request #19349 from rmilecki/ddns-scripts-clean
ddns-scripts: drop dead services
Jan Hák [Tue, 13 Sep 2022 12:46:11 +0000 (14:46 +0200)]
knot: update to version 3.2.1
Signed-off-by: Jan Hák <jan.hak@nic.cz>
Šimon Bořek [Mon, 27 Jun 2022 12:49:05 +0000 (14:49 +0200)]
python3: backport and fix target musl libc detection
Patch 030:
Backported from Python main branch[^1] for Python to distinguish between glibc and musl libc SOABI.
Patch 131:
Changes PLATFORM_TRIPLET -gnu/-musl suffix detection (performed by the backported patch)
to be based on the target OS instead of the building OS.
See included patches for more detailed descriptions.
Specifically this fixes cross-compilation for mpc8548 CPUs with SPE instructions[^2] enabled.
[^1]: merged to python:main as https://github.com/python/cpython/pull/24502 'bpo-43112: detect musl as a separate SOABI'
[^2]: https://www.nxp.com/docs/en/reference-manual/SPEPEM.pdf
Co-authored-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
Naraku J [Fri, 8 Apr 2022 08:10:55 +0000 (10:10 +0200)]
aria2: Fix aria2.init start issue
Re-mount '$config_file' inside the '$config_dir' will cause aria2 process unable to start.
Signed-off-by: Naraku J <74468372+Narakuku@users.noreply.github.com>
Rafał Miłecki [Mon, 12 Sep 2022 13:23:48 +0000 (15:23 +0200)]
ddns-scripts: drop dead services
Drop services that are not available anymore.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Dirk Brenken [Sun, 11 Sep 2022 10:45:51 +0000 (12:45 +0200)]
adblock: update 4.1.4-2
* some more cleanups, forgotten with the last update
* optimized unbound syntax ('always_nxdomain' & 'always_transparent')
* optimized oisd download sources (use wilcard variants which are much smaller)
* removed superfluous version information/function
Signed-off-by: Dirk Brenken <dev@brenken.org>
Eric Luehrsen [Sat, 10 Sep 2022 18:27:56 +0000 (14:27 -0400)]
nut: update to 2.8.0
-- Release Message Snippet https://networkupstools.org/ --
After a long and windy trip since the last official release v2.7.4 half
a dozen years ago ... NUT v2.8.0! ... the new release includes numerous
new drivers, sub-drivers, protocols and bug-fixes, with many companies
and individuals chipping in with contributions of code. ...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Dirk Brenken [Sat, 10 Sep 2022 16:42:14 +0000 (18:42 +0200)]
adblock: update 4.1.4
* dnsmasq upstream has changed the code for domain handling
and recommends the 'local' syntax for large blocklists
* remove pipefail command, see #19043 for reference
* removed the unused 'adb_dnsinotify' parameter
* removed the 'adb_maxqueue' parameter,
the queue size will be automatically set by the number of cpu cores
* various cleanups, mostly shellcheck related
Signed-off-by: Dirk Brenken <dev@brenken.org>
Michael Pratt [Thu, 25 Aug 2022 19:03:21 +0000 (15:03 -0400)]
conserver: fix build with new autotools
Backport a patch that fixes build
with new versions of Autoconf and Automake.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Michael Pratt [Thu, 25 Aug 2022 18:56:08 +0000 (14:56 -0400)]
boinc: fix build with new autotools
Backport a patch that fixes build
with new versions of Autoconf and Automake.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Michael Pratt [Thu, 25 Aug 2022 18:54:36 +0000 (14:54 -0400)]
minidlna: fix build with new autotools
Backport a patch that fixes build
with new versions of Autoconf and Automake.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Michael Pratt [Thu, 25 Aug 2022 18:50:14 +0000 (14:50 -0400)]
apr: add autotools compatibility backports
Backport a bunch of patches that fixes build
when using new Autoconf and Automake.
The patches removed are replaced by upstream backports
which are more complete.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Michael Pratt [Thu, 25 Aug 2022 15:03:33 +0000 (11:03 -0400)]
patch: do not patch automake Makefile template
We do not build the tests for this package,
so we can avoid needing autoreconf
when the host automake version doesn't match
the version this package was bootstrapped with
by not changing the .am file in this patch.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Michael Pratt [Thu, 25 Aug 2022 19:06:28 +0000 (15:06 -0400)]
nfdump: add flex to dependencies
This package uses the macro
AC_PROG_LEX(yywrap)
which in new versions of GNU Autoconf
specifically looks for the yywrap function in the libraries,
and considers lex/flex not present if the function is not found.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Michael Pratt [Thu, 25 Aug 2022 19:49:13 +0000 (15:49 -0400)]
flex: install dev files to staging
Provide the library and headers for flex
in the staging directory
for the target build of packages
that depend on lexical functions.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Javier Marcet [Tue, 6 Sep 2022 21:32:25 +0000 (23:32 +0200)]
python-websocket-client: update to 1.4.1
- Fix stack growth bug when `run_forever` reconnects
- Add doctest CI for sphinx docs code examples (
d150099)
- General docs improvements
- Fix automatic reconnect with `run_forever`
- Allow a timeout to be set when using a proxy
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Wed, 7 Sep 2022 23:23:57 +0000 (01:23 +0200)]
python-dotenv: update to v0.21.0
Added:
- CLI: add support for invocations via 'python -m'.
- load_dotenv function now returns False.
- CLI: add --format= option to list command.
Fixed:
- Drop Python 3.5 and 3.6 and upgrade GA
- Use open instead of io.open.
- Improve documentation for variables without a value
- Add parse_it to Related Projects
- Update README.md
- Improve documentation with direct use of MkDocs
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Tue, 6 Sep 2022 21:34:54 +0000 (23:34 +0200)]
python-docker: Update to 6.0.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Tianling Shen [Thu, 8 Sep 2022 01:54:40 +0000 (09:54 +0800)]
v2ray-geodata: split from xray-geodata
This can be used for v2ray, Xray, v2rayA and some other projects,
make it generic.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Thu, 8 Sep 2022 01:52:57 +0000 (09:52 +0800)]
v2ray-core: add new package
Project V is a set of network tools that help you to build your own computer network.
It secures your network connections and thus protects your privacy.
For more details, see https://www.v2fly.org/en_US/guide/faq.html
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Javier Marcet [Sat, 27 Aug 2022 15:14:38 +0000 (17:14 +0200)]
schroot: update to version 1.6.13, reboot of the schroot tool
conceived and developed for many years by Roger Leigh
Signed-off-by: Javier Marcet <javier@marcet.info>
John Audia [Wed, 20 Jul 2022 11:17:42 +0000 (07:17 -0400)]
lxc: update to 5.0.1
Bump to latest and update Makefile to use meson which is upstream's standard.
Deleted unneeded 010-Remove-distro-check.patch (reference to configure).
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
John Audia [Wed, 7 Sep 2022 18:30:56 +0000 (14:30 -0400)]
ffmpeg: update to 5.1.1
Bump to latest upstream version
Signed-off-by: John Audia <therealgraysky@proton.me>
Florian Eckert [Thu, 8 Sep 2022 14:23:18 +0000 (16:23 +0200)]
Merge pull request #19188 from mars642/feature_lorawan
basicstation, sx1302_hal: initial commit