aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | erlang: update to version 24.2Sergey V. Lobanov2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. updated to 24.2 (RN: https://github.com/erlang/otp/releases/tag/OTP-24.2) 2. added libstdcpp dependency 3. erlang-hipe was removed in upstream (ref https://github.com/erlang/otp/commit/fccb8482efc47bf2e48911564df502f087cce5ed) everything related to erlang-hipe was removed from Makefile 4. updated and refreshed patches 5. host-compile ssl library forced to OpenWrt LibreSSL to avoid using system library Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | | | crowdsec-firewall-bouncer: update to 0.0.21Kerma Gérald2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update crowdsec-firewall-bouncer to latest upstream release version 0.0.21 Makefile rework - use tagged version for download Fixes - set API_KEY in firewall bouncer config file Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | | | | krb5: fix build on macosSergey V. Lobanov2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backport of upstream commit https://github.com/krb5/krb5/commit/3c66c1fec7ce4edeff284a5e4abe32d0b4398539 Original author: Nikhil Benesch <nikhil.benesch@gmail.com> Remove unnecessary flag in macOS build The configuration logic for adding the `-search_paths_first` linker flag on Darwin does not correctly handle cross compilation. It should check the value of $krb5_cv_host rather than `uname -s` to detect when the compilation target is Darwin, rather than the build machine. It turns out `-search_paths_first` has been the default behavior of ld on macOS since XCode 4. So just remove that bit of logic entirely. (The flag was added in commit acd27af0e845f8b93de2e226cc2ec9ac8af52077 in 2004; XCode 4 was released in 2010.) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | | | transmission: add ca_bundle support with procd-ujailMatthew Hagan2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With procd-ujail enabled, it is not possible to use HTTPS URLs, for example when either for downloading torrent files or blocklists. The followig example occurs when downloading a URL from the "Upload Torrent Files" dialogue box: Error adding "https://releases.ubuntu.com/21.10/ubuntu-21.10-desktop-amd64.iso.torrent": gotMetadataFromURL: http error 0: No Response syslog will also hint that no CA_BUNDLE is being used: transmission-daemon[6683]: [2021-12-30 20:01:30.990] web will verify tracker certs using envvar CURL_CA_BUNDLE: none (web.c:455) This patch rectifies this issue by adding a ca_bundle configurable, enabled by default. This explicitly fixes the ca_bundle file location to /etc/ssl/certs/ca-certificates.crt and adds this file to the procd jail. On subsequent testing, HTTPS URL download functionality is restored. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | | | | | Merge pull request #17551 from stangri/master-curlStan Grishin2022-01-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | curl: update to 7.81.0
| * | | | | | | | curl: update to 7.81.0Stan Grishin2022-01-09
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: https://curl.se/changes.html#7_81_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | | | Merge pull request #17441 from commodo/django4Alexandru Ardelean2022-01-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | django: bump to version 4.0.1
| * | | | | | | | django: bump to version 4.0.1Alexandru Ardelean2022-01-09
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | / / haveged: update to 1.9.17Hannu Nyman2022-01-09
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update havged to version 1.9.17. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | bossa: fix build on macosSergey V. Lobanov2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | override OS=Linux Makefile variable to support building on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | | wg-installer: fix typo in cleanup functionNick Hainke2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The delete variable was misspelled leading to devices always being removed although they had connected neighbors. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | wg-installer: add cleanup scriptNick Hainke2022-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add script to cleanup unused wireguard interfaces. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | Merge pull request #17531 from neheb/1Alexandru Ardelean2022-01-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fuse: fix compilation with recent glibc
| * | | | | | | fuse: fix compilation with recent glibcRosen Penev2022-01-08
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closefrom is implemented now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #17532 from neheb/2Alexandru Ardelean2022-01-09
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | bluez: fix compilation with glibc
| * | | | | | bluez: fix compilation with glibcRosen Penev2022-01-08
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sync() is implemented now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Revert "pdns-recursor: temp"Rosen Penev2022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 96e355836db7b83c4b1d46217a745be93ca019cb.
* | | | | | pdns-recursor: tempRosen Penev2022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | boost: fix libboost_context for mips64Rosen Penev2022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was an upstream patch that changes mips1 to mips. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | crowdsec: update to 1.2.2Kerma Gérald2022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update crowdsec to latest upstream release version 1.2.2 Makefile rework - use tagged version for download Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | | wg-installer: fix ipv4 meshing via olsrNick Hainke2022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ipv4 address space was not allowed. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | lua-curl-v3: fix build on macosSergey V. Lobanov2022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lua-curl-v3 detects OS and changes compilation flags depends on OS. If Darwin is detected then it adds GCC non-compatible flags. OpenWrt is always Linux, OS detection is disabled via UNAME=Linux as a part of MAKE_FLAGS Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | luajit: fix build on macos (ldconfig issue)Sergey V. Lobanov2022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix ldconfig build issue. This patch is a backport from upstream: https://github.com/LuaJIT/LuaJIT/commit/18c9cf7d3788a8f7408df45df92fc4ae3bcc0d80 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | Merge pull request #17491 from jefferyto/obfs4proxy-0.0.12Josef Schlehofer2022-01-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | obfs4proxy: Update to 0.0.12
| * | | | | | obfs4proxy: Update to 0.0.12Jeffery To2022-01-04
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parts of the meek_lite transport are GPL3 (added in 0.0.9), the rest of the program is BSD 2-Clause. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #17492 from jefferyto/python-attrs-21.4.0Josef Schlehofer2022-01-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-attrs: Update to 21.4.0
| * | | | | | python-attrs: Update to 21.4.0Jeffery To2022-01-04
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | / / / / bwping: update to version 2.4Oleg Derevenetz2022-01-07
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | | wg-installer: add ipv4 supportNick Hainke2022-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add base_v4prefix to allow ipv4 mesh connections. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #17429 from erdoukki/2to3Jeffery To2022-01-07
|\ \ \ \ \ | | | | | | | | | | | | 2to3: add package host tool
| * | | | | 2to3: add package host toolKerma Gérald2022-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2to3 is a Python program that reads Python 2.x source code and applies a series of fixers to transform it into valid Python 3.x code. The standard library contains a rich set of fixers that will handle almost all code. 2to3 supporting library lib2to3 is, however, a flexible and generic library, so it is possible to write your own fixers for 2to3. lib2to3 could also be adapted to custom applications in which Python code needs to be edited automatically. This tool is necessary for fail2ban package because of issue https://github.com/openwrt/packages/issues/17311 https://github.com/openwrt/packages/pull/17341 Simple 2to3.py script from Debian, thanks to Matthias Klose <doko@ubuntu.com> From: https://salsa.debian.org/cpython-team/python3-defaults Co-authored-by: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | | Merge pull request #17502 from jefferyto/radicale2-2.1.12Josef Schlehofer2022-01-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | radicale2: Update to 2.1.12
| * | | | | | radicale2: Update to 2.1.12Jeffery To2022-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #17500 from jefferyto/radicale-1.1.7Josef Schlehofer2022-01-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | radicale: Update to 1.1.7
| * | | | | | | radicale: Update to 1.1.7Jeffery To2022-01-05
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #17481 from jefferyto/python-3.10.1Josef Schlehofer2022-01-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3: Update to 3.10.1, refresh/remove patches
| * | | | | | | python3: Update to 3.10.1, refresh/remove patchesJeffery To2022-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed patches: * 027-bpo-43158-Use-configure-values-for-building-_uuid-ex.patch Already merged. * 029-disable-deprecation-warning.patch Packages should be patched/fixed to remove the use of distutils instead of disabling this warning. Also: * Updates PKG_LICENSE to use the correct SPDX license identifier * Fixes build for mipsel_24kc_24kf Fixes https://github.com/openwrt/packages/issues/17217. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | rtty: add compatibility for wolfssl >= 5.0Sergey V. Lobanov2022-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NTRU support has been removed in wolfssl 5.0 so it is required to mask NTRU specific code if wolfssl >= 5.0 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | | | libuhttpd: add compatibility for wolfssl >= 5.0Sergey V. Lobanov2022-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NTRU support has been removed in wolfssl 5.0 so it is required to mask NTRU specific code if wolfssl >= 5.0 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | | | wg-installer: add hotplug script for olsrNick Hainke2022-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add hotplug-olsrd to automatically mesh with olsrd via new wireguard links. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | Merge pull request #17094 from stintel/miniupnpdStijn Tintel2022-01-05
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | miniupnpd: drop igdv1 variant, add nftables support
| * | | | | | | miniupnpd: create iptables and nftables variantStijn Tintel2022-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The next OpenWrt stable release aims to use firewall4 by default. As this uses nftables as backend, miniupnpd will no longer work. Create an iptables and nftables variant of the miniupnpd package so that miniupnpd can be used with either firewall variant. See #16818 for more info. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | | Revert "miniupnpd: introduce IGDv1 variant"Stijn Tintel2022-01-05
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since version 2.2.3, miniupnpd will detect MS clients and force IGDv1. This reverts commit 7f5534ac7a88124c59b23188bcdc39bd9e92d879. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | miniupnpc: update to version 2.2.3Shaleen Jain2022-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Shaleen Jain <shaleen@jain.sh>
* | | | | | | miniupnpd: update to version 2.2.3Shaleen Jain2022-01-05
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Shaleen Jain <shaleen@jain.sh>
* | | | | | inadyn: update to 2.9.1Rosen Penev2022-01-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #17435 from pprindeville/perl-cgi-update-4.53Philip Prindeville2022-01-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | perl-cgi: update to 4.53
| * | | | | | perl-cgi: update to 4.53Philip Prindeville2022-01-02
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #17434 from pprindeville/perl-text-csv_xs-update-1.47Philip Prindeville2022-01-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | perl-text-csv_xs: update to 1.47
| * | | | | | perl-text-csv_xs: update to 1.47Philip Prindeville2022-01-02
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>