aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #17819 from pprindeville/update-perl-cgi-4.54Philip Prindeville2022-02-06
|\ \ \ | | | | | | | | perl-cgi: Update to 4.54
| * | | perl-cgi: Update to 4.54Philip Prindeville2022-02-06
|/ / / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #17743 from turris-cz/dnspython-bumpJosef Schlehofer2022-02-06
|\ \ \ | | | | | | | | python-dns: update to version 2.2.0
| * | | python-dns: update to version 2.2.0Josef Schlehofer2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed PYPI_SOURCE_EXT as this release provides tarball with .tar.gz extension, which is default. - Changelog: https://dnspython.readthedocs.io/en/stable/whatsnew.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | ruby: update to 3.0.3Michal Vasilek2022-02-06
| | | | | | | | | | | | | | | | | | | | | | | | * fixes CVE-2021-41817, CVE-2021-41816 and CVE-2021-41819 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | Merge pull request #17811 from stangri/master-https-dns-proxyStan Grishin2022-02-05
|\ \ \ \ | |_|_|/ |/| | | https-dns-proxy: init script refactoring
| * | | https-dns-proxy: init script refactoringStan Grishin2022-02-06
|/ / / | | | | | | | | | | | | | | | | | | * consolidate dnsmasq config manipulation into one function * more elegant code for PROCD data processing (Thanks @jow-!) Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #17797 from autobakterie/python-sentry-sdk_bump-to-1-5-4Josef Schlehofer2022-02-04
|\ \ \ | | | | | | | | python-sentry-sdk: update to 1.5.4
| * | | python-sentry-sdk: update to 1.5.4Šimon Bořek2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | changelog: https://github.com/getsentry/sentry-python/blob/f6d3adcb3d7017a55c1b06e5253d08dc5121db07/CHANGELOG.md#154 Signed-off-by: Šimon Bořek <borek@autobakterie.cz>
* | | | emailrelay: don't disable fortify sourceRosen Penev2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | GCC8 and 9 are gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | slide-switch: Update to 0.9.6Jeffery To2022-02-04
|/ / / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | v2rayA: Update to 1.5.6.2Tianling Shen2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Manually added new env variable `XDG_DATA_HOME` which won't be passed by procd by default. Removed upstreamed patch. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2raya: init: convert arguments into env variablesTianling Shen2022-02-04
| | | | | | | | | | | | | | | | | | Suggested by upstream, to provide forward compatibility. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | xray-core: Update to 1.5.3Tianling Shen2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | Removed outdated `alterId` in sample config. Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #17792 from TDT-AG/pr/20220104-dbusFlorian Eckert2022-02-04
|\ \ \ | | | | | | | | dbus: switching back to autotools to fix big endian issue
| * | | dbus: switching back to autotools to fix big endian issueFlorian Eckert2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the upstream developers of dbus, cmake is only inteded for windows. Unix like operating systems should continue to use the autotools stack. Since the changeover to cmake, the dbus was no longer usable on all big endian systems because the name binding no longer worked. In cmake, it is not evaluated whether it should run on a little endian or big endian system. This fixes issue #17780. The original problem occurred when using the modem manager on the big endian system (MIPS). Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | tinyionice: add packageMichal Vasilek2022-02-04
|/ / / | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | utils/findutils: update to 4.9.0Bernhard Voelker2022-02-03
| | | | | | | | | | | | | | | | | | * utils/findutils/Makefile (PKG_VERSION): Update to latest. (PKG_HASH): Update. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* | | Merge pull request #17671 from tohojo/sqm-nftHannu Nyman2022-02-03
|\ \ \ | |_|/ |/| | sqm-scripts: Change iptables dependency to iptables-nft
| * | sqm-scripts: Change iptables dependency to iptables-nftToke Høiland-Jørgensen2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's only one of the shaper scripts (simple.qos) that uses iptables, and it should be fine with iptables-nft for compatibility with the new default nft-based firewall. Confusingly, we still need the iptables-mod-ipopt package to get the DSCP match module; we never used CONNMARK, though, so drop the iptables-mod-conntrack-extra dependency while we're at it. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | rtklib: update to 2.4.3 b34; fix patchesYaroslav Petrov2022-02-03
| | | | | | | | | | | | Signed-off-by: Yaroslav Petrov <info@lank.me>
* | | Merge pull request #17748 from neheb/8Florian Eckert2022-02-03
|\ \ \ | | | | | | | | xinetd: fix bad printf formats
| * | | xinetd: fix bad printf formatsRosen Penev2022-01-30
| | | | | | | | | | | | | | | | | | | | | | | | Easier to use the proper C macro. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mutt: update to 2.1.5Matthew Hagan2022-02-02
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | mutt: add header caching support via libgdbmMatthew Hagan2022-02-02
| | | | | | | | | | | | | | | | | | | | | | | | Add header caching option to mutt, using the libgdbm database routines. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | mutt: move configurables to Config.inMatthew Hagan2022-02-02
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | Merge pull request #17762 from stangri/master-https-dns-proxyStan Grishin2022-02-02
|\ \ \ \ | | | | | | | | | | https-dns-proxy: update to 2021-11-22-1
| * | | | https-dns-proxy: update to 2021-11-22-1Stan Grishin2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 2021-11-22 upstream source * update patch file * update init script to preserve manual entries (fixes https://github.com/stangri/source.openwrt.melmac.net/issues/149) * update init script service_triggers Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | adguardhome: Bump adguardhome to v0.107.3 stableJames White2022-02-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | apache2: security update to version 2.4.52Josef Schlehofer2022-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVEs: - CVE-2021-44790 - CVE-2021-44224 Refreshed patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | miniflux: update to 2.0.35Michal Vasilek2022-02-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | mc: fix mksh subshellMichal Vasilek2022-02-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | Merge pull request #17690 from svlobanov/syslog-ng-fix-build-on-macosJosef Schlehofer2022-02-02
|\ \ \ \ \ | | | | | | | | | | | | syslog-ng: fix build on macos
| * | | | | syslog-ng: fix build on macosSergey V. Lobanov2022-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure script detects Darwin and uses flags incompatible with Linux target build. This patch uses fakeuname tool if host OS is MacOS to avoid Darwin detection on target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | Merge pull request #17719 from BKPepe/ffmpeg-updateJosef Schlehofer2022-02-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | ffmpeg: update to version 4.3.3
| * | | | | | ffmpeg: update to version 4.3.3Josef Schlehofer2022-01-29
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | strongswan: Update to 5.9.5Philip Prindeville2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | libradiotap: fix bad formatRosen Penev2022-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found with -Wformat Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | bluelog: fix build on macosSergey V. Lobanov2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bluelog can not be compiled on macos due to Apple zcat is not compatible with GNU zcat. This patch replaces `zcat` with `gzip -dc`. `gzip -dc` has the same behavior on GNU and Apple environments. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | wg-installer: use babeld add_interface functionNick Hainke2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With commit 385200443554 ("babeld: add add_interface function") babeld has a new ubus function allowing to dynamically add an interface. Before the add_interface function, we were required to reload babeld. The reload influenced the babeld routing. However, the remove part is still missing and will be added at a later stage. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | bind: bump to 9.18.0Noah Meyerhans2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | samba4: update to 4.14.12Andy Walsh2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.14.12 * fixes: CVE-2021-44142, CVE-2022-0336 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | chaosvpn: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chaosvpn Makefile detects Darwin (macos) and changes compilation flags for macos target, but OpenWrt is always Linux so build fails. This patch redefines OS=Linux to use Linux compilation flags. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | nut: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nut build fails on macos due to: 1. configure script can not use AR env var due to OpenWrt build system provides only executable name (e.g. aarch64-openwrt-linux-musl-gcc-ar) but configure script checks if AR has '/'. As a result, configure script ignores AR env var and uses system `ar` but macos `ar` is not compatible with the objects generated by OpenWrt GCC toolchain. This commit explicitly sets ac_cv_path_AR=$(TARGET_AR) to use OpenWrt toolchain AR. 2. configure script detects if build host is macos and adds macosx_ups driver as a build target, but this driver can not be build with OpenWrt toolchain because OpenWrt is Linux. This commit explicitly disables macosx_ups driver using configure flag --without-macosx_ups Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | softethervpn: fix build on macosSergey V. Lobanov2022-01-31
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | host-compile fails on macos due to several reasons: 1. host-compile Makefile always selected for linux 2. macos host cc (clang) fails due to implicit-function-declaration 3. ar and ranlib tools are hardcoded in softethervpn Makefiles All three issues are fixed by this patch Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | mtdev: fix bad printf formatsRosen Penev2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Easiest to just change the type. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libdrm: fix bad formats for mips64 and ppc64Rosen Penev2022-01-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | nano: Add a plus variant with more featuresHannu Nyman2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nano is by default built as "tiny" with most features disabled. That is suitable for basic tasks in routers with small flash. Add a new nano-plus variant that enables selected additional features in the build config: * multiple files (multibuffer) * Unicode/utf8 * justify * .nanorc support * help * also some key bindings get enabled as "tiny" configure option is removed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | bridge-utils: update to 1.7.1Rosen Penev2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing limits header for PATH_MAX. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libowfat: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libowfat target-build fails on macos due to using system `ar` and `ranlib` tools not compatible with the objects generated by OpenWrt GCC toolchain. This patch specifies CROSS= make flag that is used as a prefix for `ar` and `ranlib` tools. This patch also specifies CCC= make flag due to CCC= has invalid value after specifying CROSS= make flag (CCC=$(CROSS)$(CC)) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>