aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* procps-ng: Remove DEFAULT lineRosen Penev2019-11-26
| | | | | | | The intended behavior is to has the buildbot select all the applets as well as packages only selecting what they need. This should do it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10582 from neheb/domoStijn Tintel2019-11-26
|\ | | | | domoticz: Fix compilation with newer python
| * domoticz: Add missing dependencyRosen Penev2019-11-18
| | | | | | | | | | | | | | | | CMake picks up telldus-core now that it is in the tree. Fixes #10246 Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * domoticz: Fix compilation with newer PythonRosen Penev2019-11-18
| | | | | | | | | | | | | | | | Backported upstream patch. Fixes #10543 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | collectd: enable cpufreq module for ipq40xx and brcm2708_bcm2709Hannu Nyman2019-11-23
| | | | | | | | | | | | | | | | As some ipq40xx CPUs support frequency scaling, enable building collectd-mod-cpufreq for ipq40xx (for private builds) and its package architecture brcm2708_bcm2709 (for buildbot) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #10596 from neheb/fRosen Penev2019-11-20
|\ \ | | | | | | fish: Convert to CMake
| * | fish: Convert to CMakeRosen Penev2019-11-20
| |/ | | | | | | | | | | | | | | | | | | | | CMake is faster and allows to simplify the Makefile slightly. It also creates a slightly smaller package for some reason. Fixed license information. Ran postinst through shellcheck. It was using bashisms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10602 from micmac1/mary-104-depsRosen Penev2019-11-20
|\ \ | | | | | | mariadb: prevent building against uClibc
| * | mariadb: prevent building against uClibcSebastian Kemper2019-11-20
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MariaDB 10.4 includes some changes in sql/sql_statistics.cc that require std::fmin and std::fmax. But these functions aren't available when libstdc++ is compiled against uClibc, because uClibc doesn't pass the test when libstdc++ checks for C99 math that supports "TR1" facilities (macro: GLIBCXX_CHECK_C99_TR1). Hence compilation fails: [ 90%] Building CXX object sql/CMakeFiles/sql.dir/sql_table.cc.o /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc: In member function 'void Column_statistics_collected::finish(ha_rows, double)': /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc:2533:20: error: 'fmax' is not a member of 'std' val = std::fmax(estimate_total_distincts * (rows - nulls) / rows, 1.0); This commit updates package dependencies to prevent a build against uClibc. There is no reason to waste CPU cycles on the build bots. The dependencies are also tidied up. In the past it made sense to define MARIADB_COMMON_DEPENDS and MARIADB_COMMON_DEPENDS_EXE, because the server had different dependencies compared to the library. But since the library is now in its own package we can remove the differentiation. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / nnn: Add a new packageJosef Schlehofer2019-11-20
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* qemu: bump to version 4.1.1Yousong Zhou2019-11-18
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #10570 from micmac1/maria-10.4Rosen Penev2019-11-17
|\ | | | | mariadb: major bump to 10.4, split off lib package
| * mariadb: small plugins fixesSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | This adds a few lines to the BuildPlugin routine to install some missing files for auth_pam as well as ha_spider. It also adds a postinstall script that updates the ownership of a directory used by auth_pam. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * mariadb: move libmariadb into its own packageSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | This way when only wanting the library nobody needs to download and compile the server package, saving space and time. Also this way we can avoid sudden SONAME bumps during a server upgrade. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * mariadb: move mariadb-common into its own packageSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | This moves mariadb-common into its own (tiny) package in preparation for moving out libmariadb as well. Otherwise the library would have a dependency on the big mariadb package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * mariadb: bump to major version 10.4Sebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - Bump from 10.2.26 to 10.4.10 - auth_pam got replaced with never version, old one still available as auth_pam_v1 - semisync plugins were merged into the core - Upstream now installs symlinks for binaries with mariadb prefix. To accommodate that this commit updates Package/mariadb/install/bin accordingly. - Patches are updated with new ones from Debian and Arch (thanks!) - libedit patch dropped because it's upstream now. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | prometheus-node-exporter-lua: bump versionEtienne Champetier2019-11-17
| | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | prometheus-node-exporter-lua: an unavaliable wifi interface may have stopped ↵Zoltan Haindrich2019-11-17
| | | | | | | | | | | | the scraper from functioning Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
* | prometheus-node-exporter-lua: respawn the processAndre Heider2019-11-17
| | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* | prometheus-node-exporter-lua: add a config reload triggerAndre Heider2019-11-17
| | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* | prometheus-node-exporter-lua: switch config to openwrt interface namesAndre Heider2019-11-17
|/ | | | | | | | | | | | | | | | | | | Drop the config knob 'listen_address' and introduce 'listen_interface' and 'listen_ipv6' instead. 'listen_interface' takes an openwrt interface name ('loopback', 'lan', 'wan' etc, or "*" for all), from which the primary IP is used to listen on. If 'listen_ipv6' is set to '1', the IPv6 adress will be used, IPv4 elsewise. procd interface triggers are now combined with this, so if the listen interface is not yet configured when the init script is executed, the process start is defered, and the trigger takes care of that once the interface is ready. Fixes #7670 Signed-off-by: Andre Heider <a.heider@gmail.com>
* collectd: update to 5.10.0Hannu Nyman2019-11-16
| | | | | | | | Update collectd to 5.10.0 * leave new plugins as disabled for now (procevent, sysevent) * refresh patches. Remove unenecessary version fix Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* docker-ce: bump to version 19.03.5Johann Neuhauser2019-11-16
| | | | Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* io: Add TARGET_LDFLAGS to fix PIEHauke Mehrtens2019-11-13
| | | | | | | Add the OpenWrt TARGET_LDFLAGS to the compile command to activate PIE support for the io tool when it is activated globally in OpenWrt. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* io: Fix printing 4 bytes memory on 64 bit systemsHauke Mehrtens2019-11-13
| | | | | | | | | | On 64 bit Linux systems long is 8 bytes long, on 32 bit Linux systems it is 4 bytes long. Here we want to print 4 bytes and not 8 bytes, use int instead of long. This fixes printing 4 bytes on 64 bit systems. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* pps-tools: use INSTALL_DATA instead of CPWolfgang Breyha2019-11-08
| | | | Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
* pps-tools: install timepps.h in location specified by RFC 2783Wolfgang Breyha2019-11-08
| | | | | | This is need by eg. gpsd to build with proper PPS support. It was already submitted once in #2892 which ended in a stalemate. Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
* zstd: Update to 1.4.4Rosen Penev2019-11-06
| | | | | | | | More speed improvements. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* can-utils: Update to 2018.02.0Rosen Penev2019-11-06
| | | | | | | | | | | | Switched to codeload for simplicity. Switched to PKG_INSTALL for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Added extra utilities added by the newer version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10467 from srchack/open-vm-tools-bump-11.0.1Rosen Penev2019-11-06
|\ | | | | open-vm-tools: bump to version 11.0.1
| * open-vm-tools: bump to version 11.0.1Yuhei OKAWA2019-11-06
| | | | | | | | | | | | tested x86 generic on ESXi 6.5u2 Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
* | docker-ce: fix cross compilation and enable build for aarch64 and armJohann Neuhauser2019-11-06
| | | | | | | | | | | | | | Compile-tested on: bcm2710, imx6 Runtime-tested on: bcm2710, imx6 Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* | containerd: enable build for aarch64 and armJohann Neuhauser2019-11-06
| | | | | | | | | | | | | | Compile-tested on: bcm2710, imx6 Runtime-tested on: bcm2710, imx6 Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* | libnetwork: enable build for aarch64 and armJohann Neuhauser2019-11-06
| | | | | | | | | | | | | | Compile-tested on: bcm2710, imx6 Runtime-tested on: bcm2710, imx6 Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* | runc: enable build for aarch64 and armJohann Neuhauser2019-11-06
| | | | | | | | | | | | | | Compile-tested on: bcm2710, imx6 Runtime-tested on: bcm2710, imx6 Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* | runc: fix PKG_MIRROR_HASH and drop unused PKG_HASHJohann Neuhauser2019-11-06
| | | | | | | | Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* | Merge pull request #10445 from hnyman/collectd-ntp-fixHannu Nyman2019-11-06
|\ \ | | | | | | collectd: adjust reaction to ntp time change at boot time
| * | collectd: adjust reaction to ntp time at boot timeHannu Nyman2019-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust the reaction to a polling interval timestamp that references to a past time. Past timestamps can happen when ntpd adjusts router's time after network connectivity is obtained after boot. Collectd shows warnings for each plugin as it tries to enter new values with the same timestamp as the previous one. This patch adjusts the next polling time to be now+2 seconds for the main loop and for the plugin-specific read loops. That avoids the warnings, but does not overreact in case there are shorter polling intervals or the time gets adjusted for other reasons. Additionally some debug statements are aded, but they are visible only when --enable-debug configure option is used in Makefile. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | btrfs-progs: Update to version 5.3.1Josef Schlehofer2019-11-05
| |/ |/| | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #10422 from neheb/yarRosen Penev2019-11-04
|\ \ | | | | | | yara: Update to 3.11.0
| * | yara: Update to 3.11.0Rosen Penev2019-10-31
| | | | | | | | | | | | | | | | | | | | | | | | Fixed license information. Several Makefile rearrangements for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10421 from neheb/unrRosen Penev2019-11-04
|\ \ \ | | | | | | | | unrar: Update to 5.8.3
| * | | unrar: Update to 5.8.3Rosen Penev2019-10-31
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10417 from neheb/gawkRosen Penev2019-11-04
|\ \ \ | | | | | | | | gawk: Update to 5.0.1
| * | | gawk: Update to 5.0.1Rosen Penev2019-10-31
| |/ / | | | | | | | | | | | | | | | | | | | | | Fixed license information. Small Makefile rearangements for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10275 from neheb/scrRosen Penev2019-11-04
|\ \ \ | | | | | | | | screen: Update to 4.7.0
| * | | screen: Update to 4.7.0Rosen Penev2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | Remove all patches. They have all been merged upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10398 from neheb/ap5Rosen Penev2019-11-04
|\ \ \ \ | | | | | | | | | | ap51-flash: Update to 2019.0.1
| * | | | ap51-flash: Update to 2019.0.1Rosen Penev2019-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some size optimizations. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10397 from neheb/acpRosen Penev2019-11-04
|\ \ \ \ \ | |_|_|_|/ |/| | | | acpid: Update to 2.0.32