aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | treewide: replace `which` with `command -v`Paul Spooren2020-08-09
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix shellcheck SC2230 > which is non-standard. Use builtin 'command -v' instead. Once applied to everything concerning OpenWrt we can disable the busybox feature `which` and save 3.8kB. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | yara: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13015 from neheb/sms2Rosen Penev2020-08-04
|\ \ \ | | | | | | | | smstools3: fix compilation with GCC10
| * | | smstools3: fix compilation with GCC10Rosen Penev2020-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC10 defaults to -fno-common , which breaks compilation as there are multiple variables defined outside of the header file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ttyd: add backport patch for ssl issue on firefoxFlorian Eckert2020-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If ttyd is configured to ssl, you will get the following message in the log `refuse to serve WS client for illegal ws path`. Upstream a patch has already been applied which fixes this. Since there is no newer version than 1.6.1, this fix is backported as a patch. And could be removed if a new version of ttyd is available. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #13011 from TDT-AG/pr/20200803-ttydFlorian Eckert2020-08-04
|\ \ \ \ | |/ / / |/| | | ttyd: fix debug config option
| * | | ttyd: fix debug config optionFlorian Eckert2020-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Append missing debug option value. If this is not append and the debug option is selected, then we get the following error output on ttyd start. > ttyd: missing start command To fix this add missing debug option value. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | exfatprogs: update to 1.0.4Rosen Penev2020-08-02
|/ / / | | | | | | | | | | | | | | | Faster fsck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | docker-ce: fix bip default config valueFlorian Eckert2020-07-31
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | nano: update to 5.0Hannu Nyman2020-07-30
| | | | | | | | | | | | | | | | | | | | | Update nano editor to version 5.0. http://git.savannah.gnu.org/cgit/nano.git/tree/NEWS Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #12897 from TDT-AG/pr/20200721-docker-ceFlorian Eckert2020-07-30
|\ \ \ | | | | | | | | docker-ce: add default bridge to openwrt uci backend
| * | | docker-ce: add uci config on bootFlorian Eckert2020-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | docker-ce: fix typo for registry_mirrors uci optionFlorian Eckert2020-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | docker-ce: add bip uci to default configFlorian Eckert2020-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | docker-ce: add hosts optionFlorian Eckert2020-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | docker-ce: add default bridge to openwrt uci backendFlorian Eckert2020-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds two additional init.d targets: * uciadd: This command adds the default docker0 bridge to the network configuration. Additional, a new firewall zone docker is created * ucidel This command removes default docker0 bridge from the network configuration. The new docker firewall zone gets also deleted. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | fuse3: update to 3.9.2Rosen Penev2020-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the mount utilities. It turns out that udev is not a requirement. Renamed package to fuse3 and moved to utils, as with fuse2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12964 from neheb/bimRosen Penev2020-07-29
|\ \ \ \ | |_|/ / |/| | | vim: update to 8.2
| * | | vim: update to 8.2Rosen Penev2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed multibyte options. They must now be enabled. Refreshed patches. Commented out autowrite as requested in https://github.com/openwrt/packages/pull/12177 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ttyd: update to 1.6.1Rosen Penev2020-07-28
|/ / / | | | | | | | | | | | | | | | Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12955 from neheb/unraRosen Penev2020-07-28
|\ \ \ | | | | | | | | unrar: update to 5.9.4
| * | | unrar: update to 5.9.4Rosen Penev2020-07-28
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / yara: update to 4.0.2Rosen Penev2020-07-28
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12927 from dibdot/mcDirk Brenken2020-07-25
|\ \ | | | | | | mc: update to 4.8.25
| * | mc: update to 4.8.25Dirk Brenken2020-07-25
| | | | | | | | | | | | | | | | | | * refreshed patches * release news: http://midnight-commander.org/wiki/NEWS-4.8.25 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | netwhere: fix compilation with newer libmicrohttpdRosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API change. Cleaned up Makefile. Fixed license information. Remove pointless CMAKE_INSTALL. This is not needed in InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | device-observatory: fix compilation with newer libmicrohttpdRosen Penev2020-07-24
|/ / | | | | | | | | | | API change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gnuplot: Updated gnuplot to 5.4.0Matteo Cicuttin2020-07-24
| | | | | | | | Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* | gl-mifi-mcu: add GL.iNet GL-MiFI power monitoring kernel moduleNuno Goncalves2020-07-23
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | Merge pull request #12849 from TDT-AG/pr/20200717-docker-ceFlorian Eckert2020-07-21
|\ \ | | | | | | docker-ce: add reload handling
| * | docker-ce: add reload handlingFlorian Eckert2020-07-21
| | | | | | | | | | | | | | | | | | | | | If the uci configuration is changed send dockerd a SIGHUP to reload the generated daemon.json file with the new configuration. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | prometheus-node-exporter-lua: Makefile alphabetical orderingGérondal Thibault2020-07-20
| | | | | | | | | | | | Signed-off-by: Gérondal Thibault <contact@tycale.be>
* | | prometheus-node-exporter-lua: uci_dhcp_host moduleGérondal Thibault2020-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract data from configuration file /etc/config/dhcp and create labels {name, ip, mac, dns} via uci. Those labels are useful in order to craft complex prometheus queries as replacing the MAC address to a custom name. E.g.: wifi_station_signal_dbm * on (mac) group_left(name) uci_dhcp_host or on (mac) label_replace(wifi_station_signal_dbm, "name", "$1", "mac", "(.+)") Signed-off-by: Gérondal Thibault <contact@tycale.be>
* | | Merge pull request #12863 from neheb/flashRosen Penev2020-07-19
|\ \ \ | | | | | | | | flashrom: switch to building with meson
| * | | flashrom: switch to building with mesonRosen Penev2020-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patches to fix meson compilation. Reworked flashrom.mk to work with meson. Several minor Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12818 from neheb/ncdRosen Penev2020-07-19
|\ \ \ \ | |/ / / |/| | | ncdu: update to 1.15.1
| * | | ncdu: update to 1.15.1Rosen Penev2020-07-15
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12859 from neheb/gpgRosen Penev2020-07-18
|\ \ \ \ | | | | | | | | | | gnupg: fix compilation with GCC10
| * | | | gnupg: fix compilation with GCC10Rosen Penev2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A bit ugly but it works. Added PKG_BUILD_PARALLEL for faster compilation. Fix license information. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | haveged: update to 1.9.13Hannu Nyman2020-07-18
|/ / / / | | | | | | | | | | | | | | | | | | | | Update haveged to version 1.9.13. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #12824 from neheb/progRosen Penev2020-07-17
|\ \ \ \ | |_|/ / |/| | | progress: update to 0.15
| * | | progress: update to 0.15Rosen Penev2020-07-15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Fix license information. Use PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | rtty: update to 7.1.4Jianhui Zhao2020-07-17
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | golang: Add GO_PKG_TAGS for Go packagesJeffery To2020-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new Makefile variable, GO_PKG_TAGS, for Go packages. When set, the value is passed as the parameter of the -tags option for 'go install'. This also updates syncthing to use this variable. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | openzwave: fix pkgconfig libdir pathsRosen Penev2020-07-15
|/ / | | | | | | | | | | It's currently pointing to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | qemu: explictly --disable-linux-io-uringYousong Zhou2020-07-14
| | | | | | | | | | | | | | Fixes openwrt/packages#12808 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #12747 from neheb/tessRosen Penev2020-07-13
|\ \ | | | | | | tesseract/leptonica: switch to CMake
| * | tesseract: switch to CMakeRosen Penev2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Also faster compilation. Added CMake patch to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12785 from G-M0N3Y-2503/cache-domains-reliability-fixRosen Penev2020-07-12
|\ \ \ | | | | | | | | cache-domains: Improved configure reliability
| * | | cache-domains: Improved ifup hotplug reliabilityGerard Ryan2020-07-11
| | |/ | |/| | | | | | | | | | | | | | | | I've noticed that in deployment on some reboots it won't configure, This seems to be due to running before the system/network is ready. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>