Commit graph

2407 commits

Author SHA1 Message Date
Rosen Penev
994e7b86e2
Merge pull request #10602 from micmac1/mary-104-deps
mariadb: prevent building against uClibc
2019-11-20 14:51:19 -08:00
Josef Schlehofer
32cbfce051 nnn: Add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-20 22:34:56 +01:00
Sebastian Kemper
d792174804 mariadb: prevent building against uClibc
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>
2019-11-20 20:51:23 +01:00
Yousong Zhou
df4811c6c3 qemu: bump to version 4.1.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-11-18 02:54:51 +00:00
Rosen Penev
c3af7141c6
Merge pull request #10570 from micmac1/maria-10.4
mariadb: major bump to 10.4, split off lib package
2019-11-17 18:18:31 -08:00
Etienne Champetier
50b825e7fa prometheus-node-exporter-lua: bump version
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-11-17 18:16:48 -08:00
Zoltan Haindrich
7bec619f53 prometheus-node-exporter-lua: an unavaliable wifi interface may have stopped the scraper from functioning
Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
2019-11-17 18:16:48 -08:00
Andre Heider
a3af4c3691 prometheus-node-exporter-lua: respawn the process
Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-17 18:16:48 -08:00
Andre Heider
d8e637d064 prometheus-node-exporter-lua: add a config reload trigger
Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-17 18:16:48 -08:00
Andre Heider
48568ad9f9 prometheus-node-exporter-lua: switch config to openwrt interface names
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>
2019-11-17 18:16:48 -08:00
Sebastian Kemper
4a67c844db mariadb: small plugins fixes
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>
2019-11-17 17:17:04 +01:00
Sebastian Kemper
c1964dd8d2 mariadb: move libmariadb into its own package
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>
2019-11-17 16:05:29 +01:00
Sebastian Kemper
88511f13d0 mariadb: move mariadb-common into its own package
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>
2019-11-17 15:54:17 +01:00
Sebastian Kemper
a90561a90b mariadb: bump to major version 10.4
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>
2019-11-17 15:48:25 +01:00
Hannu Nyman
4cdc7d1cec collectd: update to 5.10.0
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>
2019-11-16 14:46:05 +02:00
Johann Neuhauser
b51d8b252e docker-ce: bump to version 19.03.5
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
2019-11-16 20:19:59 +08:00
Hauke Mehrtens
b46d21a54e io: Add TARGET_LDFLAGS to fix PIE
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>
2019-11-13 23:25:03 +01:00
Hauke Mehrtens
9936e16b72 io: Fix printing 4 bytes memory on 64 bit systems
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>
2019-11-13 23:25:03 +01:00
Wolfgang Breyha
827969027a pps-tools: use INSTALL_DATA instead of CP
Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
2019-11-08 10:58:57 +01:00
Wolfgang Breyha
bbd66b26e4 pps-tools: install timepps.h in location specified by RFC 2783
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>
2019-11-08 10:58:57 +01:00
Rosen Penev
aaccad695e
zstd: Update to 1.4.4
More speed improvements.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-06 18:19:38 -08:00
Rosen Penev
f9041ad9b7
can-utils: Update to 2018.02.0
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>
2019-11-06 14:51:23 -08:00
Rosen Penev
2c08576233
Merge pull request #10467 from srchack/open-vm-tools-bump-11.0.1
open-vm-tools: bump to version 11.0.1
2019-11-06 08:52:23 -08:00
Johann Neuhauser
a6be45ba66 docker-ce: fix cross compilation and enable build for aarch64 and arm
Compile-tested on: bcm2710, imx6
Runtime-tested on: bcm2710, imx6

Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
2019-11-06 22:11:12 +08:00
Johann Neuhauser
0e969d4d69 containerd: enable build for aarch64 and arm
Compile-tested on: bcm2710, imx6
Runtime-tested on: bcm2710, imx6

Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
2019-11-06 22:11:12 +08:00
Johann Neuhauser
8f0eb6610c libnetwork: enable build for aarch64 and arm
Compile-tested on: bcm2710, imx6
Runtime-tested on: bcm2710, imx6

Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
2019-11-06 22:11:12 +08:00
Johann Neuhauser
fd99ce7cd6 runc: enable build for aarch64 and arm
Compile-tested on: bcm2710, imx6
Runtime-tested on: bcm2710, imx6

Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
2019-11-06 22:11:12 +08:00
Johann Neuhauser
07cbb3c52e runc: fix PKG_MIRROR_HASH and drop unused PKG_HASH
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
2019-11-06 22:11:12 +08:00
Hannu Nyman
77b7b32fab
Merge pull request #10445 from hnyman/collectd-ntp-fix
collectd: adjust reaction to ntp time change at boot time
2019-11-06 14:49:51 +02:00
Yuhei OKAWA
4787421183 open-vm-tools: bump to version 11.0.1
tested x86 generic on ESXi 6.5u2

Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
2019-11-06 18:45:12 +09:00
Josef Schlehofer
93254e674c
btrfs-progs: Update to version 5.3.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-05 23:33:12 +01:00
Rosen Penev
cbaa687bc8
Merge pull request #10422 from neheb/yar
yara: Update to 3.11.0
2019-11-04 11:32:44 -08:00
Rosen Penev
5c6b524dcb
Merge pull request #10421 from neheb/unr
unrar: Update to 5.8.3
2019-11-04 11:32:21 -08:00
Rosen Penev
0900d3c21e
Merge pull request #10417 from neheb/gawk
gawk: Update to 5.0.1
2019-11-04 11:31:09 -08:00
Rosen Penev
b9a61d4db1
Merge pull request #10275 from neheb/scr
screen: Update to 4.7.0
2019-11-04 11:29:33 -08:00
Rosen Penev
5ffc95473f
Merge pull request #10398 from neheb/ap5
ap51-flash: Update to 2019.0.1
2019-11-04 11:26:28 -08:00
Rosen Penev
fadebb46c8
Merge pull request #10397 from neheb/acp
acpid: Update to 2.0.32
2019-11-04 11:25:28 -08:00
Hannu Nyman
b295c9cff2 collectd: adjust reaction to ntp time at boot time
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>
2019-11-03 17:54:22 +02:00
Sebastian Kemper
dc727a2430 vim/host: fix build failures
Indeterminably vim/host fails on the build bots:

objects/fileio.o: In function `readfile':
fileio.c:(.text+0x5b3f): undefined reference to `libiconv_close'
fileio.c:(.text+0x61ad): undefined reference to `libiconv_close'
fileio.c:(.text+0x62f6): undefined reference to `libiconv'
fileio.c:(.text+0x6794): undefined reference to `libiconv_close'
objects/fileio.o: In function `buf_write_bytes':
fileio.c:(.text+0xa1fe): undefined reference to `libiconv'
fileio.c:(.text+0xa54a): undefined reference to `libiconv'
objects/fileio.o: In function `buf_write':
fileio.c:(.text+0xaf48): undefined reference to `libiconv_close'
objects/mbyte.o: In function `my_iconv_open.part.18':
mbyte.c:(.text+0x2ced): undefined reference to `libiconv_open'
mbyte.c:(.text+0x2d3a): undefined reference to `libiconv'
mbyte.c:(.text+0x2d5f): undefined reference to `libiconv_close'
objects/mbyte.o: In function `convert_setup_ext':
mbyte.c:(.text+0x33bf): undefined reference to `libiconv_close'
objects/mbyte.o: In function `string_convert_ext':
mbyte.c:(.text+0x363c): undefined reference to `libiconv'
collect2: error: ld returned 1 exit status
link.sh: Linking failed
Makefile:1949: recipe for target 'vim' failed

This is addressed by pulling in libiconv/host. Also configure switches
are added that keep external dependencies to a minimum, for instance
avoiding to link to X11 or gettext.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-11-02 13:17:01 +01:00
Luiz Angelo Daros de Luca
623d66853b sane-backends: update to 1.0.28 (WIP)
Just Need runtime tests

* libsane dependency on libusb moved to those drivers that requires it
* clean up some ./configure args
* added saned-ricoh2 for new backend
* enabled saned-gphoto2 (after c8fbe26c53)
* disabled kvs40xx and mustek_usb2 that requires pthread while the issue is
not solved (https://gitlab.com/sane-project/backends/issues/153)
* patches refreshed:
 - 002-remove-uneeded.patch
* patches dropped:
 - 031-fix_uclibc.patch
 - 050-remove_linked_libs_for_unused_preload.patch (with --disable-preload)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-11-01 04:21:14 -03:00
Rosen Penev
70be5dbfc6 yara: Update to 3.11.0
Fixed license information.

Several Makefile rearrangements for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 18:37:12 -07:00
Rosen Penev
7dab09c3ae unrar: Update to 5.8.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 18:31:47 -07:00
Rosen Penev
69a51b6adf gawk: Update to 5.0.1
Fixed license information.

Small Makefile rearangements for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 18:09:18 -07:00
Rosen Penev
5ae85b7952 treewide: Replace MD5SUM with HASH
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 15:54:36 +08:00
Rosen Penev
8126f4ed08
ap51-flash: Update to 2019.0.1
Added some size optimizations.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 10:26:11 -07:00
Rosen Penev
bdfa075902
acpid: Update to 2.0.32
Switched compilation to standard PKG_INSTALL.

Added extra binary.

Added size optimizations.

Miscellaneous cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 10:17:08 -07:00
Peter Liedholm
2a36c0421e telldus-core: Doxygen in-file was not found.
Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
2019-10-29 11:19:54 +01:00
Hirokazu MORIKAWA
d7dc3768c6 mg: update to 6.6
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-10-28 12:39:26 +09:00
Yousong Zhou
924b136aa7 qemu: allow configure SPICE ui support
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-28 09:10:11 +08:00
Yousong Zhou
0d4313fdcc qemu: enable basic VNC ui support
With other features like vnc jpeg, png, sasl configurable

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-28 09:10:11 +08:00