aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | modemmanager: fix mm_log() invocations in 25-modemmanager* filesArkadiusz Drabczyk2022-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Definition of mm_log() was changed in 45a56a889943b437f78fa2bfca3d5d8ac555c77e but 25-modemmanager* weren't changed. Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
* | | | | | | dawn: update to 2022-07-24Nick Hainke2022-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | edca4d2 network: rework network status callbacks Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | ruby: fix build with LibreSSL over v3.5ZiMing Mo2022-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LibreSSL 3.5 and later provide and need to use PEM_write_bio_PrivateKey_traditional() upstream commit: https://github.com/ruby/openssl/commit/e25fb0d0d86da5a9398ebdc9216b2ea89f80fa3d https://github.com/ruby/openssl/commit/b02815271fcc295cb8b07ef740684b88a10f2760 Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org>
* | | | | | | erlang: workaround LibreSSL-3.5.0 compat issuesSebastian Kemper2022-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-pick four upstream commits that prevent building of otp_test_engine when LibreSSL-3.5.0 is used. Since OpenWrt bumped LibreSSL to 3.5.3 the erlang host builds fail to complete. CC ../priv/obj/x86_64-pc-linux-gnu/otp_test_engine.o otp_test_engine.c: In function 'test_engine_md5_init': otp_test_engine.c:144:34: error: dereferencing pointer to incomplete type 'EVP_MD_CTX' {aka 'struct env_md_ctx_st'} #define data(ctx) ((MD5_CTX *)ctx->md_data) ^~ Also switch to AUTORELEASE. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | curl: switch default SSL to mbedTLSRosen Penev2022-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The decision to switch the default to wolfSSL was taken because of hostapd back from when curl was in base. Unfortunately, not only is wolfSSL bigger but it has also been causing issues recently. There's also no relation between hostapd and curl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | python3: update patches for libressl v3.5Andre Heider2022-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based upon patches from OpenBSD[0] and Gentoo[1]. Switched to the LibreSSL provided LIBRESSL_VERSION_NUMBER macro, which makes OPENWRT_HOST_BUILD redundant. [0] https://github.com/openbsd/ports/tree/master/lang/python/3.10/patches [1] https://github.com/gentoo/libressl/tree/master/dev-lang/python/files Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | cryptsetup: fix library paths by calling autoreconfDaniel Golle2022-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_FIXUP:=autoreconf when building cryptsetup to prevent accidental linkage against host libraries. Fixes: #19011 Reported-by: @dreirund Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | yt-dlp: update to 2022.7.18Michal Vasilek2022-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | dawn: update to 2022-07-22Nick Hainke2022-07-22
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10fb043 network: dump detail on ping pong received Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #18966 from commodo/django-bumpAlexandru Ardelean2022-07-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | django: bump to version 4.0.6
| * | | | | | django: bump to version 4.0.6Alexandru Ardelean2022-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://nvd.nist.gov/vuln/detail/CVE-2022-34265 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | crelay: update to 0.14.1Rosen Penev2022-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add a meson.build file to avoid iconv hacks. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | docker-compose: Update to version 2.7.0Javier Marcet2022-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - Enhancements: - add support of environment secret during build step by @glours - Fixes: - networks: prevent issues due to duplicate names by @milas - Use appropriate dependency condition for one-shot containers when running compose up --wait by @laurazard - Fix environment variable expansion by @ulyssessouza in compose-spec/compose-go#276 - Validate depended-on services exist in consistency check by @laurazard in compose-spec/compose-go#281 - Fix hash usage in environment values by @ulyssessouza in compose-spec/compose-go#283 - build: respect dependency order for classic builder by @milas - fix: panic caused by empty string argument by @nicksieger - (re)start should not impact one-off containers by @ndeloof - Fix issue with close networks name on up and down command by @glours - keep the container reference when volumes_from target a container and not a service by @glours - build.go: initialize CustomLabels map if nil by @paroque28 Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | dawn: update to 2022-07-21Nick Hainke2022-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb362db datastorage: fix ap_array_unlink_entry always returns NULL 47e98ef network: ping pong keepalive for tcp connections eba0354 network: add timeout for client connections In the dawn config the con_timeout needs to be added: option con_timeout '60' Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | usteer: update to latest HEADDavid Bauer2022-07-21
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9059b9a ubus: derive RSSI from measurement report Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | mutt: add PKG_CONFIG_DEPENDSRosen Penev2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix missing dependencies when manupulating options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | opusfile: add autoreconfRosen Penev2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation under some hosts. Added PKG_BUILD_PARALLEL for faster compilation. Some small cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | geth: update to 1.10.20Rosen Penev2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation with latest iconv changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libulfius: update to 2.7.10Toni Uhlig2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | glib2: disable fortify sourceStijn Tintel2022-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The glib2 package fails to build when CONFIG_PKG_FORTIFY_SOURCE_1 or CONFIG_PKG_FORTIFY_SOURCE_2 is enabled in the OpenWrt config: In file included from ../glib/libcharset/localcharset.c:28: /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h: In function 'snprintf': /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:101:9: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] 101 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~ /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h: In function 'sprintf': /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:110:17: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] 110 | __r = __orig_snprintf(__s, __b, __f, __builtin_va_arg_pack()); | ^~~ /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:114:17: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] 114 | __r = __orig_sprintf(__s, __f, __builtin_va_arg_pack()); | ^~~ Disable fortify source for the package as a workaround. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | wifidog: fix compilation with more recent wolfsslRosen Penev2022-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs an extra header. pthread.h is also no longer implicitly included. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | 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