aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | pdns-recursor: update to 4.7.4Peter van Dijk2022-11-25
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | gnupg: compile with -fcommonTjeu Kayim2022-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a segfault because gnupg/g10/options.h struct opt is otherwise not shared between the different compilation units, resulting in opt.homedir being NULL when passed to make_filename. $ gpg1 -i gpg: signal 11 caught ... exiting Segmentation fault (gdb) bt #0 0x00007f17bb2185e2 in strlen (s=s@entry=0x0) at src/string/strlen.c:17 #1 0x0000000000460ea0 in make_filename (first_part=first_part@entry=0x0) at gnupg-1.4.23/util/fileutil.c:174 #2 0x000000000040ee42 in keydb_add_resource (url=url@entry=0x46bfe3 "secring.gpg", flags=flags@entry=4, secret=secret@entry=1) at gnupg-1.4.23/g10/keydb.c:238 #3 0x00000000004062ee in main (argc=<optimized out>, argv=<optimized out>) at gnupg-1.4.23/g10/gpg.c:3323 Signed-off-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
* | | Merge pull request #19652 from wormi4ok/lang-golang-update-1-19-2Tianling Shen2022-11-24
|\ \ \ | | | | | | | | golang: update to v1.19.2
| * | | golang: update to v1.19.3Stanislav Petrashov2022-11-23
| | | | | | | | | | | | | | | | Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
| * | | golang: update to v1.19.2Stanislav Petrashov2022-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | gphoto2: update to 2.5.28Rosen Penev2022-11-23
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libgphoto2: update to 2.5.30Rosen Penev2022-11-23
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #19948 from tvogel/ices-2.0.3Ted Hess2022-11-23
|\ \ \ \ | | | | | | | | | | ices: Update to 2.0.3
| * | | | ices: Update to 2.0.3Tilman Vogel2022-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #19956 from stangri/master-https-dns-proxyStan Grishin2022-11-22
|\ \ \ \ \ | | | | | | | | | | | | https-dns-proxy: update Makefile package descrition
| * | | | | https-dns-proxy: update Makefile package descritionStan Grishin2022-11-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | knot: update to version 3.2.3Jan Hák2022-11-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | liburing: Update to v2.3Christian Lachner2022-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | tvheadend: update to git master 2022-11-20Marius Dinu2022-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EPG database switched from v2 to v3. This commit updates OpenWrt init script to use the new database file. - EPG database symlink created by OpenWrt config option is overwritten with a real file by tvheadend. The latest tvheadend commit included here fixes that. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | | | | yggdrasil: bump to 0.4.7George Iv2022-11-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
* | | | | | cloudflared: Update to 2022.11.0Tianling Shen2022-11-22
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | upmpdcli: bump to 1.5.19Fabien Pozzobon2022-11-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Fabien Pozzobon <12074690+fpozzobon@users.noreply.github.com>
* | | | | wifi-presence: Update to version v0.3.0Adam Williams2022-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version handles the new hostapd connect message format, as introduced in: https://github.com/openwrt/openwrt/commit/8cb995445a26ee124e40b8ef97cc0ddd9d10f82a Signed-off-by: Adam Williams <pwnfactory@gmail.com>
* | | | | librespeed-cli: rename binary to librespeed-cliMichal Vasilek2022-11-22
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | upstream names the binary librespeed-cli and this avoids a conflict with python3-speedtest-cli Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | rclone: Update to 1.60.1Tianling Shen2022-11-21
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | gg: Update to 0.2.15Tianling Shen2022-11-21
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | unbound: update to 1.17.0Eric Luehrsen2022-11-21
| | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | ooniprobe: Update to 3.16.5Tianling Shen2022-11-21
| | | | | | | | | | | | | | | | | | | | | | | | Fix build with Go 1.19. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xfrpc: Update to 1.11.587Dengfeng Liu2022-11-21
| | | | | | | | | | | | | | | | | | | | | | | | refactor tcp mux Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | | Merge pull request #19900 from stangri/master-simple-adblockStan Grishin2022-11-19
|\ \ \ \ | | | | | | | | | | simple-adblock: update to 1.9.3-1
| * | | | simple-adblock: update to 1.9.3-1Stan Grishin2022-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | Merge pull request #19932 from flyn-org/libgpg-errorHannu Nyman2022-11-19
|\ \ \ \ \ | |_|_|/ / |/| | | | libgpg-error: copy gpg-error.pc to staging directory
| * | | | libgpg-error: copy gpg-error.pc to staging directoryW. Michael Petullo2022-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | lm-sensors: Add support for dev_name formatted like "a000000.wifi"Florence Riker2022-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florence Riker <1460830@gmail.com>
* | | | | sqlite3: Update to 3.40.0Tianling Shen2022-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | xray-core: Update to 1.6.4Tianling Shen2022-11-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | uhubctl: update to 2.5.0Andrea Pesaresi2022-11-18
|/ / / / | | | | | | | | | | | | Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
* | | | jq: fix hash mismatch problemBradford Zhang2022-11-17
| | | | | | | | | | | | | | | | | | | | | | | | change jq source proto to git to deal with hash mismatch problem. Signed-off-by: Bradford Zhang <zyc@zyc.name>
* | | | nano: update to 7.0Hannu Nyman2022-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #19927 from hgl/acmeToke Høiland-Jørgensen2022-11-17
|\ \ \ \ | | | | | | | | | | acme: make certificates use .crt as the extension
| * | | | acme: make certificates use .crt as the extensionGlen Huang2022-11-18
|/ / / / | | | | | | | | | | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* | | | adguardhome: bump to 0.107.18Dobroslaw Kijowski2022-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | Merge pull request #19915 from mhei/php8-pecl-xdebug-updateMichael Heimpold2022-11-17
|\ \ \ \ | | | | | | | | | | php8-pecl-xdebug: update to 3.1.6
| * | | | php8-pecl-xdebug: update to 3.1.6Michael Heimpold2022-11-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | frp: update to 0.45.0van waholtz2022-11-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: van waholtz <brvphoenix@gmail.com>
* | | | | ariang: update to 1.3.2van waholtz2022-11-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: van waholtz <brvphoenix@gmail.com>
* | | | | pugixml: removeRosen Penev2022-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since gerbera was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | spdlog: removeRosen Penev2022-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since gerbera was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libebml: removeRosen Penev2022-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since libmatroska was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libmatroska: removeRosen Penev2022-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since gerbera was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | nextdns: Update to version 1.38.0Olivier Poitrey2022-11-17
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #19905 from ne20002/bcp38Toke Høiland-Jørgensen2022-11-16
|\ \ \ \ | | | | | | | | | | bcp38: migrate to nftables
| * | | | bcp38: migrate to nftablesStefan Brusch2022-11-16
| |/ / / | | | | | | | | | | | | Signed-off-by: Stefan Brusch <ne20002@gmx.ch>
* | | | yq: Update to 4.30.4Tianling Shen2022-11-16
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | ovpn-dco: bump package to fix kernel 6.1 compileJohn Thomson2022-11-15
| | | | | | | | | | | | | | | | Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>