1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

2603 Commits

Author SHA1 Message Date
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
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
Florian Eckert
61423689f9
Merge pull request #10037 from TDT-AG/pr/20190920-collectd
collectd: add reload trigger and logfile plugin definition
2019-09-20 20:12:17 +02:00
Florian Eckert
b84edbe2c7 collectd: bump PKG_PACKAGE version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-20 16:12:26 +02:00
Florian Eckert
f4349995e6 collectd: add reload and service trigger
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-20 16:09:26 +02:00
Florian Eckert
2b221b5b06 collectd: add logfile plugin definitions
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-20 16:09:24 +02:00
Rosen Penev
133a02a115
zstd: Update to 1.4.3
Bugfix release.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-18 14:49:38 -07:00
Rosen Penev
92258da65a
gpsd: Fix pkgconfig file for libgps
This ensures it can be found properly by any package that uses pkgconfig
to find libgps.

Nothing in the tree currently does.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-17 15:42:53 -07:00
Rosen Penev
ea350a3b4c
Merge pull request #10018 from ja-pa/treewide-cpe-id
treewide: add PKG_CPE_ID for better cvescanner coverage
2019-09-17 13:35:49 -07:00
Jan Pavlinec
299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Florian Eckert
47bfef3d7a collectd: bump PKG_PACKAGE version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:16:39 +02:00
Florian Eckert
6141aa2f23 collectd: add iptables uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:15:46 +02:00
Florian Eckert
7d3cbda4af collectd: add network uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:15:34 +02:00
Florian Eckert
1205ab461b collectd: add curl uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:15:26 +02:00
Florian Eckert
55eb459887 collectd: add apcups uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-17 10:15:18 +02:00
Rosen Penev
434debefff
libzstd: Fix pkgconfig paths for cross compilation
pkgconfig needs to override these.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-16 11:50:13 -07:00
Rosen Penev
f825264d79
Merge pull request #10011 from Cynerd/bigclown-version-bump
Bigclown version bump
2019-09-16 09:40:10 -07:00
Vladimir Ulrich
8850e94dfb zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2019-09-16 18:23:13 +03:00
Karel Kočí
508e2b865a
bigclown-mqtt2influxdb: update to version 1.2.0
This version introduces new option -d that makes service not to exit on
error. This is brutal solution but is required to protect against
service failure when remote resource is down.

bigclown-mqtt2influxdb is service moving data from MQTT to InfluxDB and
both of those services can and potentially are remote. The original
implementation where it failed when service goes down is not ideal
because network outage or target server outage can later require this
service restart.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-09-16 14:03:29 +02:00
Karel Kočí
7741e5db4b
bigclown-firmware-tool: update to version 1.4.1
This release updates: bcf create --from

There are no dependencies changes introduced by upstream and changes are
of limited character.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-09-16 14:03:17 +02:00
Hannu Nyman
151f1e30e5
Merge pull request #9982 from TDT-AG/pr/20190913-collectd
collectd: add additional config option
2019-09-15 22:13:38 +03:00
Rosen Penev
9c13836afa
Merge pull request #9990 from lnslbrty/package/wipe
wipe: add new package
2019-09-15 07:23:02 -07:00
Toni Uhlig
294fed0566
wipe: add new package
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-09-14 14:52:51 +02:00
Florian Eckert
8260ce1789 collectd: bump PKG_RELEASE number
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-13 13:02:27 +02:00
Florian Eckert
1082477fbc collectd: add new memory config values
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-13 13:01:23 +02:00
Florian Eckert
cae6563091 collectd: add new cpu config values
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-13 13:00:49 +02:00
Petr Štetiar
c3bacb6631 iotivity,smartsnmpd,gpsd: use scons from feed
commit 0c090fde68b2 ("scons: move host build tool to a proper place")
has moved scons into the packages feeds, so switch to that package
include and adjust build dependency to a new scons home.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-09-13 07:14:08 +02:00
Rosen Penev
f76a89cc87
Merge pull request #9946 from neheb/unr
unrar: Update to 5.8.1
2019-09-12 14:30:23 -07:00
Michael Heimpold
c1b2943e8a mmc-utils: update to latest git head
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-09-12 22:26:56 +02:00
Josef Schlehofer
c42b2791d1
btrfs-progs: Update to version 5.2.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-12 11:03:45 +02:00
Yousong Zhou
b6a3145df5 cgroups-mount,docker-ce,lxc: rework kernel feature dependency
Fix that KERNEL_CGROUPS is enabled (selected) automatically along with
cgroups-mount

Replace "if PACKAGE_docker-ce" with a menu to avoid circular denpendency
issue involving PACKAGE_docker-ce, PACKAGE_cgroups-mount and
KERNEL_CGRUOPS

docker-ce, lxc: replace KERNEL_LXC_MISC with more specific options

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-09-12 10:31:16 +08:00
Sven Eckelmann
bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Rosen Penev
bb55cb5e79 unrar: Update to 5.8.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-09 01:36:15 -07:00
Rosen Penev
d821c90eea
bonnie++: Size optimizations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-03 12:43:04 -07:00
Florian Eckert
f90dfb1de9
Merge pull request #9773 from 805447391/master
DockerCE: Fix can't mapping large range ports (too many open files)
2019-09-03 12:36:25 +02:00
Rosen Penev
811fd060a5
Merge pull request #9850 from neheb/crc
crconf: Pass CFLAGS properly
2019-09-02 01:58:05 -07:00
Rosen Penev
227d6b8fcf
Merge pull request #9890 from ecsv/ap51-flash-2019.0
ap51-flash: upgrade package to latest release 2019.0
2019-09-01 20:54:15 -07:00
Hannu Nyman
c933ac5dcb haveged: update to 1.9.6
Update haveged to 1.9.6

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-09-01 23:56:57 +03:00
Sven Eckelmann
22062b10c6 ap51-flash: upgrade package to latest release 2019.0
* improved Zyxel firmware detection
* introduced optional MAC address filtering
* added support for:

  - Plasma Cloud PA300
  - Plasma Cloud PA1200
  - Plasma Cloud PA2200

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-01 16:34:23 +02:00
Student414
72c8ba7ee5 docker-ce: Expand nofile from 1024(soft) 4096(hard) as large as possible when using procd.
When we run docker image and export too many ports, dockerd will output some errors like "too many open files", it is caused by max-file limitation.
Now, we start dockerd using procd, just add a statement to fix this problem.

Signed-off-by: Fuying Wang <805447391@qq.com>
2019-08-30 01:08:13 +01:00
Rosen Penev
35a258a55c
crconf: Pass CFLAGS properly
CFLAGS were not being passed, breaking ASLR builds.

Switched to using PKG_SOURCE_DATE for the version.

Added PKG_BUILD_PARALLEL for faster compilation.

Added license information.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-28 13:56:10 -07:00
Hirokazu MORIKAWA
3858fac1d4 swig: update to 4.0.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-08-26 09:41:29 +09:00
Hannu Nyman
d9347059a8 nano: update to 4.4
Update nano editor to 4.4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-08-25 20:38:01 +03:00
Paul Spooren
373d3b2420 syncthing: add package
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-21 15:21:36 -10:00
Rosen Penev
02ad7d814a
Merge pull request #9691 from neheb/evt
evtest: Update to 1.34
2019-08-21 02:31:05 -07:00
Yousong Zhou
1a3f436a2f qemu: bump to version 4.1.0
Package qemu-blobs was removed and replaced with separate firmware
packages for size considerations.

QEMU switched to libssh from libssh2 and configure option also changes

For upstream changelog, see http://wiki.qemu.org/ChangeLog/4.1

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-20 10:05:51 +00:00
Rosen Penev
a23b073ba7
Merge pull request #9734 from cotequeiroz/tang_noman
tang: do not build manpages
2019-08-19 00:54:55 -07:00
Luiz Angelo Daros de Luca
fdeb5f8171 hplip: bump to 3.19.6
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-08-19 01:20:41 -03:00
Eneas U de Queiroz
7f4420baa2
squashfs-tools: need to include sys/sysmacros.h
The inclusion of <sys/sysmacros.h> by <sys/types.h> was deprecated and
removed.  This is causing major, minor, and makedev to be undefined.

The patch is an upstream commit fixing it.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-08-15 09:41:28 -03:00
Etienne Champetier
a14bed1bc9 prometheus-node-exporter-lua: add target & system to OpenWrt collector
Before:
node_openwrt_info{revision="r10756+1-7546be6007",model="GL.iNet GL-AR150",id="OpenWrt",board_name="glinet,gl-ar150",release="SNAPSHOT"} 1

After:
node_openwrt_info{revision="r10756+1-7546be6007",target="ath79/generic",board_name="glinet,gl-ar150",id="OpenWrt",model="GL.iNet GL-AR150",release="SNAPSHOT",system="Atheros AR9330 rev 1"} 1

Fixes #9730, replace #9735

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-14 20:52:30 -07:00
Eneas U de Queiroz
bf10d00801
tang: do not build manpages
Ensure a2x is not found, so that manpages are not generated.
They are currently failing to pass xmllint.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-08-14 17:41:24 -03:00
Rosen Penev
751c5e9673 evtest: Update to 1.34
Several Makefile adjustments.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed LICENSE info.

Added URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-14 00:55:55 -07:00
Rosen Penev
cd662eae2f
attr: Backport upstream patch fixing compilation without bzero
Fixed up License information.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-13 12:43:30 -07:00
Yousong Zhou
2b469232e6 pservice: shorten code
- use uci_load_validate()
 - remove stop_service()
 - fix validation of "args" option

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-12 08:23:03 +00:00
Gerard Ryan
7a783ee871 libnetwork: Exclude unsupported architectures
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-08-10 15:57:22 +08:00
Gerard Ryan
c92f7c2006 docker-ce: Updated to 19.03.1
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-08-10 15:44:29 +08:00
Gerard Ryan
7fe591cac6 libnetwork: Updated to fc5a7d91 for docker 19.03.1
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-08-10 15:44:29 +08:00
Yousong Zhou
af2e419c26 collectd: bump PKG_RELEASE to 4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-10 09:52:22 +08:00
Yousong Zhou
2f66fa5c23 collectd: remove the patch scaling ping_droprate from 0-1 to 0-100
Upstream project's behaviour of reporting this data source in range 0-1
is used by at least CentOS 7 collectd 5.8.1, very likely the same
behaviour is also in widely use by other distributions.

The change is important for providing consistent experience across
collectd deployments on different environments

Ref: https://github.com/collectd/collectd/pull/3244
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-10 09:52:22 +08:00
Yousong Zhou
6583414797 collectd: use uname to get default Hostname
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-10 09:52:22 +08:00
Yousong Zhou
02840f4c2a collectd: log stderr output
Collectd without log type plugin loaded will write log lines to stderr.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-10 09:52:22 +08:00
Rosen Penev
e91ef90bb2
Merge pull request #9674 from neheb/lcd2
lcdproc: Fix non x86 platforms on musl
2019-08-09 09:16:13 -07:00
Rosen Penev
5a9b003532
Merge pull request #9618 from neheb/ecd
ecdsautils: Cleanup Makefile to modern standards
2019-08-08 10:21:53 -07:00
Rosen Penev
8eda00c6d4
Merge pull request #9560 from cotequeiroz/tessdata
tessdata: reorganize menu
2019-08-08 09:49:04 -07:00
Rosen Penev
5d76fb425a
Merge pull request #9604 from neheb/dum
dump1090: Update to version 3.7.1
2019-08-08 09:48:31 -07:00
Rosen Penev
812f86a729
Merge pull request #9588 from RussellSenior/update-gpsd
gpsd: update to v3.19
2019-08-08 09:46:56 -07:00
Rosen Penev
fa40b85f20
lcdproc: Fix non x86 platforms on musl
Musl only specifies in/outb for x86/x86. Use the fallback path in case
musl is used.

This should fail compilation during the linking stage but for some reason
does not. Will do if -Werror=implicit-function-declaration is specified.

Fixed up license information.

Other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-07 16:14:00 -07:00
Rosen Penev
3ee32eb9bc
Merge pull request #9574 from neheb/gdd
gddrescue: Add uClibc-ng support
2019-08-07 00:21:56 -07:00
Karel Kočí
ae48f3f9e9
btrfs-progs: scan devices in preinit instead of init script
There is no gain to do device scan in init. Commonly we want to always
scan BTRFS devices to ensure that after boot raids are correctly linked.
It should be done before any init script tries to mount any raid FS.

Comparing init scripts and preinit scripts there are I think two primary
considerations. First is if user is expected to restart/reload/stop
given service on will. I think that there is no such reason for this as
user can easily enough just call btrfs utility it self. Second
consideration is if it makes sense to have it optional. This means if we
want to have ability to enable and disable given service. I think that
there is no such need in this case. It is pretty much doing nothing if
you don't have BTRFS FS connected and when you have you probably want to
scan it.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-08-06 09:56:59 +02:00
Karel Kočí
d9020050b3
btrfs-progs: use box version of btrfs tool (busybox like)
This instead of building every tool separately builds one btrfs binary
and additional tools are links to this binary. This is same approach as
busybox is using.

This splits list of tools to two. boxprogs are tools that are boxed to
code btrfs binary and progs are tools that are not.
This also overload default all make target of Build/Compile and instead
builds (unified) btrfs.progs and separate progs.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-08-06 09:56:59 +02:00
Josef Schlehofer
d7bdd9045b
btrfs-progs: Update to version 5.2.1
GPL-2.0 is deprecated License Identifier according to SPDX.
- Correct it to GPL-2.0-only

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-06 09:56:58 +02:00
Yousong Zhou
d58a81f35c pservice: initial version
The can be convenient for running commands or services as procd services
without needing to separately write initscripts, just uci configuration.

The package was imported from [1].

 [1] 0a85f5c75f/pservice

Ref: https://github.com/yousong/waller/issues/1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-06 10:09:58 +08:00
Rosen Penev
21a0ff74f5
Merge pull request #9635 from neheb/jhfehkf
mt-st: Add missing header
2019-08-05 12:01:38 -07:00
Rosen Penev
55567b850a
Merge pull request #9633 from neheb/fin
findutils: Add missing header
2019-08-04 15:33:34 -07:00
Rosen Penev
8ca5cf042d
findutils: Add missing header
New version of musl no longer internally includes this header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-04 14:47:06 -07:00
Rosen Penev
fca20e2b2f
findutils: Fixed up LICENSE information.
Also cleaned some whitespace.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-04 14:46:07 -07:00
Rosen Penev
821f111abb
Merge pull request #9626 from jefferyto/slide-switch-0.9.5
slide-switch: Update to 0.9.5
2019-08-04 06:48:19 -07:00
Rosen Penev
4cda68c72b
mt-st: Add missing header
New version of musl no longer includes this header internally.

Removed several unnecessary variables in Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-02 16:59:21 -07:00
Jeffery To
6a4c152008 slide-switch: Update to 0.9.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-08-02 15:53:10 +08:00
Sebastian Kemper
2955b355b6 mariadb: security bump to 10.2.26
New upstream release. Addresses:

  CVE-2019-2805
  CVE-2019-2740
  CVE-2019-2739
  CVE-2019-2737
  CVE-2019-2758

Package updates:

  - includes "THIRDPARTY" in PKG_LICENSE_FILES
  - drops client_ed25519 as a dynamic plugin and install it with the lib
    as per upstream decision
  - refreshes patches

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-08-01 21:46:23 +02:00
Rosen Penev
d90f607741
ecdsautils: Cleanup Makefile to modern standards
Replaced git:// with https:// as it gets through firewalls easier.

Moved URL to new home.

Added LICENSE information.

Replaced InstallDev section with CMAKE_INSTALL.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-31 15:13:16 -07:00
Rosen Penev
616ef7e058
zstd: Update to 1.4.2
Add patch to remove deprecated utime function.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-30 23:58:39 -07:00
Rosen Penev
f3245e6c7d
dump1090: Update to version 3.7.1
Repository was moved.

Also cleaned up Makefile slightly.

Ran init script through shellcheck.

Added PKG_BUILD_PARALLEL for faster compilation.

Added several CFLAGS and LDFLAGS for smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-30 15:21:44 -07:00
Florian Eckert
4eaf3e4642 collectd: enable threshold plugin
The only action the Threshold plugin takes itself is to generate and
dispatch a notification. Other plugins can register to receive
notifications and perform appropriate further actions.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-30 12:36:37 +02:00
Russell Senior
90d81afaed gpsd: update to v3.19
From gpsd NEWS:

3.19: 2019-07-01
  Rearrange rawdata_t.  Bump the API because gps_data_t changed.
  Report sequence-ID fields in type 7 and 13 AIS messages.
  Preliminary support for SiRFstar V
  Improve error modeling.
  Update pseudo NMEA to v3.0, with fractional time.
  Improve cycle detection, mostly for NMEA.
  Move epe from gps_data_t to be near its friends in gps_fix_t.
  Preliminary u-blox 9 support.
  Add qErr in gps_data_t to store PPS quantization error.
  Add Android (AOSP) support
  Improved multi gnss and multi signal support.
  NMEA 4.10 multi gnss multi signal support.
  The arguments to "ubxtool -p P" have been expanded and changed.
  New options, -g, -x, -z, added to ubxtool for u-blox 9 support.

3.18.1: 2018-10-19 (Gary E. Miller <gem@rellim.com>)
  Fix some installation issues.
  A few minor updates to ubxtool and driver_ubx.
  Add contrib/skyview2svg

3.18: 2018-10-02 (Gary E. Miller <gem@rellim.com>)
  Add ECEF support to ievermore, italk,Skytraq, SiRF, U-blox drivers.
  Add ECEF support to JSON, cgps and xgps.
  Add GREIS (Javad) driver from Virgin Orbit.
  Add CLI tools zerk and ubxtool to manage JAVAD and u-blox GPS.
  Add gnssid:svid to satellite_t, cgps and xgps.  PRN will die.
  Add gnssid:svid to JSON, cgps and xgps.
  Add stricter version checking (more to todo).
  More and better regression tests.
  Better Python dependency checking, at build time and runtime.
  Fix several buffer issues.
  New polar plots, and improved statistice, in gpsprof.
  gpsd master/slave mode works, first time ever.
  All isnan() changed to !isfinite(), fixing many bugs.
  Client-side Python libraries may automatically reconnect
  Too many other bug fixes and improvements to mention.
  Over 1,000 commits from 46 different commiters.

Signed-off-by: Russell Senior <russell@personaltelco.net>
2019-07-30 00:01:54 -07:00
Rosen Penev
9a552c75b3 rtklib: Update to 2.4.3_b32
Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-29 07:58:40 +02:00
Rosen Penev
d88e28e71c
Merge pull request #9477 from neheb/rng
rng-tools: Update to 6.7
2019-07-28 15:23:24 -07:00
Rosen Penev
2d8636965d
Merge pull request #9527 from neheb/zstd
zstd: Update to 1.4.1
2019-07-27 09:41:19 -07:00
Rosen Penev
65aad6727a
Merge pull request #9486 from neheb/yk
ykpers: Update to 1.20.0
2019-07-27 09:37:31 -07:00
Rosen Penev
d6af6a4d75
gddrescue: Add uClibc-ng support
It turns out, this breaks only when compiling with both uClibc-ng and
uClibc++. If the libc or libc++ gets swapped out, it compiles fine.

libstdcpp is fine because it already undefs these macros. The actual
bug is probably in uClibc-ng but this is a fine workaround.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-25 19:40:05 -07:00
Rosen Penev
2a2a49c3a4
Merge pull request #9545 from neheb/tar
tar: Add zstd capability
2019-07-25 13:04:09 -07:00
Rosen Penev
789f2d40be
Merge pull request #9563 from neheb/xz3
xz: Remove bash dependency
2019-07-25 10:55:04 -07:00
Rosen Penev
f5d73bd23c
Merge pull request #9543 from jefferyto/prometheus-fix-mips64-build
prometheus: Fix build for mips64/mips64el
2019-07-25 10:30:55 -07:00
Rosen Penev
d0e3aa7493
xz: Remove bash dependency
Bash is not needed here. These scripts are POSIX compliant.

This was originally added as the configure script looks for /bin/bash
locally. Passing gl_cv_posix_shell overrides this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 18:46:55 -07:00
Eneas U de Queiroz
2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08:00
Rosen Penev
a5d63fb1ea
zstd: Update to 1.4.1
Decompression speedup of 7% on average.

Remove upstreamed uClibc-ng patch.

Fixed optimization option to show properly under menuconfig.

Added LTO for smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 11:56:19 -07:00
Hauke Mehrtens
90df0f3e24 io: Open /dev/mem with O_SYNC for uncached access
Only when /dev/mem is opened with O_SYNC the write and *read* is done
uncached. We saw wrong values read out from the hardware without setting
O_SYNC, the busybox devmem tool showed different values, when O_SYNC is
also set for the io tool, it reads out the same values as devmem.
When looking at the drivers/char/mem.c file in the kernel it is behaving
differently based on the O_DSYNC flag.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
2019-07-24 13:57:09 +02:00
Eneas U de Queiroz
ea0f17c3ac
tessdata: reorganize menu
Move language data menu under the package itself, and shorten the titles
so that all of them show up in the menu.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-24 08:47:01 -03:00
Rosen Penev
c53ed17fd5
tar: Add zstd capability
Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-22 19:46:20 -07:00
Jeffery To
79b1942116 prometheus: Fix build for mips64/mips64el
Prometheus uses an older version of fsnotify, which uses a system call
(unix.InotifyInit) that is not implemented for mips64/mips64el.

This patches Prometheus to use a newer version of fsnotify that uses a
different system call (unix.InotifyInit1) that should be available on
all Linux systems.

Fixes #9494.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-07-23 04:07:56 +08:00
Stijn Tintel
bb9711a5df
Merge pull request #9332 from neheb/dom
domoticz: Fix compilation without deprecated OpenSSL APIs
2019-07-22 09:27:20 +02:00
Gerard Ryan
d815d4c048 docker-ce: Updated and added --init and --publish options
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Gerard Ryan
b7e378700a libnetwork: Added networking for docker-ce
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Gerard Ryan
466132831f tini: Added tini init utility
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Rosen Penev
c8734591ca
Merge pull request #8589 from vk496/tesseract
tesseract: leptonica: add package
2019-07-18 09:41:06 -07:00
Valentín Kivachuk
9c8e7c6f52 tesseract: add package
Tesseract is an open source text recognizer (OCR) Engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages.

Signed-off-by: Valentín Kivachuk <vk18496@gmail.com>
2019-07-18 11:38:04 +02:00
Rosen Penev
83fddf30c3
Merge pull request #9502 from neheb/ggd
gddrescue: Do not build with uClibc-ng
2019-07-17 12:48:01 -07:00
Rosen Penev
8545dbd463
Merge pull request #9496 from tsl0922/ttyd-1.5.1
ttyd: update to 1.5.1
2019-07-17 10:02:05 -07:00
Rosen Penev
8c77bcc19f domoticz: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-16 22:57:06 -07:00
Shuanglei Tao
6181693bad ttyd: update to 1.5.1
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2019-07-17 13:56:33 +08:00
Rosen Penev
6eb9ffc1de
Merge pull request #9483 from neheb/fio1
fio: Update to 3.15
2019-07-16 21:46:25 -07:00
Rosen Penev
9172e2828f
gddrescue: Do not build with uClibc-ng
From the developer:

It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as
macros and not including them in std.

IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the
C++ standard), because even the C functions that are alowed to be
defined as macros (putc, getc) should be included in std for
consistency. Just imagine the chaos if std::getc were defined or
undefined depending on how it is implemented.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-16 13:54:09 -07:00
Rosen Penev
75eb09638d
tang: Update to version 7
Added License information.

Cleaned up Makefile for consistency between packages.

Added numerical prefixes to the patches for clarity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-15 13:07:06 -07:00
Rosen Penev
db6e6ac24a
ykpers: Update to 1.20.0
Cleaned up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-15 12:51:43 -07:00
Hannu Nyman
e59b41fce9
Merge pull request #9471 from SvenRoederer/collectd-routeros
collectd: add routeros-plugin and depending librouteros
2019-07-15 16:23:55 +03:00
Rosen Penev
8a07af3af3
rng-tools: Update to 6.7
Cleanup Makefile to get rid of random hacks and to simplify for
consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-14 16:14:27 -07:00
Daniel Engberg
81321b66ed
Merge pull request #8187 from JeremySTX/bluez-split
bluez: Move some Bluetooth utilties into their own package
2019-07-15 01:08:31 +02:00
Sven Roederer
4261f45734 collectd: build RouterOS modules
This allows collectd to get data of Mikrotik devices in a improved way than via SNMP.

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
2019-07-15 00:19:32 +02:00
Rosen Penev
9d43427905
fio: Update to 3.15
Minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-14 13:02:27 -07:00
Yousong Zhou
9282044851 coreutils: add alternatives support
Fixes openwrt/packages#9290

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-07-13 11:04:41 +00:00
Jo-Philipp Wich
3d1a431cb0
Revert "rpcd-mod-poe: add package" 2019-07-11 17:32:33 +02:00
Jo-Philipp Wich
a8e3a08873
Merge pull request #8157 from aparcar/rpcd-mod-poe
rpcd-mod-poe: add package
2019-07-11 17:15:04 +02:00
Eneas U de Queiroz
f6c9e2bacd
logrotate: move config option to menu
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-10 17:52:03 -03:00
Rosen Penev
c3045f2fd9
Merge pull request #9426 from neheb/fhfh
open2300: Switch to GitHub fork
2019-07-10 11:23:20 -07:00
Rosen Penev
788318625d
logrotate: Add ACL support
Various Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-09 19:17:24 -07:00
Rosen Penev
d2af82a6f5
open2300: Switch to GitHub fork
It applies the single patch here as well as adding some fixes.

The upstream project is dead.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-08 13:16:22 -07:00
Rosen Penev
e25be7ff2e
Merge pull request #9411 from neheb/gps
gpsd: Add missing define
2019-07-08 13:06:40 -07:00
Rosen Penev
179db24078
Merge pull request #9370 from neheb/avr
avrdude: Fix GPIO path building
2019-07-08 13:03:04 -07:00
Rosen Penev
cbd800a4b4
Merge pull request #9383 from neheb/jhj
setserial: Add missing headers
2019-07-08 13:02:04 -07:00
Rosen Penev
b70178cd1e
Merge pull request #9414 from neheb/cmdp
cmdpad: Fix compilation with musl
2019-07-08 13:01:43 -07:00
Karel Kočí
7950442dff
bigclown-firmware-tool: add new package
This is tool to flash/manage firmware in Bigclown modules.

Signed-off-by: Karel Kočí <cynerd@email.cz>
2019-07-08 15:56:50 +02:00
Rosen Penev
1b5e4883a4 cmdpad: Fix compilation with musl
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>
2019-07-06 16:47:37 -07:00
Rosen Penev
f33345f2f2 gkermit: Fix compilation with -Wimplicit-function-declaration
Cleaned up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-06 16:45:53 -07:00
Rosen Penev
c21b34e2cb gpsd: Add missing define
musl needs _BSD_SOURCE defined for strlcat/cpy

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-06 16:42:44 -07:00
Vladimir Ulrich
5df6ff15be zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2019-07-06 20:41:16 +03:00
Rosen Penev
2b29d8356e rtl-ais: Add missing header
Fixes -Wimplicit-function-declaration

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-05 11:56:00 +02:00
Gerard Ryan
992b2c70e6 cgroupfs-mount: Added cgroup mount scripts
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-04 19:35:15 +08:00
Gerard Ryan
f2793d55fe docker-ce: Added Docker community edition
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-04 19:35:15 +08:00
Gerard Ryan
e6edb0b442 containerd: Added containerd
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-04 19:35:15 +08:00
Gerard Ryan
1e4b5bddb9 runc: Added runc
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-04 19:35:15 +08:00
Florian Eckert
6c64f8f4ba collectd: move jshn.sh include to remove warning
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>
2019-07-04 13:14:40 +02:00
Rosen Penev
66c215799d
setserial: Add missing headers
Fixes compilation with -Wimplicit-function-declaration

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-03 20:55:38 -07:00
Rosen Penev
536c6b8be7 avrdude: Fix GPIO path building
%ud is a GNU extension. It's not really supported elsewhere.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-02 10:07:53 -07:00
Rosen Penev
12378cd4d3
flashrom: Add ARC support
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>
2019-07-01 10:39:54 -07:00
Luiz Angelo Daros de Luca
f6b6fed942 hplip: python is not needed for build
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-06-25 04:24:24 -03:00
Dirk Brenken
b35a2b5c8c
Merge pull request #9305 from dibdot/mc
mc: update to 4.8.23
2019-06-25 07:46:02 +02:00
Dirk Brenken
81eccbf480
mc: update to 4.8.23
* 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>
2019-06-24 16:23:53 +02:00
Sebastian Kemper
c571c37e5c mariadb: add dependency on libaio for arc as well
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>
2019-06-24 10:38:25 +02:00
Rosen Penev
11ca10f0e5
Merge pull request #9295 from neheb/gam
gammu: Update to 1.40.0
2019-06-23 08:12:22 -07:00