feed/packages.git
2 years agophp7-pecl-http: update to version 3.2.4 17089/head
Michael Heimpold [Sun, 7 Nov 2021 09:13:55 +0000 (10:13 +0100)]
php7-pecl-http: update to version 3.2.4

This is the latest version, which still has support for PHP 7.x.

It's an intermediate step in the transition to PHP 8.x.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agopdns-recursor: Update to v4.5.7
Wout Bertrums [Fri, 5 Nov 2021 14:59:52 +0000 (15:59 +0100)]
pdns-recursor: Update to v4.5.7

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
2 years agolibev: update to 4.33
Rosen Penev [Sun, 19 Sep 2021 08:03:04 +0000 (01:03 -0700)]
libev: update to 4.33

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoartifacts: use git commit sha in name
Peter van Dijk [Fri, 5 Nov 2021 12:06:15 +0000 (13:06 +0100)]
artifacts: use git commit sha in name

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2 years agozerotier: update to 1.8.1
Oskari Rauta [Fri, 5 Nov 2021 03:34:58 +0000 (05:34 +0200)]
zerotier: update to 1.8.1

Release notes:

1.8.0
 - Upgrade json.hpp dependency to version 3.10.2
 - Check if DNS servers need to be applied on macOS
 - Set MAC address before bringing up Linux TAP link
 - Stop binding to temporary IPv6 addresses
 - Fix for mistakenly using v6 source addresses for v4 routes on some platforms
 - Fix for MacOS MTU capping issue on feth devices
 - Implement a workaround for one potential source of a "coma" bug, which can occur if buggy NATs/routers stop allowing the service to communicate on a given port. ZeroTier now reassigns a new secondary port if it's offline for a while unless a secondary port is manually specified in local.conf. Working around crummy buggy routers is an ongoing effort.
 - A completely rewritten desktop UI for Mac and Windows!

1.8.1
 - Fix an issue that could cause clobbering of MacOS IP route settings on restart.
 - Added additional hardening against address impersonation on networks (also in 1.6.6).
 - MacOS IPv6 no longer binds to temporary addresses as these can cause interruptions if they expire.
 - Remove support for REALLY ancient 1.1.6 or earlier network controllers.
 - Fix numerous UI issues from 1.8.0 (never fully released).

Changed to git as source and added $(AUTORELEASE)

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agoconmon: update to 2.0.30
Oskari Rauta [Thu, 4 Nov 2021 22:19:15 +0000 (00:19 +0200)]
conmon: update to 2.0.30

bug fixes:
 - Remove unreachable code path
 - exit: report if the exit command was killed
 - exit: fix race zombie reaper
 - conn_sock: allow watchdog messages through the notify socket proxy
 - seccomp: add support for seccomp notify

misc:
 - Add seccomp to build dependency

included patch removes unnecessary dependency of libdl and also allows a succesfull build
disabled for arc where libseccomp does not seem to be available

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agocni-plugins-nft: update to 1.0.11
Oskari Rauta [Thu, 4 Nov 2021 22:59:59 +0000 (00:59 +0200)]
cni-plugins-nft: update to 1.0.11

Update compatibility with CNI v1.0.1

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agopodman: update to 3.4.1
Oskari Rauta [Thu, 4 Nov 2021 22:37:54 +0000 (00:37 +0200)]
podman: update to 3.4.1

A lot of changes since 3.3.1.

Full (long) lists of release notes between
versions are available at
https://github.com/containers/podman/releases

containers.conf updated

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agocrun: update to version 1.2
Oskari Rauta [Thu, 4 Nov 2021 23:41:20 +0000 (01:41 +0200)]
crun: update to version 1.2

release notes:

0.20.1
 - container: ignore error when resetting the SELinux label for the keyring.

0.21
 - when compiled with krun, automatically use it if the current executable file is called "krun"
 - cgroup: lookup pids controller as well when the memory controller is not available
 - status: add fields for owner and created timestamp
 - honor memory swappiness set to 0

1.0
 - Fix symlink target mangling for tmpcopyup targets.
 - Makefile.am: fix link error when using directly libcrun.
 - cgroup: add support for setting memory.use_hierarchy on cgroup v1.
 - linux: treat pidfd_open failures EINVAL as ESRCH.
 - cgroup: chown the current container cgroup to root in the container.

1.1
 - utils: retry openat2 on EAGAIN. If the openat2 syscall is interrupted, try again.
 - criu: fix save of external descriptors. Now restored containers attach correctly their standard streams.
 - criu: Add support for external PID namespace.
 - container: Set primary process to 1 via LISTEN_PID by default if user configuration is missing.
 - exec: refuse to exec in a paused container/cgroup.
 - cgroup: use cgroup.kill when available. It is faster to kill a container through its cgroup as there is no need to recurse over the cgroup pids and terminate each one of them.

1.2
 - criu: add support for external ipc, uts and time namespaces.
 - exec: fix regression in 1.1 where containers are being wrongly reported as paused.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agodnslookup: Update to 1.5.0
Tianling Shen [Fri, 5 Nov 2021 05:42:54 +0000 (13:42 +0800)]
dnslookup: Update to 1.5.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agodns-over-https: Add dns-over-https.
Martin Schneider [Wed, 29 Sep 2021 12:29:13 +0000 (20:29 +0800)]
dns-over-https: Add dns-over-https.

Client and server software to query DNS over HTTPS, using Google DNS-over-HTTPS protocol and IETF DNS-over-HTTPS (RFC 8484). https://github.com/m13253/dns-over-https

Signed-off-by: Martin Schneider <martschneider@google.com>
2 years agomdns-repeater: add package for mdns-repeater
Alexander Koenig [Mon, 4 Oct 2021 19:40:33 +0000 (21:40 +0200)]
mdns-repeater: add package for mdns-repeater

Signed-off-by: Alexander Koenig <alex@lisas.de>
2 years agoMerge pull request #17058 from cotequeiroz/gnutls
Nikos Mavrogiannopoulos [Thu, 4 Nov 2021 09:47:08 +0000 (10:47 +0100)]
Merge pull request #17058 from cotequeiroz/gnutls

gnutls: don't run aclocal --install

2 years agognutls: don't run aclocal --install 17058/head
Eneas U de Queiroz [Mon, 25 Oct 2021 21:10:01 +0000 (18:10 -0300)]
gnutls: don't run aclocal --install

Remove the --install parameter when running aclocal.  The --install
argument is used to copy third-party files to the first -I directory.
gnutls has -I m4 first, which would copy files to its local build
directory.  However, openwrt prepends the staging dir m4 directory,
causing aclocal --install to copy an old definition of
ax_code_coverage.m4 into the staging dir.

If strace is built after gnutls, compilation will fail:

    Makefile:9303: *** missing separator.  Stop.

The version of ax_code_coverage.m4 that gets installed does not define
@CODE_COVERAGE_RULES@.

Removing the --install parameter in gnutls solves the issue.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2 years agov4l2rtspserver: improve live555 patch
Michel Promonet [Sun, 31 Oct 2021 20:35:39 +0000 (21:35 +0100)]
v4l2rtspserver: improve live555 patch

Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2 years agov4l2loopback: update version following PR comment
Michel Promonet [Sun, 31 Oct 2021 20:21:31 +0000 (21:21 +0100)]
v4l2loopback: update version following PR comment

Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2 years agov4l2rtspserver: patch live555
Michel Promonet [Sun, 31 Oct 2021 11:17:09 +0000 (12:17 +0100)]
v4l2rtspserver: patch live555

Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2 years agomultimedia: add v4l2tools & v4l2loopback
Michel Promonet [Sun, 3 Oct 2021 18:53:16 +0000 (20:53 +0200)]
multimedia: add v4l2tools & v4l2loopback

Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2 years agorclone: Update to 1.57.0
Tianling Shen [Mon, 25 Oct 2021 11:59:49 +0000 (19:59 +0800)]
rclone: Update to 1.57.0

- Disabled unused plugins and re-enabled CGO.
- Fixed test script

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agofrp: update to 0.38.0
Ren Zongjia [Mon, 1 Nov 2021 14:11:59 +0000 (22:11 +0800)]
frp: update to 0.38.0

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
2 years agoMerge pull request #17031 from turris-cz/drop-rosy-fs
Josef Schlehofer [Tue, 2 Nov 2021 18:09:54 +0000 (19:09 +0100)]
Merge pull request #17031 from turris-cz/drop-rosy-fs

rosy-file-server: drop this package

2 years agoprometheus-node-exporter-lua: add missing metrics to ltq-dsl
Andre Heider [Fri, 11 Dec 2020 07:19:29 +0000 (08:19 +0100)]
prometheus-node-exporter-lua: add missing metrics to ltq-dsl

Two values were missing, add them to the appropriate metrics.

The dsl error vectors are new and useful stats to debug vector related
line deteriorations, see [0].

[0] https://forum.openwrt.org/t/vectoring-on-lantiq-vrx200-vr9-missing-callback-for-sending-error-samples/104046

Signed-off-by: Andre Heider <a.heider@gmail.com>
2 years agoMerge pull request #17044 from nxhack/icu-70_1
Michael Heimpold [Tue, 2 Nov 2021 06:34:09 +0000 (07:34 +0100)]
Merge pull request #17044 from nxhack/icu-70_1

icu: bump to 70.1

2 years agoMerge pull request #17046 from nxhack/php7_for_ICU-70_1
Michael Heimpold [Tue, 2 Nov 2021 06:32:38 +0000 (07:32 +0100)]
Merge pull request #17046 from nxhack/php7_for_ICU-70_1

php7: Support for icu 70.1

2 years agoMerge pull request #17045 from nxhack/php8_for_ICU-70_1
Michael Heimpold [Tue, 2 Nov 2021 06:31:01 +0000 (07:31 +0100)]
Merge pull request #17045 from nxhack/php8_for_ICU-70_1

php8: Support for icu 70.1

2 years agoqemu: disable libfuse
Rosen Penev [Sat, 30 Oct 2021 21:21:36 +0000 (14:21 -0700)]
qemu: disable libfuse

Fixes x86 build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agophp7: Support for icu 70.1 17046/head
Hirokazu MORIKAWA [Tue, 2 Nov 2021 00:36:12 +0000 (09:36 +0900)]
php7: Support for icu 70.1

This PR prepares PHP for a few minor changes that cause PHP builds to fail when using --enable-intl with ICU 70.1.

Change UBool to bool for equality operators in ICU >= 70.1

https://github.com/php/php-src/pull/7596

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agophp8: Support for icu 70.1 17045/head
Hirokazu MORIKAWA [Tue, 2 Nov 2021 00:28:45 +0000 (09:28 +0900)]
php8: Support for icu 70.1

This PR prepares PHP for a few minor changes that cause PHP builds to fail when using --enable-intl with ICU 70.1.

Change UBool to bool for equality operators in ICU >= 70.1

https://github.com/php/php-src/pull/7596

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agoicu: bump to 70.1 17044/head
Hirokazu MORIKAWA [Tue, 2 Nov 2021 00:14:00 +0000 (09:14 +0900)]
icu: bump to 70.1

ICU 70 released. It updates to Unicode 14, including new characters, scripts, emoji, and corresponding API constants. ICU 70 adds support for emoji properties of strings. It also updates to CLDR 40 locale data with many additions and corrections. ICU 70 also includes many other bug fixes and enhancements, especially for measurement unit formatting, and it can now be built and used with C++20 compilers.

This change will require minor modifications in php7 and php8.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agotelegraf: Move config file to /etc/telegraf.conf because
Jonathan Pagel [Sun, 31 Oct 2021 16:43:25 +0000 (17:43 +0100)]
telegraf: Move config file to /etc/telegraf.conf because
/etc/config is the default uci folder. Also marking it as
configuration file prevents overwriting it on updates.

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agotelegraf: Update package to version 1.20.3
Jonathan Pagel [Sun, 31 Oct 2021 15:27:57 +0000 (16:27 +0100)]
telegraf: Update package to version 1.20.3

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agoafuse: Add new package
Michal Hrusecky [Thu, 28 Oct 2021 12:43:22 +0000 (14:43 +0200)]
afuse: Add new package

This commit add new package afuse into packages feed.

afuse is an automounting file system implemented in user-space using
FUSE. It implements the most basic functionality that can be expected by
an automounter; that is it manages a directory of virtual directories.
If one of these virtual directories is accessed and is not already
automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as
normal, otherwise it will fail with an error.

Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
2 years agoMerge pull request #17029 from micmac1/mod_php8
Michael Heimpold [Mon, 1 Nov 2021 05:01:59 +0000 (06:01 +0100)]
Merge pull request #17029 from micmac1/mod_php8

php8: add mod php for apache

2 years agophp8: add mod php for apache 17029/head
Sebastian Kemper [Sat, 30 Oct 2021 19:14:07 +0000 (21:14 +0200)]
php8: add mod php for apache

The module will be available, once php8 is selected, at the same place
as the other apache modules.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2 years agousteer: update to latest git head
David Bauer [Fri, 29 Oct 2021 23:19:23 +0000 (01:19 +0200)]
usteer: update to latest git head

6813542 remote: always re-schedule update timeout
d7833e1 remote: fix compilation with glibc
bee2caf sta: schedule sta_info timeout on creation
ae32cb9 ubus: fix channel for active probing
8dc0753 ubus: introduce enum for beacon measurement mode
46e5976 policy: use correct reference signal
1116fdb policy: avoid creating kick loop for client
d3ff0d5 sta: add sta_connection_state enum
30f9ba7 remote: include node BSSID into messages
8af7b6c usteer: add BSSID to node struct

Signed-off-by: David Bauer <mail@david-bauer.net>
2 years agorosy-file-server: drop this package 17031/head
Josef Schlehofer [Sun, 31 Oct 2021 08:22:04 +0000 (09:22 +0100)]
rosy-file-server: drop this package

Reasons to drop this package:
a) this package depends on luci-app-rosy-file-server
Unfortunately, it was marked as broken as it is unmaintained.

See: https://github.com/openwrt/luci/commit/34b682afac310859f0d4696110d8a1af60f16c04

b) maintainer is inactive
c) rosinson website does not seem to be working

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agonginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y
Javier Marcet [Fri, 16 Jul 2021 22:29:47 +0000 (22:29 +0000)]
nginx: add scgi_params if CONFIG_NGINX_HTTP_SCGI=y

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agotor: bump to 0.4.6.8 stable
Rui Salvaterra [Thu, 28 Oct 2021 12:44:54 +0000 (13:44 +0100)]
tor: bump to 0.4.6.8 stable

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2 years agonginx, python3-{asgiref,django-cors-headers,drf-nested-routers,sqlparse}: bump versions
Peter Stadler [Wed, 27 Oct 2021 10:18:49 +0000 (12:18 +0200)]
nginx, python3-{asgiref,django-cors-headers,drf-nested-routers,sqlparse}: bump versions

Update to the newest versions and switch to $(AUTORELEASE) for the python3 packages (where I am the maintainer).

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2 years agoopenfortivpn: add persistent reconnect option
Matthew Hagan [Sat, 16 Oct 2021 11:40:33 +0000 (12:40 +0100)]
openfortivpn: add persistent reconnect option

Currently when the connection times out, the interface will disconnect.
Add capability to add persistent option to re-establish connectivity.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agoopenfortivpn: add user, key, CA PEM support
Matthew Hagan [Thu, 14 Oct 2021 18:53:53 +0000 (19:53 +0100)]
openfortivpn: add user, key, CA PEM support

Allow authentication inputs by key/cert PEM.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2 years agozerotier: add respawn procd param
Chao Liu [Wed, 13 Oct 2021 13:27:34 +0000 (21:27 +0800)]
zerotier: add respawn procd param

Signed-off-by: Chao Liu <git@expiron.dev>
2 years agouwsgi: bump version and use less workarounds
Peter Stadler [Thu, 28 Oct 2021 08:36:00 +0000 (10:36 +0200)]
uwsgi: bump version and use less workarounds

* adopt pypi name and line numbers in patches
* remove custom tar command and patch for using python3 (changed upstream)

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2 years agoxray-core: remove dead jail files
Tianling Shen [Thu, 28 Oct 2021 09:13:38 +0000 (17:13 +0800)]
xray-core: remove dead jail files

It never works... And Xray-core needs root access to work.

Bump geodata to latest version while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agounrar: update to 6.0.7
Andy Li [Fri, 29 Oct 2021 07:37:21 +0000 (15:37 +0800)]
unrar: update to 6.0.7

Signed-off-by: Andy Li <andy@onthewings.net>
2 years agoyq: Update to 4.14.1
Tianling Shen [Sat, 30 Oct 2021 07:41:05 +0000 (15:41 +0800)]
yq: Update to 4.14.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agolighttpd: update to lighttpd 1.4.61 release hash
Glenn Strauss [Fri, 29 Oct 2021 01:51:44 +0000 (21:51 -0400)]
lighttpd: update to lighttpd 1.4.61 release hash

also remove patches incorporated upstream into lighttpd 1.4.61

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2 years agomariadb: Update to version 10.6.4
Michal Hrusecky [Fri, 29 Oct 2021 12:31:47 +0000 (14:31 +0200)]
mariadb: Update to version 10.6.4

Update to the latest stable version of MariaDB. Dropped few no longer
needed patches.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2 years agoremove a bunch of rpath hacks
Rosen Penev [Fri, 29 Oct 2021 01:55:26 +0000 (18:55 -0700)]
remove a bunch of rpath hacks

These are already default.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolib4cplus: update to 2.0.7
Rosen Penev [Fri, 29 Oct 2021 00:30:16 +0000 (17:30 -0700)]
lib4cplus: update to 2.0.7

Switch to static lib. Avoids rpath hacks.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agosoftethervpn: update to 4.38-9760-rtm
Rosen Penev [Mon, 18 Oct 2021 08:26:43 +0000 (01:26 -0700)]
softethervpn: update to 4.38-9760-rtm

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agontfs-3g: update config's help syntax
Eneas U de Queiroz [Thu, 28 Oct 2021 13:18:57 +0000 (10:18 -0300)]
ntfs-3g: update config's help syntax

Change ---help--- to plain 'help' in Package/ntfs-3g/config, as newer
versions of kconfig have removed the command's older name.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2 years agoMerge pull request #16992 from pprindeville/named-restart-intf-flap
Philip Prindeville [Thu, 28 Oct 2021 23:01:14 +0000 (17:01 -0600)]
Merge pull request #16992 from pprindeville/named-restart-intf-flap

bind: detect new interfaces when they come up

2 years agoMerge pull request #16984 from pprindeville/strongswan-update-5.9.4
Philip Prindeville [Thu, 28 Oct 2021 22:57:51 +0000 (16:57 -0600)]
Merge pull request #16984 from pprindeville/strongswan-update-5.9.4

strongswan: bump version to 5.9.4

2 years agoMerge pull request #17010 from pprindeville/bind-update-9.17.19
Philip Prindeville [Thu, 28 Oct 2021 22:56:31 +0000 (16:56 -0600)]
Merge pull request #17010 from pprindeville/bind-update-9.17.19

bind: Bump to 9.17.19

2 years agobind: Bump to 9.17.19 17010/head
Philip Prindeville [Thu, 28 Oct 2021 19:44:44 +0000 (13:44 -0600)]
bind: Bump to 9.17.19

The following CVE updates are included:

* CVE-2021-25219: The "lame-ttl" option is now forcibly set to 0. This
  effectively disables the lame server cache, as it could previously be
  abused by an attacker to significantly degrade resolver performance.

* CVE-2021-25218: An assertion failure occurred when named attempted
  to send a UDP packet that exceeded the MTU size, if Response Rate
  Limiting (RRL) was enabled.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agobind: detect new interfaces when they come up 16992/head
Philip Prindeville [Tue, 26 Oct 2021 21:59:16 +0000 (15:59 -0600)]
bind: detect new interfaces when they come up

Reload the service when interfaces flap; note that libcap support
is required to open new sockets on interfaces coming up during
a reload, otherwise a full restart would be needed.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agoMerge pull request #17003 from pprindeville/named-deprecate-managed-keys
Philip Prindeville [Thu, 28 Oct 2021 19:54:40 +0000 (13:54 -0600)]
Merge pull request #17003 from pprindeville/named-deprecate-managed-keys

bind: deprecate managed-keys

2 years agostrongswan: Bump to 5.9.4 16984/head
Philip Prindeville [Sun, 24 Oct 2021 18:34:16 +0000 (12:34 -0600)]
strongswan: Bump to 5.9.4

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agonfs-kernel-server: reload when exported mountpoints show
Daniel Golle [Thu, 5 Aug 2021 09:51:35 +0000 (10:51 +0100)]
nfs-kernel-server: reload when exported mountpoints show

Use newly introduced procd_add_reload_mount_trigger to reload nfsd
when a mountpoint covering an exported filesystem is added by blockd.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agognunet: several improvements
Daniel Golle [Tue, 26 Oct 2021 09:44:36 +0000 (10:44 +0100)]
gnunet: several improvements

Fix uci-defaults for PostgreSQL backends
Add user 'gnunet' to 'postgres' group
Always build with sqlite3 as configure fails when --without-sqlite

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agotransmission: update seccomp config file
Ren Zongjia [Wed, 13 Oct 2021 00:49:34 +0000 (08:49 +0800)]
transmission: update seccomp config file

Add missing syscalls found using utrace.

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agovnstat2: add hotplug script for adding interfaces
Jan Hoffmann [Wed, 27 Oct 2021 21:55:28 +0000 (23:55 +0200)]
vnstat2: add hotplug script for adding interfaces

If an interface doesn't exist yet when vnStat is started, it won't be
monitored, as only existing interfaces can be added to the database via
the vnstat command.

This adds a hotplug script which adds any configured interfaces to the
vnStat database when it goes up.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2 years agovnstat2: fix all interfaces being monitored when none are configured
Jan Hoffmann [Thu, 21 Oct 2021 21:38:58 +0000 (23:38 +0200)]
vnstat2: fix all interfaces being monitored when none are configured

By default, vnstatd adds all available interfaces on startup when its
database is empty. The --noadd option prevents this, but it breaks
import of legacy databases, and causes vnstatd to exit immediately
after startup, which breaks reloading.

This changes the init script to add the --noadd option when no legacy
databases need to be imported, and patches vnstatd to keep running
even when no interfaces are configured.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2 years agonginx-util: add conffiles
Huangbin Zhan [Sun, 24 Oct 2021 10:33:35 +0000 (18:33 +0800)]
nginx-util: add conffiles

Add /etc/config/nginx, restrict_locally, uci.conf.template
 as conffile

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2 years agorosy-file-server: fix conffile name
Huangbin Zhan [Sun, 24 Oct 2021 10:32:50 +0000 (18:32 +0800)]
rosy-file-server: fix conffile name

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2 years agouradvd: fix installed filename, add conffiles
Huangbin Zhan [Sun, 24 Oct 2021 10:32:31 +0000 (18:32 +0800)]
uradvd: fix installed filename, add conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2 years agotreewide: add missing conffiles
Huangbin Zhan [Sun, 24 Oct 2021 10:31:27 +0000 (18:31 +0800)]
treewide: add missing conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2 years agoatftpd: fix conffiles
Huangbin Zhan [Sun, 24 Oct 2021 10:30:49 +0000 (18:30 +0800)]
atftpd: fix conffiles

Add missing conffiles
Fix conffile permission

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2 years agotreewide: fix broken conffiles
Huangbin Zhan [Sun, 24 Oct 2021 10:29:39 +0000 (18:29 +0800)]
treewide: fix broken conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2 years agogpsd: update to 3.23.1
Nick Hainke [Mon, 25 Oct 2021 07:36:56 +0000 (09:36 +0200)]
gpsd: update to 3.23.1

3.23.1: 2021-09-21
  Improve ubx cycle detection.
  Add quirks for Jackson Labs nonstandard NMEA
  Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode.
  Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode.
  Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with fix mode.
  Split SOURCE_ACM from SOURCE_USB.  ACM has no speeds.
  Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher.  When libc supports them.
  Improve autobaud.
  Add new u-blox M10 messages.
  Fix u-blox M6, M7 initialization issues.
  Various ubxtool and gpxlogger updates.
  Add mtk3301_speed_switcher()
  No API changes, except for STATUS_* as above.
  No ABI changes.
  Fallback to "python3" if "python" not found.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoacsccid: fix compilation under macOS
Rosen Penev [Sat, 23 Oct 2021 20:19:04 +0000 (13:19 -0700)]
acsccid: fix compilation under macOS

uname is not safe for cross compilation.

Also fixed up download file name to avoid potential conflicts.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agobind: deprecate managed-keys 17003/head
Philip Prindeville [Thu, 28 Oct 2021 03:45:59 +0000 (21:45 -0600)]
bind: deprecate managed-keys

This has been replaced with the "trust-anchors" keyword, per
section 8.21.1 New Features of the Bind 9 Administrator Reference
Manual:

• In order to clarify the configuration of DNSSEC keys, the trusted-keys and managed-keys statements have been deprecated, and the new trust-anchors statement should now be used for both types of key.
  When used with the keyword initial-key, trust-anchors has the same behavior as managed-keys, i.e., it configures a trust anchor that is to be maintained via RFC 5011.
  When used with the new keyword static-key, trust-anchors has the same behavior as trusted-keys, i.e., it configures a permanent trust anchor that will not automatically be updated. (This usage is not recommended for the root key.) [GL #6]

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agoboringssl: Add boringssl library
Martin Schneider [Thu, 10 Jun 2021 23:53:37 +0000 (07:53 +0800)]
boringssl: Add boringssl library

Add boringssl library. BoringSSL is Google's fork of OpenSSL.
Amongst other features, it adds support for QUIC.

Signed-off-by: Martin Schneider <martschneider@google.com>
2 years agopython-paho-mqtt: bump to version 1.6.1
Alexandru Ardelean [Wed, 27 Oct 2021 08:48:49 +0000 (11:48 +0300)]
python-paho-mqtt: bump to version 1.6.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agonumpy: bump to version 1.21.3
Alexandru Ardelean [Wed, 27 Oct 2021 08:43:05 +0000 (11:43 +0300)]
numpy: bump to version 1.21.3

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agomstpd: bump to version 0.1.0
Alexandru Ardelean [Wed, 27 Oct 2021 06:48:45 +0000 (09:48 +0300)]
mstpd: bump to version 0.1.0

And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agostress-ng: bump to version 0.13.05
Alexandru Ardelean [Wed, 27 Oct 2021 08:12:37 +0000 (11:12 +0300)]
stress-ng: bump to version 0.13.05

And switch to Github URLs.
The old one isn't working anymore.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #16936 from aleksander0m/aleksander/mm-wwan-subsystem
Florian Eckert [Wed, 27 Oct 2021 12:16:18 +0000 (14:16 +0200)]
Merge pull request #16936 from aleksander0m/aleksander/mm-wwan-subsystem

modemmanager: add support for wwan subsystem in hotplug

2 years agodnsproxy: Update to 0.39.9
Tianling Shen [Wed, 27 Oct 2021 04:36:00 +0000 (12:36 +0800)]
dnsproxy: Update to 0.39.9

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agozoneinfo: Updated to the latest release
Vladimir Ulrich [Mon, 25 Oct 2021 20:19:57 +0000 (23:19 +0300)]
zoneinfo: Updated to the latest release

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2 years agoapache: fixup apxs
Sebastian Kemper [Sun, 24 Oct 2021 13:36:22 +0000 (15:36 +0200)]
apache: fixup apxs

apxs is used to get information about the apache installation when
building external modules. Currently there are issues:

1.

./staging_dir/target-mips_24kc_musl/usr/bin/apxs -q TARGET
apache2
apxs:Error: ./staging_dir/target-mips_24kc_musl/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/bin/apr-1-config not found!.

This error is fixed by sed script #2.

2.

./staging_dir/target-mips_24kc_musl/usr/bin/apxs -q TARGET
cannot open ./staging_dir/target-mips_24kc_musl/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/share/apache2/build/config_vars.mk: No such file or directory at ./staging_dir/target-mips_24kc_musl/usr/bin/apxs line 213.

This error is fixed by sed scipt #1.

Both sed scripts taken from buildroot (see [1]).

[1] https://github.com/buildroot/buildroot/blob/master/package/apache/apache.mk

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2 years agoapache: security bump to 2.4.51
Sebastian Kemper [Sun, 24 Oct 2021 13:32:06 +0000 (15:32 +0200)]
apache: security bump to 2.4.51

Fixes (see [1] for details):

  CVE-2021-33193
  CVE-2021-41524
  CVE-2021-41773
  CVE-2021-42013

[1] https://httpd.apache.org/security/vulnerabilities_24.html

Patch 020-openssl-deprecated.patch refreshed.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2 years agodawn: set symm_enc default to 0
Nick Hainke [Tue, 26 Oct 2021 15:16:21 +0000 (17:16 +0200)]
dawn: set symm_enc default to 0

User mpeleshenko reported that symm encryption breaks hearing map.
Set the default to 0.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agodawn: update to 2021-10-26
Nick Hainke [Mon, 25 Oct 2021 22:29:20 +0000 (00:29 +0200)]
dawn: update to 2021-10-26

ddc007e32ced ubus: avoid use after free in handle_probe_req()
e1275713c057 github: fix workflow

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoredis: update to version 6.2.6
Jan Pavlinec [Sun, 24 Oct 2021 12:41:47 +0000 (14:41 +0200)]
redis: update to version 6.2.6

Fixes:
- CVE-2021-41099
- CVE-2021-32762
- CVE-2021-32687
- CVE-2021-32675
- CVE-2021-32672
- CVE-2021-32628
- CVE-2021-32627
- CVE-2021-32626

Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2 years agoknot: update to version 3.1.3
Jan Hák [Mon, 25 Oct 2021 08:58:04 +0000 (10:58 +0200)]
knot: update to version 3.1.3

Signed-off-by: Jan Hák <jan.hak@nic.cz>
2 years agozstd: update to 1.5.0
Rosen Penev [Sun, 24 Oct 2021 18:34:25 +0000 (11:34 -0700)]
zstd: update to 1.5.0

Remove uClibc hack. uClibc is not in the tree anymore.

Update configure options. Change legacy_level to 7. This gets rid of
backwards compatibility with version 0.1 and bumps it to 0.7.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agofuse-overlayfs: update to 1.7.1
Rosen Penev [Sun, 24 Oct 2021 18:52:06 +0000 (11:52 -0700)]
fuse-overlayfs: update to 1.7.1

Rearrange Makefile for consistency between packages.

Add m4 patch to fix compilation under some systems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agogrilo-plugins: update to 0.3.14
Rosen Penev [Sun, 24 Oct 2021 20:57:40 +0000 (13:57 -0700)]
grilo-plugins: update to 0.3.14

Fix wrong option names. Removed vimeo following upstream.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agogrilo: update to 0.3.14
Rosen Penev [Sun, 24 Oct 2021 20:53:36 +0000 (13:53 -0700)]
grilo: update to 0.3.14

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agousteer: add package
David Bauer [Mon, 11 Oct 2021 21:55:07 +0000 (23:55 +0200)]
usteer: add package

This commits adds the new usteer package to the packages feed.

usteer is a daemon for steering wireless clients across frequency
bands as well as between multiple access points on a network.

Signed-off-by: David Bauer <mail@david-bauer.net>
2 years agoMerge pull request #16960 from neheb/3
Michael Heimpold [Sun, 24 Oct 2021 20:06:09 +0000 (22:06 +0200)]
Merge pull request #16960 from neheb/3

libxml2: don't build host shared libraries

2 years agobossa: add bossa
Nick Hainke [Wed, 20 Oct 2021 12:27:12 +0000 (14:27 +0200)]
bossa: add bossa

Based on the work of Hirokazu MORIKAWA (nxhack):
https://github.com/nxhack/openwrt-arduino-packages/tree/master/bossa

BOSSA is a flash programming utility for Atmel's SAM family of
flash-based ARM microcontrollers. The motivation behind BOSSA is to
create a simple, easy-to-use, open source utility to replace Atmel's
SAM-BA software.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agolibxml2: don't build host shared libraries 16960/head
Rosen Penev [Mon, 18 Oct 2021 08:30:55 +0000 (01:30 -0700)]
libxml2: don't build host shared libraries

Avoids having to add

HOST_LDFLAGS: -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib

for packages that rely on shared libraries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agodosfstools: fix AM_ICONV triggered build error
Bjørn Mork [Fri, 22 Oct 2021 12:34:48 +0000 (14:34 +0200)]
dosfstools: fix AM_ICONV triggered build error

Fix this build error:

 gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \
  -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \
  -I/usr/local/src/openwrt/staging_dir/host/include \
  -L/usr/local/src/openwrt/staging_dir/host/lib \
  -o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \
  charconv.o @LIBICONV@
 gcc: error: LIBICONV@: No such file or directory
 make[4]: *** [Makefile:449: fsck.fat] Error 1

Suggested-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2 years agoMerge pull request #16949 from neheb/10
Nikos Mavrogiannopoulos [Sat, 23 Oct 2021 18:31:06 +0000 (20:31 +0200)]
Merge pull request #16949 from neheb/10

libtasn1: don't build host shared libs

2 years agoMerge pull request #16958 from mhei/php7-update
Michael Heimpold [Sat, 23 Oct 2021 10:54:22 +0000 (12:54 +0200)]
Merge pull request #16958 from mhei/php7-update

php7: update to 7.4.25

2 years agoMerge pull request #16957 from mhei/php8-update
Michael Heimpold [Sat, 23 Oct 2021 10:54:08 +0000 (12:54 +0200)]
Merge pull request #16957 from mhei/php8-update

php8: update to 8.0.12

2 years agoMerge pull request #12175 from jekkos/collectd-ltq-dsl
Florian Eckert [Sat, 23 Oct 2021 06:10:02 +0000 (08:10 +0200)]
Merge pull request #12175 from jekkos/collectd-ltq-dsl

collectd: Add collector for lantiq dsl metrics