aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #9604 from neheb/dumRosen Penev2019-08-08
|\ | | | | dump1090: Update to version 3.7.1
| * dump1090: Update to version 3.7.1Rosen Penev2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Repository was moved. Also cleaned up Makefile slightly. Ran init script through shellcheck. Added PKG_BUILD_PARALLEL for faster compilation. Added several CFLAGS and LDFLAGS for smaller size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9588 from RussellSenior/update-gpsdRosen Penev2019-08-08
|\ \ | | | | | | gpsd: update to v3.19
| * | gpsd: update to v3.19Russell Senior2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From gpsd NEWS: 3.19: 2019-07-01 Rearrange rawdata_t. Bump the API because gps_data_t changed. Report sequence-ID fields in type 7 and 13 AIS messages. Preliminary support for SiRFstar V Improve error modeling. Update pseudo NMEA to v3.0, with fractional time. Improve cycle detection, mostly for NMEA. Move epe from gps_data_t to be near its friends in gps_fix_t. Preliminary u-blox 9 support. Add qErr in gps_data_t to store PPS quantization error. Add Android (AOSP) support Improved multi gnss and multi signal support. NMEA 4.10 multi gnss multi signal support. The arguments to "ubxtool -p P" have been expanded and changed. New options, -g, -x, -z, added to ubxtool for u-blox 9 support. 3.18.1: 2018-10-19 (Gary E. Miller <gem@rellim.com>) Fix some installation issues. A few minor updates to ubxtool and driver_ubx. Add contrib/skyview2svg 3.18: 2018-10-02 (Gary E. Miller <gem@rellim.com>) Add ECEF support to ievermore, italk,Skytraq, SiRF, U-blox drivers. Add ECEF support to JSON, cgps and xgps. Add GREIS (Javad) driver from Virgin Orbit. Add CLI tools zerk and ubxtool to manage JAVAD and u-blox GPS. Add gnssid:svid to satellite_t, cgps and xgps. PRN will die. Add gnssid:svid to JSON, cgps and xgps. Add stricter version checking (more to todo). More and better regression tests. Better Python dependency checking, at build time and runtime. Fix several buffer issues. New polar plots, and improved statistice, in gpsprof. gpsd master/slave mode works, first time ever. All isnan() changed to !isfinite(), fixing many bugs. Client-side Python libraries may automatically reconnect Too many other bug fixes and improvements to mention. Over 1,000 commits from 46 different commiters. Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | Merge pull request #9670 from mrstegeman/removeRosen Penev2019-08-08
|\ \ \ | | | | | | | | node-mozilla-iot-gateway: Remove package
| * | | node-mozilla-iot-gateway: Remove packageMichael Stegeman2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the WebThings Gateway moves into a full-fledged router distribution, it no longer makes sense to have this as a standalone package, as it now modifies system-wide settings. References #9629 References mozilla-iot/gateway#2060 References https://gitlab.labs.nic.cz/turris/turris-os-packages/issues/452 Signed-off-by: Michael Stegeman <michael@stegeman.me>
* | | | Merge pull request #9676 from dengqf6/upnpcRosen Penev2019-08-08
|\ \ \ \ | | | | | | | | | | miniupnpc: update to 2.1.20190625
| * | | | miniupnpc: update to 2.1.20190625DENG Qingfang2019-08-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | Merge pull request #9660 from liudf0716/master-kcptunRosen Penev2019-08-08
|\ \ \ \ \ | | | | | | | | | | | | kcptun: add new package
| * | | | | kcptun: add new packageDengfeng Liu2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kcptun is a stable & secure tunnel based on kcp with N:M multiplexing. https://github.com/xtaci/kcptun Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | | | | Merge pull request #9675 from dengqf6/zt1Rosen Penev2019-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | zerotier: fix linking to libnatpmp
| * | | | | | zerotier: fix linking to libnatpmp and build with uclibcDENG Qingfang2019-08-08
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile always checks the existence of host's NAT-PMP header, which results in internal NAT-PMP code being used if it's missing. Add a patch to make it check targets' header instead. Use aligned_alloc() instead of valloc() in case of uclibc. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | Merge pull request #9679 from dibdot/travelmateDirk Brenken2019-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | travelmate: update 1.4.11
| * | | | | | travelmate: update 1.4.11Dirk Brenken2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix logical glitch in last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #9576 from TDT-AG/pr/20190726-keepalivedFlorian Eckert2019-08-08
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | keepalived: update version to 2.0.18
| * | | | | | keepalived: update version to 2.0.18Florian Eckert2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update version to 2.0.18 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | keepalived: fix shellcheck warningsFlorian Eckert2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #9574 from neheb/gddRosen Penev2019-08-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gddrescue: Add uClibc-ng support
| * | | | | | | gddrescue: Add uClibc-ng supportRosen Penev2019-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out, this breaks only when compiling with both uClibc-ng and uClibc++. If the libc or libc++ gets swapped out, it compiles fine. libstdcpp is fine because it already undefs these macros. The actual bug is probably in uClibc-ng but this is a fine workaround. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #9602 from dengqf6/ngx-brDaniel Engberg2019-08-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nginx: update brotli module
| * | | | | | | | nginx: small conf files fixDENG Qingfang2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Gzip compression type Remove unnecessary spaces from conf files Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
| * | | | | | | | nginx: update brotli moduleDENG Qingfang2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | Merge pull request #9668 from dibdot/travelmateDaniel Engberg2019-08-06
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | travelmate: update 1.4.10
| * | | | | | | | travelmate: update 1.4.10Dirk Brenken2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add missing dnsmasq dependency * add a captive portal auto-login hook (configurable via uci/LuCI), you could reference an external auto-login script - see readme * provide an auto-login script for german ICE hotspots (/etc/travelmate/wifionice.login), requires 'curl' * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #9669 from dibdot/banIPDaniel Engberg2019-08-06
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | banip: update 0.1.5
| * | | | | | | | banip: update 0.1.5Dirk Brenken2019-08-06
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add extra options to control auto-addons to blacklist & whitelist ('ban_autoblacklist' & 'ban_autowhitelist', both enabled by default). If disabled auto-addons are only stored temporary in the black/whitelist ipset but not in the list itself, fixes #9631 * remove old, no longer needed procd workaround * remove 'zeus' source from default config (discontinued) Signed-off-by: Dirk Brenken <dev@brenken.org> Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #9645 from neheb/nsdVasilis Tsiligiannis2019-08-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nsd: Update to 4.2.1
| * | | | | | | | nsd: Update to 4.2.1Rosen Penev2019-08-04
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #9665 from val-kulkov/graphicsmagick-packageDaniel Engberg2019-08-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | graphicsmagick: update to the latest release
| * | | | | | | | graphicsmagick: update to the latest releaseVal Kulkov2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to v1.3.33, the latest official release. This release is the product of significant bug and security fixes due to GraphicsMagick participating in Google's oss-fuzz project. This release fixes 7 issues detected by oss-fuzz as well as a number of issues reported via the SourceForge bug tracker, or discovered via testing. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | btrfs-progs: scan devices in preinit instead of init scriptKarel Kočí2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no gain to do device scan in init. Commonly we want to always scan BTRFS devices to ensure that after boot raids are correctly linked. It should be done before any init script tries to mount any raid FS. Comparing init scripts and preinit scripts there are I think two primary considerations. First is if user is expected to restart/reload/stop given service on will. I think that there is no such reason for this as user can easily enough just call btrfs utility it self. Second consideration is if it makes sense to have it optional. This means if we want to have ability to enable and disable given service. I think that there is no such need in this case. It is pretty much doing nothing if you don't have BTRFS FS connected and when you have you probably want to scan it. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | | btrfs-progs: use box version of btrfs tool (busybox like)Karel Kočí2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This instead of building every tool separately builds one btrfs binary and additional tools are links to this binary. This is same approach as busybox is using. This splits list of tools to two. boxprogs are tools that are boxed to code btrfs binary and progs are tools that are not. This also overload default all make target of Build/Compile and instead builds (unified) btrfs.progs and separate progs. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | | btrfs-progs: Update to version 5.2.1Josef Schlehofer2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GPL-2.0 is deprecated License Identifier according to SPDX. - Correct it to GPL-2.0-only Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | pservice: initial versionYousong Zhou2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The can be convenient for running commands or services as procd services without needing to separately write initscripts, just uci configuration. The package was imported from [1]. [1] https://github.com/yousong/waller/tree/0a85f5c75fb70627f68cbbcab4807e02e3299e2e/pservice Ref: https://github.com/yousong/waller/issues/1 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | Merge pull request #9634 from neheb/bbbbbRosen Penev2019-08-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libsigar: Add missing header
| * | | | | | | | | libsigar: Add missing headerRosen Penev2019-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new version of musl does not include this header internally anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #9663 from val-kulkov/subversion-packageHannu Nyman2019-08-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | subversion: update to the latest release
| * | | | | | | | | | subversion: update to the latest releaseVal Kulkov2019-08-05
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest maintenance release, fixing CVE-2018-11782 and CVE-2019-0203 among other things. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | | Merge pull request #9664 from val-kulkov/imagemagick-packageHannu Nyman2019-08-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | imagemagick: update to v.7.0.8-59
| * | | | | | | | | | imagemagick: update to v.7.0.8-59Val Kulkov2019-08-05
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest official release. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | | Merge pull request #9635 from neheb/jhfehkfRosen Penev2019-08-05
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | mt-st: Add missing header
| * | | | | | | | | mt-st: Add missing headerRosen Penev2019-08-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New version of musl no longer includes this header internally. Removed several unnecessary variables in Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #9652 from salim-b/patch-1Rosen Penev2019-08-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | stubby: Fix UCI command in README
| * | | | | | | | | stubby: Fix UCI command in READMESalim B2019-08-04
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Salim B <salim@posteo.de>
* | | | | | | | | Merge pull request #9658 from champtar/masterchamptar2019-08-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | phantap: new version
| * | | | | | | | | phantap: update to latest commitEtienne Champetier2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes a major bug fix (2ed9c76) and some minor fixes/improvements f104742 phantap-learn: do not use proto for ip neigh 9849b0f phantap-learn: cleanup 159653d Readme.md: update install instructions ff3acc2 phantap: add support for talking to victim. 2ed9c76 phantap: Fix MAC snat f6f2d2d Phantap: fix dns configuration 40fa14b phantap: look at DNS response instead of request 0d62deb Improve Readme Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | | | Merge pull request #9657 from gladiac1337/haproxy-2.0.3-master-2Daniel Engberg2019-08-05
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | haproxy: Update all patches for HAProxy v2.0.3
| * | | | | | | | | haproxy: Update all patches for HAProxy v2.0.3Christian Lachner2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.3.html) - Raise PKG_RELEASE to 2 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | Merge pull request #9648 from jefferyto/python-pyasn1-0.4.6Rosen Penev2019-08-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-pyasn1: Update to 0.4.6
| * | | | | | | | | | python-pyasn1: Update to 0.4.6Jeffery To2019-08-05
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>