aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | python-s3transfer: Update to 0.6.1, update dependenciesJeffery To2023-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-botocore: Update to 1.31.7, update dependenciesJeffery To2023-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-awesomeversion: Update to 23.5.0, update dependenciesJeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | The package changed to the poetry-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-atomicwrites: Update to 1.4.1Jeffery To2023-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python3-sqlparse: Update to 0.4.4, rename source packageJeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-sqlparse to match other Python packages. This also updates the build dependencies; package now uses the flit-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-aiohttp: Update 3.8.5, update dependenciesJeffery To2023-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-aiosignal: Add new packageJeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: A project to manage callbacks in asyncio projects. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-frozenlist: Add new packageJeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: frozenlist.FrozenList is a list-like structure which implements collections.abc.MutableSequence. The list is mutable until FrozenList.freeze is called, after which list modifications raise RuntimeError. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-charset-normalizer: Add new packageJeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: A library that helps you read text from an unknown charset encoding. Motivated by chardet, I'm trying to resolve the issue by taking a new approach. All IANA character set names for which the Python core library provides codecs are supported. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python3-pyroute2: Update to 0.7.9, rename source packageJeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-pyroute2 to match other Python packages. This also updates/simplifies the package dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-apipkg: Update to 3.0.1Jeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python3-maxminddb: Update to 2.4.0, rename source packageJeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-maxminddb to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-async-timeout: Update to 4.0.2Jeffery To2023-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-execnet: Update to 2.0.2Jeffery To2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The package changed to the hatchling build backend and removed the dependency on apipkg. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | transmission: add copy_file_range syscall to seccompMarius Dinu2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this crash: root@RPi3OpenWrt:/# grep -i seccomp /var/log/audit/audit.log type=SECCOMP msg=audit(1689503903.597:16): auid=4294967295 uid=224 gid=1012 ses=4294967295 pid=1752 comm="transmission-da" exe="/usr/bin/transmission-daemon" sig=31 arch=c00000b7 syscall=285 compat=0 ip=0x7fa3b0eefc code=0x80000000 root@RPi3OpenWrt:/# ausyscall 285 copy_file_range root@RPi3OpenWrt:/# Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | | python-pip: Update to 23.2.1Jeffery To2023-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | knxd: new upstream version 0.14.59Othmar Truniger2023-07-24
| |_|/ |/| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | modemmanager: improve 'simple connection' option handlingFlorian Eckert2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | The line to generate the argument list for 'simple connect' is quite long and is not maintainable. To improve the handling a function 'append_param' was added for appending the 'simple connect' options. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | modemmanager: Adding support for 'allow_roaming' optionFrancisco Jose Alvarez2023-07-24
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Francisco Jose Alvarez <francisco.alvarez@galgus.net> * Update commit head * Rebase patch to the latest changes Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #21621 from TDT-AG/pr/20230721-modemmanagerFlorian Eckert2023-07-24
|\ \ \ | | | | | | | | modemmanager: improve teardown handling
| * | | modemmanger: add missing proto_init_update in teardownFlorian Eckert2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Inform netifd with missing 'proto_update', that the interface is not up anymore. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | modemmanager: do not set proto_notify_error on teardownFlorian Eckert2023-07-24
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If on teardown the 'proto_notify_error' is set to 'MM_TEARDOWN_IN_PROGRESS', then an error which is set on 'setup' is not visible in the ubus network.interface.<iface> status output. { "up": false, "pending": false, "available": true, "autostart": false, "dynamic": false, "proto": "modemmanager", "data": { }, "errors": [ { "subsystem": "dualsim", "code": "MM_TEARDOWN_IN_PROGRESS" } ] } It alway shows the code 'MM_TEARDWON_IN_PROGRESS'! By removing the line 'proto_notify_error "${interface}" MM_TEARDOWN_IN_PROGRESS' in teardown, the last error is show in the proto stack from setup. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #16300 from maxrd2/modemmanager-plmn-supportFlorian Eckert2023-07-24
|\ \ \ | | | | | | | | modemmanager: support setting plmn
| * | | modemmanager: support setting plmnMladen Milinkovic2023-07-21
| | | | | | | | | | | | | | | | Signed-off-by: Mladen Milinkovic <maxrd2@smoothware.net>
* | | | easyloggingpp: Update version to 9.97.1Volker Christian2023-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to version 9.97.1 of easyloggingpp Changelog from upstream * Ensuring the build on ARM64 works * Update gtest and cmake now requires C++14 because of that Compile tested: arm_cortex-a7_neon-vfpv4, mips_24kc, aarch64_cortex-a53 Run tested: Linksys MR8300 (arm_cortex-a7_neon-vfpv4) GL.iNet GL-A1800 (arm_cortex-a7_neon-vfpv4) TP-Link_Archer A7 (mips_24kc), GL.iNet GL-MT3000 (aarch64_cortex-a53) Signed-off-by: Volker Christian <me@vchrist.at>
* | | | base16384: bump to version 2.2.4源 文雨2023-07-24
| | | | | | | | | | | | | | | | Signed-off-by: 源 文雨 <fumiama@foxmail.com>
* | | | Merge pull request #21631 from stangri/master-https-dns-proxyStan Grishin2023-07-23
|\ \ \ \ | | | | | | | | | | https-dns-proxy: improve CLI messaging
| * | | | https-dns-proxy: improve CLI messagingStan Grishin2023-07-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | Merge pull request #21431 from stangri/master-nebulaStan Grishin2023-07-23
|\ \ \ \ \ | |_|_|_|/ |/| | | | nebula: update to 1.7.2 (and cosmetic fixes)
| * | | | nebula: update to 1.7.2 (and cosmetic fixes)Stan Grishin2023-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update binaries to 1.7.2 * move sharedMemoryOutput variable declaration into output function as it doesn't need to be global * rename parse_yaml function to yaml_parse * add TODOs for future development * update copyright datestamps Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | Merge pull request #21628 from stangri/master-simple-adblockStan Grishin2023-07-23
|\ \ \ \ \ | | | | | | | | | | | | simple-adblock: dnsmasq access bugfix & misc improvements
| * | | | | simple-adblock: dnsmasq access bugfix & misc improvementsStan Grishin2023-07-23
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix permission to dnsmasq files for ad-blocking * add pause function to pause the ad-blocking temporarily * introduce pause_timeout option to control default pause time * update default config and config-update file * use $param instead of $1 in adb_start() Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | node: bump to v18.17.0Hirokazu MORIKAWA2023-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable Changes: *Ada 2.0 Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url. *Web Crypto API Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations. This further improves interoperability with other implementations of Web Crypto API. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #21570 from stintel/bump/softflowdStijn Tintel2023-07-23
|\ \ \ \ \ | |/ / / / |/| | | | softflowd: bump to 1.1.0
| * | | | softflowd: bump to 1.1.0Stijn Tintel2023-07-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tag is now prefixed with v; update PKG_SOURCE_URL and PKG_BUILD_DIR to reflect this. Drop upstreamed patches. Refresh leftover patch. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | rust: put host build dir to target build dirTianling Shen2023-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When user runs `make clean` command, everything in `$(STAGING_DIR)` (where we installed rust) will be removed, but `$(BUILD_DIR_HOST)` (where we compiled rust and stored build stage) is untouched. So when user starts a new build after that, OpenWrt buildroot will still consider `rust` is installed already, resulting the build error "cargo: command not found". Fix this by moving to target build dir as well. Fixes: f489e019ac4a ("rust: compile host package per target") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | snort3: update to 3.1.66.0John Audia2023-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | rclone: Update to 1.63.1Tianling Shen2023-07-22
| |/ / |/| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #21585 from commodo/python-updates2Alexandru Ardelean2023-07-21
|\ \ \ | | | | | | | | django,numpy,lxml: bump versions
| * | | numpy: bump to version 1.25.1Alexandru Ardelean2023-07-16
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * | | python-django: bump to 4.2.3Alexandru Ardelean2023-07-16
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * | | python-lxml: bump to 4.9.3Alexandru Ardelean2023-07-16
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | | Merge pull request #21604 from jefferyto/python3-netifaces-0.11.0Josef Schlehofer2023-07-21
|\ \ \ \ | | | | | | | | | | python3-netifaces: Update to 0.11.0, rename source package
| * | | | python3-netifaces: Update to 0.11.0, rename source packageJeffery To2023-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-netifaces to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #21608 from jefferyto/python3-unidecode-1.3.6Josef Schlehofer2023-07-21
|\ \ \ \ \ | | | | | | | | | | | | python3-unidecode: Update to 1.3.6, rename source package
| * | | | | python3-unidecode: Update to 1.3.6, rename source packageJeffery To2023-07-20
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-unidecode to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | docker-compose: Update to version 2.20.2Javier Marcet2023-07-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | easyloggingpp: Add packageVolker Christian2023-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me@vchrist.at Compile tested: OpenWRT-23.05-rc2, arm_cortex-a7_neon-vfpv4, mips_24kc Run tested: arm_cortex-a7_neon-vfpv4 (Linksys MR8300), mips_24kc (tplink_archer-a7), OpenWrt 23.05-rc2 Description: Easylogging++ is single header efficient logging library for C++ applications. It is extremely powerful, highly extendable and configurable to user's requirements. Signed-off-by: Volker Christian <me@vchrist.at>
* | | | | v4l2camera: add new packageMichel Promonet2023-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr> Co-authored-by: Tianling Shen <cnsztl@gmail.com>
* | | | | dnsproxy: Update to 0.52.0Tianling Shen2023-07-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>