aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | 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>
| * | | | | | | | | | modemmanager: bump to 1.16.10Nicholas Smith2021-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
| * | | | | | | | | | libmbim: bump to 1.26.0Nicholas Smith2021-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
| * | | | | | | | | | libqmi: bump to 1.28.8Nicholas Smith2021-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | | | | | | | | | | Merge pull request #16435 from jefferyto/golang-1.17Rosen Penev2021-08-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | golang: Update to 1.17
| * | | | | | | | | | | golang: Update to 1.17Jeffery To2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | Merge pull request #16427 from neheb/vsRosen Penev2021-08-22
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | vsftpd: update to 3.0.5
| * | | | | | | | | | | vsftpd: update to 3.0.5Rosen Penev2021-08-21
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | phantap: update to latest commitEtienne Champetier2021-08-22
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 26bd876 Switch from ifname to device d8d3d5f Fix blog post link Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | | | Merge pull request #16428 from dibdot/travelmateDirk Brenken2021-08-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | travelmate: update to 2.0.6
| * | | | | | | | | | travelmate: update to 2.0.6Dirk Brenken2021-08-22
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * replaced pipe input for a while/read-loop with a here document/variable as input (fix various subshell related bugs and oddities) * further improve abort and re-connection handling * prevent alleged detected connection failures (false positives) with an additional gw check, to stabilize VPN connections in particular Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | Merge pull request #16421 from neheb/nfddRosen Penev2021-08-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nfdump: fix compilation with PKG_ASLR
| * | | | | | | | | | nfdump: fix compilation with PKG_ASLRRosen Penev2021-08-21
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #16423 from neheb/kllRosen Penev2021-08-21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | klish: update to 2.2.3
| * | | | | | | | | klish: update to 2.2.3Rosen Penev2021-08-21
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove uClibc reference from patch as it's no longer in tree. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | / / libinput: package libinput cli applets and quriksDaniel Golle2021-08-21
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also package /usr/libexec/libinput/* and /usr/share/lib/input/*. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #16312 from ynezz/upstream/c-ares-CVE-2021-3672Petr Štetiar2021-08-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | c-ares: update to version 1.17.2
| * | | | | | | | c-ares: update to version 1.17.2Petr Štetiar2021-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing input validation of host names returned by Domain Name Servers in the c-ares library can lead to output of wrong hostnames (leading to Domain Hijacking). The Common Vulnerabilities and Exposures (CVE) project has assigned the name CVE-2021-3672 to this issue. References: https://c-ares.haxx.se/adv_20210810.html Signed-off-by: Petr Štetiar <ynezz@true.cz>