aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | curl: fix compilation with wolfSSLRosen Penev2022-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options.h header is needed now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #18919 from mhei/php8-full-libiconvMichael Heimpold2022-07-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | php8: fixup libiconv usage (refs openwrt/openwrt#10024)
| * | | | | | | | php8: fixup libiconv usage (refs openwrt/openwrt#10024)Michael Heimpold2022-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the OpenWrt's stub libiconv implementation is now gone, we can build against musl's internal one or the external libiconv implementation. This needs minor adjustements in the makefile to allow PHPs build to choose the right path when cross-compiling. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | irqbalance: add mesonRosen Penev2022-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation when libiconv is missing. Also remove pthread from glibc. No longer needed. Cleanup Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | unbound: update to 1.16.1Pascal Ernster2022-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @EricLuehrsen Compile tested: realtek/rtl838x, x86/64 Run tested: realtek/rtl838x, x86/64 Description: Update to 1.16.1 Signed-off-by: Pascal Ernster <git@hardfalcon.net>
* | | | | | | | | open-vm-tools: fix compilation without libiconvRosen Penev2022-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for recent nls.mk change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | dawn: update to 2022-07-18Nick Hainke2022-07-18
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e596ff1 ubus.c: only add nr entries matching our own SSID Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | golang: Update to 1.18.4Jeffery To2022-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for: * CVE-2022-1705: net/http: improper sanitization of Transfer-Encoding header * CVE-2022-1962: go/parser: stack exhaustion in all Parse* functions * CVE-2022-28131: encoding/xml: stack exhaustion in Decoder.Skip * CVE-2022-30630: io/fs: stack exhaustion in Glob * CVE-2022-30631: compress/gzip: stack exhaustion in Reader.Read * CVE-2022-30632: path/filepath: stack exhaustion in Glob * CVE-2022-30633: encoding/xml: stack exhaustion in Unmarshal * CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode * CVE-2022-32148: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #18948 from neheb/18Jeffery To2022-07-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | slang2: try to fix compilation without BUILD_NLS
| * | | | | | | | slang2: try to fix compilation without BUILD_NLSRosen Penev2022-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using --with-iconv like this causes -liconv to get added, which is not desirable. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | yq: Update to 4.26.1Tianling Shen2022-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | | xray-core: Update to 1.5.9Tianling Shen2022-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | | Merge pull request #18854 from Torxgewinde/restic_rest_server_updateJeffery To2022-07-18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | restic-rest-server: update to 0.11.0
| * | | | | | | | restic-rest-server: update to 0.11.0Tom Stöveken2022-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Tom Stöveken <tom@naaa.de>, Markus Weippert handed over, see: https://github.com/openwrt/packages/pull/18715#issuecomment-1153567619 Compile tested: SDK for OpenWrt 21.02.3 Run tested: x86/64, J&W Technologies I1171D001 Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 21.02.3 Description: Updated to version 0.11.0 Added new configuration parameters Signed-off-by: Tom Stöveken <tom@naaa.de>
* | | | | | | | | netsniff-ng: Update to version 0.6.8Martin Blumenstingl2022-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update fixes GCC-10 (or newer) builds. Remove 010-uclibc.patch as it has been applied upstream in this new version. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
* | | | | | | | | mpd: add missing AUDIO_SUPPORT in CONFIG_DEPENDSPacien TRAN-GIRARD2022-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pacien TRAN-GIRARD <pacien.trangirard@pacien.net>
* | | | | | | | | mpd-full: remove partial BUILD_PATENTED on ffmpegPacien TRAN-GIRARD2022-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the guard "CONFIG_BUILD_PATENTED" for the ffmpeg build feature for mpd-full. ffmpeg was already unconditionally registered as a dependency (at line 51). The ffmpeg package already handles whether or not to include patented codecs internally using the same config flag, so guarding its use as a dependency here does not appear necessary anymore. (For reference: guard "BUILD_PATENTED" was introduced in 44eb12f for ffmpeg, then partially removed by 326c973). Signed-off-by: Pacien TRAN-GIRARD <pacien.trangirard@pacien.net>
* | | | | | | | | softethernetvpn: remove libiconv/host dependencyRosen Penev2022-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer present and with the nls.mk removal, no longer needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #18954 from paper42/postfix-tlsJosef Schlehofer2022-07-17
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | postfix: fix download failure
| * | | | | | | | postfix: fix download failureMichal Vasilek2022-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdn.postfix.johnriley.me serves a certificate for a different domain name. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | | | travelmate: update 2.0.9-2Dirk Brenken2022-07-17
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix another vpn corner case * add support for javascript based captive portals (location.href) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | coreutils: update to 9.1John Audia2022-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patch[1]: 002-chmod-fix_exit_status_when_ignoring_sylinks.patch Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B 1. https://debbugs.gnu.org/cgi/bugreport.cgi?msg=28;bug=50784 Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | | | dawn: update to 2022-07-16Nick Hainke2022-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0689b5e ubus: add missing lock for ubus hearing_map 4b7db09 CONFIGURE.md: fix typo b3f61d4 CONFIGURE.md: adjust documentation about log levels Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | glib2: remove libiconv/host build dependencyRosen Penev2022-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer present. The original reason for having it was an unfortunate side effect of the way meson uses HOST_LDFLAGS. Since the transistion to use dependency('iconv'), this is no longer relevant. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | libuwsc: fix compiltation with wolfSSLEneas U de Queiroz2022-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wolfssl/options.h needs to be included before the other wolfssl headers to enable OpenSSL API required to build the package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | watchcat: add support to run a scriptJohn Kohl2022-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Kohl <jtk.git@bostonpog.org>
* | | | | | | | watchcat: add IP version selection support; fix bug with unlockbandsJohn Kohl2022-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Kohl <jtk.git@bostonpog.org>
* | | | | | | | mpd: update to 0.23.8Rosen Penev2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify iconv patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #18939 from neheb/18Alexandru Ardelean2022-07-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sudo: don't build with MIPS16
| * | | | | | | | sudo: don't build with MIPS16Rosen Penev2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC12 doesn't implement some security flags used by sudo. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | spoofer: update to 1.4.8Rosen Penev2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | pcre2: add zlib build dependencyRosen Penev2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the host zlib gets picked up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | libxcrypt: update to 4.4.28Rosen Penev2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build position independent to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | libnpupnp: update to 4.2.3Rosen Penev2022-07-14
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | elektra: actually fix compilation with iconvRosen Penev2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | find_package needs to be moved outside of if. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | liborcania: bump to 2.3.0Toni Uhlig2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | | | telegraf: Update to version 1.23.2Jonathan Pagel2022-07-14
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | | | gsocket: add a new package with version 1.4.37Ralf Kaiser2022-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Global Socket allows two workstations on different private networks to communicate with each other. Through firewalls and through NAT - like there is no firewall. The TCP connection is secured with AES-256 and using OpenSSL's SRP protocol (RFC 5054). It does not require a PKI and has forward secrecy and (optional) TOR support. The gsocket tools derive temporary session keys and IDs and connect two TCP pipes through the Global Socket Relay Network (GSRN). This is done regardless and independent of the local IP Address or geographical location. The session keys (secrets) never leave the workstation. The GSRN sees only the encrypted traffic. The workhorse is 'gs-netcat' which opens a ssh-like interactive PTY command shell to a remote workstation (which resides on a private and remote network and/or behind a firewall). Also added test.sh file to run test it inside containeer Signed-off-by: Ralf Kaiser <skyper@thc.org>
* | | | | | | pdns-recursor: update to 4.7.1Peter van Dijk2022-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | | pdns: update to 4.6.3Peter van Dijk2022-07-13
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | libfmt: bump to new upstream version 9.0.0Othmar Truniger2022-07-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | libndpi: update to 4.4Toni Uhlig2022-07-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | Merge pull request #18913 from jempatel/improve_apinger-procd-uciFlorian Eckert2022-07-12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | apinger: improve uci and procd support
| * | | | | apinger: improve uci and procd supportJaymin Patel2022-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - convert apinger into procd instances - generate instance specific apinger.conf from uci - hotplug handling for apinger alarms - restart apinger interface instance on ifup action of interface - don't exit on packet count mismatch, allows to use apinger as monitor for multiple targets handling - add srcip option to target configuration, allows specifying source ip used to monitor target - allow creating status file in script parseable format Patches are ported against latest version of apinger and referenced from https://git.pld-linux.org/?p=packages/apinger.git;a=summary Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* | | | | | ttymidi-sysex: support more System messagesDaniel Golle2022-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add support System Realtime and System Common This patch has also been submitted upstream: https://github.com/cchaussat/ttymidi-sysex/pull/2 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libv4l: change dependence from libudev-zero to libudevVolodymyr Nazarchuk2022-07-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Volodymyr Nazarchuk <vavooon@gmail.com>
* | | | | | Merge pull request #18811 from turris-cz/bindJosef Schlehofer2022-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | bind: update to version 9.18.4
| * | | | | | bind: update to version 9.18.4Josef Schlehofer2022-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: - CVE-2022-1183 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | telegraf: Update to version 1.23.1Jonathan Pagel2022-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | | | libextractor: fix iconv handlingRosen Penev2022-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autoreconf is enough to fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>