aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #9414 from neheb/cmdpRosen Penev2019-07-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | cmdpad: Fix compilation with musl
| * | | | | | | cmdpad: Fix compilation with muslRosen Penev2019-07-06
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When passing -Wimplicit-function-declaration Also got rid of std=gnu89. It's easy to patch out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | bigclown-firmware-tool: add new packageKarel Kočí2019-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is tool to flash/manage firmware in Bigclown modules. Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | | | | gkermit: Fix compilation with -Wimplicit-function-declarationRosen Penev2019-07-06
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2019-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | rtl-ais: Add missing headerRosen Penev2019-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes -Wimplicit-function-declaration Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | cgroupfs-mount: Added cgroup mount scriptsGerard Ryan2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | docker-ce: Added Docker community editionGerard Ryan2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | containerd: Added containerdGerard Ryan2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | runc: Added runcGerard Ryan2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | collectd: move jshn.sh include to remove warningFlorian Eckert2019-07-04
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redmine-patch-id: 3680 If I build an image with the imagebuilder I get the following output during image building: ../root-x86/etc/init.d/collectd: line 4: /usr/share/libubox/jshn.sh: No such file or directory To remove this messsage move include to the needed postion, so that the message does not occur during image building on the host system anymore. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* / / / / flashrom: Add ARC supportRosen Penev2019-07-01
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly endian definitions are needed. Removed sys/io.h patch. It's a GNU header unsupported by uClibc-ng. Cleaned up Makefile slightly. Added HTTPS everywhere. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | hplip: python is not needed for buildLuiz Angelo Daros de Luca2019-06-25
| | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | Merge pull request #9305 from dibdot/mcDirk Brenken2019-06-25
|\ \ \ \ | | | | | | | | | | mc: update to 4.8.23
| * | | | mc: update to 4.8.23Dirk Brenken2019-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bump to release 4.8.23, see https://midnight-commander.org/wiki/NEWS-4.8.23 * (re-)enable VFS support by default Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | mariadb: add dependency on libaio for arc as wellSebastian Kemper2019-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that libaio compiles on arc targets we need to add the dependency to libaio on these targets as well. resolves #9298 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #9295 from neheb/gamRosen Penev2019-06-23
|\ \ \ \ \ | | | | | | | | | | | | gammu: Update to 1.40.0
| * | | | | gammu: Update to 1.40.0Rosen Penev2019-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile for consistency between packages. Switched to CMAKE_INSTALL to get rid of the InstallDev section. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9281 from neheb/dosRosen Penev2019-06-22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | dosfsutils: Properly fix iconv linking
| * | | | | dosfsutils: Properly fix iconv linkingRosen Penev2019-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Necessary when using libiconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9282 from neheb/uvcRosen Penev2019-06-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | uvcdynctrl: Fix compilation with uClibc-ng
| * | | | | | uvcdynctrl: Fix compilation with uClibc-ngRosen Penev2019-06-20
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Got rid of libiconv-full dependency. Relying on nls.mk Fixed up the license information. Added CMAKE_INSTALL to get rid of the InstallDev section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / / treewide: avoid deref symlinks when installing .soYousong Zhou2019-06-21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #9180 from neheb/unrRosen Penev2019-06-20
|\ \ \ \ \ | | | | | | | | | | | | unrar: Update to 5.7.5
| * | | | | unrar: Update to 5.7.5Rosen Penev2019-06-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | nano: update to 4.3Hannu Nyman2019-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to 4.3 Release notes at https://nano-editor.org/news.php 2019.06.18 - GNU nano 4.3 * The ability to read from and write to a FIFO has been regained. * Startup time is reduced by fully parsing a syntax only when needed. * Asking for help (^G) when using --operatingdir does not crash. * The reading of a huge or slow file can be stopped with ^C. * Cut, zap, and copy operations are undone separately when intermixed. * M-D reports the correct number of lines (zero for an empty buffer). Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | Merge pull request #9239 from hnyman/collectd390Hannu Nyman2019-06-19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | collectd: update to 5.9.0
| * | | | | collectd: update to 5.9.0Hannu Nyman2019-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd to version 5.9.0 * remove backported upstream patches (sensors, modbus) * remove lua patch that has been been implemented upstream (See collectd PR 3144) * refresh patches and accommodate into upstream path changes * place the 'stations' datatype for iwinfo in alpbetically correct place in types.db * add libmnl dependency to 'processes' plugin required for the new Linux process Delay Accounting capability. (Alternatively the capability & requirement might be patched away in Makefile.am, HAVE_LIBTASKSTATS from collectd_4ea7a572) * new plugins (disabled): ampq1, gpu_nvidia, pcie_errors, write_stackdriver, write_syslog compile-tested: ar71xx/WNDR3700 (all plugins) run-tested: ar71xx/WNDR3700 (selected plugins) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | Merge pull request #9238 from BKPepe/btrfsJosef Schlehofer2019-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | btrfs-progs: Update to version 5.1.1
| * | | | | | btrfs-progs: Update to version 5.1.1Josef Schlehofer2019-06-16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move depends under URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #9198 from xinxijishuwyq/masterRosen Penev2019-06-17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | pigz: add package
| * | | | | pigz: something changeKen Wong2019-06-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
| * | | | | pigz: add packageKen Wong2019-06-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
* | | | | | byobu: Update to 5.129Jeffery To2019-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | lm-sensors: install libsensors using CP instead of INSTALL_DATADeng Qingfang2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INSTALL_DATA turns all of the symlinks to files, increasing size. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | Merge pull request #9151 from neheb/poRosen Penev2019-06-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | powertop: Do not use fstack-protector on ARC
| * | | | | | powertop: Do not use fstack-protector on ARCRosen Penev2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not compatible. Instead of setting PKG_SSP, I had to do this as the powertop Makefile defines it. Use $(FPIC) instead of -fPIC to fix potential issues. Removed musl patch. Not needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | utils: sysstat: bump to 12.0.5Marko Ratkaj2019-06-09
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version bump from 12.0.2 to 12.0.5 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | pciutils: Install libpci using CP instead of INSTALL_BINRosen Penev2019-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INSTALL_BIN turns all of the symlinks to files, increasing size. Updated PCI IDs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9168 from ja-pa/vim-security-patchRosen Penev2019-06-06
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | vim: patch security issue
| * | | | | vim: patch security issueJan Pavlinec2019-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-12735 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #9163 from neheb/nnRosen Penev2019-06-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | zstd: Use CP instead of INSTALL_BIN
| * | | | | zstd: Use CP instead of INSTALL_BINRosen Penev2019-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INSTALL_BIN turns symlinks into actual files, which increases the total size for no reason. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9064 from cotequeiroz/lm-sensors-noperlJo-Philipp Wich2019-06-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | lm-sensors: add conditionals to perl dependencies
| * | | | | | lm-sensors: add conditionals to perl dependenciesEneas U de Queiroz2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will avoid building perl if lm-sensors-detect is not selected. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | Merge pull request #9166 from nxhack/mg_6_5Rosen Penev2019-06-05
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | mg: update to 6.5
| * | | | | | mg: update to 6.5Hirokazu MORIKAWA2019-06-06
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | Merge pull request #9145 from neheb/fioRosen Penev2019-06-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | fio: Update to 3.14
| * | | | | | fio: Update to 3.14Rosen Penev2019-06-04
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | domoticz: disable searching for boost-cmakeAmol Bhave2019-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This package fails to compile with boost 1.70 when the boost cmake config gets used. As far as I can tell, Boost 1.70 introduced BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is set to 1.70. This makes CMake auto set the variable Boost_VERSION to 1.70. Historically, Boost_VERSION has been using the format like 170000, and not 1.70. Some package cmake files still depend on this behavior and make assertions such as Boost_VERSION > 168000. This is incompatible with the new scheme. Test Plan: `make package/domoticz/compile` Also compiled all other packages that have a boost dependency, they seem to be working fine. tested on nbg6817 Signed-off-by: Amol Bhave <ambhave@fb.com> [split unrelated change, change commit subject, alphabetical order] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>