aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ruamel-yaml: Update to 0.17.32, rename source packageJeffery To2023-09-05
| | | | | | | This renames the source package to python-ruamel-yaml to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: change my no longer used emailJosef Schlehofer2023-09-04
| | | | | | | | | Since February 2023, I decided to no longer work with Turris, I mean CZ.NIC company due to some reasons how the development goes and since that day my work address is not available and not sure if there is some redirect to someone else, but if anyone wants to reach me, use my email address, where they can find me. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-websockets: Update to 11.0.3, update list of dependenciesJeffery To2023-09-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-wcwidth: Update to 0.2.6Jeffery To2023-09-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-voluptuous-serialize: Update to 2.6.0Jeffery To2023-09-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-voluptuous: Update to 0.13.1, update list of dependenciesJeffery To2023-09-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-urllib3: Update to 2.0.4Jeffery To2023-09-04
| | | | | | The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-ubus: Update to 0.1.2Jeffery To2023-09-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #21965 from jonasjelonek/crocJeffery To2023-09-04
|\ | | | | croc: new package
| * croc: new packageJonas Jelonek2023-09-01
| | | | | | | | | | | | | | | | | | croc is a tool written in Go for sending files from one device to another over the internet using a relay. It runs on multiple platforms, provides end-to-end encryption and works without port forwarding and fixed IP/DynDNS. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | Merge pull request #21943 from stangri/master-adblock-fastStan Grishin2023-09-03
|\ \ | | | | | | adblock-fast: initial commit
| * | adblock-fast: initial commitStan Grishin2023-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * this package replaces simple-adblock package * it was impossible to keep existing config structure and continue improving the simple-adblock the way I wanted, hence the new package name * the migration script for existing simple-adblock config is included in the uci-defaults file Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #22015 from stangri/master-https-dns-proxyStan Grishin2023-09-03
|\ \ \ | | | | | | | | https-dns-proxy: fix dns resolution not working on boot
| * | | https-dns-proxy: fix dns resolution not working on bootStan Grishin2023-09-03
|/ / / | | | | | | | | | | | | | | | | | | | | | * fix dns resolution not working on boot * add hotplug-online script * reorganizes files/ and Makefile to reflect files destinations Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | python-websocket-client: update to 1.6.2Javier Marcet2023-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for SSLKEYLOGFILE environment variable - Add support for callable header arguments - Change handling of proxy environment variables, is_secure set to true now prevents http_proxy from getting used Signed-off-by: Javier Marcet <javier@marcet.info>
* | | docker-compose: Update to version 2.21.0Javier Marcet2023-09-03
| | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | python-ble2mqtt: update to 0.2.0Quintin Hill2023-09-03
| | | | | | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | | python-dbus-fast: update to 1.94.1Quintin Hill2023-09-03
| | | | | | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | | snort3: update to 3.1.69.0John Audia2023-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | | mhz: respect CC and CFLAGS passed by buildsystemRobert Marko2023-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that the Makefile has both CC and CFLAGS hardcoded and does not allow overriding them by ones being passed by the buildsystem. This works fine until CONFIG_PKG_ASLR_PIE_ALL is selected, then building will fail with: arm-openwrt-linux-muslgnueabi/bin/ld.bfd: mhz.o: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC arm-openwrt-linux-muslgnueabi/bin/ld.bfd: mhz.o(.text+0x75c): unresolvable R_ARM_CALL relocation against symbol `__aeabi_l2d@@GCC_3.5 So, lets add a patch pending upstream that allows both CC and CFLAGS to be overriden so that ones passed by the buildsystem are actually respected. Fixes: 89123b308f98 ("mhz: add new package") Signed-off-by: Robert Marko <robimarko@gmail.com>
* | | libucontext: Add packageVolker Christian2023-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description (from libucontext github page): libucontext (https://https://github.com/kaniini/libucontext) is a library which provides the ucontext.h C API. Unlike other implementations, it faithfully follows the kernel process ABI when doing context swaps. libucontext is used on almost all musl distributions to provide the legacy ucontext.h API. This package is meant as a development package. There is no need to install a package on the router if an application or library is linked against the static libraries. Though, shared libraries are provided also. It is used to link libraries/applications against it which need the system calls * makecontext * swapcontext * getcontext * setcontext E.g. the asynchronous API of libmariadb (c-connector) uses this system calls. Because libmusl didn't provide that system calls this synchronous API is currently (without libucontexe) not working - it segfaults. Co-developed-by: Tianling Shen <cnsztl@immortalwrt.org> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Signed-off-by: Volker Christian <me@vchrist.at>
* | | knot-resolver: update to version 5.7.0Josef Schlehofer2023-09-03
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://www.knot-resolver.cz/2023-01-26-knot-resolver-5.6.0.html https://www.knot-resolver.cz/2023-08-22-knot-resolver-5.7.0.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | tor: update to 0.4.8.4 stableRui Salvaterra2023-09-03
| | | | | | | | | | | | | | | | | | | | | | | | First release of the 0.4.8.x series, see the changelog [1] for what's new. [1] https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.8.4/ChangeLog Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | dmx_usb_module: use upstream commit to fix compilation with kernel 6.2+Josef Schlehofer2023-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently, there was pushed patch, which fixed only part to get it working with Linux kernel 6.2+, but it was only local change and it did not use the changes, which are going to be included in the upcoming dmx_usb_module release. This commit use the commit from the upstream repository: https://github.com/lowlander/dmx_usb_module/commit/eeecf40c3eb3dbdf1981c508080ab3aa61e105e2 Fixes: e15d9f75dac2888b9d863c6f2d1c19637631c1fb ("dmx_usb_module: fix compilation warning") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | jool: update package to version 4.1.10Tiago Gaspar2023-09-02
| | | | | | | | | | | | | | | | | | | | | Update jool to version 4.1.10 and remove a no longer needed patch. There was also a need to backport a patch to fix compile in some archs. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | lua-eco: update to 2.5.0Jianhui Zhao2023-09-02
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | v2raya: Update to 2.2.2Tianling Shen2023-09-02
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | libre2: fix installRosen Penev2023-09-01
| | | | | | | | | | | | | | | | | | Need the suffixed library too. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | collectd-mod-ipstatistics: fix handling of long `/proc` linesAlex Shumsky2023-09-01
| | | | | | | | | | | | | | | | | | | | | `/proc/net/netstat` `TcpExt:` line is 2064 chars long on linux 6.1 Signed-off-by: Alex Shumsky <alexthreed@gmail.com> [PKG_RELEASE bump added]
* | | libre2: fix pkgconfig pathsRosen Penev2023-09-01
| | | | | | | | | | | | | | | | | | Upstream broke them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | nss: update to 3.93Lucian Cristian2023-08-31
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | libreswan: update to 4.12Lucian Cristian2023-08-31
| | | | | | | | | | | | | | | | | | fix CVE-2023-38710, CVE-2023-38711, CVE-2023-38712 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | mpd: Update to 0.23.13Tianling Shen2023-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ver 0.23.13 (2023/05/22) * input - curl: fix busy loop after connection failed - curl: hide "404" log messages for non-existent ".mpdignore" files * archive - zzip: fix crash bug * database - simple: reveal hidden songs after deleting containing CUE * decoder - ffmpeg: reorder to a lower priority than "gme" - gme: require GME 0.6 or later * output - pipewire: fix corruption bug due to missing lock * Linux - shut down if parent process dies in --no-daemon mode - determine systemd unit directories via pkg-config * support libfmt 10 ver 0.23.12 (2023/01/17) * input - curl: require CURL 7.55.0 or later * decoder - mad: fix integer underflow with very small files * tags - fix crash bug due to race condition * output - pipewire: adjust to PipeWire 0.3.64 API change * fix build failures with GCC 13 Removed upstreamed patch. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | python-wheel: Update to 0.41.2Jeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-pluggy: Update to 1.3.0Jeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | mpfr: Update to 4.2.1Jeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-trio: Update to 0.22.2, update list of dependenciesJeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-tornado: Update to 6.3.3, update list of dependenciesJeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-sqlalchemy: Update to 2.0.20, update list of dependenciesJeffery To2023-08-31
| | | | | | | | | | | | | | | | | | This also adds a build dependency on python-cython/host. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-slugify: Update to 8.0.1, update list of dependenciesJeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-sentry-sdk: Update to 1.29.2, update list of dependenciesJeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-schema: Update to 0.7.5Jeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-schedule: Update to 1.2.0Jeffery To2023-08-31
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-rsa: Update to 4.9, update list of dependenciesJeffery To2023-08-31
| | | | | | | | | | | | | | | | | | The package changed to the poetry-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #21552 from jefferyto/python-platform-tripletAlexandru Ardelean2023-08-31
|\ \ \ | | | | | | | | python3: Restore platform triplet to paths
| * | | python3: Restore platform triplet to pathsJeffery To2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes 014-remove-platform-so-suffix.patch and 016-adjust-config-paths.patch, restoring the platform triplet to paths for: * C extensions (*.cpython-311-*.so) * Build config data directory (/usr/lib/python3.11/config-3.11-*/) * sysconfig data file (/usr/lib/python3.11/_sysconfigdata_*.py) Setting `_PYTHON_SYSCONFIGDATA_NAME` during package builds ensures that sysconfig data for target Python is loaded, in particular so that C extensions built will have the correct extension / platform triplet. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python3: Fix/expand platform triplet detectionJeffery To2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, configure does not find the correct platform triplet for musl as the default build/host values passed by OpenWrt buildroot does not contain the text "linux-musl". This backports https://github.com/python/cpython/commit/c163d7f0b67a568e9b64eeb9c1cbbaa127818596 to add detection for mips soft float and musl. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python3: Centralize config file adjustments in Build/InstallJeffery To2023-08-25
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python: Rework filespec install scriptJeffery To2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support wildcards in install (`+`) paths * Add fourth parameter to set directory permissions If file permissions are given (third parameter), these will now apply to files only. * Add non-recursive set permissions command (`==`) * Be more strict about filespec format Blank lines and lines starting with `#` will be ignored. Other errors (unknown command, missing path parameter, etc.) will cause the script to exit. * Be more strict about ensuring paths exist for all commands * Avoid spawning subshells This also removes outdated filespec paths in the python3 package; these paths delete files that are no longer present. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python3: Fix package descriptionsJeffery To2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix default Python package description not included in individual package descriptions * Update default Python package description text (from General Python FAQ, "What is Python?") * Add package descriptions for Python module packages * Reduce duplication in package titles Signed-off-by: Jeffery To <jeffery.to@gmail.com>