- Jun 22, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit c6f8536e)
-
Florian Eckert authored
If pppoe is used for wan access. script set 'eth1' as interface for curl call. The correct interface is however 'pppoe-wan'. The script uses 'network_get_physdev' function to get real device for bind_network but this is wrong. We need instead the l3_device of the the logical interface. In case if we don't use pppoe connection - 'l3_device' is equal to real device. This was reported by the github user `welderpb` with P/R: https://github.com/openwrt/packages/pull/14431 Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 036079b3)
-
Wenli Looi authored
Signed-off-by:
Wenli Looi <wlooi@ucalgary.ca> (cherry picked from commit 9e2aad3f)
-
Wenli Looi authored
Signed-off-by:
Wenli Looi <wlooi@ucalgary.ca> (cherry picked from commit 93344aaf)
-
- Jun 20, 2021
-
-
Josef Schlehofer authored
[21.02] icu: bump to 69.1
-
Hirokazu MORIKAWA authored
ICU 69 updates to CLDR 39 locale data with many additions and corrections. ICU 69 also includes significant improvements for measurement unit formatting and number formatting in general, as well as many other bug fixes and enhancements. Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com>
-
- Jun 19, 2021
-
-
Rosen Penev authored
[21.02] chrony: fix uci NTP access configuration
-
Miroslav Lichvar authored
The chrony interface hotplug script reuses the handle_allow function from the init script to allow NTP access on interfaces specified in uci. The function requires /lib/functions/network.sh. Include the file in the hotplug script to make the function work as expected. Signed-off-by:
Miroslav Lichvar <mlichvar0@gmail.com>
-
Rosen Penev authored
[21.02] node: bump to 14.17.1
-
Rosen Penev authored
[openwrt-21.02] yq: Update to 4.9.6
-
- Jun 18, 2021
-
-
Chen Minqiang authored
Signed-off-by:
Chen Minqiang <ptpt52@gmail.com> (cherry picked from commit 2b52fb62)
-
Jan Pavlinec authored
This should prevent some resolving issues by other router app. Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry picked from commit 1d1eca32)
-
Andy Walsh authored
* update to 4.13.9 Signed-off-by:
Andy Walsh <andy.walsh44+github@gmail.com> (cherry picked from commit 2057fc9e)
-
Tianling Shen authored
Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 6c6b74b8)
-
Alexandru Ardelean authored
Dropped patches: 0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch 0005-Switch-get_-Update-APIs-to-get0.patch Reworked patches: 0001-Add-new-ASN1_STRING_get0_data-API.patch 0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch These 2 require that we keep only the CUSTOMIZATIONS stuff for now. Maybe later we can drop this. Ran 'make package/python-cryptography/refresh'. Added patch: 0004-disable-rust.patch upstream did a sloppy job with the CRYPTOGRAPHY_DONT_BUILD_RUST logic; we need to patch it, to make sure the setuptools-rust isn't installed. We may need to carry this patch in our tree for a bit longer than upstream, because in newer versions, CRYPTOGRAPHY_DONT_BUILD_RUST logic gets removed. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit 01d1b458) Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
Hirokazu MORIKAWA authored
Notable Changes: deps: update ICU to 69.1 (Michaël Zasso) errors: align source-map stacks with spec (Benjamin Coe) Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com>
-
- Jun 17, 2021
-
-
Dirk Brenken authored
* fix issue with nginx search pattern reported in forum support thread Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit 0c16840e)
-
Hannu Nyman authored
Update nano editor version to 5.8. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 6f2ac237)
-
- Jun 16, 2021
-
-
Daniel Golle authored
Using strcmp() to compare a version string doesn't work well. Use verrevcmp() function from opkg instead. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 794cf3ac, as it was previously skipped also switch PKG_REVISION back to manual to keep it in sync with master branch)
-
- Jun 15, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit 24a8f5874155398df8e64b29897a511d5d603e03)
-
Daniel Golle authored
No longer fail in case a package is part of multiple lists (which may happen temporarily in case it becomes 'nonshared'). Bump version to prepare for sync accross branches. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 9150e827)
-
Daniel Golle authored
* don't segfault if server reply is incomplete * always request 'generic' image on x86/generic and x86/64 * make SNAPSHOT branches sticky, eg. stay on 21.02-SNAPSHOT and do not 'upgrade' to 21.02.0-rc2. * output requested server URL when debugging Signed-off-by:
Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 02bc1fc9)
-
Daniel Golle authored
Display position in queue while waiting for build. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 5b7ff1ad)
-
Florian Eckert authored
This change makes the handling of adding and deleting interface, device bridge and firewall more robust. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 0fded274)
-
Jeffery To authored
Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit 1eeeba60d8cffc2f655c1ecbb277ca6734ac46b7)
-
Hirokazu MORIKAWA authored
Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com>
-
- Jun 14, 2021
-
-
Josef Schlehofer authored
[openwrt-21.02] python3: add python3-readline subpackage
-
Dirk Brenken authored
* add switch 'ban_fetchinsecure' to allow insecure downloads without certificate check (disabled by default) * better explain 'ban_fetchparm' in readme Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit 94551386)
-
Dirk Brenken authored
* fix a small json syntax issue in adblock.sources * add easylist addon to reg_fr source * add switch 'adb_fetchinsecure' to allow insecure downloads without certificate check (disabled by default) * better explain 'adb_fetchparm' in readme Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit 74dec65b)
-
- Jun 13, 2021
-
-
Alexandru Ardelean authored
Python3 comes with a built-in readline module. It wasn't included up until now; mostly because it wasn't considered. This change introduces it as a sub-package of the main Python3 package. readline support is included in Python. libreadline pulls libncursesw as a package, so python3-ncurses was updated to pull libncursesw as well. It should be the same package; mostly done for consistency. Resolves the issue reported here: https://forum.openwrt.org/t/python3-repl-missing-readline/90039 Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit 49faf5d7) Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 95935f2b)
-
- Jun 12, 2021
-
-
Rosen Penev authored
Explicitly add libdaemon configure flag. It seems the default was changed. Add AUTORELEASE for simplicity. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 94bc8a12)
-
Rosen Penev authored
[openwrt-21.02] python-twisted: Add tls/conch dependencies
-
Jeffery To authored
By adding these dependencies, it is much easier for users (both applications that use Twisted and end users) to have secure communications by default. Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit 83495462)
-
- Jun 11, 2021
-
-
Josef Schlehofer authored
[openwrt-21.02] python-twisted: Update to 21.2.0, redo patches
-
Jeffery To authored
Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit 4b6e05d1)
-
Rosen Penev authored
[openwrt-21.02] python-six,et_xmlfile, django: bump package versions
-
Josef Schlehofer authored
[openwrt-21.02] python-incremental: Update to 21.3.0, refresh patch
-
Josef Schlehofer authored
[openwrt-21.02] python-zope-interface: Update to 5.4.0
-
Josef Schlehofer authored
[openwrt-21.02] python-attrs: Update to 21.2.0
-