Commit graph

28372 commits

Author SHA1 Message Date
Fabien Pozzobon
dd58eb191f upmpdcli: bump to 1.5.19
Signed-off-by: Fabien Pozzobon <12074690+fpozzobon@users.noreply.github.com>
2022-11-21 13:14:45 -08:00
Adam Williams
e1fca948cb wifi-presence: Update to version v0.3.0
This version handles the new hostapd connect message format,
as introduced in: 8cb995445a

Signed-off-by: Adam Williams <pwnfactory@gmail.com>
2022-11-21 19:35:01 +00:00
Michal Vasilek
c2ad338b0f librespeed-cli: rename binary to librespeed-cli
upstream names the binary librespeed-cli and this avoids a conflict with
python3-speedtest-cli

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-11-22 00:59:12 +08:00
Tilman Vogel
4e2b09bd95 ices: Update to 2.0.3
This fixes a timing issue causing a playlist to be streamed as-fast-as-
possible until memory exhaustion, finally crashing ices and making it
basically useless.

This problem occurred in  the timing code in src/common/timing/ and is
probably related to libc header changes because ices 2.0.2 worked up until
OpenWrt 21.02.3 (at least) but failed in OpenWrt 22.03.2.

Signed-off-by: Tilman Vogel <tilman.vogel@web.de>
2022-11-21 15:09:43 +01:00
Tianling Shen
88a1535d00
rclone: Update to 1.60.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-21 19:06:31 +08:00
Tianling Shen
fec75efd8b
gg: Update to 0.2.15
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-21 19:06:11 +08:00
Eric Luehrsen
6bc0293a73 unbound: update to 1.17.0
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2022-11-21 18:58:11 +08:00
Tianling Shen
1c6570dcc7 ooniprobe: Update to 3.16.5
Fix build with Go 1.19.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-21 18:21:00 +08:00
Dengfeng Liu
419c434002 xfrpc: Update to 1.11.587
refactor tcp mux

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2022-11-21 02:14:42 +08:00
Stan Grishin
db5e6cf536
Merge pull request #19900 from stangri/master-simple-adblock
simple-adblock: update to 1.9.3-1
2022-11-19 22:25:53 -07:00
Hannu Nyman
3dce4f02f7
Merge pull request #19932 from flyn-org/libgpg-error
libgpg-error: copy gpg-error.pc to staging directory
2022-11-19 16:31:46 +02:00
Florence Riker
e06ee5dba1 lm-sensors: Add support for dev_name formatted like "a000000.wifi"
Signed-off-by: Florence Riker <1460830@gmail.com>
2022-11-19 06:21:24 +08:00
Tianling Shen
a4a0f0793b sqlite3: Update to 3.40.0
1. Added a new option for SQLITE3_COLUMN_METADATA.
2. Minor cleanup Makefile and fixed 2 typo errors.

Fixes: CVE-2022-35737

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-18 23:17:58 +08:00
W. Michael Petullo
a93e0269a1 libgpg-error: copy gpg-error.pc to staging directory
Packages like libassuan and libksba would not compile after updating
libgpg-error to 1.46. This was because gpg-error.m4 (and thus the affected
packages' configure scripts) relies on gpgrt-config, which in turn needs
access to gpg-error.pc. This modifies the libgpg-error build process to
copy gpg-error.pc to OpenWrt's staging directory, so that it is available
for subsequent dependent package builds.

Fixes: https://github.com/openwrt/packages/issues/19880

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-11-18 08:04:05 -06:00
Tianling Shen
d36c34f984
xray-core: Update to 1.6.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-18 19:18:56 +08:00
Stijn Tintel
1136e0ac3c vallumd: bump to 0.2.2
Add upstream patch to fix building from source tarballs.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-11-18 09:32:28 +02:00
Stijn Tintel
b40d47f259 vallumd: bump to 0.2.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-11-18 08:43:44 +02:00
Stijn Tintel
148afbbeb5 vallumd: point PKG_SOURCE_URL to Codeberg
The github repository has been archived; the project is now hosted on
Codeberg. Update the PKG_SOURCE_URL accordingly.

Gitea doesn't seem to add a version suffix to the directory in the
tarball, so use a custom PKG_BUILD_DIR.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-11-18 08:43:44 +02:00
Andrea Pesaresi
78ff18922d uhubctl: update to 2.5.0
Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
2022-11-18 09:27:49 +08:00
Bradford Zhang
1bc9cbf2b7 jq: fix hash mismatch problem
change jq source proto to git to deal with hash mismatch problem.

Signed-off-by: Bradford Zhang <zyc@zyc.name>
2022-11-17 14:54:35 -08:00
Hannu Nyman
4a89a577a7 nano: update to 7.0
Update nano to version 7.0.

Add a patch to fix the plus variant.
Upstream discussion and patch in
https://savannah.gnu.org/bugs/?63372

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-11-17 18:44:50 +02:00
Toke Høiland-Jørgensen
d80d54f983
Merge pull request #19927 from hgl/acme
acme: make certificates use .crt as the extension
2022-11-17 17:42:28 +01:00
Glen Huang
d6a24ecb66 acme: make certificates use .crt as the extension
Signed-off-by: Glen Huang <i@glenhuang.com>
2022-11-18 00:18:19 +08:00
Dobroslaw Kijowski
e3dc753781 adguardhome: bump to 0.107.18
* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.17
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.18

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2022-11-17 17:51:23 +08:00
Michael Heimpold
73301e91f6
Merge pull request #19915 from mhei/php8-pecl-xdebug-update
php8-pecl-xdebug: update to 3.1.6
2022-11-17 08:08:31 +01:00
van waholtz
403641968b frp: update to 0.45.0
Signed-off-by: van waholtz <brvphoenix@gmail.com>
2022-11-16 22:51:11 -08:00
van waholtz
99315b516f ariang: update to 1.3.2
Signed-off-by: van waholtz <brvphoenix@gmail.com>
2022-11-16 22:50:54 -08:00
Rosen Penev
dd0b7feca6 pugixml: remove
Since gerbera was removed, this is unused.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-11-16 18:29:44 -08:00
Rosen Penev
76c0665ceb spdlog: remove
Since gerbera was removed, this is unused.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-11-16 18:29:44 -08:00
Rosen Penev
ffd15d189a libebml: remove
Since libmatroska was removed, this is unused.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-11-16 18:29:44 -08:00
Rosen Penev
048300fea1 libmatroska: remove
Since gerbera was removed, this is unused.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-11-16 18:29:44 -08:00
Olivier Poitrey
1acf423ef5 nextdns: Update to version 1.38.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2022-11-17 04:12:34 +08:00
Michael Heimpold
59967db5f4 php8-pecl-xdebug: update to 3.1.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-11-16 15:43:28 +01:00
Toke Høiland-Jørgensen
67d95f149f
Merge pull request #19905 from ne20002/bcp38
bcp38: migrate to nftables
2022-11-16 15:22:54 +01:00
Stefan Brusch
471ffdd98c bcp38: migrate to nftables
Signed-off-by: Stefan Brusch <ne20002@gmx.ch>
2022-11-16 14:31:30 +01:00
Tianling Shen
8762261112
yq: Update to 4.30.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-16 19:57:19 +08:00
John Thomson
5c8780e9de ovpn-dco: bump package to fix kernel 6.1 compile
Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
2022-11-15 07:25:16 -08:00
John Thomson
3e8e55b43a siit: fix kernel 5.16 compile
siit-1.2/siit.c:1379:9: error: implicit declaration of function
'random_ether_addr' [-Werror=implicit-function-declaration]
 1379 |         random_ether_addr(dev->dev_addr);
      |         ^~~~~~~~~~~~~~~~~

Linux 3.6 renamed random_ether_addr to eth_random_addr [0]
Linux 5.16 removed random_ether_addr [1]

[0]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0a4dd594982a321699000218715e28664ec49169
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ba530fea8ca1b57ee71d4e62f287a5d7ed92f789

Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
2022-11-15 07:24:53 -08:00
Tianling Shen
bb73523d75 btop: Update to 1.2.13
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-15 14:33:04 +08:00
Tianling Shen
5671bd0d1a btop: append --utf-force argument by default
btop reads the `LANG` env variable to delect if the system has utf8
support, which exists on common Linux distributions.

However, OpenWrt does not ship it, and results in btop reporting
"No UTF-8 locale detected!". Users have to manually pass `--utf-force`
to make btop happy.

To make it OOTB, append `--utf-force` argument by default via alias.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-15 14:33:04 +08:00
Rosen Penev
409dbb05c9 expat: update to 2.5.0
Fixes: CVE-2022-43680

Added GitHub mirror.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-11-14 16:34:58 -08:00
Stanislav Petrashov
0ad7a2fe18
golang: update to v1.19.2
Includes fixes for security vulnerabilities:
 * [CVE-2022-27664](https://github.com/advisories/GHSA-69cg-p879-7622) net/http: handle server errors after sending GOAWAY
 * [CVE-2022-32190](https://github.com/golang/go/issues/54385) net/url: JoinPath does not strip relative path components in all circumstances
 * [CVE-2022-2879](https://github.com/golang/go/issues/54853) archive/tar: unbounded memory consumption when reading headers
 * [CVE-2022-2880](https://github.com/golang/go/issues/54663) net/http/httputil: ReverseProxy should not forward unparseable query parameters
 * [CVE-2022-41715](https://github.com/golang/go/issues/55949) regexp/syntax: limit memory used by parsing regexps

Addresses the build failure:
* https://github.com/openwrt/packages/pull/19613

Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2022-11-14 20:23:44 +01:00
Stan Grishin
f11ce28baf simple-adblock: update to 1.9.3-1
* introduce the new curl_max_file_size option
* prevent warnings/errors to be displayed each time the load_environment
  is invoked
* better organize dl_command appendixes
* implement support for downloading/using external dnsmasq config file
* refactor adb_check and adb_allow for better readability
* update default values for some options in the uci_load_validate call
* update reload trigger to include curl options

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-11-14 18:50:29 +00:00
Russell Senior
f343666816 sed: update GNU sed to v4.9
Signed-off-by: Russell Senior <russell@personaltelco.net>
2022-11-14 01:55:35 -08:00
Tianling Shen
4d667ec8e8
yq: Update to 4.30.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-13 23:11:14 +08:00
Michael Heimpold
d7d38a4b80
Merge pull request #19890 from mhei/mmc-utils-update
mmc-utils: update to latest upstream revision
2022-11-13 09:34:21 +01:00
Michael Heimpold
e49423d43f mmc-utils: update to latest upstream revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-11-12 23:13:05 +01:00
Tianling Shen
2cba6e5f73 yq: Update to 4.30.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-12 18:46:00 +02:00
Nicola Corna
b3ea2c4fca qemu: enable usb passthrough by default
The total uncompressed size increase (qemu-system-x86_64 and the new libusb
dependency) is less than 1%.

Signed-off-by: Nicola Corna <nicola@corna.info>
2022-11-11 15:18:46 -08:00
Josh Powers
95edfa723c privoxy: correctly format /etc/services additions
This adds the missing protocol (e.g. /tcp and /udp) to the entry in
/etc/services. If the entry already exists, it will add the /tcp to it.
Otherwise, it will look and add the tcp and udp entries if either is
missing.

fixes: openwrt#19665

Signed-off-by: Josh Powers <powersj@fastmail.com>
2022-11-11 15:16:45 -08:00