aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* 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
| * | | | acpid: Update to 2.0.32Rosen Penev2019-10-30
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched compilation to standard PKG_INSTALL. Added extra binary. Added size optimizations. Miscellaneous cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | vim/host: fix build failuresSebastian Kemper2019-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | sane-backends: update to 1.0.28 (WIP)Luiz Angelo Daros de Luca2019-11-01
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 c8fbe26c532aced97ab8a4d42f1289db2a3e6d65) * 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>
* | | treewide: Replace MD5SUM with HASHRosen Penev2019-10-31
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | telldus-core: Doxygen in-file was not found.Peter Liedholm2019-10-29
| | | | | | | | Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
* | mg: update to 6.6Hirokazu MORIKAWA2019-10-28
| | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | qemu: allow configure SPICE ui supportYousong Zhou2019-10-28
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | qemu: enable basic VNC ui supportYousong Zhou2019-10-28
| | | | | | | | | | | | With other features like vnc jpeg, png, sasl configurable Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #10292 from dengqf6/sensorsHannu Nyman2019-10-26
|\ \ | | | | | | lm-sensors: update to 3.6.0
| * | lm-sensors: update to 3.6.0DENG Qingfang2019-10-20
| | | | | | | | | | | | | | | | | | Update lm-sensors to 3.6.0 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | btrfs-progs: Update to version 5.3Josef Schlehofer2019-10-25
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | docker-ce: Updated to 19.03.4Gerard Ryan2019-10-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | libnetwork: Updated to 3eb39382 for docker 19.03.4Gerard Ryan2019-10-24
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | Merge pull request #10267 from ysc3839/ttydRosen Penev2019-10-23
|\ \ \ | | | | | | | | ttyd: update to 1.5.2 and add init script
| * | | ttyd: update to 1.5.2 and add init scriptRichard Yu2019-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | findutils: Update and switch to xz tarballDaniel F. Dickinson2019-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest findutils. This eliminates the need for the sysmacro patch. While we're at it switch to smaller xz tarball (saves bandwidth) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | Merge pull request #10276 from neheb/nbcduRosen Penev2019-10-22
|\ \ \ \ | | | | | | | | | | ncdu: Update to 1.14.1