Commit graph

2450 commits

Author SHA1 Message Date
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
Hannu Nyman
e4aa95eb6d
Merge pull request #10292 from dengqf6/sensors
lm-sensors: update to 3.6.0
2019-10-26 18:06:29 +03:00
Josef Schlehofer
8262696cc4
btrfs-progs: Update to version 5.3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-25 11:51:59 +02:00
Gerard Ryan
b38c9a01e2 docker-ce: Updated to 19.03.4
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-24 17:34:06 +08:00
Gerard Ryan
7c8e959df0 libnetwork: Updated to 3eb39382 for docker 19.03.4
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-24 17:34:06 +08:00
Rosen Penev
810411c881
Merge pull request #10267 from ysc3839/ttyd
ttyd: update to 1.5.2 and add init script
2019-10-23 23:44:58 -07:00
Daniel F. Dickinson
d3d8d3c4cc findutils: Update and switch to xz tarball
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>
2019-10-24 00:24:02 +08:00
Rosen Penev
3e75e1330e
Merge pull request #10276 from neheb/nbcdu
ncdu: Update to 1.14.1
2019-10-22 18:54:21 -07:00
Rosen Penev
221cd77315
Merge pull request #10244 from neheb/kl
klish: Remove unused libstdcpp dependency
2019-10-21 08:21:23 -07:00
Gerard Ryan
a1facd78f6 docker-ce: Updated to 19.03.3
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-21 21:08:08 +08:00
Gerard Ryan
be6c6b4d42 libnetwork: Updated to 45c71022 for docker 19.03.3
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-21 21:08:08 +08:00
Gerard Ryan
8a0cc11c16 containerd: Updated to 1.2.10
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-21 21:08:08 +08:00
Gerard Ryan
ead55805da runc: Updated to 3e425f80 for containerd 1.2.10
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-21 21:08:08 +08:00
DENG Qingfang
3e608e77fe lm-sensors: update to 3.6.0
Update lm-sensors to 3.6.0

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-20 22:40:31 +08:00
Rosen Penev
238d6e1f90 sispmctl: Reduce ipk size
Do not install static libraries or symlinks as actual files.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 15:28:43 -07:00
Rosen Penev
83be857cea ncdu: Update to 1.14.1
Several Makefile cleanups for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 15:20:31 -07:00
Rosen Penev
29b39264d6 screen: Update to 4.7.0
Remove all patches. They have all been merged upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 15:13:59 -07:00
Rosen Penev
5decb769f4 sispmctl: Update to 4.2
Added license file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 15:00:35 -07:00
Rosen Penev
4e3e656eed fio: Update to 3.16
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 14:46:32 -07:00
Rosen Penev
b288514308 klish: Remove unused libstdcpp dependency
This is not a C++ project.

Added PKG_BUILD_PARALLEL for faster compilation.

Cleaned up Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-17 12:22:22 -07:00
Richard Yu
9e325b47cb
ttyd: update to 1.5.2 and add init script
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-10-17 17:50:48 +08:00
Bruno Randolf
c1421f56f3 bluez: Update to version 5.51
Signed-off-by: Bruno Randolf <br1@einfach.org>
2019-10-16 08:49:23 +01:00
Michael Heimpold
7c5ea5841e mmc-utils: update to latest git head
Remove already upstreamed patches, add another one from mailing-list.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-10-15 21:35:34 +02:00
Rosen Penev
5561faad48
Merge pull request #9916 from neheb/lcd4
lcd4linux: Switch to git
2019-10-14 09:31:23 -07:00
Rosen Penev
c4cae9704e
Merge pull request #10141 from neheb/jdfw3ef
telldus-core: Fix compilation without usleep
2019-10-14 01:49:20 -07:00
Rosen Penev
9c3df45d42
Merge pull request #10178 from neheb/summo
sumo: Update to 1.3.1
2019-10-14 01:48:18 -07:00
Rosen Penev
f4b338c7ab
Merge pull request #10176 from neheb/gpt
gptfdisk: Switch to using uClibc++
2019-10-14 01:47:21 -07:00
Rosen Penev
d1b6c0c797 lcd4linux: Switch to feckert fork
The original project is dead. feckert fork is active.

Cleaned up Makefile to be more similar to others.

Fixed PKG_MAINTAINER having wrong place.

Added PKG_BUILD_PARALLEL for faster compilation.

Added LICENSE information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-14 01:43:47 -07:00
Hannu Nyman
a61386e378
Merge pull request #10192 from hnyman/collectd592
collectd: update to 5.9.2
2019-10-13 20:58:41 +03:00
Hannu Nyman
fa9163824b collectd: fix upstream bug in 5.9.2 version string
Fix the missing version bump in the upstream source code
to display the correct version 5.9.2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-10-13 11:21:24 +03:00
Rosen Penev
cb6ec2061b gddrescue: Remove uClibc++ patch
A solution was applied to uClibc++, where the bug actually is.

Fixed license information.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-12 17:52:27 -07:00
Rosen Penev
b61612a50b gptfdisk: Switch to using uClibc++
Added patches sent upstream to fix usage with uClibc++.

Cleaned up license information.

Added several size optimizations.

Several other Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-12 15:05:13 -07:00
Rosen Penev
c201c68072
Merge pull request #10210 from jefferyto/use-default-PKG_BUILD_DIR
treewide: Use default PKG_BUILD_DIR when possible
2019-10-12 15:01:02 -07:00
Jeffery To
027ed92f6e gammu: Remove python dependency, fix lib symlinks
This removes the python dependency from the package; according to the
maintainer[1][2] the software does not depend on python.

This also fixes the symlinks for libGammu.so and libgsmsd.so.
Previously, the symlinks were overwritten by $(INSTALL_BIN) with copies
of their sources.

[1]: https://github.com/openwrt/packages/issues/8893#issuecomment-539136531
[2]: https://github.com/openwrt/packages/issues/8893#issuecomment-539152794

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 03:45:54 +08:00
Jeffery To
53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 02:01:34 +08:00
Hannu Nyman
fd85ad0909
Merge pull request #10171 from neheb/gam2
gammu: Update to 1.41
2019-10-12 13:47:08 +03:00
Gerard Ryan
6e8be5f42e cache-domains: added game cache DNS config service
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-12 15:24:21 +08:00
Rosen Penev
a0c27cf5a3
Merge pull request #10160 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.2
2019-10-11 12:45:40 -07:00
Rosen Penev
28050c4c3a
Merge pull request #10159 from jefferyto/shinit
shinit: Add package
2019-10-11 12:45:25 -07:00
Hannu Nyman
213969e6e4 collectd: update to 5.9.2
Update collectd to 5.9.2

Mainly bug fixes:
dfb9dd09fe/ChangeLog

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-10-09 20:56:21 +03:00
Rosen Penev
a9abe60ef4 sumo: Update to 1.3.1
Converted to CMake for simplicity.

Added upstream patch to use sleep_for instead of deprecated usleep.

Added patch to fix compilation with musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-07 22:44:35 -07:00
Rosen Penev
99bbb8af31
gammu: Update to 1.41
Remove upstreamed patch.

Switched conditional dependency to python3 in preparation for deprecating
Python 2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-07 21:19:44 -07:00
Hannu Nyman
bfd66f2d23 nano: update to 4.5
Update nano editor to version 4.5.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-10-07 18:17:03 +03:00
Gerard Ryan
c8e70c9550 docker-ce: Updated to 19.03.2
* Added warning logging
* Added missing default kmod
* Added missing kernel feature for IO scheduling

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-06 12:07:21 +10:00
Jeffery To
c04dff7965 shinit: Add package
This package adds support for /etc/shinit and ~/.shinit files, which
contain commands to be run at the start of all interactive shells.
(/etc/profile and ~/.profile are read for login shells only.)

This is useful for those who regularly open non-login, interactive
shells, for example users of GNU Screen or tmux.

(This is based on a patch[1] I submitted for OpenWrt master, but there
does not appear to be much interest in merging the change.)

(This package uses the ENV shell variable, of which the POSIX standard
has a brief description[2]. The dash manpage[3] also describes how the
ENV variable is handled. (dash is the basis for busybox ash.))

[1]: https://patchwork.ozlabs.org/patch/1094493/
[2]: https://pubs.opengroup.org/onlinepubs/9699919799//utilities/V3_chap02.html#tag_18_05_03
[3]: https://manpages.debian.org/buster/dash/dash.1.en.html#Invocation

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-06 06:01:47 +08:00
Rosen Penev
2cff5b6563
telldus-core: Fix compilation without usleep
Uses C++11's sleep_for, which internally uses nanosleep.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-04 13:23:33 -07:00
Rosen Penev
8a977c8b6e
telldus-core: Makefile cleanups
Fixed license information.

Add PKG_BUILD_PARALLEL to explicitly disable parallel builds.

Fixed build depends to apply only to non glibc.

Added an alternative fix to ICONV_FULL which should work better.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-04 13:23:03 -07:00
Rosen Penev
8a6388b9e0
Merge pull request #10124 from tiagogaspar8/procps-ng-fix
procps-ng: change default package selection
2019-10-02 11:29:34 -07:00
Tiago Gaspar
071b15ecc0 procps-ng: change default package selection Change the default selection of packages from all to none.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2019-10-01 22:57:12 +01:00
Hannu Nyman
4f717a6f65 haveged: convert to procd
Convert haveged init script to use procd

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-10-01 23:11:45 +03:00
Hannu Nyman
e5b308308b haveged: update to 1.9.8
Update haveged to 1.9.8

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-10-01 21:38:11 +03:00
Nuno Goncalves
178a359275 watchcat: make compatible with updated busybox ash array handling
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2019-10-01 19:41:56 +02:00
Richard Yu
a6a0f4edee
dump1090: update to 3.7.2
and use GitHub release tarball instead of git

Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-09-27 18:40:10 +08:00
Stijn Tintel
7e50722145 domoticz: bump to 4.10717
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-09-27 01:35:14 +03:00
Etienne Champetier
fa40123f26
Merge pull request #10035 from TDT-AG/pr/20190920-prometheus-node-exporter-lua-fecs-fix
prometheus-node-exporter-lua: ltq-dsl.lua: use errors_fecs_*
2019-09-25 06:37:17 -07:00
Martin Schiller
0b34b8538e prometheus-node-exporter-lua: ltq-dsl.lua: use new var names errors_fecs_*
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-09-23 06:38:25 +02:00
Yousong Zhou
a2bbedb880 qemu: patch for CVE-2019-15890
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-09-23 02:16:01 +00:00
Rosen Penev
b79d82043a
Merge pull request #10029 from neheb/zst2
zstd: Update to 1.4.3
2019-09-21 11:58:34 -07:00