aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #5681 from neheb/sispmctlHannu Nyman2018-06-17
|\ \ \ \ \ | |/ / / / |/| | | | sispmctl: Change URL to HTTPS
| * | | | sispmctl: Change URL to HTTPSRosen Penev2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPS goes through firewalls easier. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | lvm2: use explicit run/lock dir defaultsJeremiah McConnell2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure scripts for lvm2 guess defaults for run/lock based on if /run exists on the build host. Use explicit values for the defaults for consistency across build hosts. Signed-off-by: Jeremiah McConnell <miah@miah.com>
* | | | | Merge pull request #6244 from neheb/patch-8Daniel Golle2018-06-15
|\ \ \ \ \ | | | | | | | | | | | | opensc: Update to 0.18.0
| * | | | | opensc: Update to 0.18.0Rosen Penev2018-06-08
| | |_|/ / | |/| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | cryptsetup: Update to 2.0.3Rosen Penev2018-06-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6254 from neheb/patch-15Daniel Golle2018-06-14
|\ \ \ \ \ | | | | | | | | | | | | gawk: Update to 4.2.1
| * | | | | gawk: Update to 4.2.1Rosen Penev2018-06-09
| | |_|_|/ | |/| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | rtty: Update to 5.0.2Jianhui Zhao2018-06-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #6277 from diizzyy/utils-bluezHannu Nyman2018-06-12
|\ \ \ \ \ | | | | | | | | | | | | bluez: Disable printing subsystem rule
| * | | | | bluez: Disable printing subsystem ruleDaniel Engberg2018-06-12
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default bluez allows the printing subsystem to communicate via dbus. This refers to the group lp which isn't available on OpenWrt and makes dbus fail to start. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #5841 from Menion2k/acpid_multitargetThomas Heil2018-06-12
|\ \ \ \ \ | | | | | | | | | | | | acpid: remove depends on TARGET_x86 or TARGET_x86_64
| * | | | | acpid: remove depends on TARGET_x86 or TARGET_x86_64Antonio Silverio2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpid can react on netlinkn events that are generated also from SoC GPIO driven event, not only acpi x86 BIOS Signed-off-by: Antonio Silverio <menion@gmail.com>
* | | | | | Merge pull request #6261 from neheb/patch-22Hannu Nyman2018-06-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | bandwidthd: Update to 2.0.1-35
| * | | | | | bandwidthd: Update to 2.0.1-35Rosen Penev2018-06-09
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6267 from neheb/patch-20Hannu Nyman2018-06-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | stm32flash: Update to 0.5
| * | | | | | stm32flash: Update to 0.5Rosen Penev2018-06-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fix URL to use SF macro. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6273 from commodo/crconf-updateHannu Nyman2018-06-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | crconf: switch to git repo and update to more recent code
| * | | | | | crconf: switch to git repo and update to more recent codeAlexandru Ardelean2018-06-11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crconf hasn't released any new version since 2012 or so. And there are quite a few updates in the repo, including newer kernel support. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #6196 from ashkanj/yara-stableMarko Ratkaj2018-06-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | yara: small fixes and bump to 3.7.1
| * | | | | yara: bump to 3.7.1Ashkan Jazayeri2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package upgraded to the latest 3.7.1 release. Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
| * | | | | yara: add dotnet moduleAshkan Jazayeri2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dotnet module added as a compile time option. The dotnet module allows you to create more fine-grained rules for .NET files by using attributes and features of the .NET file format. http://yara.readthedocs.io/en/latest/modules/dotnet.html Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
| * | | | | yara: magic module dependancy fixAshkan Jazayeri2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Libmagic dependency replaced with File so Yara magic module can make use of magic patterns. magic.mgc is installed on the target only when the File package is selected. Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
| * | | | | yara: add missing config stringAshkan Jazayeri2018-06-05
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing CONFIG string added at the beginning of Magic and Cuckoo configure variables. Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
* / | | | gnupg: Update to 1.4.22Rosen Penev2018-06-08
|/ / / / | | | | | | | | | | | | | | | | | | | | Switched URLs to official HTTPS. More reliable and more secure. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #6091 from dwmw2/domoticzStijn Tintel2018-06-04
|\ \ \ \ | | | | | | | | | | Domoticz updates and build fixes
| * | | | domoticz: fix Onkyo custom command handling from dzVentsDavid Woodhouse2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/domoticz/domoticz/pull/2386 Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * | | | domoticz: update to 3.9571 and clean up FHS handlingDavid Woodhouse2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has merged a simplified version of the FHS patch, with a few changes... Scripts are actually configuration. There are examples, but the point is that you write your own. So they should live in the data directory (e.g. /var/lib/domoticz) not in /usr/share/domoticz. The only exception is the dzVents runtime. So.... the upstream patch handles the dzVents runtime bit. Drop the part of our patch which added -scripts, because it can just be based in the userdata directory and we don't need to change that. Ship the default scripts/ directory in /etc/domoticz/scripts, and on startup make a *symlink* to it from /var/lib/domoticz/scripts. Symlink from /etc/domoticz/scripts/dzVents{data,generated_scripts} to temporary directories under /var/lib/domoticz/dzVents so that those directories (which are written to by Domoticz) don't land on the root file system. Anyone with a writeable file system who *wants* the data/ directory to be persistent, can change that. Just as they can change the userdata config option to point to a real file system somewhere. Also drop the renaming of the OpenZWave Config/ directory. It's purely cosmetric so there's no need for us to carry that change. It can go upstream first, if it really offends anyone. Drop the patches which are now merged upstream, and turn off the newly added USE_OPENSSL_STATIC. Add -noupdates to the command line. Finally, gzip the static www files to save space. In the common case, clients will use "Accept-Encodiong: gzip" and Domoticz will serve them as-is. It can also decompress on the fly if it really has to, but now we aren't asking it to *compress* on the fly, which is probably a losing proposition on an OpenWRT box. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * | | | domoticz: build with -fltoDavid Woodhouse2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes quite a significant difference to the executable size: text data bss dec hex filename 7921421 87804 31692 8040917 7ab1d5 domoticz 5862321 86180 31212 5979713 5b3e41 domoticz-lto As an added bonus, it still seems to work. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * | | | domoticz: support -ssldhparam config/command line optionDavid Woodhouse2018-06-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * | | | domoticz: use 'ln -sf' in serial hotplug scriptDavid Woodhouse2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, stale symlinks don't get replaced Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | | nano: update to 2.9.8Hannu Nyman2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to version 2.9.8 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | mc: update 4.8.21Dirk Brenken2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | * News see here: http://midnight-commander.org/wiki/NEWS-4.8.21 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #5396 from diizzyy/utils-fioHannu Nyman2018-06-03
|\ \ \ \ \ | | | | | | | | | | | | fio: Add to repo
| * | | | | fio: Add to repoDaniel Engberg2018-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add fio to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | rtty: Update to 4.1.2Jianhui Zhao2018-05-23
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | btrfs-progs: Update to 4.16.1Rosen Penev2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some programs were removed upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #5682 from neheb/xzHannu Nyman2018-05-17
|\ \ \ \ \ | | | | | | | | | | | | xz: Update to 5.2.4 + misc
| * | | | | xz: Update to 5.2.4 + miscRosen Penev2018-05-08
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The second source is just a redirect to SourceForge. Removed. Also change URL to HTTPS as the website now supports it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | nano: update to 2.9.7Hannu Nyman2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nano 2.9.7 was released on 2018 May 15. Release notes: GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends' for making Ctrl+Right (the nextword function) stop at word ends instead of beginnings, accepts multibyte letters for the Yes/No/All answers, does emergency saves of changed buffers in the unlikely event that nano crashes, adds the until-now missing bindable function 'linenumbers', and renames the toggles 'constupdate' to 'constantshow' and 'cuttoend' to 'cutfromcursor', for consistency with the corresponding options -- adjust your nanorc files soon. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #6049 from jow-/flashrom-updateJohn Crispin2018-05-15
|\ \ \ \ \ | | | | | | | | | | | | flashrom: update to v1.0
| * | | | | flashrom: update to v1.0Jo-Philipp Wich2018-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated libusb api usage. Fixes the following error spotted by the buildbots: ch341a_spi.c: In function 'ch341a_spi_init': ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...] libusb_set_debug(NULL, 3); // Enable information, warning and [...] ^~~~~~~~~~~~~~~~ In file included from ch341a_spi.c:25:0: .../libusb-1.0/libusb.h:1300:18: note: declared here void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); ^~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors Makefile:1030: recipe for target 'ch341a_spi.o' failed Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | mariadb: add source mirrorsSebastian Kemper2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested by Daniel Engberg, add some mirror servers to offload from MariaDB's main download server. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | mariadb: bump to 10.1.33Sebastian Kemper2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintenance release. Fixes the following security vulnerabilities: CVE-2018-2782 CVE-2018-2784 CVE-2018-2787 CVE-2018-2766 CVE-2018-2755 CVE-2018-2819 CVE-2018-2817 CVE-2018-2761 CVE-2018-2781 CVE-2018-2771 CVE-2018-2813 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | mariadb: fix /etc/mysql setupSebastian Kemper2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - create directory /etc/mysql/conf.d as without it the server refuses to start - correct the path to my.cnf in the init script Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | mariadb: Makefile cleanupsSebastian Kemper2018-05-13
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix a typo - remove unnecessary trailing slashes Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | domoticz: backport Boost 1.66 compat fixBERENYI, Balazs2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build by updating boost usage. Added backported patch from upstream commit 388c7b51716cdb6221ec292cc2456ceca6ee9b02. Signed-off-by: BERENYI, Balazs <beba@wee.hu> [update commit message] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | bash: style and doc fixYousong Zhou2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch is about job control in general instead of the builtin jobs command Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | bash: fix postinst scriptYousong Zhou2018-05-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | treewide: use mirror tag @KERNEL where applicableYousong Zhou2018-05-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>