aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #16366 from stintel/rtl_433Stijn Tintel2021-08-25
|\ | | | | rtl_433: disable SoapySDR
| * rtl_433: disable SoapySDRStijn Tintel2021-08-15
| | | | | | | | | | | | | | | | When building on a host with SoapySDR installed, the package fails to build as CMake picks up the host SoapySDR CMake module. As SoapySDR is not available in OpenWrt, simply disable SoapySDR to fix build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | lua: penlight: bump to 1.11.0Karl Palsson2021-08-25
| | | | | | | | | | | | | | | | | | | | | | | | Feature updates, and some minor bugfixes. Changelog for 1.11.0: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1110-2021-08-18 Changelog for prior releases rolled up here are in the same changelog. This also moves to the "final" home, under lunarmodules, instead of the temporary "tieske" maintainer's private github, see https://github.com/lunarmodules/Penlight/issues/339 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | libwebsockets: enable external poll supportKarl Palsson2021-08-25
| | | | | | | | | | | | | | | | | | | | This was removed and then re-added, but defaulted off upstream. It's still listed as "not recommended" but still absolutely essential for many apps for performance. Fixes: https://github.com/eclipse/mosquitto/issues/2284 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | Merge pull request #16422 from neheb/g19Rosen Penev2021-08-25
|\ \ | | | | | | gerbera: update to 1.9.0
| * | gerbera: update to 1.9.0Rosen Penev2021-08-24
| | | | | | | | | | | | | | | | | | Backport upstream patch fixing Os compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | spdlog: update to 1.9.2Rosen Penev2021-08-24
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16453 from paper42/grep-3.7Rosen Penev2021-08-24
|\ \ \ | | | | | | | | grep: update to 3.7
| * | | grep: update to 3.7Michal Vasilek2021-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | Merge pull request #16374 from neheb/poccRosen Penev2021-08-24
|\ \ \ \ | | | | | | | | | | poco: update to 1.11.0
| * | | | poco: update to 1.11.0Rosen Penev2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh patches and fix strerror one. uClibc also defines __GLIBC__. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #16452 from commodo/python-simplejsonRosen Penev2021-08-24
|\ \ \ \ \ | | | | | | | | | | | | python-simplejson: bump to version 3.17.5
| * | | | | python-simplejson: bump to version 3.17.5Alexandru Ardelean2021-08-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #16405 from neheb/airrRosen Penev2021-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | aircrack-ng: add fcommon
| * | | | | | aircrack-ng: add fcommonRosen Penev2021-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC10+. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #16330 from neheb/ksmbbbRosen Penev2021-08-24
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | ksmbd stuff: update to 3.4.1
| * | | | | | ksmbd-tools: update to 3.4.1Rosen Penev2021-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | ksmbd: update to 3.4.1Rosen Penev2021-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add AUTORELEASE as 19.07 compatibility is not needed. Add dependency hacks and add comments. Add upstream patch to get rid of FS_POSIX_ACL requirement. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #16457 from rs/nextdns-1.36.0-masterStan Grishin2021-08-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nextdns: Update to version 1.36.0
| * | | | | | | nextdns: Update to version 1.36.0Olivier Poitrey2021-08-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | mosquitto: allow auth options with per listener settingsKarl Palsson2021-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some settings can be either global or per listener, and we need to support both forms in UCI. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | mosquitto: init: support more UCI optionsKarl Palsson2021-08-24
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent versions of mosquitto have added a lot more fine grained control of various options. Add UCI support for all of them, and fix a couple of things that were configured as per listener, that are actually global settings. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | Merge pull request #16420 from neheb/fakepopRosen Penev2021-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | fakepop: fix compilation with PKG_ASLR
| * | | | | | fakepop: fix compilation with PKG_ASLRRosen Penev2021-08-21
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #16439 from ja-pa/tailscale-1.12.3Rosen Penev2021-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | tailscale: update to version 1.12.3
| * | | | | | tailscale: update to version 1.12.3Jan Pavlinec2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | | | | | | Merge pull request #16446 from micmac1/mdio-tools-ac_initRosen Penev2021-08-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mdio-tools: fix buildbot build
| * | | | | | | mdio-tools: fix buildbot buildSebastian Kemper2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On buildbots the build fails because git isn't finding any git repo and then AC_INIT refuses to run: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). configure.ac:5: error: AC_INIT should be called with package and version arguments Address this by substituting the git command with $(PKG_VERSION). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | Merge pull request #16448 from dbermond/proxychains-ng-4.15Rosen Penev2021-08-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | proxychains-ng: update to version 4.15
| * | | | | | | | proxychains-ng: update to version 4.15Daniel Bermond2021-08-23
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Build system: Arch Linux x86_64 Build tested: ipq806x/R7800 Run tested : ipq806x/R7800 Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | | | | | Merge pull request #16408 from vgaetera/iface-bondRosen Penev2021-08-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bonding: use shorter interface prefix
| * | | | | | | | bonding: use shorter interface prefixVladislav Grigoryev2021-08-24
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the interface protocol prefix from "bonding-" to "bond-". This allows longer custom interface names and useful for VLANs. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | | | | | | | Merge pull request #16304 from micmac1/gpsd-3.23Rosen Penev2021-08-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gpsd: bump to 3.23
| * | | | | | | | gpsd: bump to 3.23Sebastian Kemper2021-08-23
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains fix for time jumping back 1024 weeks after 23-October-2021. Changes: - Between current version and 3.23 the ABI version changed from 27 to 29. Add ABI_VERSION variable to package as the jumps occur often. - 0001-no-distutils-import.patch: removed because current patch doesn't work with new release and host python3-distutils is a build requirement anyway. - 0002-ncurses6_detection.patch: fixed the patch. Currently the first "elif" checks for "ncurses6-config". But this is only provided by ncurses/host package, so the CFLAGS then contain includes that point into $(STAGING_DIR_HOSTPKG). The ncurses target package only installs "ncursesw6-config" into the staging area. So this is the only tool of interest. Also, the hunk moved from SConstruct to SConscript. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | Merge pull request #16442 from nwidger/delve-1.7.1Rosen Penev2021-08-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | delve: Update to 1.7.1
| * | | | | | | | delve: Update to 1.7.1Niels Widger2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/go-delve/delve/blob/master/CHANGELOG.md#171-2021-08-18 for changes. Signed-off-by: Niels Widger <niels@qacafe.com>
* | | | | | | | | Merge pull request #16440 from paper42/apr-cve-masterRosen Penev2021-08-23
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | apr: patch CVE-2021-35940
| * | | | | | | | apr: patch CVE-2021-35940Michal Vasilek2021-08-23
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | | auc: read `detail` not `message` from serverPaul Spooren2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server API was unified and therefore the servers response is now `detail` rather than `message`, all found under the new endpoint /api/v1/build. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | | Merge pull request #16361 from stintel/v4lTed Hess2021-08-23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | v4l-utils: add libudev-zero dependency
| * | | | | | | v4l-utils: add libudev-zero dependencyStijn Tintel2021-08-23
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When libudev-zero is enabled, v4l-utils links against it, and the package build fails due to a missing dependency: Package v4l-utils is missing dependencies for the following libraries: libudev.so.1 As disabling udev doesn't seem to be supported in v4l-utils, simply add the dependency to fix the build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | Merge pull request #16438 from kuoruan/aria2Rosen Penev2021-08-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | aria2: bump to v1.36.0
| * | | | | | | aria2: bump to v1.36.0Hsing-Wang Liao2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | airos-dfs-reset: add airos-dfs-resetSimon Polack2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ubiquitis airmax based gear does not fallback to original port after DFS event is over. This tool triggers the fallback automatically by soft-restarting unconditionally, whenever the configured freq differs from the running. Signed-off-by: Simon Polack <spolack+git@mailbox.org>
* | | | | | | | Merge pull request #16401 from Fanfwe/fix_jq_performanceRosen Penev2021-08-23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance on startup
| * | | | | | | jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance ↵François Goudal2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on startup Signed-off-by: François Goudal <francois.goudal@airmont.com>
* | | | | | | | Merge pull request #16432 from nickberry17/update_MM_and_libsRosen Penev2021-08-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bump ModemManager and libs
| * | | | | | | | modemmanager: switch to autoreleaseNicholas Smith2021-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
| * | | | | | | | libmbim: switch to autoreleaseNicholas Smith2021-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
| * | | | | | | | libqmi: switch to autoreleaseNicholas Smith2021-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>